action clearblade_get_adeployment { label: "DEPLOYMENTS - Gets a deloyment for a system" provider: clearblade method: GET path: "/api/v/3/{systemKey}/deployments/{deploymentName}" encoding: json input: { type: "object" properties: { "clearblade-usertoken": { type: "string" } deploymentName: { type: "string" } systemKey: { type: "string" } } required: ["clearblade-usertoken", "deploymentName", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }