NSX-T Data Center REST API

Get preferences for rendering the UI.

Get hints for rendering the UI for the product. This hints are only for UI
and are product specific. The keys are contract between UI and backend. They
may not be same different products using the upgrade-coordinator core services.
The example specified here is for NSX product.

Request:

Method:
GET
URI Path(s):
/api/v1/upgrade/ui/preferences
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
UpgradeUIPreferences+

Example Response:

{ "product" : "NSX", "preferences": [ { "key": "upgrade_bits_available", "value": "false" }, { "key": "show_mub_begin_upgrade", "value": "false" }, { "key": "uc_upgrade_type", "value": "PUB" } ] }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: