Get Component
Get a specific application
Request
URI
GET
https://{api_host}/api/v2/monitoredservice/{application}/{service}/{component}
COPY
Path Parameters
string
application
Required
application
string
service
Required
service
string
component
Required
component
Responses
200
successful operation
Returns ResponseContainerMonitoredServiceDTO of type(s) application/json
{
"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
}
}
Monitored Service Operations
PUT
Batch Update
GET
Get All Components
GET
Get All Services
GET
Get Component
GET
Get Service
GET
Get Services Of Application
PUT
Update Service