Data Source: oci_cloud_bridge_agents

This data source provides the list of Agents in Oracle Cloud Infrastructure Cloud Bridge service.

Returns a list of Agents.

Example Usage

data "oci_cloud_bridge_agents" "test_agents" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    agent_id = oci_cloud_bridge_agent.test_agent.id
    display_name = var.agent_display_name
    environment_id = oci_cloud_bridge_environment.test_environment.id
    state = var.agent_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Agent Reference

The following attributes are exported: