PUT https://{hostname}:{port}
/cli/agentPool/createAgentPool
{
"agents": [
"Agent ID or name",
"Agent ID or name (repeat as necessary)"
],
"description": "Description",
"name": "Name of the agent pool"
}
{
"name": "New pool",
"description": "My new agent pool",
"agents": [
"Agent1",
"Agent2"
]
}
{
"id": "62eb25dd-edc0-4900-a4c7-25b440abb1a3",
"name": "New pool",
"active": true,
"description": "My new agent pool",
"status": "ONLINE"
}
Related CLI command: createAgentPool.