Get Lifecycle Maintenance History

post

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

Gets the database maintenance history for update (patching) and upgrade operations.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • 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
  • Field along with an optional sort direction. The supported attributes of sorting are targetName, targetType, timeStarted, timeEnded, status, task.Valid sort directions are 'asc' and 'desc'. If sort direction is not specified, 'asc' is used by default.
    Example: targetName:asc
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 retrieved successfully.
Body ()
Root Schema : schema
Type: object
Match All
Show Source
Nested Schema : LcmHistoryCollection
Type: object
List of LCM history data
Show Source
Nested Schema : items
Type: array
List of LCM history
Show Source
Nested Schema : LcmHistorySummary
Type: object
LCM history summary
Show Source
Nested Schema : additionalProperties
Type: object
Additional properties of this task
Show Source
Nested Schema : AdditionalProperties
Type: object
Additional properties of task
Show Source
Nested Schema : patchIds
Type: array
List of patch Ids
Show Source
Example:
2951426, 2950410
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