GET /api/job_invocations 200 { "total": 1, "subtotal": 1, "page": 1, "per_page": 20, "search": null, "sort": { "by": null, "order": null }, "results": [ { "id": 83, "description": null, "job_category": "Job name 88", "targeting_id": 99, "status": 0, "start_at": null, "status_label": "succeeded", "ssh_user": null, "time_to_pickup": null, "dynflow_task": { "id": "988e93c4-22f3-46d6-b778-25deb4b2dc70", "state": "stopped" }, "template_id": 1007981828, "template_name": "Job template 70", "effective_user": "root", "succeeded": 0, "failed": 0, "pending": 0, "cancelled": 0, "total": "N/A", "missing": 0, "total_hosts": "N/A" } ] }
Param name | Description |
---|---|
location_id
optional |
Set the current location context for the request Validations:
|
organization_id
optional |
Set the current organization context for the request Validations:
|
search
optional |
filter results Validations:
|
order
optional |
Sort and order by a searchable field, e.g. '<field> DESC' Validations:
|
page
optional |
Page number, starting at 1 Validations:
|
per_page
optional |
Number of results per page to return, 'all' to return all results Validations:
|