Retrieves the details of a batch processing result.
Operation description
Prerequisite: You can call this operation after the batch task is complete.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeBatchResultDetail |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. The default value is zh. Valid values:
|
en |
| PageNumber |
integer |
No |
The current page number. The default value is 1. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page. |
20 |
| TaskId |
integer |
No |
The task ID. |
8******* |
| BatchType |
string |
No |
The type of the batch operation. Valid values:
Note
If you leave this parameter empty, the results are not filtered by operation type. |
DOMAIN_ADD |
| Status |
string |
No |
The status of the task. If you do not specify this parameter, the details of tasks in all states are returned. |
SUCCESS |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of records. |
1 |
| BatchResultDetails |
object |
||
| BatchResultDetail |
array<object> |
The details of the batch processing result. |
|
|
object |
|||
| Status |
boolean |
The execution result. A value of true indicates success and a value of false indicates failure. |
true |
| Type |
string |
The type of the DNS record. |
A |
| Domain |
string |
The domain name. |
example.com |
| Remark |
string |
The remarks for the DNS record. |
remark |
| RecordId |
string |
The ID of the DNS record. |
1********* |
| Rr |
string |
The host record. |
www |
| Priority |
string |
The priority of the MX record. |
10 |
| RrStatus |
string |
The status of the DNS record. |
暂停 |
| OperateDateStr |
string |
The processing time. |
2019-08-22 18:02:58 |
| NewValue |
string |
The new record value. |
192.0.2.1 |
| Value |
string |
The record value. |
198.51.100.1 |
| Ttl |
string |
The Time to Live (TTL). |
600 |
| BatchType |
string |
The type of the batch operation. |
DOMAIN_ADD |
| Line |
string |
The line code. |
default |
| NewRr |
string |
The new host record. |
demo-batch-7 |
| Reason |
string |
The reason why the task failed. |
内部异常 |
| PageSize |
integer |
The page size. |
10 |
| RequestId |
string |
The request ID. |
75446CC1-FC9A-4595-8D96-089D73D7A63D |
| PageNumber |
integer |
The current page number. |
1 |
Examples
Success response
JSON format
{
"TotalCount": 1,
"BatchResultDetails": {
"BatchResultDetail": [
{
"Status": true,
"Type": "A",
"Domain": "example.com",
"Remark": "remark",
"RecordId": "1*********",
"Rr": "www",
"Priority": "10",
"RrStatus": "暂停",
"OperateDateStr": "2019-08-22 18:02:58",
"NewValue": "192.0.2.1",
"Value": "198.51.100.1",
"Ttl": "600",
"BatchType": "DOMAIN_ADD",
"Line": "default",
"NewRr": "demo-batch-7",
"Reason": "内部异常"
}
]
},
"PageSize": 10,
"RequestId": "75446CC1-FC9A-4595-8D96-089D73D7A63D",
"PageNumber": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.