action clearblade_get_system_count { label: "ADMIN - Get number of systems available" description: "Retrieves the number of systems that are available." provider: clearblade method: GET path: "/admin/count/systems" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } } required: ["ClearBlade-DevToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }