Agent Pools
Number of APIs: 14
-
List all Agent Pools GET {{baseUrl}}/api/v1/agentPools
-
Delete an Agent Pool update DELETE {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId
-
Create an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates
-
Update an Agent Pool update settings POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/settings
-
Retrieve an Agent Pool update's settings GET {{baseUrl}}/api/v1/agentPools/:poolId/updates/settings
-
Retrieve an Agent Pool update by id GET {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId
-
Update an Agent Pool update by id POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId
-
Activate an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId/activate
-
Deactivate an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId/deactivate
-
Pause an Agent Pool update POST {{baseUrl}}/api/v1/agentPools/:poolId/updates/:updateId/pause