Get Future Control Plane Updates

Get Future Control Plane Updates

Use this endpoint to retrieve future updates of provider
Authorized Roles : PROVIDER

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

OK

[
    {
        "version": "string",
        "permittedSourceVersion": "string",
        "updateRepo": {
            "repoPath": "string",
            "rebootRequired": false,
            "sha256": "string"
        },
        "minAgentVersion": "string",
        "maxAgentVersion": "string",
        "releaseDate": "string",
        "releaseNotes": "string"
    }
]