Batch Update

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
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainer of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    }
}
status
Required

status

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