ResponseContainerMonitoredServiceDTO
ResponseContainerMonitoredServiceDTO
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"serviceInstanceCount": 0,
"hidden": false,
"source": "string",
"component": "string",
"application": "string",
"service": "string",
"customDashboardLink": "string",
"status": "string",
"lastReported": 0,
"satisfiedLatencyMillis": 0,
"created": 0,
"updateUserId": "string",
"lastUpdated": 0
}
}