This call returns list of web servers:

                                
{
  "webServers":
      [
         {
           "id": "0ce373a477f211e187a55404a662f968",
           "name": "frontend",
           "created": "2010-11-30T03:23:42Z",
           "updated": "2010-11-30T03:23:44Z",
           "domain": "ACME",
           "uri": "http://10.0.0.2",
           "units": [{
               "id": "1bf3491c409b4541b6f18ea5988a6437",
               "address": "10.0.0.2",
               "location": "west-dc"
           }]
         },
         {
           "id": "c697bd2429304820a928d145aa42af59",
           "name": "backend",
           "created": "2010-11-30T03:23:42Z",
           "updated": "2010-11-30T03:23:44Z",
           "domain": "ACME",
           "uri": "http://10.0.0.3",
           "units": [{
               "id": "eb32f97866d24001baa430cb34e4049f",
               "address": "10.0.0.3",
               "location": "west-dc"
           }]
         }
      ]
}                                    
                            

loading table of contents...