NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get NSX Application Platform Common Agent host configurationGet the current NSX Application Platform Common Agent host configuration. Recommend to keep the value same for flow_data_collection_interval and context_data_collection_interval. |
GET /policy/api/v1/infra/napp/common-agent/host-config
|
Patch NSX Application Platform Common Agent host configurationPatch the current NSX Application Platform Common Agent host configuration. Return error if NSX Application Platform Common Agent is not registered with NSX. "private_ip_range" is the only field allowed to patch. |
PATCH /policy/api/v1/infra/napp/common-agent/host-config
|
Reset NSX Application Platform Common Agent host configurationReset NSX Application Platform Common Agent host configuration to the default setting. Clear NSX Application Platform Common Agent host configuration if NSX Application Platform Common Agent is not registered with NSX. Return the NSX Application Platform Common Agent host configuration after reset operation. |
POST /policy/api/v1/infra/napp/common-agent/host-config?action=reset
|
Upload the Kubernetes tools on NSX Manager via FileSynchronous call to upload the Kubernetes tools on NSX Manager via File. You need to get this file from VMware website. File will contains kubectl binary, helm binary and signature to verify them. |
POST /policy/api/v1/infra/sites/{site-id}/napp/deployment/tools/upload
|