MonitorProperties interface
Properties specific to the monitor resource.
Properties
| datadog |
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well. |
| liftr |
|
| liftr |
The priority of the resource. |
| marketplace |
Details about the marketplace offer associated with the resource. Required for API version 2025-11 and later. For earlier API versions, defaults to the legacy offer. |
| marketplace |
Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. |
| monitoring |
Flag specifying if the resource monitoring is enabled or disabled. |
| provisioning |
|
| saa |
SaaS details |
| sre |
SRE Agent configuration to connect to MCP server of Datadog for given organization. |
| user |
Includes name, email and optionally, phone number. User Information can't be null. |
Property Details
datadogOrganizationProperties
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
datadogOrganizationProperties?: DatadogOrganizationProperties
Property Value
liftrResourceCategory
liftrResourceCategory?: string
Property Value
string
liftrResourcePreference
The priority of the resource.
liftrResourcePreference?: number
Property Value
number
marketplaceOfferDetails
Details about the marketplace offer associated with the resource. Required for API version 2025-11 and later. For earlier API versions, defaults to the legacy offer.
marketplaceOfferDetails?: MarketplaceOfferDetails
Property Value
marketplaceSubscriptionStatus
Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
marketplaceSubscriptionStatus?: string
Property Value
string
monitoringStatus
Flag specifying if the resource monitoring is enabled or disabled.
monitoringStatus?: string
Property Value
string
provisioningState
provisioningState?: string
Property Value
string
saaSData
sreAgentConfiguration
SRE Agent configuration to connect to MCP server of Datadog for given organization.
sreAgentConfiguration?: SreAgentConfiguration[]
Property Value
userInfo
Includes name, email and optionally, phone number. User Information can't be null.
userInfo?: UserInfo