Data Source: oci_appmgmt_control_monitored_instance
This data source provides details about a specific Monitored Instance resource in Oracle Cloud Infrastructure Appmgmt Control service.
Gets a monitored instance by identifier
Example Usage
data "oci_appmgmt_control_monitored_instance" "test_monitored_instance" {
#Required
monitored_instance_id = oci_appmgmt_control_monitored_instance.test_monitored_instance.id
}
Argument Reference
The following arguments are supported:
monitored_instance_id
- (Required) OCID of monitored instance.
Attributes Reference
The following attributes are exported:
compartment_id
- Compartment Identifier OCIDdisplay_name
- A user-friendly name of the monitored instance. It is binded to Compute Instance. DisplayName is fetched from Core Service API.instance_id
- The OCID of monitored instance.lifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.management_agent_id
- Management Agent Identifier OCID. Used to invoke manage operations on Management Agent Cloud Service.monitoring_state
- Monitoring status. Can be either enabled or disabled.state
- The current state of the monitored instance.time_created
- The time the MonitoredInstance was created. An RFC3339 formatted datetime stringtime_updated
- The time the MonitoredInstance was updated. An RFC3339 formatted datetime string