NSX-T Data Center REST API
Create or update Metadata Proxy Config
API will create or update Metadata Proxy Config with ID profile-idRequest:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/metadata-proxies/<metadata-proxy-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
MetadataProxyConfig+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/metadata-proxies/p1 { "server_address": "https://www.google.com:9000", "secret": "Admin!23Admin", "edge_cluster_path": "/infra/sites/default/enforcement-points/default/edge-clusters/8bb6901f-6484-4c83-9f7f-716899299303", "enable_standby_relocation": false, "crypto_protocols": [ "TLS_V1_1", "TLS_V1_2" ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
MetadataProxyConfig+