NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get information about kubeconfig fileTo get more information about kubeconfig file like user, cluster, context, namespace etc. |
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/kubeconfig
|
Upload kubeconfig fileSynchronous call to upload kubeconfig file on orchestrator node. This will be used to connect with Kubernetes cluster. |
POST /policy/api/v1/infra/sites/{site-id}/napp/deployment/kubeconfig
|
Get information about Kubernetes toolsTo show information about Kubernetes tools version. It will list kubectl client version, kube-apiserver version. Also show, whether kubectl client version is compatible with kube-apiserver version.kubectl is supported within one minor version (older or newer) of kube-apiserver. |
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/kubernetes-tools
|