API Guide

Table Of Contents
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Body
port_patch_pa
yload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated Port Port
Example HTTP response
Response 200
{
Ê "export_status" : "export_status",
Ê "iscsi_name" : "iscsi_name",
Ê "node_wwn" : "node_wwn",
Ê "director" : "director",
Ê "exports" : [ {
Ê "volume" : "volume",
Ê "view" : "view",
Ê "lun" : "lun",
Ê "status" : "status"
Ê }, {
Ê "volume" : "volume",
Ê "view" : "view",
Ê "lun" : "lun",
Ê "status" : "status"
Ê } ],
Ê "name" : "name",
Ê "discovered_initiators" : [ "discovered_initiators", "discovered_initiators" ],
Ê "enabled" : true,
Ê "port_wwn" : "port_wwn",
Ê "director_id" : "director_id"
}
3.14.10. Create a new StorageView
POST /clusters/{cluster_name}/exports/storage_views
64