action clever_cloud_get_organisations_id_applications_app_id_deployments { label: "getOrganisationsIdApplicationsAppIdDeployments" provider: clever_cloud method: GET path: "/organisations/{id}/applications/{appId}/deployments" encoding: json input: { type: "object" properties: { action: { type: "string" } limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" required: ["repoState", "shutdownable", "type", "url"] properties: { httpUrl: { type: "string" } repoState: { type: "string" } shutdownable: { type: "boolean" } type: { type: "string" } url: { type: "string" } } } } }