NSX-T Data Center REST API
Returns the certificate of the listener
Connects to the given IP and port, and, if an SSL listener is present, returnsthe certificate of the listener.
Intent of this API is "Do you trust this certificate?".
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/global-infra/sites/listener_certificate
                  
/policy/api/v1/infra/sites/listener_certificate
              
            /policy/api/v1/infra/sites/listener_certificate
Request Headers:
                n/a
            Query Parameters:
    TlsListenerEndpointAddressRequestParameters+
  Request Body:
    n/a
  Example Request:
POST https://<policy-mgr>/global-policy/api/v1/infra/sites/listener_certificate?address=10.22.122.7&port=443Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TlsListenerCertificate+
  