All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeTenantReadableScn

Last Updated:Aug 22, 2024

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

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 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.