Queries custom operations reports.
Operation description
Note
By default, this operation queries all custom operations reports. However, only one operations report can be displayed. Therefore, only one operations report is returned.
You can call this API operation up to three times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Fields of the Content parameter
Field | Type | Description |
---|---|---|
subId | Long | The ID of the request. |
reportId | Long[] | The ID of the report. |
createTime | String | The time when the report was created. |
domains | String[] | The domain names from which the custom report task collects data. |
effectiveFrom | String | The start time of the custom report task. |
effectiveEnd | String | The end time of the custom report task. |
status | String | The status of the custom report task. Valid values: enable and disable. |
Examples
Sample success responses
JSON
format
{
"Content": "\"data\": [{\"subId\": 336,\"reportId\": [6,8],\"createTime\": \"2021-07-05T06:18:46Z\",\"domains\": [\"example.com\"],\"effectiveFrom\": \"2021-07-05T06:18:46Z\",\"effectiveEnd\": \"2021-10-05T06:18:46Z\",\"status\": \"enable\"}]",
"RequestId": "3250A51D-C11D-46BA-B6B3-95348EEDE652"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | A parameter is set to an invalid value. |
400 | TimeParseFailed | Failed to parse the time parameter. | Failed to parse the time parameter. |
400 | SubscriptionAlreadyExists | The subscription already exists. | The subscription already exists. |
400 | SubscriptionNotFound | The subscription is not found. | The subscription is not found. |
400 | NameAlreadyExists | The name already exists. | The name already exists. |
400 | DeliverExceedLimit | The maximum number of subscribed tasks is exceeded. | The number of tracking tasks has reached the upper limit. |
For a list of error codes, visit the Service error codes.