Retrieves a list of schemas based on a data synchronization configuration.
Operation description
Method
GET
URI
/openapi/ha3/instances/{instanceId}/schemas
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:ListSchemas |
list |
*Instance
|
None | None |
Request syntax
GET /openapi/ha3/instances/{instanceId}/schemas HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| type |
string |
Yes |
odps, swift, saro, oss, unknown |
odps |
| endpoint |
string |
No |
The endpoint of the ODPS data source. |
http://service.cn-hangzhou.maxcompute.aliyun-inc.com/api |
| accessKey |
string |
No |
The AccessKey ID of the ODPS data source. |
L***p |
| accessSecret |
string |
No |
The alias of an ODPS data source. |
5**9a6 |
| project |
string |
No |
The name of the ODPS data source project. |
sec_odps |
| partition |
string |
No |
The data partition. |
dt=20230520 |
| table |
string |
No |
The name of the table in the Saro or ODPS data source. |
item |
| namespace |
string |
No |
The namespace of the Saro data source. |
imm |
| instanceId |
string |
Yes |
The instance ID. |
ha-cn-pl32rf0**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
FE03180A-0E29-5474-8A86-33F0683294A4 |
| result |
any |
The response data. |
{} |
Examples
Success response
JSON format
{
"requestId": "FE03180A-0E29-5474-8A86-33F0683294A4",
"result": "{}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.