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: postPath:
/rhp-restapi/rhp/series/{seriesId} - Add image to series
- Method: postPath:
/rhp-restapi/rhp/series/{seriesId}/images/{imageId} - Delete image series
- Method: deletePath:
/rhp-restapi/rhp/series/{seriesId} - Deletes the specified image name
- Method: deletePath:
/rhp-restapi/rhp/images/{imageId} - Display the configuration of the specified image
- Method: getPath:
/rhp-restapi/rhp/images/{imageId} - Get all the series
- Method: getPath:
/rhp-restapi/rhp/series - Get image series
- Method: getPath:
/rhp-restapi/rhp/series/{seriesId} - Lists all the gold images
- Method: getPath:
/rhp-restapi/rhp/images - Lists all the gold images that matches the specified query parameters.
- Method: getPath:
/rhp-restapi/rhp/images/search - Remove image from series
- Method: deletePath:
/rhp-restapi/rhp/series/{seriesId}/images/{imageId} - Schedules an import image operation
- Method: postPath:
/rhp-restapi/rhp/images - Search series matching certain parameters
- Method: getPath:
/rhp-restapi/rhp/series/search - Subscribe a user to a series
- Method: postPath:
/rhp-restapi/rhp/series/{seriesId}/users/{userId} - Unsubscribe a user from a series
- Method: deletePath:
/rhp-restapi/rhp/series/{seriesId}/users/{userId}