Monitored Resource Response
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.
Properties
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
Flag indicating if resource is sending logs to Logz.
Link copied to clipboard
Flag indicating if resource is sending metrics to Logz.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.