API Guide

Table Of Contents
* {"op": "add", "path": "/legs", "value": <extent_uri>}
* detach_operation_payload
* {"op": "remove", "path": "/legs", "value": <device_uri>}
* {"op": "remove", "path": "/legs", "value": <extent_uri>}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
string
Body
local_device_p
atch_payload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated local device Device
3.10. Director
3.10.1. Returns a list of the available directors
GET /directors
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
health_state
optional
Filter results by health_state. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
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)
31