Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required
GetChangeStatistics
Get aggregated statistics for change requests over a given time range
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
timeRangeStringTime range for aggregating statistics, e.g. 30d or 90d Time range for aggregating statistics, e.g. 30d or 90d
Responses
Endpoint
GET/api/v1/change-management/statistics
/api/v1/change-management/statistics
Request Example
curl -X GET '{host}/api/v1/change-management/statistics' -H 'Authorization: Bearer {token}'
Response Example
200{
"monthlyCount": 24,
"successRate": 0.92,
"avgDurationMinutes": 38.7,
"avgUnexpectedAlertsPerCr": 0.4,
"totalSuppressedAlerts": 168
}Change History
This API has no change history records yet.
