Data Source: oci_computeinstanceagent_instance_agent_plugins

This data source provides the list of Instance Agent Plugins in Oracle Cloud Infrastructure Compute Instance Agent service.

Gets information about the Oracle Cloud Agent plugins that are available on a specific compute instance.

Example Usage

data "oci_computeinstanceagent_instance_agent_plugins" "test_instance_agent_plugins" {
	#Required
	compartment_id = var.compartment_id
	instanceagent_id = var.instanceagent.id

	#Optional
	name = var.instance_agent_plugin_name
	status = var.instance_agent_plugin_status
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

InstanceAgentPlugin Reference

The following attributes are exported: