Removing the registration of an iSCSI port

REST API Reference Guide for Virtual Storage Platform 5000, Virtual Storage Platform E Series, and Virtual Storage Platform G/F Series

Version
93-07-0x
90-09-0x
88-08-10
Audience
anonymous
Part Number
MK-98RD9014-17
The following request deletes information about the iSCSI port of the remote storage system that is registered to the iSCSI port of the local storage system. If this iSCSI port is registered in a remote connection, you cannot delete the information.

Execution permission

Storage Administrator (Remote Copy)

Request line

DELETE base-URL/v1/objects/remote-iscsi-ports/object-ID

Request message

Object ID

Specify the value of remoteIscsiPortId that was obtained by the processing to get information about the port. You can also specify the attributes and connect them with commas as follows:

localPortId,remoteSerialNumber,remoteStorageTypeId,remotePortId

Attribute

Type

Description

localPortId

string

(Required) Port number of the local storage system

remoteSerialNumber

string

(Required) Serial number of the remote storage system

remoteStorageTypeId

string

(Required) ID that indicates the model of the remote storage system

You can specify the following values:

  • R9: VSP 5000 series
  • M8: VSP E series, VSP G350, G370, G700, G900 or VSP F350, F370, F700, F900

remotePortId

string

(Required) Port number of the remote storage system

Query parameters
None.
Body
None.

Response message

Body

A job object is returned. For details on attributes other than affectedResources, see the section explaining job objects.

Attribute

Description

affectedResources

URL of the deleted iSCSI port

Status codes

For details on the status codes of the request for this operation, see the description on HTTP status codes.

Coding example

curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session d7b673af189048468c5af9bcf3bbbb6f" -X DELETE https://192.0.2.100/ConfigurationManager/v1/objects/remote-iscsi-ports/CL1-B,410012,M8,CL2-D