All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeInstanceTenantModes

Last Updated:Apr 29, 2024

You can call this operation to query the modes of tenants.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

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

ob317v4uif****

Response parameters

ParameterTypeDescriptionExample
object

Example 1

InstanceModesarray
string

You can call this operation to query the modes of tenants.

Enumeration Value:
  • MySQL: MySQL.
  • Oracle: Oracle.
Oracle

Examples

Sample success responses

JSONformat

{
  "InstanceModes": [
    "Oracle"
  ],
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-08-15The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.