GET SSL Endpoints ID

The GET /SSLClosed TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are protocols for establishing authenticated and encrypted links between networked computers./Endpoints/{id} method is used to retrieve information about an endpointClosed An endpoint is a URL that enables the API to gain access to resources on a server. found in an SSL discover or monitor scan using the EndpointId. This method returns HTTP 200 OK on a success with details of the SSL endpoints.

Tip:  The following permissions (see Security Overview) are required to use this feature:

SslManagement: Read

Table 580: GET SSL Endpoints {id} Input Parameters

Name In Description
id Path Required. The Keyfactor Command reference GUID for the SSL endpoint to be retrieved.

Use the GET /SSL method (see GET SSL) to retrieve a list of all the SSL endpoints to determine the SSL endpoint's GUID.

Table 581: GET SSL Endpoints {id} Response Data

Name Description
EndpointId The Keyfactor Command reference GUID for the endpoint.
NetworkId The Keyfactor Command reference GUID for the SSL network that scanned the endpoint.
LastHistoryId The Keyfactor Command reference GUID for the last history entry on the endpoint.
IpAddressBytes The IP address for the endpoint as bytes.
Port An integer indicating the port on which this endpoint was found.
SNIName A string indicating the server name indicationClosed Server name indication (SNI) is an extension to TLS that provides for including the hostname of the target server in the initial handshake request to allow the server to respond with the correct SSL certificate or allow a proxy to forward the request to the appropriate target. (SNIClosed Server name indication (SNI) is an extension to TLS that provides for including the hostname of the target server in the initial handshake request to allow the server to respond with the correct SSL certificate or allow a proxy to forward the request to the appropriate target.) of the endpoint, if found.
EnableMonitor A Boolean indicating whether monitoring is enabled on this endpoint (true) or not (false).
Reviewed A Boolean indicating whether the endpoint has been reviewed (true) or not (false).
Tip:  For code examples, see the Keyfactor API Endpoint Utility. To find the embedded web copy of this utility, click the help icon () at the top of the Keyfactor Command Management Portal page next to the Log Out button.