Remove public key pin for a server host from an agent
This command requests the agent remove a public key pin for a server host, but does not wait for or report the result. The returned maintenance task can be used to query the result.
Request
POST https://{hostname}:{port}
/cli/agentCLIremoveServerPin?{parameters}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
agent | string | true | Name or ID of the agent |
host | string | true | The host name, as it is known by the agent, from which the public key pin is removed |
publicKeyFingerprint | string | true | The fingerprint for the public key pin to remove |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: removeAgentServerPin.