forked from bsura/Argus
-
Notifications
You must be signed in to change notification settings - Fork 5
History Resource
Lauren Padia edited this page Jun 24, 2016
·
2 revisions
[user Guide](User Guide) | [Web Service API](Web Service API)
#Web API History Endpoints Get the job history for a specific job.
Endpoint | Method | Description |
---|---|---|
/history/job/{jobId} | GET | Job history for the given job ID |
/history/{id} | GET | Job history for the given job history ID |
##Job History
Returns the job history for the given job ID
Resource URL
/history/job/{jobId}
Available Version
2.0
HTTP Method
GET
Query Parameters
Name | Type | Description |
---|---|---|
limit | biginteger | |
status | jobstatus |
##Job ID History
Returns the job history for the given job history ID.
Resource URL
/history/{id}
Available Version
2.0
HTTP Method
GET
Path Parameter
Name | Type | Description |
---|---|---|
id | biginteger |
Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)