AgentPool
Number of APIs: 13
-
Create a new agent pool. POST {{baseUrl}}/app/rest/agentPools
-
Get all agent pools. GET {{baseUrl}}/app/rest/agentPools?locator=<AgentPoolLocator>&fields=<string>
-
Get the agent pool matching the locator. GET {{baseUrl}}/app/rest/agentPools/:agentPoolLocator?fields=<string>
-
Delete the agent pool matching the locator. DELETE {{baseUrl}}/app/rest/agentPools/:agentPoolLocator
-
Get the agent of the matching agent pool. GET {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/agents?locator=<AgentLocator>&fields=<string>
-
Assign the agent to the matching agent pool. POST {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/agents?fields=<string>
-
Get all projects of the matching agent pool. GET {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects?fields=<string>
-
Assign the project to the matching agent pool. POST {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects
-
Update projects of the matching agent pool. PUT {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects
-
Unassign all projects from the matching agent pool. DELETE {{baseUrl}}/app/rest/agentPools/:agentPoolLocator/projects