Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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.