action clearblade_get_system_status { label: "ADMIN - Get system status" description: "Retrieves the specified system's status as it relates to limits. To be used by the billing system." provider: clearblade method: GET path: "/admin/platform/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }