Fetch System Maintenance Failure Log
Use this API to retrieve the failure log of a particular system maintenance activity using
the systemMaintenanceId
. The max log return is 4,096 characters, if the
number exceeds this limit, then logs will be reduced.
Format:
GET /maintenance/systemMaintenances/{systemMaintenanceId}/log
Request Example:
curl --location --request GET 'https://demo.saas.appdynamics.com/zero/v1beta/maintenance/systemMaintenances/{systemMaintenanceId}/log' --header 'Authorization: Bearer {AuthToken}'
Input Parameters:
Parameter Name | Parameter Type | Description | Mandatory |
---|---|---|---|
systemMaintenanceId |
Path | ID of the system maintenance activity | Yes |