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
Example response
[
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
]