Skip to main content
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

  • timeRangeString

    Time range for aggregating statistics, e.g. 30d or 90d Time range for aggregating statistics, e.g. 30d or 90d

Responses

200 OK

On success, this API returns the following response structure.

  • monthlyCountInteger

    Number of change requests created in the selected time period

    Example: 24

  • successRateLong

    Ratio of completed change requests that had no unexpected alerts

    Example: 0.92

  • avgDurationMinutesLong

    Average duration of completed change windows in minutes

    Example: 38.7

  • avgUnexpectedAlertsPerCrLong

    Average number of unexpected alerts per completed change request

    Example: 0.4

  • totalSuppressedAlertsInteger

    Total number of alerts suppressed across all change windows

    Example: 168

Endpoint

GET/api/v1/change-management/statistics

/api/v1/change-management/statistics

Operation ID

GetChangeStatistics

Permalink

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.

View all change history