Calls the SetupBroadcastTables operation to set up broadcast tables.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SetupBroadcastTables |
update |
*PolarDBXInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID of the instance. |
cn-hangzhou |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drds************ |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
| Active |
boolean |
Yes |
Specifies whether to activate the broadcast table feature. |
true |
| TableName |
array |
Yes |
The name of the DRDS table. |
test |
|
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
boolean |
Indicates whether the broadcast table was set up successfully. |
true |
| RequestId |
string |
The request ID. |
A3140FC7-B78B-4D8E-B0C8-926D28****** |
| Success |
boolean |
Indicates whether the API request was successful. |
true |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "A3140FC7-B78B-4D8E-B0C8-926D28******",
"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.