All Products
Search
Document Center

OpenSearch:ListSchemas

Last Updated:Jul 16, 2024

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 syntax

GET /openapi/ha3/instances/{instanceId}/schemas

Request parameters

ParameterTypeRequiredDescriptionExample
typestringYes

The type of the data source. Valid values: odps, swift, saro, oss, and unKnow.

odps
endpointstringNo

The endpoint of the MaxCompute data source.

http://service.cn-hangzhou.maxcompute.aliyun-inc.com/api
accessKeystringNo

The AccessKey ID of the MaxCompute data source.

ak
accessSecretstringNo

The AccessKey secret of the MaxCompute data source.

as
projectstringNo

The name of the MaxCompute project that is used as the data source.

start-flask-v3-obcc
partitionstringNo

The shard name.

dt=20230520
tablestringNo

The name of the MaxCompute table that is used as the data source.

item
namespacestringNo

The namespace of the SARO data source.

igraph-cn-tl32wnrhi04
instanceIdstringYes

The instance ID.

ha-cn-0ju2rq6610a

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The request ID.

FE03180A-0E29-5474-8A86-33F0683294A4
resultany

The result.

{}

Examples

Sample success responses

JSONformat

{
  "requestId": "FE03180A-0E29-5474-8A86-33F0683294A4",
  "result": "{}"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history