v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Machine

Retrieve Machine status history

Org must have either an Infrastructure Provider entity or a Tenant entity.

If org has an Infrastructure Provider entity, then a user with PROVIDER_ADMIN role can request details for any Machine on any Site owned by the Provider.

If org has a Tenant entity, then a user with TENANT_ADMIN role can request details for any Machine associated with Tenant's active Instances.

get/v2/org/{org}/nico/machine/{machineId}/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"
  }
]