API Guide

Table Of Contents
Description
Settable attributes are 'admin state'
Parameters
Type Name Schema
Body
clusterwitness_patch_payload
required
< JsonPatchOp > array
Responses
HTTP
Code
Description Schema
200 The updated cluster-witness. ClusterWitness
Example HTTP response
Response 200
{
Ê "admin_state" : "enabled",
Ê "private_ip_address" : "128.221.254.3",
Ê "public_ip_address" : "10.226.27.3"
}
3.6. Clusters
3.6.1. Returns a list of the available clusters
GET /clusters/
Parameters
Type Name Description Schema
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
12