API Guide

Table Of Contents
{
Ê "auto_boot" : true,
Ê "auto_restart" : true,
Ê "cluster_id" : 1,
Ê "communication_status" : "ok",
Ê "director_count" : 2,
Ê "director_id" : 16857344,
Ê "director_type" : "VPlex",
Ê "engine_id" : "1-1",
Ê "firmware_uptime" : 1220711,
Ê "health_indications" : [ ],
Ê "health_state" : "ok",
Ê "hostname" : "128.221.252.35",
Ê "name" : "director-1-1-A",
Ê "operational_status" : "ok",
Ê "os_uptime" : 1487715,
Ê "port" : 5988,
Ê "serial_number" : "CF2HW150600003",
Ê "system_time" : "Mon Nov 19 22:59:37 UTC 2018",
Ê "temperature_threshold_exceeded" : false,
Ê "voltage_threshold_exceeded" : false,
Ê "vplex_kdriver_status" : "ok"
}
3.11. Director_ports
3.11.1. Returns a list of director ports
GET /directors/{director_name}/ports
Parameters
Type Name Description Schema
Path
director_name
required
The name of the director string
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
33