Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required
GetRecoveryStatus
Get the latest automatic recovery report for stale change requests
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/api/v1/change-management/recovery/status
/api/v1/change-management/recovery/status
Request Example
curl -X GET '{host}/api/v1/change-management/recovery/status' -H 'Authorization: Bearer {token}'
Response Example
200{
"recoveredAt": "example",
"recoveredCount": 5,
"timeoutProcessed": 2,
"errorCount": 20,
"recoveryDurationMs": 312
}Change History
This API has no change history records yet.
