Export Lifecycle Maintenance History

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/lcmOperations/actions/exportLcmHistory

Exports the database maintenance history for update (patching) and upgrade operations in CSV format.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request to export LCM history data
Show Source
Match All
Show Source
Nested Schema : LcmHistoryDetails
Type: object
Request to retrieve LCM history data
Show Source
Match All
Show Source
Nested Schema : LcmHistoryFilter
Type: object
Filter for LCM history data
Show Source
Nested Schema : targetIds
Type: array
List of target IDs
Show Source
Example:
[
    "E5B98897FE871AC1E05380FE4564F682",
    "ADB98897FE871AC1E05380FE4564F555"
]
Nested Schema : targetNames
Type: array
List of target names
Show Source
Example:
[
    "Prod DB",
    "HR DB"
]
Examples

Back to Top

Response

Supported Media Types

200 Response

Ok. LCM History exported successfully.
Body ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : ExportLcmHistoryReport
Type: object
Export LCM history response
Show Source
  • Success message
    Example: CSV file exported successfully to /scratch/lcmhistory/exportlcmhistory.csv
  • Base 64 encoded next page
    Example: b2Zmc2V0OjC
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

403 Response

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