Skip to main content

Get Platform Upgrade Options

API to get eligibility for install job option at different entity level

Query Parameters
  • option int32

    Specify the entity level for which to fetch install jobs options. Accepted values [ 2 = Client, 3 = Client Group, 4 = Commcell]

  • clientId int32

    Id of the client or client group for which to fetch install job options

Responses

OK


Schema
  • option int32
  • clientId int32
  • MSSQLPatching int32
  • WindowsPatching int32
  • UnixOSPatching int32
  • HyperScaleOSPatching int32
  • HSXStorageUpdatesPatching int32
  • DiagsInCSCache int32
  • EligibleForMSSQLPatching int32
  • EligibleForWindowsOSPatching int32
GET /v4/platformupgrade/options    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
option — query
clientId — query
curl -L -X GET 'https://localhost/webconsole/api/V4/PlatformUpgrade/Options' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'