NSX-T Data Center REST API

Get NSX Application Platform deployment configuration

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

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/napp/deployment/platform
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:
PlatformDeploymentConfig+

Example Response:

{ "resource_type": "PlatformDeploymentConfig", "id": "platform-deployment-config", "platform_version" : "2.0", "form_factor" : "advanced", "kubeconfig_info" : { "name": "kubeconfigfile.xyz", "user": "test", "cluster": "cluster1", "namespace" : "nsxi" }, service_config : { "kubectl_tool" : "kubectltool.tgz", "ca_cerficiate": { "public_key": "xxxxxx", "private_key" : "xxxxxx" }, "service_name": "fqdn.of.service", } "parent_path" : "/infra/sites//napp/deployment/platform", "relative_path" : "registry", "cluster_id" : "232412-2342-2hd124-23h212", "_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: