API Guide

Table Of Contents
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)
Responses
HTTP
Code
Description Schema
200 A single Engine Engine
Example HTTP response
Response 200
{
Ê "cluster_ip_seed" : 1,
Ê "enclosure_id" : 1,
Ê "engine_id" : "1-1",
Ê "engine_family" : "VPL",
Ê "health_indications" : [ ],
Ê "health_state" : "major-failure",
Ê "marker_led" : false,
Ê "operational_status" : "online",
Ê "part_number" : "303-094-001B",
Ê "revision_number" : "B01",
Ê "serial_number" : "CF2G6110200066",
Ê "top_level_assembly" : "FNM00111600426",
Ê "wwn_seed" : "46e03e04",
Ê "name" : "engine-1-1"
}
3.14. Exports
3.14.1. Registers an InitiatorPort
POST /clusters/{cluster_name}/exports/initiator_ports
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
57