action clever_cloud_get_github_applications { label: "getGithubApplications" provider: clever_cloud method: GET path: "/github/applications" encoding: json output: { type: "array" items: { type: "object" required: ["archived", "branch", "buildFlavor", "cancelOnPush", "commitId", "creationDate", "deployUrl", "deployment", "description", "favourite", "homogeneous", "id", "instance", "last_deploy", "name", "ownerId", "separateBuild", "state", "stickySessions", "vhosts", "webhookSecret", "webhookUrl", "zone"] properties: { archived: { type: "boolean" } branch: { type: "string" } buildFlavor: { 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" } } } cancelOnPush: { type: "boolean" } commitId: { type: "string" } creationDate: { type: "string" format: "date" } deployUrl: { type: "string" } deployment: { type: "object" required: ["repoState", "shutdownable", "type", "url"] properties: { httpUrl: { type: "string" } repoState: { type: "string" } shutdownable: { type: "boolean" } type: { type: "string" } url: { type: "string" } } } description: { type: "string" } favourite: { type: "boolean" } homogeneous: { type: "boolean" } id: { type: "string" } instance: { type: "object" required: ["defaultEnv", "flavors", "instanceAndVersion", "maxAllowedInstances", "maxFlavor", "maxInstances", "minFlavor", "minInstances", "type", "variant", "version"] properties: { buildFlavor: { type: "object" additionalProperties: true } comingSoon: { type: "boolean" } defaultEnv: { type: "object" } defaultFlavor: { type: "object" additionalProperties: true } deployments: { type: "array" items: { type: "string" } } description: { type: "string" } enabled: { type: "boolean" } flavors: { type: "array" items: { type: "object" additionalProperties: true } } instanceAndVersion: { type: "string" } maxAllowedInstances: { type: "integer" format: "int32" } maxFlavor: { type: "object" additionalProperties: true } maxInstances: { type: "integer" format: "int32" } minFlavor: { type: "object" additionalProperties: true } minInstances: { type: "integer" format: "int32" } name: { type: "string" } tags: { type: "array" items: { type: "string" } } type: { type: "string" } variant: { type: "object" required: ["deployType", "id", "logo", "name", "slug"] properties: { deployType: { type: "string" } id: { type: "string" } logo: { type: "string" } name: { type: "string" } slug: { type: "string" } } } version: { type: "string" } } } last_deploy: { type: "integer" format: "int32" } name: { type: "string" } ownerId: { type: "string" } separateBuild: { type: "boolean" } state: { type: "string" } stickySessions: { type: "boolean" } vhosts: { type: "array" items: { type: "object" required: ["fqdn"] properties: { fqdn: { type: "string" } } } } webhookSecret: { type: "string" } webhookUrl: { type: "string" } zone: { type: "string" description: "`par` ou `mtl`" } } } } }