AgentPoolApi
getAllAgentPools
Get all agent pools.
Endpoint | /app/rest/agentPools |
Produces |
|
Parameters |
|
Response |
createAgentPool
Create a new agent pool.
deleteAgentPool
Delete the agent pool matching the locator.
Endpoint | /app/rest/agentPools/{agentPoolLocator} |
Parameters |
|
getAgentPoolOfAgentPool
Get the agent pool matching the locator.
Endpoint | /app/rest/agentPools/{agentPoolLocator} |
Produces |
|
Parameters |
|
Response |
getAllAgentsFromAgentPool
Get the agent of the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/agents |
Produces |
|
Parameters |
|
Response |
addAgentToAgentPool
Assign the agent to the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/agents |
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteAllProjectsFromAgentPool
Unassign all projects from the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/projects |
Parameters |
|
getAllProjectsFromAgentPool
Get all projects of the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/projects |
Produces |
|
Parameters |
|
Response |
addProjectToAgentPool
Assign the project to the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/projects |
Consumes |
|
Produces |
|
Parameters |
|
Response |
setAgentPoolProjects
Update projects of the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/projects |
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteProjectFromAgentPool
Unassign the project from the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/projects/{projectLocator} |
Parameters |
|
getFieldFromAgentPool
Get a field of the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/{field} |
Produces |
|
Parameters |
|
Response |
|
setAgentPoolField
Update a field of the matching agent pool.
Endpoint | /app/rest/agentPools/{agentPoolLocator}/{field} |
Consumes |
|
Produces |
|
Parameters |
|
Response |
|