Get All Components
Get all monitored services with components
Request
URI
GET
https://{api_host}/api/v2/monitoredservice/components
COPY
Query Parameters
integer
offset
Optional
Constraints:
default: 0
offset
integer
limit
Optional
Constraints:
default: 100
limit
Responses
200
successful operation
Returns
ResponseContainerPagedMonitoredServiceDTO
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"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
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}
object
status
Required
status
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/monitoredservice/components
Monitored Service Operations
GET
Get All Services
GET
Get All Components
PUT
Batch Update
GET
Get Services Of Application
GET
Get Service
PUT
Update Service
GET
Get Component