action clearblade_get_adapter_edges { label: "DEVELOPER - Get edges for the adapter" description: "Retrieves all the edges that the adapter belongs to." provider: clearblade method: GET path: "/admin/edges/{systemKey}/control" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }