Retrieves all data from a specified data source.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ListDataSourceTables |
get |
*All Resource
|
None | None |
Request syntax
GET /v4/openapi/assist/data-sources/{dataSourceType}/tables HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| dataSourceType |
string |
Yes |
The data source type.
|
rds |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| params |
string |
Yes |
The parameters for the data source. The value must be a URL-encoded JSON string. The parameters vary based on the data source type. For more information, see: |
- |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
| result |
array |
||
|
string |
A collection of data source tables. |
{} |
Examples
Success response
JSON format
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
"result": [
"{}"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.