GET
/instance-pool
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/instance-pool'
Response examples (200)
{
"instance-pools": [
{
"application-consistent-snapshot-enabled": true,
"anti-affinity-groups": [
{
"id": "string"
}
],
"description": "string",
"public-ip-assignment": "inet4",
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"security-groups": [
{
"id": "string"
}
],
"elastic-ips": [
{
"id": "string"
}
],
"name": "string",
"instance-type": {
"id": "string"
},
"min-available": 42,
"private-networks": [
{
"id": "string"
}
],
"template": {
"id": "string"
},
"state": "scaling-up",
"size": 42,
"ssh-key": {
"name": "string"
},
"instance-prefix": "string",
"user-data": "string",
"manager": {
"id": "string",
"type": "sks-nodepool"
},
"instances": [
{
"id": "string"
}
],
"deploy-target": {
"id": "string"
},
"ipv6-enabled": true,
"id": "string",
"disk-size": 42,
"ssh-keys": [
{
"name": "string"
}
]
}
]
}