Creates Cloud Storage Link

post

/data-tools/cloud-storage-links/

Creates Cloud Storage Link

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
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);"
]
Back to Top

Response

Supported Media Types

201 Response

Cloud Storage Links were succesfully created
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);"
]

204 Response

No content

409 Response

Name conflict with existing Cloud Storage Link
Back to Top