Resource Center/Hardware/Host Operations/PCI Device Operations
POSTPCI Device OperationsSince 2.1SynchronousAuth Required
CreatePciDeviceOffering
CreatePciDeviceOffering
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
POST/zstack/v1/pci-device/pci-device-offerings
/zstack/v1/pci-device/pci-device-offerings
Request Example
curl -X POST 'http://{host}/zstack/v1/pci-device/pci-device-offerings' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventory": { "type": "GPU_Video", "vendorId": "10de", "deviceId": "0e0f", "subvendorId": "10de", "subdeviceId": "118b" } }Change History
This API has no change history records yet.
