Operations API
Last updated
Last updated
The operations API provides a full set of capabilities for configuring, deploying, administering, and controlling HarperDB. To send operations to the operations API, you send a POST request to the operations API endpoint, which , on the root path, where the body is the operations object. These requests need to authenticated, which can be done with or . For example, a request to create a table would be performed as:
The operations API reference is available below and categorized by topic:
Here is an example of using curl
to make an operations API request:
•