Data Source: oci_cloud_guard_wlp_agents
This data source provides the list of Wlp Agents in Oracle Cloud Infrastructure Cloud Guard service.
Returns a list of WLP agents in a compartment.
Example Usage
data "oci_cloud_guard_wlp_agents" "test_wlp_agents" {
	#Required
	compartment_id = var.compartment_id
}
Argument Reference
The following arguments are supported:
- compartment_id- (Required) The OCID of the compartment in which to list resources.
Attributes Reference
The following attributes are exported:
- wlp_agent_collection- The list of wlp_agent_collection.
WlpAgent Reference
The following attributes are exported:
- agent_version- The version of the agent
- certificate_id- The certificate ID returned by Oracle Cloud Infrastructure certificates service
- certificate_signed_request- The updated certificate signing request
- compartment_id- Compartment OCID of WlpAgent.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"foo-namespace.bar-key": "value"}
- 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"}- Avoid entering confidential information. 
- host_id- OCID for instance in which WlpAgent is installed
- id- OCID for WlpAgent
- system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:- {"orcl-cloud.free-tier-retained": "true"}
- tenant_id- TenantId of the host
- time_created- The date and time the WlpAgent was created. Format defined by RFC3339.
- time_updated- The date and time the WlpAgent was updated. Format defined by RFC3339.