Bug 1464224
Summary: | [RFE] make the "Type" of a subscription a searchable unit | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Andrea Perotti <aperotti> | ||||
Component: | WebUI | Assignee: | Tomer Brisker <tbrisker> | ||||
WebUI sub component: | Katello | QA Contact: | Sanket Jagtap <sjagtap> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | medium | CC: | bbuckingham, bkearney, egolov, ehelms, jcallaha, rjerrido, sjagtap, tbrisker | ||||
Version: | 6.2.10 | Keywords: | FutureFeature, Triaged | ||||
Target Milestone: | Unspecified | ||||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-02-21 12:39:59 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1353215 | ||||||
Attachments: |
|
Description
Andrea Perotti
2017-06-22 17:10:36 UTC
Created redmine issue http://projects.theforeman.org/issues/20979 from this bug Upstream bug assigned to tbrisker Upstream bug assigned to tbrisker Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/20979 has been resolved. Satellite 6.3.0 snap 26 Exposed through Web UI , PFA API: curl -u admin:changeme -X GET --header "Accept:application/json,version=2" "https://sat/katello/api/subscriptions?search=type=ENTITLEMENT_DERIVED" --insecure | json_reformat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2123 0 2123 0 0 807 0 --:--:-- 0:00:02 --:--:-- 807 { "organization": { }, "total": 17, "subtotal": 3, "page": 1, "per_page": 20, "error": null, "search": "type=ENTITLEMENT_DERIVED", "sort": { "by": "cp_id", "order": "asc" }, "results": [ { "id": 33, "cp_id": 00000000000000, "subscription_id": 20, "name": "Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests)", "start_date": "2016-08-04 04:00:00 UTC", "end_date": "2022-01-01 04:59:59 UTC", "available": -1, "quantity": -1, "consumed": 0, "account_number": 00000000000000, "contract_number": 00000000000000, "support_level": "Premium", "product_id": "00000", "sockets": 8, "cores": null, "ram": null, "instance_multiplier": 1, "stacking_id": null, "multi_entitlement": null, "type": "ENTITLEMENT_DERIVED", "product_name": "Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests)", "unmapped_guest": false, "virt_only": true, "virt_who": true }, { "id": 36, "cp_id": 00000000000000, "subscription_id": 20, "name": "Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests)", "start_date": "2016-08-04 04:00:00 UTC", "end_date": "2022-01-01 04:59:59 UTC", "available": -1, "quantity": -1, "consumed": 0, "account_number": 00000000000000, "contract_number": 00000000000000, "support_level": "Premium", "product_id": "sockets": 8, "cores": null, "ram": null, "instance_multiplier": 1, "stacking_id": null, "multi_entitlement": null, "type": "ENTITLEMENT_DERIVED", "product_name": "Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests)", "unmapped_guest": false, "virt_only": true, "virt_who": true } ] } Hammer hammer> subscription list --search type=ENTITLEMENT_DERIVED --organization-id 1 ---|----------------------------------|-------------------------------------------------------------------------|---------|----------|---------|---------|---------------------|-----------|--------- ID | UUID | NAME | TYPE | CONTRACT | ACCOUNT | SUPPORT | END DATE | QUANTITY | CONSUMED ---|----------------------------------|-------------------------------------------------------------------------|---------|----------|---------|---------|---------------------|-----------|--------- 33 | 00000000000000000000000000000000 | Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests) | Virtual | 11045754 | 477931 | Premium | 2022/01/01 04:59:59 | Unlimited | 0 36 | 00000000000000000000000000000000 | Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests) | Virtual | 11045754 | 477931 | Premium | 2022/01/01 04:59:59 | Unlimited | 0 37 | 00000000000000000000000000000000 | Red Hat Enterprise Linux Server, Premium (8 sockets) (Unlimited guests) | Virtual | 11045754 | 477931 | Premium | 2022/01/01 04:59:59 | Unlimited | 0 ---|----------------------------------|-------------------------------------------------------------------------|---------|----------|---------|---------|---------------------|-----------|--------- Created attachment 1360405 [details]
Type Scoped search UI
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:0336 |