Reference Guide

Table Of Contents
GET /import_host_initiator/{id}
Description
Query a specific import host initiator instance.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the import host initiator to
query.
string
Responses
HTTP
Code
Description Schema
200 Success
import_host_initia
tor_instance
404 Not Found error_response
import_host_system
Use these resource types to manage import host systems. Import host enables communication with
multipathing software on the host system to perform import operations. While configuring the
import_host_system if the host is not present a new Host will be created. If Host is already present,
the same Host will be updated with the import_host_system details. Also, import_host_system
supports FC and ISCSI connections between Host and source arrays. So for a single
import_host_system which supports both FC and ISCSI; there would be two Hosts entries for
representing the FC and iSCSI connections.
GET /import_host_system
Description
Query import host systems that are attached to volumes.
Responses
133