Retrieve a Job Host Summary
get
/api/v2/job_host_summaries/{id}/
Make GET request to this resource to retrieve a single job host summary record containing the following fields:
id: Database ID for this job host summary. (integer)type: Data type for this job host summary. (choice)url: URL for this job host summary. (string)related: Data structure with URLs of related resources. (object)summary_fields: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)created: Timestamp when this job host summary was created. (datetime)modified: Timestamp when this job host summary was last modified. (datetime)job: (id)host: (id)constructed_host: Only for jobs run against constructed inventories, this links to the host inside the constructed inventory. (id)host_name: (string)changed: (integer)dark: (integer)failures: (integer)ok: (integer)processed: (integer)skipped: (integer)failed: (boolean)ignored: (integer)rescued: (integer)
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : JobHostSummary
Type:
Show Source
object-
changed:
integer
Title:
ChangedRead Only:trueMinimum Value:0 -
constructed_host:
integer
Title:
Constructed hostRead Only:trueOnly for jobs run against constructed inventories, this links to the host inside the constructed inventory. -
created:
string
Title:
CreatedRead Only:true -
dark:
integer
Title:
DarkRead Only:trueMinimum Value:0 -
failed:
boolean
Title:
FailedRead Only:true -
failures:
integer
Title:
FailuresRead Only:trueMinimum Value:0 -
host:
integer
Title:
HostRead Only:true -
host_name:
string
Title:
Host nameRead Only:trueMinimum Length:1 -
id:
integer
Title:
IDRead Only:true -
ignored:
integer
Title:
IgnoredRead Only:trueMinimum Value:0 -
job:
string
Title:
JobRead Only:true -
modified:
string
Title:
ModifiedRead Only:true -
ok:
integer
Title:
OkRead Only:trueMinimum Value:0 -
processed:
integer
Title:
ProcessedRead Only:trueMinimum Value:0 - related: string
-
rescued:
integer
Title:
RescuedRead Only:trueMinimum Value:0 -
skipped:
integer
Title:
SkippedRead Only:trueMinimum Value:0 -
summary_fields:
string
Title:
Summary fieldsRead Only:true -
type:
string
Title:
TypeRead Only:true -
url:
string
Title:
UrlRead Only:true