Check Applicability of Image

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/checkApplicability

Checks whether the image can be used to patch a specified list of targets. This is done by comparing the bug fixes available in the current Oracle home of the target and the image.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : TargetList
Type: object
List of targets
Show Source
Nested Schema : targetList
Type: array
Array of target names
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Ok. Summary of applicability of image to given targets.
Body ()
Root Schema : GoldImageCheckApplicability
Type: array
Applicability of image to target
Show Source
Nested Schema : items
Type: object
Show Source
Match All
Show Source
Nested 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

401 Response

Unauthorized. The user does not have permissions to perform the requested operation
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