Report of Patch Recommendations for Images

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/patchRecommendationsReport

Recommended patches report for all the images

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • excludeList
    exclude the given details in response
  • limit for the current fetch (to fetch only the 'total' count of items need to set the limit=0)
    Example: 10
  • Base 64 encoded page
    Example: b2Zmc2V0OjA
  • Sort field along with an optional sort direction. The supported attributes for sorting are 'imageId', 'imageName', 'imageDescription', 'targetType', 'createdBy', 'timeCreated', 'platform', 'version', 'oracleRecommendedPatchCount', 'subcribedTargetStatistics.total', 'subcribedTargetStatistics.compliantTargetCount'.Valid sort directions include asc and desc. If sort direction is not specified asc is used by default.
    Example: imageName:asc
Match All
Show Source
Nested Schema : excludeList
Type: array
exclude the given details in response
Show Source
Nested Schema : PatchRecommendationsReportFilter
Type: object
Filters for the patch recommendations report
Show Source
Nested Schema : targetTypeList
Type: array
List of target types
Show Source
  • Allowed Values: [ "oracle_database", "rac_database", "cluster", "has" ]
Examples

Back to Top

Response

Supported Media Types

200 Response

OK. Patch recommendation report details retrieved.
Body ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : GoldImagePatchRecommendationsReport
Type: object
Image details
Show Source
Nested Schema : items
Type: array
list of targets
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : PatchRecommendationReportSummary
Type: object
Summary of image with Patch recommendation report
Show Source
Nested Schema : subcribedTargetStatistics
Type: object
Statistics of the subscribed targets
Match All
Show Source
Nested Schema : SubscribedTargetStatistics
Type: object
Statistics of the subscribed targets
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

403 Response

Forbidden. The user is forbidden 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