action clever_cloud_get_organisations_id_applications_app_id_instances { label: "getOrganisationsIdApplicationsAppIdInstances" provider: clever_cloud method: GET path: "/organisations/{id}/applications/{appId}/instances" encoding: json output: { type: "array" items: { type: "object" properties: { appId: { type: "string" } appPort: { type: "integer" format: "int32" } commit: { type: "string" } deployNumber: { type: "integer" format: "int32" } flavor: { type: "object" required: ["cpus", "mem", "name", "price"] properties: { available: { type: "boolean" } cpus: { type: "integer" format: "int32" } disk: { type: "integer" format: "int32" } mem: { type: "integer" format: "int32" } microservice: { type: "boolean" } name: { type: "string" } nice: { type: "number" format: "double" } price: { type: "number" format: "double" } } } id: { type: "string" } ip: { type: "string" } state: { type: "string" } } } } }