AgentApi
getAllAgents
Get all known agents.
Endpoint | /app/rest/agents |
Produces |
|
Parameters |
|
Response |
deleteAgent
Delete an inactive agent.
Endpoint | /app/rest/agents/{agentLocator} |
Parameters |
|
getAgent
Get agent matching the locator.
Endpoint | /app/rest/agents/{agentLocator} |
Produces |
|
Parameters |
|
Response |
getAuthorizedInfo
Get the authorization info of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/authorizedInfo |
Produces |
|
Parameters |
|
Response |
setAuthorizedInfo
Update the authorization info of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/authorizedInfo |
Consumes |
|
Produces |
|
Parameters |
|
Response |
getBuildConfigurationRunPolicy
Get the build configuration run policy of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/compatibilityPolicy |
Produces |
|
Parameters |
|
Response |
setBuildConfigurationRunPolicy
Update build configuration run policy of agent matching locator.
Endpoint | /app/rest/agents/{agentLocator}/compatibilityPolicy |
Consumes |
|
Produces |
|
Parameters |
|
Response |
getCompatibleBuildTypes
Get build types compatible with the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/compatibleBuildTypes |
Produces |
|
Parameters |
|
Response |
getEnabledInfo
Check if the matching agent is enabled.
Endpoint | /app/rest/agents/{agentLocator}/enabledInfo |
Produces |
|
Parameters |
|
Response |
setEnabledInfo
Update the enablement status of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/enabledInfo |
Consumes |
|
Produces |
|
Parameters |
|
Response |
getIncompatibleBuildTypes
Get build types incompatible with the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/incompatibleBuildTypes |
Produces |
|
Parameters |
|
Response |
getAgentPool
Get the agent pool of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/pool |
Produces |
|
Parameters |
|
Response |
setAgentPool
Assign the matching agent to the specified agent pool.
Endpoint | /app/rest/agents/{agentLocator}/pool |
Consumes |
|
Produces |
|
Parameters |
|
Response |
getAgentField
Get a field of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/{field} |
Produces |
|
Parameters |
|
Response |
|
setAgentField
Update a field of the matching agent.
Endpoint | /app/rest/agents/{agentLocator}/{field} |
Consumes |
|
Produces |
|
Parameters |
|
Response |
|