bulkRemoveAgentServerPin

Remove public key pins for server hosts from agents in bulk

This command requests a set of agent remove a public key pin for a server host, but does not wait for or report the results. The returned maintenance tasks can be used to query the result. Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.

Format

udclient [global-args...] [global-flags...]
  bulkRemoveAgentServerPin [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "README": "See entity attribute for the template 
  description expected by this endpoint.",
  "entity": [{
    "agent": "Name or ID of an agent",
    "host": "The host name, as it is known by the agent, 
  from which the public key pin is removed",
    "publicKeyFingerprint": "The fingerprint for the public 
  key pin to remove"
  }]
}

Related REST command: Remove public key pins for server hosts from agents in bulk.