jobs jobsstats (http://api.3plcentral.com/rels/jobs/jobsstats)
Resource:
the statistics of jobs
C# Rel Const:
Rels.JobSvc.JobsStats
URI template:
stats
Obtain URI from:
Success status: 200
none
Various statistics of jobs and servers
Type Description
Servers Int64
Recurring Int64
Enqueued Int64
Queues Int64
Scheduled Int64
Processing Int64
Succeeded Int64
Failed Int64
Deleted Int64
Sample accept: application/hal+json
{
  "servers": 1,
  "recurring": 2,
  "enqueued": 3,
  "queues": 4,
  "scheduled": 5,
  "processing": 6,
  "succeeded": 7,
  "failed": 8,
  "deleted": 9
}

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.