ResponseContainerPagedMonitoredCluster
ResponseContainerPagedMonitoredCluster
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"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
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}