AgentPool

Number of APIs: 13

  1. Create a new agent pool. POST {{baseUrl}}/app/rest/agentPools

  2. Get all agent pools. GET {{baseUrl}}/app/rest/agentPools?locator=<AgentPoolLocator>&fields=<string>

  3. Get the agent pool matching the locator. GET {{baseUrl}}/app/rest/agentPools/:agentPoolLocator?fields=<string>

  4. Delete the agent pool matching the locator. DELETE {{baseUrl}}/app/rest/agentPools/:agentPoolLocator

  5. Get the agent of the matching agent pool. GET {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/agents?locator=<AgentLocator>&fields=<string>

  6. Assign the agent to the matching agent pool. POST {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/agents?fields=<string>

  7. Get all projects of the matching agent pool. GET {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects?fields=<string>

  8. Assign the project to the matching agent pool. POST {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects

  9. Update projects of the matching agent pool. PUT {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects

  10. Unassign all projects from the matching agent pool. DELETE {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects