Creates Live Table Feed

post

/data-tools/live-table-feeds/

Request

Supported Media Types
Body ()
Live Table Feeds to create
Root Schema : live-table-feeds
Type: object
Show Source
Nested Schema : live_table_feeds
Type: array
Show Source
Nested Schema : live-table-feed
Type: object
Show Source
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

Live Table Feeds were succesfully created
Body ()
Root Schema : live-table-feeds
Type: object
Show Source
Nested Schema : live_table_feeds
Type: array
Show Source
Nested Schema : live-table-feed
Type: object
Show Source
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 Live Table Feed
Back to Top