Operations at AgentPairManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| AgentPairingSettings GetPairingSettings() | Gets pairing settings of the Agent which includes agent ID, paired Core name and security certificate thumbprints. |
| AgentPairingResult Pair(AgentPairingSettings agentPairingSettings) | Sets up relationship between a Core and the Agent including security certificates exchange. |
| Void RemovePairing() | Removes relationship between the Agent and a Core. |
| Guid VerifyConnect() | Allows to verify connection to specified agent and returns actual agent ID. |
| Guid VerifyConnectWithOptionalAuthentication(String useNtlmOnly) | Allows to verify connection to specified agent with optional authentication scheme and returns actual agent ID. |