This data source provides details about a specific Management Agent Plugin Count resource in Oracle Cloud Infrastructure Management Agent service.
Gets count of the inventory of management agent plugins for a given compartment id and group by parameter. Supported groupBy parameter: pluginName
data "oci_management_agent_management_agent_plugin_count" "test_management_agent_plugin_count" {
#Required
compartment_id = var.compartment_id
group_by = var.management_agent_plugin_count_group_by
}
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment to which a request will be scoped.group_by
- (Required) The field by which to group Management Agent PluginsThe following attributes are exported:
items
- List in which each item describes an aggregation of Managment Agent Plugins
count
- The number of Management Agent Plugins in this groupdimensions
- The Aggregation of Management Agent Plugin Dimensions
plugin_display_name
- Management Agent Plugin Display Nameplugin_name
- Management Agent Plugin Name