Bug 1316976 - Built status report in Satellite 6
Summary: Built status report in Satellite 6
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Provisioning
Version: 6.1.5
Hardware: All
OS: Linux
high
high
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-11 15:17 UTC by Komal
Modified: 2019-10-10 11:31 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-10 15:12:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 2191281 0 None None None 2016-03-11 15:18:42 UTC

Comment 4 Bryan Kearney 2016-07-26 15:25:24 UTC
Moving 6.2 bugs out to sat-backlog.

Comment 5 Bryan Kearney 2016-07-26 15:32:58 UTC
Moving 6.2 bugs out to sat-backlog.

Comment 7 Marek Hulan 2017-03-10 15:12:19 UTC
In Satellite 6.2, it's possible to query specific sub status of a host. You can simply do a call like

> curl https://satellite62.example.com/api/v2/hosts/an.example.com/status/build

and you would get result such as

> {"status_label":"Pending installation","status":1}

Note that the build at the end of the url is status type you're interested in, it can be one of global, configuration, build, errata, subscription, compliance (based on what statuses are available for the host). The attribute status provides number representation which is useful while scripting, the status_label is human readable status representation.

I'm closing this as current release, please let me know if I missed something or reopen right away.


Note You need to log in before you can comment on or make changes to this bug.