API Guide

Table Of Contents
Type Name Description Schema
Body
register_paylo
ad
required
register_payload
Responses
HTTP
Code
Description Schema
201 The registration was successful, return registered InitiatorPort InitiatorPort
Example HTTP response
Response 201
{
Ê "iscsi_name" : "iscsi_name",
Ê "node_wwn" : "node_wwn",
Ê "name" : "name",
Ê "type" : "type",
Ê "target_ports" : [ "target_ports", "target_ports" ],
Ê "iops_limit" : 0,
Ê "bandwidth_limit" : "bandwidth_limit",
Ê "port_wwn" : "port_wwn"
}
3.14.2. Returns a list of InitiatorPort objects
GET /clusters/{cluster_name}/exports/initiator_ports
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
58