NSX-T Data Center REST API

Get upgrade coordinator deployment configuration

Get input parameters required to deploy upgrade-coordinator. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/napp/deployment/upgrade-coordinator
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sites//napp/deployment/upgrade-coordinator

Successful Response:

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

Example Response:

{ "resource_type": "UpgradeCoordinatorDeploymentConfig", "id": "upgrade-coordinator-deployment-config", "kubeconfig_info" : { "name": "kubeconfigfile.xyz", "user": "test", "cluster": "cluster1", "namespace" : "nsxi" }, "parent_path" : "/infra/sites//napp/upgrade-coordinator", "relative_path" : "registry", "_create_time" : 1524826554351, "_last_modified_user" : "admin", "_system_owned" : false, "_protection" : "NOT_PROTECTED", "_last_modified_time" : 1524826554351, "_create_user" : "admin", "_revision" : 0 }

Required Permissions:

read

Feature:

policy_napp

Additional Errors: