/jobs/bytype
Gets the total job count per job type, at one hour intervals, in a given time window.
Request
GET http://unravel-host
:3000/api/v1/jobs/bytype?from={timestamp}&to={timestamp}
Path parameters
None.
Query parameters
Required parameters are highlighted
.
Name | Type | Description |
---|---|---|
| string | Start date. Format |
| string | End date. Format |
Response body
[ "string" ]
Examples
Request:
curl -X GET "http://http://myserver.com:3000/api/v1/jobs/bytype" -H "accept: application/json" -H "Authorization: JWT token
"