top of page

ARUN NUKULA

White Structure

Upgrade Planner Controller API's



There are 2 API's what Upgrade Planner Controller provides



ree

Let's explore these API's and see how we can fetch our desired result




getVrsProductsVersions



Inputs


Method: GET

URL: {{lcmurl}}/lcm/lcops/api/v2/getTargetVersions

Content Type: application/json


screenshot

ree




showUpgradePath


Inputs

Method: POST

URL: {{lcmurl}}/lcm/lcops/api/v2/findUpgradePath

Content Type: application/json

upgradePathInputs:

[
    {
        "productId": "string",
        "fromVersion": "string",
        "toVersion": "string",
        "required": true
    }
]

screenshot

ree

Sample Body


[
    {
        "productId": "vrslcm",
        "fromVersion": "8.8.2",
        "toVersion": "8.8.2",
        "required": false
    },
    {
        "productId": "vra",
        "fromVersion": "8.8.1",
        "toVersion": "8.8.2",
        "required": true
    },
    {
        "productId": "vrli",
        "fromVersion": "8.6.2",
        "toVersion": "8.8.2",
        "required": true
    },
    {
        "productId": "vrops",
        "fromVersion": "8.6.2",
        "toVersion": "8.6.3",
        "required": true
    },
    {
        "productId": "vrni",
        "fromVersion": "6.6.0",
        "toVersion": "6.7.0",
        "required": true
    },
    {
        "productId": "vidm",
        "fromVersion": "3.3.6",
        "toVersion": "3.3.6",
        "required": true
    }
]


 
 
 

Recent Posts

See All

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page