For the complete list of REST resources in this category, refer to the main Management API page.
Resource URI | Description |
---|---|
/manage/v2/databases/{id|name}/partition-queries (GET) | Retrieve a list of partition queries in a database. |
/manage/v2/databases/{id|name}/partition-queries (POST) | Add a query to a query partition in the specified database. |
/manage/v2/databases/{id|name}/partition-queries/{partition-number} (DELETE) | Delete the query for the query partition identified by {partition-number} from the database identified by {id|name}. |
/manage/v2/databases/{id|name}/partition-queries/{partition-number} (GET) | Retrieve the query assignment policy for a specific query partition. |
/manage/v2/databases/{id|name}/partition-queries/{partition-number}/properties (GET) | Retrieve the current query assignment policy for the query partition identified by {partition-number} in the database identified by {name|id}. |
/manage/v2/databases/{id|name}/partition-queries/{partition-number}/properties (PUT) | Modify the query assignment policy for the query partition identified by {partition-number} in the database identified by {id|name}. |
/manage/v2/databases/{id|name}/partitions (GET) | Retrieve a list of partitions in a database. |
/manage/v2/databases/{id|name}/partitions (POST) | Add a range or query partition to the database. |
/manage/v2/databases/{id|name}/partitions/{name} (DELETE) | Delete the partition identified by {name} from the database identified by {id|name}. |
/manage/v2/databases/{id|name}/partitions/{name} (GET) | Retrieve a partition summary that includes links to related resources, such as the containing database, member forests, assignment policy, and the partition configuration. |
/manage/v2/databases/{id|name}/partitions/{name} (PUT) | Invoke an operation on a partition, such as resizing the partition or transferring or migrating the partition to a different database. |
/manage/v2/databases/{id|name}/partitions/{name}/properties (GET) | Retrieve the current configuration for the partition identified by {name} in the database identified by {name|id}. |
/manage/v2/databases/{id|name}/partitions/{name}/properties (PUT) | Modify the configuration of the partition identified by {name} in the database identified by {id|name}. |
/manage/v2/databases/{id|name}/rebalancer (GET) | This resource address returns the current rebalancer configuration. |
/manage/v2/databases/{id|name}/rebalancer (PUT) | Update the rebalancer configuration for a database. |