RHP - Manage Gold Images REST Endpoints

Fleet Patching and Provisioning/RHP - Manage Gold Images
You can create gold images and series to manage your deployments.
Add a new image series
Method: post
Path: /series/{seriesId}
Add image to series
Method: post
Path: /series/{seriesId}/images/{imageId}
Delete image series
Method: delete
Path: /series/{seriesId}
Deletes the specified image name
Method: delete
Path: /images/{imageId}
Display the configuration of the specified image
Method: get
Path: /images/{imageId}
Get all the series
Method: get
Path: /series
Get image series
Method: get
Path: /series/{seriesId}
Lists all the gold images
Method: get
Path: /images
Lists all the gold images that matches the specified query parameters.
Method: get
Path: /images/search
Remove image from series
Method: delete
Path: /series/{seriesId}/images/{imageId}
Schedules an import image operation
Method: post
Path: /images
Search series matching certain parameters
Method: get
Path: /series/search
Subscribe a user to a series
Method: post
Path: /series/{seriesId}/users/{userId}
Unsubscribe a user from a series
Method: delete
Path: /series/{seriesId}/users/{userId}