Compute Management/Host Related Interfaces/PCI Device Related APIs
POSTPCI Device Related APIsSince 0.6SynchronousAuth Required
Create PCI Device Offering
Create PCI Device Offering
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.
