API Guide

Table Of Contents
Description
Settable attribute is 'enabled'
Parameters
Type Name Description Schema
Path
director_name
required
The name of the director string
Path
name
required
The name of a specific instance of the resource string
Body
port_patch_pa
yload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated DirectorPort DirectorPort
Example HTTP response
Response 200
{
Ê "address" : "address",
Ê "operational_status" : { },
Ê "role" : { },
Ê "name" : "name",
Ê "enabled" : true,
Ê "status" : { }
}
3.12. Distributed_storage
3.12.1. Create a new distributed ConsistencyGroup
POST /distributed_storage/distributed_consistency_groups
Parameters
38