Data Source: oci_log_analytics_log_analytics_categories_list

This data source provides details about Categories in Oracle Cloud Infrastructure Log Analytics service.

Returns a list of categories, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as category name or description.

Example Usage

data "oci_log_analytics_log_analytics_categories_list" "test_log_analytics_categories_list" {
	#Required
	namespace = var.log_analytics_categories_list_namespace

	#Optional
	category_display_text = var.log_analytics_categories_list_category_display_text
	category_type = var.log_analytics_categories_list_category_type
	name = var.log_analytics_categories_list_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: