remote_device
淘宝搜:【红包到手500】领超级红包,京东搜:【红包到手500】
淘宝互助,淘宝双11微信互助群关注公众号 【淘姐妹】
- Interface for Deleting Remote Device
- Interface for Querying the Number of Remote Device
- Interface for Querying Remote Device Information
- Interface for Batch Querying Remote Device Information
- Interface for Removing a iSCSI Link of Remote Device
- Interface for Modifying a iSCSI Link information
- Interface for Modifying FC Link Information
- Interface for Removing a FC Link of Remote Device
- Interface for Adding FC Links for Remote Devices
- Interface for Querying the Number of iSCSI Links
- Interface for Querying the Number of FC Links
- Interface for Creating Remote Device
- Interface for Modifying Remote Device Information
- Interface for Adding iSCSI Links for Remote Devices
- Interface for Querying FC Link Information
- Interface for Querying a Single iSCSI Link Information
- Interface for Batch Querying iSCSI Link Information
- Interface for Batch Querying FC Link Information
This interface is used to delete remote devices.
Applicable to V5 all series.
https://${ip}:${port}/deviceManager/rest/${deviceId}/remote_device/${id}
DELETE
Super administrator,Administrator
| Parameter | Mandatory/Optional/Conditional | Type | Description |
|---|---|---|---|
| ID | Mandatory | string | Remote device ID. |
N/A
-
Deleting remote devices.
Request: DELETE /deviceManager/rest/210235843910E6000009/remote_device/123 Response: { "data":{}, "error": { "code": 0, "description": "0" } }
This interface is used to query the number of remote device.
Applicable to V5 all series.
https://${ip}:${port}/deviceManager/rest/${deviceId}/remote_device/count
GET
Super administrator,Administrator,Read-only user
| Parameter | Mandatory/Optional/Conditional | Type | Description |
|---|---|---|---|
| filter | Optional | string | Query criteria. The value is described as follows: Parameters ID, NAME, RUNNINGSTATUS, HEALTHSTATUS are supported. |
| Parameter | Mandatory/Conditional | Type | Description |
|---|---|---|---|
| COUNT | Mandatory | string(int) | Number of queried remote device. |
-
Querying the number of remote device.
Request: GET /deviceManager/rest/1016964156/remote_device/count Response: { "data": { "COUNT": "1" }, "error": { "code": 0, "description": "0" } }
This interface is used to query information about remote devices.
Applicable to V5 all series.
https://${ip}:${port}/deviceManager/rest/${deviceId}/remote_device/${id}
GET
Super administrator,Administrator,Read-only user
| Parameter | Mandatory/Optional/Conditional | Type | Description | |
|---|---|---|---|---|
| ID | Mandatory | string | ||
字段 | 含义 | |||
| ID | 异构链路ID。 | |||
| Health Status | 异构链路健康状态。 | |||
| Running Status | 异构链路运行状态。 | |||
| Local Controller | 本端控制器ID。 | |||
| Remote Device Type | 远端设备类型。 | |||
| In Remote Device | 是否已接入远端设备。 | |||
| Remote Device ID | 远端设备ID。 | |||
| Remote Device WWN | 远端设备WWN。 | |||
| Remote Controller | 远端控制器ID。 | |||
| Local Port ID | 链路所属本端端口。 | |||
| Local Port WWPN | 本端端口的WWPN。 | |||
| Remote Device Name | 链路所属远端设备名字。 | |||
| Remote Port ID | 链路所属远端端口。 | |||
| Remote Port WWPN | 远端端口的WWPN。 | |||
| Bandwidth Limit Enabled | 该链路流控是否开启。 | |||
| Bandwidth Limit Size | 流控带宽。 | |||
| Bandwidth Utilization | 带宽利用率。 | |||
| Remote Device SN | 链路所属远端设备的SN。 | |||
| Vendor | 远端设备厂商型号。 | |||
| Model | 远端设备产品型号。 | |||
| LUN Number | LUN数量。 | |||
| Initiator Name | iSCSI启动器名字。 | |||
| Target Name | iSCSI目标器名字。 | |||
| Target IP | iSCSI目标器IP。 | |||
| Target Port | iSCSI目标器端口。 | |||
| Chap Enabled | 是否启用CHAP认证。 | |||
| Chap User | CHAP用户。 | |||
| Recovery Policy | 恢复策略。 | |||
| Local IP | iSCSI启动器IP。 | |||
| Local ISID | 本端设备的iSCSI启动器会话标识符。 | |||
| Remote TGPT | 远端设备的iSCSI目标器端口组标签。 |

