次の方法で共有


Alert interface

Alert クラス

Extends

プロパティ

alertType

アラートの種類

appearedAtSourceTime

ソースにアラートが表示された UTC 時刻

appearedAtTime

アラートが表示された UTC 時刻

clearedAtSourceTime

ソースでアラートがクリアされた UTC 時刻

clearedAtTime

アラートがクリアされた UTC 時刻

detailedInformation

アラートに関するその他の情報

errorDetails

アラートの ErrorDetails

recommendation

アラートに対するアクションに関する推奨事項

resolutionReason

アラートを解決する理由

scope

デバイスまたはリソースのアラート

severity

アラートの重大度

source

アラートがクリアされたソース

status

アラートの現在の状態

title

アラートのタイトル

継承されたプロパティ

id

識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name

名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

型。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

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

識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

BaseModel.id から継承された

name

名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

BaseModel.name から継承された

type

型。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

から継承BaseModel.type