Upgrade Product

Upgrade Product

Upgrades the given vRealize Suite Product

Request
URI
POST
https://{api_host}/lcm/api/v1/action/upgrade/product
COPY
Header Parameters
string
x-xenon-auth-token
Optional

Authorization Token (required if no authorization cookie)


Request Body

Product Upgrade Details

{
    "environmentId": "b71d6a8cb6689475558fcf58da180",
    "productLink": "",
    "productType": "vrbc",
    "productVersion": "7.3.1",
    "repositoryType": "URL",
    "repositoryUrl": "https://source-file-server:443/links/vrbc/7.3.1/upgrade/update",
    "takeSnapshot": "false"
}
Responses
200

Operation successful

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure