Query Vgpu Profiles

Query Vgpu Profiles

Get list of vGPU profiles available in the system.
Results can be filtered by:

  • name
  • tenantFacingName
  • pvdcId - | The URN of provider vDC. Filters all the vGPU profiles that are accessible to the supplied provider vDC. Example: (pvdcId==urn:vcloud:providervdc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vgpuProfiles
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.

string
sortAsc
Optional

Field to use for ascending sort

string
sortDesc
Optional

Field to use for descending sort

integer
page
Required

Page to fetch, zero offset.

integer
pageSize
Required

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VgpuProfiles of type(s) application/json;version=37.0
This response body class contains all of the following: Page , InlineVgpuProfiles1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "0": "V",
            "1": "g",
            "2": "p",
            "3": "u",
            "4": "P",
            "5": "r",
            "6": "o",
            "7": "f",
            "8": "i",
            "9": "l",
            "10": "e",
            "11": "C",
            "12": "o",
            "13": "m",
            "14": "m",
            "15": "o",
            "16": "n",
            "17": " ",
            "18": "O",
            "19": "b",
            "20": "j",
            "21": "e",
            "22": "c",
            "23": "t"
        }
    ]
}