API Guide

Table Of Contents
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
Example HTTP response
Response 200
{
Ê "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"
}
61