API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
200
A JSON array of director ports
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< DirectorPort >
array
3.11.2. Returns a single DirectorPort object
GET /directors/{director_name}/ports/{name}
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
Responses
HTTP
Code
Description Schema
200 A single DirectorPort DirectorPort
500 Failed to get DirectorPort Error
Example HTTP response
Response 200
{
Ê "address" : "address",
Ê "operational_status" : { },
Ê "role" : { },
Ê "name" : "name",
Ê "enabled" : true,
Ê "status" : { }
}
3.11.3. Update attributes on a DirectorPort
PATCH /directors/{director_name}/ports/{name}
37