Find Upgrade Path Using POST
This API is used to generate Upgrade Planner.
Request
URI
POST
https://{api_host}//10.155.180.238/lcm/lcops/api/v2/findUpgradePath
COPY
Request Body
upgradePathInputs
Array of UpgradePathInput of type(s) application/json
Optional
[
{
"fromVersion": "string",
"productId": "string",
"required": false,
"toVersion": "string"
}
]
Responses
200
OK
Operation doesn't return any data structure
201
Created
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
On This Page
Upgrade Planner Controller Operations
POST
Find Upgrade Path Using POST
GET
Get Vrs Products Versions Using GET