Data Source: oci_management_agent_management_agent_images
This data source provides the list of Management Agent Images in Oracle Cloud Infrastructure Management Agent service.
Get supported agent image information
Example Usage
data "oci_management_agent_management_agent_images" "test_management_agent_images" {
#Required
compartment_id = var.compartment_id
#Optional
install_type = var.management_agent_image_install_type
name = var.management_agent_image_name
state = var.management_agent_image_state
}
Argument Reference
The following arguments are supported:
compartment_id- (Required) The OCID of the compartment to which a request will be scoped.install_type- (Optional) A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.name- (Optional) A filter to return only resources that match the entire platform name given.state- (Optional) Filter to return only Management Agents in the particular lifecycle state.
Attributes Reference
The following attributes are exported:
management_agent_images- The list of management_agent_images.
ManagementAgentImage Reference
The following attributes are exported:
checksum- Agent image content SHA256 Hashid- Agent image resource idimage_object_storage_details- Details of the Objectstorage objectchecksum- Object content SHA256 Hashobject- Objectstorage object name reference providing the original location of this objectobject_bucket- Objectstorage bucket reference providing the original location of this objectobject_namespace- Objectstorage namespace reference providing the original location of this objectobject_url- Object storage URL for download
object_url- Object storage URL for downloadpackage_architecture_type- The installation package target architecture typepackage_type- The installation package typeplatform_name- Agent image platform display nameplatform_type- Agent image platform typesize- Agent image size in bytesstate- The current state of Management Agent Imageversion- Agent image version