SSL Agents

The Agents HTTP Get method takes no parameters and returns a list of agents that can perform SSLClosed TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are protocols for establishing authenticated and encrypted links between networked computers. scans. The result will be an array of structures, each with a GUID and name.

Table 730: GET /Agents Response Body

Parameter Name

Parameter Value

Guid

Identifier for this agent within Keyfactor Command.

Name

Hostname of the agent used by Keyfactor Command.

Example Request

GET http://<host>/CMSApi/SSL/1/Agents

Example Response

[
	{
		"Guid": "956282ef-f01b-4ae3-8cd2-57327749e15c",
		"Name": "Dev1.jdk.com"
	}
]