GET Analytics SSL Networks Endpoints Status

The GET /Analytics/SSLClosed TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are protocols for establishing authenticated and encrypted links between networked computers./Networks/Endpoints/Status method returns the number of endpoints, grouped by status, for the requested SSL networks, or all networks. This method returns HTTP 200 OK on a success with the count and details.

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:

/ssl/read/

Table 274: GET Analytics SSL Networks Endpoints Status Input Parameters

Name In Description
Networks Query

Optional. A string that represents the name of the network in Keyfactor Command to query to generate the endpoint count. If none are provided, all networks are will be queried.

Tip:   In the Keyfactor API Reference and Utility, click the Add string item button on the Networks input parameter to enter the name for each network you wish to query.

Use the GET SSL Networks method to retrieve a list of all the networks to determine the name.

Table 275: GET Analytics SSL Networks Endpoints Status Response Data

Name In Description
Name Body A string with the name of the SSL status (e.g., Certificates Found).
Count Body

An integer that represents the count of endpoints per status.

Id Body An integer that represents the ID corresponding to the SSL status.
Tip:  See the Keyfactor API Reference and Utility which provides a utility through which the Keyfactor APIClosed An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. endpoints can be called and results returned. It is intended to be used primarily for validation, testing and workflowClosed A workflow is a series of steps necessary to complete a process. In Keyfactor Command, it refers to the workflow builder, which allows you to automate event-driven tasks such as when a certificate is requested, revoked or found in a certificate store. development. It also serves secondarily as documentation for the API. The link to the Keyfactor API Reference and Utility is in the dropdown from the help icon () at the top of the Management Portal page next to the Log Out button.