Agent Pools

Number of APIs: 14

  1. List all Agent Pools GET {{baseUrl}}/api/v1/agentPools

  2. Delete an Agent Pool update DELETE {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId

  3. Create an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates

  4. Update an Agent Pool update settings POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/settings

  5. Retrieve an Agent Pool update's settings GET {{baseUrl}}/api/v1/agentPools/:poolId/updates/settings

  6. Retrieve an Agent Pool update by id GET {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId

  7. Update an Agent Pool update by id POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId

  8. Activate an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId/activate

  9. Deactivate an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId/deactivate

  10. Pause an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId/pause