NSX-T Data Center REST API
Update Docker registry and helm repository url.
In case of helm chart present in private repository and containersare hosted in private hub. You can change docker and helm url to use these
private URL instead of default public one.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/sites/<site-id>/napp/deployment/registry
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    DeploymentRegistry+
  Example Request:
PUT https://<nsx-mgr>/policy/api/v1/infra/sites/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    DeploymentRegistry+
  