action clever_cloud_get_organisations_id_addons_addon_id_instances_instance_id { label: "Get a specific instance for {addonId}" provider: clever_cloud method: GET path: "/organisations/{id}/addons/{addonId}/instances/{instanceId}" encoding: json output: { type: "object" required: ["appPort", "flavor", "hv", "image", "ip", "source", "uuid", "zabbixPort"] properties: { appId: { type: "string" description: "Identifier of running app/add-on" } appPort: { type: "number" description: "Port of the HV that's redirected to 8080 on VM" } commitId: { type: "string" } createdAt: { type: "number" description: "Integer unix timestamp" } deployId: { type: "string" } deployNumber: { type: "number" } displayName: { type: "string" description: "Generated PokéName. This name is generated from the uuid." } flavor: { type: "object" description: "The instance \"flavor\": memory, cpu, disk size…" properties: { cpus: { type: "number" } mem: { type: "number" } name: { type: "string" description: "Name of flavor. For indication only." } price: { type: "number" } } } hv: { type: "string" description: "String name of hv." } image: { type: "string" description: "Base system image. E.g. java-20181030, node-20180912…" } instanceNumber: { type: "number" } internalIP: { type: "string" } ip: { type: "string" description: "Public IP of the HV" } ownerId: { type: "string" description: "Identifier of the owner of the app/add-on running" } source: { type: "string" description: "Who/what started this instance? E.g. \"app\", \"cli\"" } sshPort: { type: "number" description: "Port of the HV that's redirected to 22 on VM" } state: { type: "string" } uuid: { type: "string" } zabbixPort: { type: "number" description: "Port of the HV that's redirected to 10050 on VM" } zone: { type: "string" } } } }