...
As part of discovery, it populates the A&AI with two PCIe features for Flavor1.
hpa-feature=”pciePassthrough””sriovNICNetwork”,
architecture=”{hw_arch}",
...
Hpa-attribute-key | Hpa-attribute-value | ||
pciVendorId | 8086 | ||
pciDeviceId | 0443 | ||
pciCount | 1 | directive | [ {"attribute_name": "vnic-type", "attribute_value": "direct"}, {"attribute_name": "physical-network", "attribute_value": "physnet1"}, ] |
hpa-feature=”pciePassthrough””sriovNICNetwork”,
architecture=”{hw_arch}",
...
Hpa-attribute-key | Hpa-attribute-value | ||
pciVendorId | 6808 | ||
pciDeviceId | 3440 | ||
pciCount | 1 | directive | [ {"attribute_name": "vnic-type", "attribute_value": "direct"}, {"attribute_name": "physical-network", "attribute_value": "physnet2"}, ] |
Multi-cloud API
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Create Network Request { "tenant": "tenant1", "networkName": "ommnet", "shared": 1, "vlanTransparent": 1, "networkType": "vlan", "segmentationId": 202, "physicalNetwork": "ctrl", "routerExternal": 0 } Response { "returnCode": 0, "vimId": "11111", "vimName": "11111", "status": "ACTIVE", "id": "d32019d3-bc6e-4319-9c1d-6722fc136a22", "name": "net1", "tenant": "tenant1", "networkName": "ommnet", "shared": 1, "vlanTransparent": 1, "networkType": "vlan", "segmentationId": 202, "physicalNetwork": "physnet1", "routerExternal": 0 } |
...