Batch Update
Update multiple applications and services in a batch. Batch size is limited to 100.
Request
URI
PUT
https://{api_host}/api/v2/monitoredservice/services
COPY
Request Body
Example Body:
[{ "satisfiedLatencyMillis": "100000", "customDashboardLink": "shopping-dashboard", "hidden": "false" },{ "satisfiedLatencyMillis": "100", "customDashboardLink": "shopping-dashboard", "hidden": "false" }]
Array of MonitoredServiceDTO of type(s) application/json
Optional
[
{
"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
}
]
Responses
200
successful operation
Returns ResponseContainer of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
}
}
object
response
Optional
response
204
Successful Update. No content.
Operation doesn't return any data structure
207
Bad request payload. Partial payload updated. One or more errors
Operation doesn't return any data structure
400
Bad request payload. One or more entities were not found for update
Operation doesn't return any data structure
403
Don't have permission for this operation. Check token.
Operation doesn't return any data structure
500
Internal server error
Operation doesn't return any data structure
On This Page
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