This data source provides the list of Instance Agent Plugins in Oracle Cloud Infrastructure Compute Instance Agent service.
The API to get one or more plugin information.
data "oci_computeinstanceagent_instance_agent_plugins" "test_instance_agent_plugins" {
#Required
instanceagent_id = oci_computeinstanceagent_instanceagent.test_instanceagent.id
#Optional
name = var.instance_agent_plugin_name
status = var.instance_agent_plugin_status
}
The following arguments are supported:
instanceagent_id
- (Required) The OCID of the instance.name
- (Optional) The plugin namestatus
- (Optional) The plugin statusThe following attributes are exported:
instance_agent_plugins
- The list of instance_agent_plugins.The following attributes are exported:
message
- The optional message from the agent pluginname
- The plugin namestatus
- The plugin status Specified the plugin state on the instance * RUNNING
- The plugin is in running state * STOPPED
- The plugin is in stopped state * NOT_SUPPORTED
- The plugin is not supported on this platform * INVALID
- The plugin state is not recognizable by the servicetime_last_updated_utc
- The last update time of the plugin in UTC