v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
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

statusstring

State of the associated entity at a particular time

messagestring nullable

Description of the state and cause/remedy in case of error

createdstring date-time

Date/time when the associated entity assumed the status

updatedstring date-time

Date/time when the associated entity was last observed with this status

Example response

[
  {
    "status": "Pending",
    "message": "Request received, pending processing",
    "created": "2019-08-24T14:15:22Z",
    "updated": "2019-08-24T14:15:22Z"
  }
]