bulkSetAgentKeypairPolicy
Add public key pins for server hosts to an agents in bulk
Format
udclient [global-args...] [global-flags...]
bulkSetAgentKeypairPolicy [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",
"maxAgeDays": "The maximum age in days of the agent's
keypair, or zero to disable rotation"
}]
}
Related REST command: Add public key pins for server hosts to an agents in bulk.