Compute Management/Host Related Interfaces/PCI Device Related APIs
GETPCI Device Related APIsSince 0.6SynchronousAuth Required
Query VM Instance and PCI Device Spec Mapping
Query VM Instance and PCI Device Spec Mapping
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/vm-instances/{vmInstanceUuid}/pci-device-specs
/zstack/v1/vm-instances/{vmInstanceUuid}/pci-device-specs
Request Example
curl -X GET 'http://{host}/zstack/v1/vm-instances/{vmInstanceUuid}/pci-device-specs' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "vmInstanceUuid": "bf5c475cc0954616adacebb9b2b2a9e2", "pciSpecUuid": "260464ce341043588f0cc30dde70ed42", "pciDeviceNumber": 1, "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ] }Change History
This API has no change history records yet.
