Confirm attribute secondary indexing works

POST {{host}}:{{port}}

We first need to create a Schema. A Schema can be thought of as a container of tables that are independent from tables in other schemas. An example might be the Schema dev with a table called dog. The Schema prod may also have a table dog.

Note that if you see the error response Cannot complete request: User 'admin' not found, you need to set the basic auth to the user and password you entered during the install process. What the heck is basic auth? Read our article on it here: https://harperdbhelp.zendesk.com/hc/en-us/articles/115010250207-Basic-Auth-with-Qodex

Request Body

{"operation"=>"sql", "sql"=>"select * from dev.create_attr_test where owner_id = 1"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring