API Guide

Table Of Contents
3.5. Cluster_witness
3.5.1. Return the cluster witness wired to the system
GET /cluster_witness
Responses
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
11