You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Jeremy Mitchell (JIRA)" <ji...@apache.org> on 2017/05/11 18:21:04 UTC

[jira] [Created] (TC-280) TO API: create api endpoint to fetch the count of servers by status

Jeremy Mitchell created TC-280:
----------------------------------

             Summary: TO API: create api endpoint to fetch the count of servers by status
                 Key: TC-280
                 URL: https://issues.apache.org/jira/browse/TC-280
             Project: Traffic Control
          Issue Type: New Feature
          Components: Traffic Ops API
            Reporter: Jeremy Mitchell
            Assignee: Jeremy Mitchell
            Priority: Minor


For example:

GET /api/*/servers/status

returns 

response: {
  "ONLINE": 44,
  "OFFLINE": 33,
  "REPORTED": 22,
  "ADMIN_DOWN": 11,
  ...
}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)