action clearblade_get_shared_cache { label: "SHARED CACHE - Gets shared caches for a system" provider: clearblade method: GET path: "/admin/v/4/service_caches/{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 } }