Get Pci Groups

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


Authentication
This operation uses the following authentication methods.
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"
        }
    ]
}
array of error
errors
Optional

errors


500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors