You can call this operation to query the information about read-only zones of a tenant.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The zone information of the tenant. | ob317v4uif**** |
TenantId | string | Yes | The return result of the request. | ob2mr3oae0**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"TenantZones": [
{
"IsElectable": true,
"IsPrimary": true,
"Zone": "cn-hangzhou-i",
"IsReadOnlyAddressMaster": true,
"IsReadable": "true"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-07-04 | The response structure of the API has changed | View Change Details |