Get Pci Groups
Get Pci Groups
Request
URI
GET
https://{api_host}/tca/hostcustomization/api/v1/hostprofile/{hostProfileName}/pciGroups
COPY
Path Parameters
string
hostProfileName
Required
hostProfileName
Responses
200
Get Pci Groups
Returns Array of pciGroup of type(s) application/json
[
{
"name": "string",
"filters": [
{
"isVf": false,
"deviceIds": [
"string"
],
"vendorId": "string",
"sriovEnabled": false,
"numaId": 0,
"indices": [
0
],
"alias": "string"
}
]
}
]
400
Returns BadRequest of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Pci Group Operations
GET
Get Pci Groups