Instance
Retrieve Instance status history
Get Instance status history
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
get/v2/org/{org}/nico/instance/{instanceId}/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"
}
]