Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HealthAlert

Package version

interface

An interface representing HealthAlert. Health Alert Description

Hierarchy

  • HealthAlert

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Health Alert Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional issue

issue: undefined | string
member

{string} [issue] Health Alert Issue NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastDetected

lastDetected: Date
member

{Date} [lastDetected] Health Alert Last Detected DateTime NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Health Alert Name NOTE: This property will not be serialized. It can only be populated by the server.

Optional raised

raised: Date
member

{Date} [raised] Health Alert Raised DateTime NOTE: This property will not be serialized. It can only be populated by the server.

Optional resolutionUri

resolutionUri: undefined | string
member

{string} [resolutionUri] Health Alert TSG Link NOTE: This property will not be serialized. It can only be populated by the server.

Optional severity

severity: undefined | string
member

{string} [severity] Health Alert Severity NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc