Represents key links tied to a monitor to help users take action on alerts. This feature is in Preview and only available to users with the feature enabled.

Hierarchy

  • MonitorAsset

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Indicates the type of asset this entity represents on a monitor.

name: string

Name for the monitor asset

resourceKey?: string

Represents the identifier of the internal Datadog resource that this asset represents. IDs in this field should be passed in as strings.

Type of internal Datadog resource associated with a monitor asset.

url: string

URL link for the asset. For links with an internal resource type set, this should be the relative path to where the Datadog domain is appended internally. For external links, this should be the full URL path.

Generated using TypeDoc