List Quotas
$ nirvana quotas list
GET/v1/quotas
List Quotas
nirvana quotas list \
--api-key 'My API Key'{
"items": [
{
"compute": {
"memory_gb": {
"limit": 32,
"remaining": 24,
"used": 8
},
"vcpu": {
"limit": 32,
"remaining": 24,
"used": 8
}
},
"networking": {
"connect_connections": {
"limit": 32,
"remaining": 24,
"used": 8
},
"public_ips": {
"limit": 32,
"remaining": 24,
"used": 8
},
"vpcs": {
"limit": 32,
"remaining": 24,
"used": 8
}
},
"nks": {
"clusters": {
"limit": 32,
"remaining": 24,
"used": 8
},
"node_pool_memory_gb": {
"limit": 32,
"remaining": 24,
"used": 8
},
"node_pool_vcpu": {
"limit": 32,
"remaining": 24,
"used": 8
},
"public_ips": {
"limit": 32,
"remaining": 24,
"used": 8
}
},
"region": "us-sva-2",
"storage": {
"abs": {
"limit": 32,
"remaining": 24,
"used": 8
},
"local_nvme": {
"limit": 32,
"remaining": 24,
"used": 8
}
}
}
],
"pagination": {
"next_cursor": "RhwniMT4B74siYZcPF8TnCdGI1l9rpPvg",
"previous_cursor": "ARhwnmi1hA7wEbHbMjdYQlOB_ZusP4fYvw",
"total_count": 125
}
}Returns Examples
{
"items": [
{
"compute": {
"memory_gb": {
"limit": 32,
"remaining": 24,
"used": 8
},
"vcpu": {
"limit": 32,
"remaining": 24,
"used": 8
}
},
"networking": {
"connect_connections": {
"limit": 32,
"remaining": 24,
"used": 8
},
"public_ips": {
"limit": 32,
"remaining": 24,
"used": 8
},
"vpcs": {
"limit": 32,
"remaining": 24,
"used": 8
}
},
"nks": {
"clusters": {
"limit": 32,
"remaining": 24,
"used": 8
},
"node_pool_memory_gb": {
"limit": 32,
"remaining": 24,
"used": 8
},
"node_pool_vcpu": {
"limit": 32,
"remaining": 24,
"used": 8
},
"public_ips": {
"limit": 32,
"remaining": 24,
"used": 8
}
},
"region": "us-sva-2",
"storage": {
"abs": {
"limit": 32,
"remaining": 24,
"used": 8
},
"local_nvme": {
"limit": 32,
"remaining": 24,
"used": 8
}
}
}
],
"pagination": {
"next_cursor": "RhwniMT4B74siYZcPF8TnCdGI1l9rpPvg",
"previous_cursor": "ARhwnmi1hA7wEbHbMjdYQlOB_ZusP4fYvw",
"total_count": 125
}
}