Update Vgpu Profile

Update Vgpu Profile

vGPU profile's name cannot be updated but other information such as tenantFacingName and instructions can be updated.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/vgpuProfiles/{vgpuProfileId:((?!consumers|commonVgpuProfile|vgpuProfileConsumer).)*}
COPY
Path Parameters
string
vgpuProfileId
Required

vgpuProfileId

string
vgpuProfileId
Required

vgpuProfileId


Request Body
VgpuProfile of type(s) application/json
Required
This request body class requires all of the following: VgpuProfileCommon
{
    "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"
}
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VgpuProfile of type(s) application/json;version=37.0
This response body class contains all of the following: VgpuProfileCommon
{
    "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"
}