All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeTenantReadableScn

Last Updated:Oct 23, 2024

You can call this operation to query the maximum readable timestamp of a tenant.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the OceanBase cluster.

ob317v4uif****
TenantIdstringYes

The ID of the tenant.

t33h8y08k****

Response parameters

ParameterTypeDescriptionExample
object

The return result of the request.

RequestIdstring

The ID of the request.

8442BB1E-3171-1192-B9DC-F6F4E53B2673
Dataobject

The data in the return result of the request.

ReadableScnlong

The maximum readable timestamp.

1715329164977

Examples

Sample success responses

JSONformat

{
  "RequestId": "8442BB1E-3171-1192-B9DC-F6F4E53B2673",
  "Data": {
    "ReadableScn": 1715329164977
  }
}

Error codes

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