/cluster/status

Cluster status.

get

Get cluster status.

/version

The version of PD server.

get

Get the version of PD server.

/status

The build info of PD server.

get

Get the build info of PD server.

/diagnose

Diagnostic information of the cluster.

get

/members

The PD servers in the cluster.

get

List all PD servers in the cluster.

A specific PD server.

delete

Remove a PD server from the cluster.

post

Set leader priority of a PD member.

A specific PD server.

delete

Remove a PD server from the cluster.

/leader

The leader PD server of the cluster.

get

Get the leader PD server of the cluster.

post

Transfer leadership to another PD server.

post

Transfer leadership to the specific PD server.

/health

Health status of PD servers.

get

/config

PD cluster configuration.

get

Get full config.

post

Update a config item.

Schedule configuration.

get

Get schedule config.

post

Update a schedule config item.

Replication configuration.

get

Get replication config.

post

Update a replication config item.

The config of a namespace.

get

Get configuration of a namespace.

post

Update a namespace config item.

delete

Delete a namespace config.

The label property configuration.

get

Get label property config.

post

Update label property config item.

/stores

The stores in the cluster.

get

Get stores in the cluster.

The balance rate limit for all stores.

get

Get all stores' balance rate limit.

post

Set all stores' balance rate limit.

Remove all tombstone stores.

delete

Remove all tombstone stores.

/store/{storeId}

A specific store.

get

Get a store's information.

delete

Take down a store from the cluster.

The state for the specific store.

post

Set the store's state.

The label for the specific store.

post

Set the store's label.

The weight for the specific store.

post

Set the store's leader/region weight.

The balance rate limit for the specific store.

post

Set the store's balance rate limit.

/labels

The store label values in the cluster.

get

List all label values.

get

List stores that have specific label values.

/region

A specific region in the cluster.

get

Search for a region by region ID.

get

Search for a region by a key.

/regions

The regions in the cluster.

get

List all regions in the cluster.

get

List regions with the highest write flow.

get

List regions with the highest read flow.

get

List regions with the largest conf version.

get

List regions with the largest version.

get

List regions with the largest size.

get

List regions start from a key.

get

List regions with unhealthy status.

get

List sibling regions of a specific region.

get

List all regions of a specific store.

/schedulers

Running schedulers.

get

List running schedulers.

post

Create a scheduler.

A specific scheduler.

delete

Delete a scheduler.

/operators

Pending operators.

get

List pending operators.

post

Create an operator.

A specific Region's pending operator.

get

Get a Region's pending operator.

delete

Cancel a Region's pending operator.

/hotspot

The hot spots status in the cluster.

get

List the hot write regions.

get

List the hot read regions.

get

List the hot stores.

/stats

Statistics of the cluster.

get

Get region statistics of a specified range.

/trend

Trend of data growth and movements.

get

Get the growth and changes of data in the most recent period of time.

/admin

delete

Drop a specific region from cache.

The log level of PD server.

post

Set log level.

/classifier

The namespace classifier. Methods depend on current classifier.