Updates the weight of a DNS record for recursive resolution.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pubdns:UpdateRecursionRecordWeight |
update |
*recursionRecord
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
The client token that ensures the idempotence of the request. Generate a unique token for each request. The token can be up to 64 ASCII characters in length. |
21079fa016944979537637959d09bc |
| RecordId |
string |
No |
The unique ID of the DNS record. |
17363242424 |
| Weight |
integer |
No |
The weight. The value can be an integer from 0 to 100. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
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.