API Description | API Path |
---|---|
Get the version whitelistGet whitelist of versions for different components |
GET /api/v1/upgrade/version-whitelist
|
Get the version whitelist for the specified componentGet whitelist of versions for a component. Component can include HOST, EDGE, CCP, MP |
GET /api/v1/upgrade/version-whitelist/<component_type>
|
Update the version whitelist for the specified component typeUpdate the version whitelist for the specified component type (HOST, EDGE, CCP, MP). |
PUT /api/v1/upgrade/version-whitelist/<component_type>
|