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