Get Image Version Details

get

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}/patches

Gets the list of patches and bugs fixed (if requested) in the specified version of the image

Request

Path Parameters
Query Parameters
  • Provide list of bugs fixed (if available)
    Allowed Values: [ "bugs" ]
    Example:
    bugs

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Ok. Patches information for the specified version of the image retrieved.
Body ()
Root Schema : PatchCollection
Type: object
Patches and bug fixes (if requested) for the specified version of the image
Match All
Show Source
Nested Schema : ImagePatchCollection
Type: object
Patches available in the image
Show Source
Nested Schema : ImageBugCollection
Type: object
Collection of the image bugs
Show Source
Nested Schema : patches
Type: array
Array of patches
Show Source
Nested Schema : ImagePatch
Type: object
Image patch details
Show Source
Nested Schema : bugs
Type: array
Bug details
Show Source
Nested Schema : ImageBug
Type: object
Image bug details
Show Source
Examples

400 Response

Bad Request. The payload is null or missing some parameters
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized. The user does not have permissions to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found. The requested REST API URL is not found.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error. Exception in execution of REST API.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable. The server is unable to process the request.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top