Image Metadata
Image metadata is information about origin images provided by an operator directly.
An operator may use this API to provide IHS with the locations of origin images, and to subsequently update or delete this information.
IHS will look for these records in the first instance when considering where to find origin images to resize.
Put Request
To update an image metadata in IHS , send a PUT request to:
http://<host>:<port>/ihs/v1/metadata
Headers
Content-Type: application/json
Mandatory arguments
- None
Body
Get Request
To get an image metadata from IHS , send a GET request to:
http://<host>:<port>/ihs/v1/metadata
Headers
Content-Type: application/json
Arguments
limit
- page
- filter - a json filter
- sort - sort order
- projection - the fields to return
Example
/ihs/v/metadata?filter={"resourceType":"programs"}&sort={"height":1}&limit=6&page=2&{"status":0,"imageId":0}
Response
Body
See also
For full details of this API, see Image Handler Service (IHS) API documentation.