API Guide

Table Of Contents
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
3.11.3. Update attributes on a DirectorPort
PATCH /directors/{director_name}/ports/{name}
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
34