CREATE TABLE hub2 on Node 1
POST http://{{NODE1_HOST}}:{{SERVER_HDB_PORT}}
Request Body
{"operation"=>"create_table", "schema"=>"treat_sys", "table"=>"hub2", "hash_attribute"=>"id"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"message":"table dev.dog successfully created."}