Updates the enable status of a recursion record.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pubdns:UpdateRecursionRecordEnableStatus |
update |
*recursionRecord
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. This token is generated by the client and must be unique for each request. The token can be up to 64 ASCII characters in length. |
21079fa016944979537637959d09bc |
| RecordId |
string |
No |
The unique ID of the recursion record. |
1781234321 |
| EnableStatus |
string |
No |
The status of the record. Valid values: enable and disable. |
enable |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6856BCF6-11D6-4D7E-AC53-FD579933522B |
Examples
Success response
JSON format
{
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B\n"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.