Change the cluster mode of one or every physical tenant Added in 8.10
PATCH/cluster/v2/mode
Strongly Consistent About endpoint data consistency
Transitions physical tenants between processing and recovery mode.
If the physicalTenantId parameter is not provided, all available physical tenants are transitioned individually.
Requires the cluster-admin security chain. Although this operation lists bearerAuth / basicAuth like the rest of the Orchestration Cluster API, it does not accept an Orchestration Cluster user's credentials — only the separate cluster-admin credentials are valid here.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
The mode change request was accepted; returns the planned cluster change covering every requested physical tenant.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
The requested physicalTenantId does not exist in this cluster.
The mode change conflicts with the cluster state, for example because another configuration change is in progress.
An internal error occurred while processing the request.