Resource Center/Hardware/Host Operations
GETHost OperationsSince 5.3.0SynchronousAuth Required
QueryHBADevice
QueryHBADevice
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/storage-devices/hba
/zstack/v1/storage-devices/hba
Request Example
curl -X GET 'http://{host}/zstack/v1/storage-devices/hba' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "portName": "10000090fab38778", "portState": "Online", "speed": "8 Gbit", "supportedSpeeds": "16 Gbit", "symbolicName": "QLE2692 FW:v9.07.00 DVR:v10.02.00.106-k", "supportedClasses": "Class 3", "uuid": "511a5ac34b423ac99a33d5c863531d2e", "name": "host", "hostUuid": "38e3ebc0b54e3cf8a99db5f7c80ee59e", "hbaType": "FC" } ] }Change History
This API has no change history records yet.
