다음을 통해 공유


Alert interface

경고 클래스

Extends

속성

alertType

경고 유형

appearedAtSourceTime

경고가 원본에 나타난 UTC 시간

appearedAtTime

경고가 나타난 UTC 시간

clearedAtSourceTime

원본에서 경고가 지워진 UTC 시간

clearedAtTime

경고가 지워진 UTC 시간

detailedInformation

경고에 대한 기타 정보

errorDetails

경고의 ErrorDetails

recommendation

경고에 대한 조치를 위한 권장 사항

resolutionReason

경고 해결 이유

scope

디바이스 또는 리소스 경고

severity

경고의 심각도

source

경고가 지워진 원본

status

경고의 현재 상태

title

경고의 제목

상속된 속성

id

식별자입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

name

이름입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

type

형식입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

속성 세부 정보

alertType

경고 유형

alertType: string

속성 값

string

appearedAtSourceTime

경고가 원본에 나타난 UTC 시간

appearedAtSourceTime: Date

속성 값

Date

appearedAtTime

경고가 나타난 UTC 시간

appearedAtTime: Date

속성 값

Date

clearedAtSourceTime

원본에서 경고가 지워진 UTC 시간

clearedAtSourceTime?: Date

속성 값

Date

clearedAtTime

경고가 지워진 UTC 시간

clearedAtTime?: Date

속성 값

Date

detailedInformation

경고에 대한 기타 정보

detailedInformation?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

errorDetails

경고의 ErrorDetails

errorDetails?: AlertErrorDetails

속성 값

recommendation

경고에 대한 조치를 위한 권장 사항

recommendation?: string

속성 값

string

resolutionReason

경고 해결 이유

resolutionReason?: string

속성 값

string

scope

디바이스 또는 리소스 경고

scope: AlertScope

속성 값

severity

경고의 심각도

severity: AlertSeverity

속성 값

source

경고가 지워진 원본

source: AlertSource

속성 값

status

경고의 현재 상태

status: AlertStatus

속성 값

title

경고의 제목

title: string

속성 값

string

상속된 속성 세부 정보

id

식별자입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

id?: string

속성 값

string

BaseModel.id 상속된

name

이름입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

name?: string

속성 값

string

BaseModel.name 상속된

type

형식입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

type?: string

속성 값

string

BaseModel.type 상속된