NSX-T Data Center REST API
Set a certificate as the Appliance Proxy certificate to be used in inter-site communication
Set a certificate that has been imported to be the Appliance Proxy certificateused for communicating with Appliance Proxies on other sites.
Request:
Method:
POST
URI Path(s):
/api/v1/trust-management/certificates?action=set_appliance_proxy_certificate_for_inter_site_communication
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SetInterSiteAphCertificateRequest+
Example Request:
POST https://<nsx-mgr>/api/v1/trust-management/certificates?action=set_appliance_proxy_certificate_for_inter_site_communication { "cert_id": "77c5dc5c-6ba5-4e74-a801-c27dc09be76b", "used_by_id": "4e15955d-acd1-4g49-abae-0c6ea65bf438" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a