Infrastructure Provider
Retrieve Stats for current Infrastructure Provider
Retrieve statistics for the current Infrastructure Provider. IP Block totals exclude SitePrefix records created for individual Tenants.
User must have authorization role with PROVIDER_ADMIN suffix.
get/v2/org/{org}/nico/infrastructure-provider/current/stats
Response
OK
Example response
{
"machine": {
"total": 27,
"initializing": 8,
"assigned": 12,
"ready": 5,
"error": 2,
"decommissioning": 0,
"decommissioned": 0,
"unknown": 0
},
"ipBlock": {
"total": 4,
"pending": 1,
"provisioning": 1,
"ready": 2,
"deleting": 0,
"error": 0
},
"tenantAccount": {
"total": 8,
"pending": 0,
"invited": 3,
"ready": 5,
"error": 0
}
}Changes
Changed in 1 of the 96 revisions of this API.1
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○