Queries whether a table is a broadcast table.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DescribeGlobalBroadcastType

The operation that you want to perform. Set the value to DescribeGlobalBroadcastType.

DbName String Yes drds_flashback

The name of the database.

DrdsInstanceId String Yes drdsxxxxxxxxxxxx

The ID of the PolarDB-X 1.0 instance.

RegionId String No cn-hangzhou

The ID of the region.

Response parameters

Parameter Type Example Description
Data Struct

Indicates the returned result.

IsSyncType Boolean false

Indicates whether the table is a broadcast table.

RequestId String DC3ABA3E-0F8A-4596-9104-F5155C34315B

Indicates the ID of the request.

Success Boolean true

Indicates whether the request is successful.

Examples

Sample requests

http(s)://drds-api.cn-hangzhou.aliyuncs.com/?Action=DescribeGlobalBroadcastType
&DbName=drds_flashback
&DrdsInstanceId=drdsxxxxxxxxxxxx
&<Common request parameters>

Sample success responses

XML format

<DescribeGlobalBroadcastTypeReponse>
  <RequestId>DC3ABA3E-0F8A-4596-9104-F5155C34315B</RequestId>
  <Data>
        <IsSyncType>false</IsSyncType>
  </Data>
  <Success>true</Success>
</DescribeGlobalBroadcastTypeReponse>

JSON format

{"RequestId":"DC3ABA3E-0F8A-4596-9104-F5155C34315B","Data":{"IsSyncType":"false"},"Success":"true"}

Error codes

For a list of error codes, visit the API Error Center.