debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TaskIds | string | Yes | The IDs of the site monitoring tasks. Separate multiple IDs with commas (,). | 49f7b317-7645-4cc9-94fd-ea42e522****,49f7b317-7645-4cc9-94fd-ea42e522**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "successful",
"RequestId": "3fcd12e7-d387-42ee-b77e-661c775bb17f",
"Success": "true",
"Data": {
"count": 0
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | InvalidQueryParameter | %s |
401 | AccessDeniedException | You donot have sufficient access to perform this action. |
402 | LimitExceeded | The quota for this customer had been reached. |
403 | Forbidden | You are not authorized to operate the specified resource. |
406 | ExceedingQuota | Exceeding quota limits. |
409 | %s | %s |
429 | ThrottlingException | The request was denied due to request throttling. |
500 | InternalError | %s |
For a list of error codes, visit the Service error codes.