Data Source: oci_log_analytics_namespace_templates

This data source provides the list of Namespace Templates in Oracle Cloud Infrastructure Log Analytics service.

Returns a list of templates, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as template name, type, display name and description.

Example Usage

data "oci_log_analytics_namespace_templates" "test_namespace_templates" {
	#Required
	compartment_id = var.compartment_id
	namespace = var.namespace_template_namespace

	#Optional
	name = var.namespace_template_name
	namespace_template_filter = var.namespace_template_namespace_template_filter
	state = var.namespace_template_state
	template_display_text = var.namespace_template_template_display_text
	type = var.namespace_template_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NamespaceTemplate Reference

The following attributes are exported: