Get information about all fixed agent pool

Return a JSON Array representation of all fixed agent pool.

Request

GET https://{hostname}:{port}
  /build/rest2/fixedAgentPools
This command takes a JSON request string or file. Use the following template for the request:
[{
  "agents": "The JSON Array of agent ids in the fixed 
  agent pool.",
  "description": "The dexcription of the fixed agent pool.",
  "id": "The id of the fixed agent pool.",
  "location": "The REST URI to get the information of 
  fixed agent pool.",
  "name": "The name of the fixed agent pool."
}]