monitoring
Gets the management status of the environment
get/monitoring/{owner}/environments/{environment}/management
Path parameters
ownerstring required
The username of the user whose resources that you wish to access
environmentstring required
The environment that you wish to access
Response
Management Status report
Example response
{
"canManage": true,
"reason": "reason",
"additionalProperties": "{}",
"dispatcher": "dispatcher",
"info": {
"lastUpdated": "lastUpdated",
"payloadStates": {},
"launchedCapsuleReference": {
"owner": "owner",
"name": "name",
"version": "version"
},
"launchingUser": "launchingUser",
"additionalProperties": "{}",
"events": [
{
"level": "TRACE",
"reporter": "reporter",
"additionalProperties": "{}",
"message": "message",
"timestamp": "timestamp",
"extraInfo": {
"key": "extraInfo"
}
},
{
"level": "TRACE",
"reporter": "reporter",
"additionalProperties": "{}",
"message": "message",
"timestamp": "timestamp",
"extraInfo": {
"key": "extraInfo"
}
}
],
"dispatchId": "dispatchId"
}
}