API Guide

Table Of Contents
HTTP
Code
Description Schema
200 The cluster witness ClusterWitness
404 When no cluster witness is found Error
Example HTTP response
Response 200
{
Ê "admin_state" : "enabled",
Ê "private_ip_address" : "128.221.254.3",
Ê "public_ip_address" : "10.226.27.3"
}
3.5.2. Deletes the cluster witness configuration.
DELETE /cluster_witness
Description
Cluster witness can’t be deleted if its currently enabled.
Responses
HTTP
Code
Description Schema
204 Cluster witness configuration deleted. No Content
3.5.3. Update attributes of a cluster witness.
PATCH /cluster_witness
Description
Settable attributes are 'admin state'
Parameters
Type Name Schema
Body
clusterwitness_patch_payload
required
< JsonPatchOp > array
12