ResponseContainerMonitoredCluster
ResponseContainerMonitoredCluster
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"version": "string",
"name": "string",
"id": "string",
"additionalTags": {
"additionalTags": "string"
},
"components": [
{
"name": "string",
"status": {
"status": {
"name": "string",
"description": "string",
"status": false
}
},
"lastUpdated": 0
}
],
"tags": [
"string"
],
"deleted": false,
"alias": "string",
"platform": "string",
"monitored": false,
"lastUpdated": 0
}
}