Gets specific Cloud Storage Link

get

/data-tools/cloud-storage-links/{owner},{storage_link_name}

Gets specific Cloud Storage Link

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Multiple Cloud Storage Links
Body ()
Nested Schema : sql_statements
Type: array
SQL statements to perform database operation
Show Source
Example:
[
    "CREATE TABLE \"MYSCHEMA\".\"EXAMPLE_TABLE\"(\"ID\" NUMBER, \"DATE_RECV\" DATE);"
]

404 Response

Cloud Storage Link not found
Back to Top