MonitorPropertiesResponse

data class MonitorPropertiesResponse(val datadogOrganizationProperties: DatadogOrganizationPropertiesResponse? = null, val liftrResourceCategory: String, val liftrResourcePreference: Int, val marketplaceSubscriptionStatus: String, val monitoringStatus: String? = null, val provisioningState: String, val userInfo: UserInfoResponse? = null)

Properties specific to the monitor resource.

Constructors

Link copied to clipboard
constructor(datadogOrganizationProperties: DatadogOrganizationPropertiesResponse? = null, liftrResourceCategory: String, liftrResourcePreference: Int, marketplaceSubscriptionStatus: String, monitoringStatus: String? = null, provisioningState: String, userInfo: UserInfoResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.

Link copied to clipboard
Link copied to clipboard

The priority of the resource.

Link copied to clipboard

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.

Link copied to clipboard

Flag specifying if the resource monitoring is enabled or disabled.

Link copied to clipboard
Link copied to clipboard

Includes name, email and optionally, phone number. User Information can't be null.