API Guide

Table Of Contents
Type Name Description Schema
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Query
type
optional
Filter results by type. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Responses
HTTP
Code
Description Schema
200
A list of InitiatorPort objects
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< InitiatorPort >
array
3.14.3. Rediscover initiator ports
POST /clusters/{cluster_name}/exports/initiator_ports/rediscover
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Body
rediscover_pa
yload
optional
rediscover_payload
Responses
HTTP
Code
Description Schema
200 A list of InitiatorPort objects
< InitiatorPort >
array
3.14.4. Returns a single InitiatorPort object
GET /clusters/{cluster_name}/exports/initiator_ports/{name}
59