Get Compatible Agent Versions

Get Compatible Agent Versions

Use this endpoint to find the min and max agent versions allowed to onbaording with the current provider sion
Authorized Roles : PROVIDER

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

OK

Returns ProviderAgentVersionRangeCompatibility of type(s) application/vnd.vmware.dms-v1+json
{
    "minAgentVersion": "string",
    "maxAgentVersion": "string",
    "status": "string"
}
string
minAgentVersion
Optional

minAgentVersion

string
maxAgentVersion
Optional

maxAgentVersion

string
status
Optional

status

Possible values are : ONBOARDING_NOT_POSSIBLE, MANIFEST_NOT_PROCESSED, READY_TO_ONBOARD,