You can call this operation to submit a task for synchronizing the delegation signer (DS) record of a domain name.
You can call the QueryTaskDetailList operation to query the execution result.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SaveSingleTaskForSynchronizingDSRecord |
The operation that you want to perform. Set the value to SaveSingleTaskForSynchronizingDSRecord. |
DomainName | String | Yes | example.com |
The domain name for which you want to synchronize the DS record. |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value:en |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client used by the user to submit the task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | E2598CAF-DBFE-494E-95EF-B42A33C178AA |
The ID of the request. |
TaskNo | String | e893148f-6343-4ae1-9eba-6e2a4116e142 |
The ID of the task. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=SaveSingleTaskForSynchronizingDSRecord
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
<SaveSingleTaskForSynchronizingDSRecordResponse>
<TaskNo>3cbc5b9f-080d-4b5f-a04b-29f54bffdeab</TaskNo>
<RequestId>722D0361-93BD-4289-824F-D17B218D8BF4</RequestId>
</SaveSingleTaskForSynchronizingDSRecordResponse>
JSON
format
{
"TaskNo":"e893148f-6343-4ae1-9eba-6e2a4116e142",
"RequestId":"E2598CAF-DBFE-494E-95EF-B42A33C178AA"
}
Error codes
For a list of error codes, visit the API Error Center.