Report of Patch Compliance for Subscribed Targets

post

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

Patch compliance report for all subcribed targets

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 'targetName','targetType', 'hostName', 'release', 'platform','imageName','imageVersionName','imageVersionDescription','targetStatus', 'clusterName', 'additionalPatchCount', 'currentVersionName', 'dbMachineName'.Valid sort directions include asc and desc. If sort direction is not specified asc is used by default.
    Example: name:asc
Match All
Show Source
Nested Schema : excludeList
Type: array
exclude the given details in response
Show Source
Nested Schema : TargetsPatchComplianceReportFilter
Type: object
Filters for the subscribed targets compliance report
Show Source
Nested Schema : targetProperties
Type: object
Propeties of target
Match All
Show Source
Nested Schema : targetTypeList
Type: array
List of target types
Show Source
  • Allowed Values: [ "oracle_database", "rac_database", "cluster", "has" ]
Nested Schema : TargetPropertyFilter
Type: object
Target property filters
Show Source
Nested Schema : contactList
Type: array
List of contacts
Show Source
Nested Schema : costCenterList
Type: array
List of cost centers
Show Source
Nested Schema : departmentList
Type: array
List of departments
Show Source
Nested Schema : downtimeContactList
Type: array
List of downtime contacts
Show Source
Nested Schema : lifecycleStatusList
Type: array
List of lifecyclestatus
Show Source
Nested Schema : lineOfBusinessList
Type: array
List of line of business
Show Source
Nested Schema : locationList
Type: array
List of locations
Show Source
Nested Schema : siteList
Type: array
List of sites
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

OK. Target details retrieved.
Body ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : GoldImageSubscribedTargetsPatchComplianceReport
Type: object
Target details
Show Source
Nested Schema : items
Type: array
list of targets
Show Source
Nested Schema : items
Type: object
Show Source
Match All
Show Source
Nested Schema : TargetPatchComplianceDetails
Type: object
Target details
Show Source
Match All
Show Source
Nested Schema : TargetDetails
Type: object
details of target
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