This documentation relates to QuickBuild 5.0.x
Select here if you are using a different version

Interact with Build Agents

You are viewing an old version (v. 1) of this page.
The latest version is v. 2, last edited on Feb 27, 2013 (view differences | )
view page history | view next version >>

Get list of active build agents

Syntax

List of active build agents can be fetched by issuing GET request to below url:

http://localhost:8810/rest/buildagents/active

The response is of mime type text/plain and the content is XML representation of list of active build agents.

Security

Any user can access list of active build agents.

Get list of inactive build agents

Syntax

List of inactive build agents can be fetched by issuing GET request to below url:

http://localhost:8810/rest/buildagents/inactive

The response is of mime type text/plain and the content is XML representation of list of inactive build agents.

Security

Any user can access list of inactive build agents.

Get list of unauthorized build agents

Syntax

List of unauthorized build agents can be fetched by issuing GET request to below url:

http://localhost:8810/rest/buildagents/unauthorized

The response is of mime type text/plain and the content is XML representation of list of unauthorized build agents.

Security

Any user can access list of unauthorized build agents.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.