Actions
Feature #22819
closedRH Subscriptions: add page for adding subscriptions to an allocation
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
Add page to add list of upstream subscriptions to an allocation.
GET /katello/api/v2/organizations/1/upstream_subscriptions
Response:
```
[
{
"pool_id": "8a85f9813f14fe33013f81b33d820c7a",
"quantity": 300,
"start_date": "2011-10-11T04:00:00+0000",
"end_date": "2022-01-01T04:59:59+0000",
"contract_number": "2595500",
"consumed": 300,
"product_name": "Red Hat Satellite (Self-Supported)",
"product_id": "SYS1198",
"subscription_id": "2251811"
},
...
]
```
Updated by Walden Raines over 6 years ago
- Blocked by Feature #22781: RH Subscriptions: add GET API actions and reducers added
Updated by Walden Raines over 6 years ago
- Blocks Tracker #22365: Show Allocations on the Red Hat Subscriptions page added
Updated by Walden Raines over 6 years ago
- Target version changed from 250 to 253
Updated by Jonathon Turel over 6 years ago
- Status changed from New to Resolved
- Target version changed from Katello 3.7.0 to Katello Recycle Bin
- Triaged set to Yes
- Fixed in Releases Katello 3.7.0 added
Actions