NSX-T Data Center REST API

Reset helm and docker url to default 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/reset
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:
DeploymentRegistry+

Example Response:

{ "resource_type": "DeploymentRegistry", "id": "deployment-registry", "docker_registry": "docker.io", "helm_repository":"https://kubernetes-charts.storage.googleapis.com", "_create_time" : 1524826554351, "_last_modified_user" : "admin", "_system_owned" : false, "_protection" : "NOT_PROTECTED", "_last_modified_time" : 1524826554351, "_create_user" : "admin", "_revision" : 0 }

Required Permissions:

crud

Feature:

policy_napp

Additional Errors: