portset
portset-add
POST /api/protocols/san/portsets/{portset.uuid}/interfaces
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
portset-name |
portset.uuid |
In the REST API, the portset is identified by "portset.uuid" in the |
portset-port-name |
fc.name or ip.name |
In the REST API, a network interface to add to a portset can be |
portset-create
POST /api/protocols/san/portsets
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
portset-name |
name |
|
portset-type |
protocol |
portset-destroy
DELETE /api/protocols/san/portsets/{uuid}
Usage: This ONTAPI call can be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
force |
allow_delete_while_bound |
|
portset-name |
uuid |
In the REST API, the portset is identified by "uuid" in the endpoint path. |
portset-get-iter
GET /api/protocols/san/portsets
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
initiator-group-info |
igroups |
|
portset-name |
name |
|
portset-port-info |
interfaces |
|
portset-port-total |
No REST Equivalent |
This can be obtained by counting the number of elements in the "interfaces" array. |
portset-type |
protocol |
|
portset-uuid |
uuid |
|
vserver |
svm |
|
max-records |
max_records |
Specifies the maximum number of records to return before paging. |
portset-remove
DELETE /api/protocols/san/portsets/{portset.uuid}/interfaces/{uuid}
Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.
ONTAPI attribute | REST attribute | Comment |
---|---|---|
portset-name |
portset.uuid |
In the REST API, the portset is identified by "portset.uuid" in the endpoint path. |
portset-port-name |
uuid |
In the REST API, the network interface is identified by "uuid" in the endpoint path. |