Calls the DescribeBatchResultDetail operation to query details about the batch operation result.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeBatchResultDetail |
The operation that you want to perform. Set the value to DescribeBatchResultDetail. |
BatchType | String | No | DOMAIN_ADD |
The type of the batch operation. Valid values:
|
Lang | String | No | en |
The language type. |
PageNumber | Integer | No | 1 |
The number of the page to return. Default value: 1. |
PageSize | Integer | No | 20 |
The number of entries to return on each page. |
TaskId | Long | No | 83618818 |
The ID of the task. |
UserClientIp | String | No | 1.1.1.1 |
The IP address of the client. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
BatchResultDetails | Array |
Detailed information about the batch operation result. |
|
BatchResultDetail |
Detailed information about a batch operation result. |
||
BatchType | String | DOMAIN_ADD |
The type of the batch operation. |
Domain | String | abc.com |
The domain name. |
Line | String | default |
The line code. |
NewRr | String | demo-batch-7 |
The new host record. |
NewValue | String | 1.1.1.0 |
The new record value. |
OperateDateStr | String | 2019-08-22 18:02:58 |
The time when the operation was performed. |
Priority | String | 10 |
The priority of an MX-type DNS record. |
Reason | String | 内部异常 |
The cause of the execution failure. |
RecordId | String | 123456789 |
The ID of the DNS record. |
Remark | String | remark |
The description of the DNS record. |
Rr | String | www |
The host record. |
RrStatus | String | 暂停 |
The status of the DNS record. |
Status | Boolean | true |
The execution result. Valid values:true: The execution succeeded.false: The execution failed. |
Ttl | String | 600 |
The TTL of the DNS record. |
Type | String | A |
The type of the DNS record. |
Value | String | 202.106.0.XX |
The value of the DNS record. |
PageNumber | Long | 1 |
The page number of the returned page. |
PageSize | Long | 10 |
The number of entries returned per page. |
RequestId | String | 75446CC1-FC9A-4595-8D96-089D73D7A63D |
The ID of the request. |
TotalCount | Long | 1 |
The total number of entries returned. |
Examples
Sample requests
http(s)://alidns.aliyuncs.com/?Action=DescribeBatchResultDetail
&<Common request parameters>
Sample success responses
XML
format
<DescribeBatchResultDetailResponse>
<RequestId>75446CC1-FC9A-4595-8D96-089D73D7A63D</RequestId>
<BatchResultDetail>
<Domain>abc.com</Domain>
<Status>true</Status>
</BatchResultDetail>
</DescribeBatchResultDetailResponse>
JSON
format
{
"RequestId":"75446CC1-FC9A-4595-8D96-089D73D7A63D",
"BatchResultDetail":{
"Status":"true",
"Domain":"abc.com"
}
}
Error codes
For a list of error codes, visit the API Error Center.