Search Results

Results 1–9 of 9 for cat:rest-api (element-values)

REST API docs

GET /manage/v2/forests/{id|name}?view=counts

/manage/v2/forests/[id-or-name]@view=counts (GET)/manage/v2/forests/[id-or-name]@view=counts (get)managev2
REST API docs

POST /manage/v2/databases

/manage/v2/databases (POST)/manage/v2/databases (post)managev2
REST API docs

GET /manage/v2/forests?view=counts

/manage/v2/forests@view=counts (GET)/manage/v2/forests@view=counts (get)managev2
REST API docs

GET /manage/v2/databases/{id|name}/properties

/manage/v2/databases/[id-or-name]/properties (GET)/manage/v2/databases/[id-or-name]/properties (get)managev2
REST API docs

PUT /manage/v2/databases/{id|name}/properties

/manage/v2/databases/[id-or-name]/properties (PUT)/manage/v2/databases/[id-or-name]/properties (put)managev2
REST API docs

POST /v1/config/server

/v1/config/server (POST) /v1/config/server (post) v1 config server post Apply changes to the configuration of the server specified by a request payload that declares chained and nested calls to the...
REST API docs

GET /v1/rows

/v1/rows (GET) /v1/rows (get) v1 rows Invoke a plan in order to retrieve a list of rows. This is read/query only. For Optic Update use /v1/rows/update. Required. A URI-encoded JSON plan definition...
REST API docs

POST /v1/rows

/v1/rows (POST) /v1/rows (post) v1 rows post Invoke a plan in order to retrieve a list of rows. The plan is passed in the request body. This is read/query only. For Optic Update use...
REST API docs

POST /v1/rows/update

/v1/rows/update (POST) /v1/rows/update (post) v1 rows update post Execute an Optic Update (DSL) pipeline in an update transaction. Use /v1/rows for pure lock-free reading/querying. Use this...