System Administration >
Settings
>
Certificates
>
Certificate
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 certificate
used 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
+
SetInterSiteAphCertificateRequest
(
schema
)
Name
Description
Type
Notes
cert_id
Certificate ID
ID of the certificate that is already imported.
string
Required
Readonly
used_by_id
Node ID
ID of the node that this certificate is used on.
string
Required
Readonly
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
Required Permissions:
crud
Feature:
trust_certificates
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable