Get Current Image Version Details
get
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/patches
Gets the list of patches and bugs fixed (if requested) in the 'Current' version of the image
Request
Path Parameters
-
goldImageId(required): string
ID of the image
Query Parameters
-
include: string
Provide list of bugs fixed (if available)Allowed Values:
[ "bugs" ]
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Ok. Retrieved patches and bugs fixed (if requested) in the 'Current' version of the image.
Root Schema : PatchCollection
Type:
object
Patches and bug fixes (if requested) for the specified version of the image
Match All
Patches and bug fixes (if requested) for the specified version of the image
Patches and bug fixes (if requested) for the specified version of the image
Show Source
-
object
ImagePatchCollection
Patches available in the image
-
object
ImageBugCollection
Collection of the image bugs
Nested Schema : ImagePatchCollection
Type:
object
Patches available in the image
Show Source
-
patches: array
patches
Array of patches
-
totalPatches: integer
Total count of patches in the image
Nested Schema : ImageBugCollection
Type:
object
Collection of the image bugs
Show Source
-
bugs: array
bugs
Bug details
-
totalBugs: integer
Total count of bugs in the image
Nested Schema : patches
Type:
array
Array of patches
Show Source
-
Array of:
object ImagePatch
Image patch details
Nested Schema : ImagePatch
Type:
object
Image patch details
Show Source
-
patchDescription: string
Description of the patchExample:
Database Release Update : 19.14.0.0.220118 (33515361)
-
patchId: string
ID of the patchExample:
33515361
Nested Schema : bugs
Type:
array
Bug details
Show Source
-
Array of:
object ImageBug
Image bug details
Nested Schema : ImageBug
Type:
object
Image bug details
Show Source
-
bugDescription: string
Description of a bugExample:
DBA_REGISTRY_HISTORY IS NOT UPDATED DURING UPGRADE TO 12.1.0.2
-
bugNumber: string
Bug numberExample:
19134173
-
patchId: string
ID of PatchExample:
33515361
-
patchUpi: string
Patch UPI
Examples
400 Response
Bad Request. The payload is null or missing some parameters
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
401 Response
Unauthorized. The user does not have permissions to perform the requested operation
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
404 Response
Not Found. The requested REST API URL is not found.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
500 Response
Internal Server Error. Exception in execution of REST API.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
503 Response
Service Unavailable. The server is unable to process the request.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported