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.
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:
{ "resource_type": "DeploymentRegistry", "description": "Udated Registry urls", "docker_registry": "docker.io", "helm_repository":"https://kubernetes-charts.storage.googleapis.com", "_revision" : 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DeploymentRegistry+