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