GET Analytics SSL Networks Endpoints Status
The GET /Analytics/SSL
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.
/ssl/read/
Table 226: 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 227: 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. |
Was this page helpful? Provide Feedback