Site
Retrieve Site status history
Retrieve a specific Site status history
User must have authorization role with PROVIDER_ADMIN or TENANT_ADMIN suffix.
Access is granted if:
- The Site is owned by the org's Infrastructure Provider
- The org's Tenant has an Allocation for Site
- The org's Tenant is privileged and has Account with Site's Provider
get/v2/org/{org}/nico/site/{siteId}/status-history
Query parameters
pageNumberinteger
Page number for pagination query
pageSizeinteger
Page size for pagination query
orderBystring
Ordering for pagination query
Response
OK
Example response
[
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
]