action clearblade_get_edge_template { label: "DEVELOPER - Get edge template" description: "Get list of which triggers, services, and libraries should be copied onto which edge when it starts up." provider: clearblade method: GET path: "/admin/edges/template/{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 } }