Data Source: oci_opsi_operations_insights_private_endpoint
This data source provides details about a specific Operations Insights Private Endpoint resource in Oracle Cloud Infrastructure Opsi service.
Gets the details of the specified private endpoint.
Example Usage
data "oci_opsi_operations_insights_private_endpoint" "test_operations_insights_private_endpoint" {
#Required
operations_insights_private_endpoint_id = oci_opsi_operations_insights_private_endpoint.test_operations_insights_private_endpoint.id
}
Argument Reference
The following arguments are supported:
operations_insights_private_endpoint_id- (Required) The OCID of the Operation Insights private endpoint.
Attributes Reference
The following attributes are exported:
compartment_id- The compartment OCID of the Private service accessed database.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}description- The description of the private endpoint.display_name- The display name of the private endpoint.freeform_tags- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}id- The OCID of the Private service accessed database.is_used_for_rac_dbs- The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.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.nsg_ids- The OCIDs of the network security groups that the private endpoint belongs to.private_endpoint_status_details- A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.private_ip- The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.state- The current state of the private endpoint.subnet_id- The OCID of the subnet.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The date and time the private endpoint was created, in the format defined by RFC3339.vcn_id- The OCID of the VCN.