Gets Cloud Storage Links
get
/ords/_/db-api/stable/data-tools/cloud-storage-links/
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Multiple Cloud Storage Links
Nested Schema : cloud-storage-link
Type:
Show Source
object
-
credential_name(optional):
string
Credential name used to access bucketExample:
MYCRED
-
sql_statements(optional):
array sql_statements
SQL statements to perform database operation
-
storage_link_description(optional):
string
Description of Cloud Storage LinkExample:
My bucket for CSV files
-
storage_link_name(optional):
string
Name of Cloud Storage LinkExample:
MY-BUCKET
-
uri(optional):
string
URI of bucket for Cloud Storage LinksExample:
https://objectstorage.us-ashburn-1.oraclecloud.com/n/kdnmfs3kdj2x/b/my-bucket/o/
Nested Schema : sql_statements
Type:
array
SQL statements to perform database operation
Show Source
-
Array of:
string
SQL statement
Example:
[
"CREATE TABLE \"MYSCHEMA\".\"EXAMPLE_TABLE\"(\"ID\" NUMBER, \"DATE_RECV\" DATE);"
]
404 Response
No Cloud Storage Links found