Skip to main content
Infrastructure/Change Management

GetChangeLiveStatus

Get real-time status of an in-progress change including unexpected alerts

GET/api/v1/change-management/change-requests/{crId}/live-status

Operation ID

GetChangeLiveStatus

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • crId
    StringRequired

    ID of the in-progress change request to monitor

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • crId
    String

    ID of the change request being monitored

    Example: cr-a1b2c3d4-e5f6-7890-abcd-ef1234567890

  • elapsedMinutes
    Long

    Minutes elapsed since the change window opened

    Example: 12.5

  • suppressedAlertCount
    Integer

    Number of alerts suppressed during this change window

    Example: 4

  • unexpectedAlerts
    List

    Unexpected alerts

    Example: (nested array)

    • alertId
      String

      Unique identifier of the alert instance

      Example: alert-xyz789

    • ruleName
      String

      Name of the alert rule that triggered this alert

      Example: HighCPUUsage

    • severity
      String

      Severity level of the alert

      Example: warning

    • firedAt
      String

      Fired at

      Example: 2026-01-15T08:00:00Z

  • changePhase
    String

    Current execution phase of the change window

    Example: executing