

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 알림 이벤트에 대한 JSON
<a name="monitoring-cloudwatch-json-alert"></a>

[경보](monitor-activity-types-alerts-channels.md)를 기반으로 하는 이벤트는 이벤트의 `detail-type` 속성으로 식별됩니다.
+ `MediaLive Channel Alert`(채널)
+ `MediaLive Multiplex Alert`(멀티플렉스용)

**예제**

다음은 경보 이벤트에 대한 JSON 페이로드의 예입니다. 3행의 `detail-type`에 유의하세요.

```
{
    "version": "0",
    "id": "154769fb-9f7c-32a1-6822-26fppppe5a58",
    "detail-type": "MediaLive Channel Alert",
    "source": "aws.medialive",
    "account": "111122223333",
    "time": "2023-03-08T18:14:25Z",
    "region": "us-west-2",
    "resources": [
        "arn:aws:medialive:us-west-2:111122223333:channel:123456"
    ],
    "detail": {
        "alarm_state": "CLEARED",
        "alarm_id": "7ad616bd389832yue90aab1324bffab5b834a",
        "alert_type": "Failed to Create Output File or Socket",
        "pipeline": "0",
        "channel_arn": "arn:aws:medialive:us-west-2:111122223333:channel:123456",
        "message": "MPEGTS muxer for mediaID [1] unable to open output or stream [https://{{<path>}}]."
    }
}
```