Get Subscription Report of Targets

post

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

Get subscription details of targets

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • exclusions
    Array of details to be excluded 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', 'dataguardRole', 'release', 'platform', 'targetStatus', 'clusterName', 'isSubscribed', '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 : exclusions
Type: array
Array of details to be excluded in response
Show Source
Nested Schema : TargetsSubscriptionReportFilter
Type: object
Filters for targets subscription report
Show Source
Nested Schema : targetProperties
Type: object
Properties of target
Match All
Show Source
Nested Schema : targetTypes
Type: array
Array 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. Subscription report of targets retrieved.
Body ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : TargetsSubscriptionReport
Type: object
Target subscription details, which are subscribed/not subscribed to gold image
Show Source
Nested Schema : items
Type: array
Target details
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 : TargetSubscriptionDetails
Type: object
Target details
Show Source
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