Retrieves a list of application instances.
You may sort applications by: id
, name
, status
, createdTime
,
and updatedTime
.
Application instance retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
$applicationInstance = $client->applicationInstances()->load('applicationId');
{- "status": "enabling",
- "settings": {
- "color": "red",
- "limit": "5"
}, - "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}