jobs servers (http://api.3plcentral.com/rels/jobs/servers)
Resource:
active servers
C# Rel Const:
Rels.JobSvc.Servers
URI template:
servers
Obtain URI from:
Success status: 200
none
Type Description
Servers IEnumerable<Job.Models.Server>
Name string
WorkersCount int
StartedAt DateTime
Queues String[]
Heartbeat DateTime? ...
Sample accept: application/hal+json
{
  "servers": [
    {
      "name": "str",
      "workersCount": 2,
      "startedAt": "2016-12-25T23:00:00",
      "queues": [
        "str"
      ],
      "heartbeat": "2016-12-25T23:00:00"
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.