Agent
Number of APIs: 15
- 
Get all known agents. GET {{baseUrl}}/app/rest/agents?locator=<AgentLocator>&fields=<string> 
- 
Get agent matching the locator. GET {{baseUrl}}/app/rest/agents/:agentLocator?fields=<string> 
- 
Delete an inactive agent. DELETE {{baseUrl}}/app/rest/agents/:agentLocator 
- 
Get the authorization info of the matching agent. GET {{baseUrl}}/app/rest/agents/:agentLocator/authorizedInfo?fields=<string> 
- 
Update the authorization info of the matching agent. PUT {{baseUrl}}/app/rest/agents/:agentLocator/authorizedInfo?fields=<string> 
- 
Get the build configuration run policy of the matching agent. GET {{baseUrl}}/app/rest/agents/:agentLocator/compatibilityPolicy?fields=<string> 
- 
Update build configuration run policy of agent matching locator. PUT {{baseUrl}}/app/rest/agents/:agentLocator/compatibilityPolicy?fields=<string> 
- 
Get build types compatible with the matching agent. GET {{baseUrl}}/app/rest/agents/:agentLocator/compatibleBuildTypes?fields=<string> 
- 
Check if the matching agent is enabled. GET {{baseUrl}}/app/rest/agents/:agentLocator/enabledInfo?fields=<string> 
- 
Update the enablement status of the matching agent. PUT {{baseUrl}}/app/rest/agents/:agentLocator/enabledInfo?fields=<string>