Get some System Information (time, memory)
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"=>"system_information", "attributes"=>["memory", "time"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |