Switches a broadcast table from multi-write mode to asynchronous link mode by calling the SwitchGlobalBroadcastType operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SwitchGlobalBroadcastType |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drds******** |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
boolean |
Indicates whether the broadcast table is successfully switched from multi-write mode to asynchronous link mode. |
true |
| RequestId |
string |
The request ID. |
DSSDF-SEWE-***** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "DSSDF-SEWE-*****",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.