Get Report of Unsubscribed Targets

post

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

Get details of targets of which are not subscribed to 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 'name', 'type', 'hostname', 'release', 'platform'.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 : UnSubscribedTargetsReportFilter
Type: object
Filters for unsubscribed targets report
Show Source
Nested Schema : clusterList
Type: array
List of cluster names
Show Source
Nested Schema : targetProperties
Type: object
Properties 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. Report of unsubscribed targets retrieved.
Body ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : GoldImageUnSubscribedTargetsReport
Type: object
Target details, which are not subscribed to gold image
Show Source
Nested Schema : items
Type: array
Target details, which are not subscribed to gold image
Show Source
Nested Schema : targetsDistribution
Type: array
Statistics of targets grouped by targettype, release and platform
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : TargetDetails
Type: object
details of target
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : TargetsDistributionStatistics
Type: object
Statistics of targets based on release and platform
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