Get Next Provider Update

Get Next Provider Update

Use this endpoint to retrieve next applicable update of all provider nodes
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/updatemanager/next-update
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "nodeId": "string",
        "nodeRole": "string",
        "nodeIp": "string",
        "availabilityStatus": "string",
        "currentProviderVersion": "string",
        "nextProviderVersion": "string",
        "nextProviderVersionReleaseNotes": "string",
        "repoUrl": "string",
        "rebootRequired": false
    }
]