MonitoredResourceResponse

data class MonitoredResourceResponse(val id: String? = null, val reasonForLogsStatus: String? = null, val reasonForMetricsStatus: String? = null, val sendingLogs: Boolean? = null, val sendingMetrics: Boolean? = null, val systemData: SystemDataResponse)

The properties of a resource currently being monitored by the Logz monitor resource.

Constructors

Link copied to clipboard
constructor(id: String? = null, reasonForLogsStatus: String? = null, reasonForMetricsStatus: String? = null, sendingLogs: Boolean? = null, sendingMetrics: Boolean? = null, systemData: SystemDataResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARM id of the resource.

Link copied to clipboard

Reason for why the resource is sending logs (or why it is not sending).

Link copied to clipboard

Reason for why the resource is sending metrics (or why it is not sending).

Link copied to clipboard
val sendingLogs: Boolean? = null

Flag indicating if resource is sending logs to Logz.

Link copied to clipboard
val sendingMetrics: Boolean? = null

Flag indicating if resource is sending metrics to Logz.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.