API Guide

Table Of Contents
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}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
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 InitiatorPort InitiatorPort
3.14.5. Unregister an InitiatorPort
DELETE /clusters/{cluster_name}/exports/initiator_ports/{name}
Parameters
53