API Guide

Table Of Contents
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
Responses
HTTP
Code
Description Schema
204 The un-registration was successful No Content
3.14.6. Update attributes on an InitiatorPort
PATCH /clusters/{cluster_name}/exports/initiator_ports/{name}
Description
Settable attributes: 'name','iops_limit','bandwidth_limit'
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
Body
initiator_port_
patch_payload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated InitiatorPort InitiatorPort
3.14.7. Returns a list of Port objects
GET /clusters/{cluster_name}/exports/ports
Parameters
54