List Anti-affinity Groups
GET /anti-affinity-group
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/anti-affinity-group
Response examples (200)
{
"anti-affinity-groups": [
{
"id": "string",
"name": "string",
"description": "string",
"instances": [
{
"anti-affinity-groups": [
{}
],
"public-ip-assignment": "inet4",
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"security-groups": [
{
"id": "string",
"name": "string",
"description": "string",
"external-sources": [
"string"
]
}
],
"elastic-ips": [
{
"id": "string",
"ip": "string",
"addressfamily": "inet4",
"cidr": "string",
"description": "string",
"healthcheck": {
"strikes-ok": 42,
"tls-skip-verify": true,
"tls-sni": "string",
"strikes-fail": 42,
"mode": "tcp",
"port": 42,
"uri": "string",
"interval": 42,
"timeout": 42
},
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
}
],
"name": "string",
"instance-type": {
"id": "string",
"size": "large",
"family": "gpu3",
"cpus": 42,
"gpus": 42,
"authorized": true,
"memory": 42,
"zones": [
"ch-dk-2"
]
},
"private-networks": [
{
"id": "string",
"mac-address": "string"
}
],
"template": {
"maintainer": "string",
"description": "string",
"ssh-key-enabled": true,
"family": "string",
"name": "string",
"default-user": "string",
"size": 42,
"password-enabled": true,
"build": "string",
"checksum": "string",
"boot-mode": "legacy",
"id": "string",
"zones": [
"ch-dk-2"
],
"url": "string",
"version": "string",
"created-at": "2024-05-04T09:42:00+00:00",
"visibility": "private"
},
"state": "expunging",
"ssh-key": {
"name": "string",
"fingerprint": "string"
},
"user-data": "string",
"mac-address": "string",
"manager": {
"id": "string",
"type": "sks-nodepool"
},
"deploy-target": {
"id": "string",
"name": "string",
"type": "edge",
"description": "string"
},
"ipv6-address": "string",
"id": "string",
"snapshots": [
{
"id": "string",
"name": "string",
"created-at": "2024-05-04T09:42:00+00:00",
"state": "snapshotting",
"size": 42,
"export": {
"presigned-url": "string",
"md5sum": "string"
},
"instance": {}
}
],
"disk-size": 42,
"ssh-keys": [
{
"name": "string",
"fingerprint": "string"
}
],
"created-at": "2024-05-04T09:42:00+00:00",
"public-ip": "string"
}
]
}
]
}