Project

General

Profile

Actions

Feature #4878

closed

Need to proxy calls to guestids and content_overrides directly to candlepin

Added by Michael Stead over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Ensure that the appropriate API routes are proxied through to candlepin to support:
- content overrides (Subscription Manager)
- guest id support (as well as appending additional data when guests are reported -- such as Hypervisor Type).

These routes include:

Content Overrides
- GET /api/content_overrides
- GET /api/consumers/:id/content_overrides
- PUT /api/consumers/:id/content_overrides
- DELETE /api/consumers/:id/content_overrides

Guest ID Support
- GET /api/guestids (fake root route)
- GET /api/consumers/:id/guestids
- GET /api/consumers/:id/guestids/:guest_id
- PUT /api/consumers/:id/guestids
- PUT /api/consumers/:id/guestids/:guest_id
- DELETE /api/consumers/:id/guestids/:guest_id

Actions

Also available in: Atom PDF