Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.CloudBridge.getAgents
Explore with Pulumi AI
This data source provides the list of Agents in Oracle Cloud Infrastructure Cloud Bridge service.
Returns a list of Agents.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAgents = oci.CloudBridge.getAgents({
    compartmentId: compartmentId,
    agentId: testAgent.id,
    displayName: agentDisplayName,
    environmentId: testEnvironment.id,
    state: agentState,
});
import pulumi
import pulumi_oci as oci
test_agents = oci.CloudBridge.get_agents(compartment_id=compartment_id,
    agent_id=test_agent["id"],
    display_name=agent_display_name,
    environment_id=test_environment["id"],
    state=agent_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/cloudbridge"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudbridge.GetAgents(ctx, &cloudbridge.GetAgentsArgs{
			CompartmentId: compartmentId,
			AgentId:       pulumi.StringRef(testAgent.Id),
			DisplayName:   pulumi.StringRef(agentDisplayName),
			EnvironmentId: pulumi.StringRef(testEnvironment.Id),
			State:         pulumi.StringRef(agentState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testAgents = Oci.CloudBridge.GetAgents.Invoke(new()
    {
        CompartmentId = compartmentId,
        AgentId = testAgent.Id,
        DisplayName = agentDisplayName,
        EnvironmentId = testEnvironment.Id,
        State = agentState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudBridge.CloudBridgeFunctions;
import com.pulumi.oci.CloudBridge.inputs.GetAgentsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testAgents = CloudBridgeFunctions.getAgents(GetAgentsArgs.builder()
            .compartmentId(compartmentId)
            .agentId(testAgent.id())
            .displayName(agentDisplayName)
            .environmentId(testEnvironment.id())
            .state(agentState)
            .build());
    }
}
variables:
  testAgents:
    fn::invoke:
      function: oci:CloudBridge:getAgents
      arguments:
        compartmentId: ${compartmentId}
        agentId: ${testAgent.id}
        displayName: ${agentDisplayName}
        environmentId: ${testEnvironment.id}
        state: ${agentState}
Using getAgents
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgents(args: GetAgentsArgs, opts?: InvokeOptions): Promise<GetAgentsResult>
function getAgentsOutput(args: GetAgentsOutputArgs, opts?: InvokeOptions): Output<GetAgentsResult>def get_agents(agent_id: Optional[str] = None,
               compartment_id: Optional[str] = None,
               display_name: Optional[str] = None,
               environment_id: Optional[str] = None,
               filters: Optional[Sequence[GetAgentsFilter]] = None,
               state: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetAgentsResult
def get_agents_output(agent_id: Optional[pulumi.Input[str]] = None,
               compartment_id: Optional[pulumi.Input[str]] = None,
               display_name: Optional[pulumi.Input[str]] = None,
               environment_id: Optional[pulumi.Input[str]] = None,
               filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAgentsFilterArgs]]]] = None,
               state: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetAgentsResult]func GetAgents(ctx *Context, args *GetAgentsArgs, opts ...InvokeOption) (*GetAgentsResult, error)
func GetAgentsOutput(ctx *Context, args *GetAgentsOutputArgs, opts ...InvokeOption) GetAgentsResultOutput> Note: This function is named GetAgents in the Go SDK.
public static class GetAgents 
{
    public static Task<GetAgentsResult> InvokeAsync(GetAgentsArgs args, InvokeOptions? opts = null)
    public static Output<GetAgentsResult> Invoke(GetAgentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAgentsResult> getAgents(GetAgentsArgs args, InvokeOptions options)
public static Output<GetAgentsResult> getAgents(GetAgentsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CloudBridge/getAgents:getAgents
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- AgentId string
- A filter to return only resources that match the given Agent ID.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- EnvironmentId string
- A filter to return only resources that match the given environment ID.
- Filters
List<GetAgents Filter> 
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- CompartmentId string
- The ID of the compartment in which to list resources.
- AgentId string
- A filter to return only resources that match the given Agent ID.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- EnvironmentId string
- A filter to return only resources that match the given environment ID.
- Filters
[]GetAgents Filter 
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartmentId String
- The ID of the compartment in which to list resources.
- agentId String
- A filter to return only resources that match the given Agent ID.
- displayName String
- A filter to return only resources that match the entire display name given.
- environmentId String
- A filter to return only resources that match the given environment ID.
- filters
List<GetAgents Filter> 
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartmentId string
- The ID of the compartment in which to list resources.
- agentId string
- A filter to return only resources that match the given Agent ID.
- displayName string
- A filter to return only resources that match the entire display name given.
- environmentId string
- A filter to return only resources that match the given environment ID.
- filters
GetAgents Filter[] 
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_id str
- The ID of the compartment in which to list resources.
- agent_id str
- A filter to return only resources that match the given Agent ID.
- display_name str
- A filter to return only resources that match the entire display name given.
- environment_id str
- A filter to return only resources that match the given environment ID.
- filters
Sequence[GetAgents Filter] 
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartmentId String
- The ID of the compartment in which to list resources.
- agentId String
- A filter to return only resources that match the given Agent ID.
- displayName String
- A filter to return only resources that match the entire display name given.
- environmentId String
- A filter to return only resources that match the given environment ID.
- filters List<Property Map>
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getAgents Result
The following output properties are available:
- AgentCollections List<GetAgents Agent Collection> 
- The list of agent_collection.
- CompartmentId string
- Compartment identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- AgentId string
- Agent identifier.
- DisplayName string
- Agent identifier, can be renamed.
- EnvironmentId string
- Environment identifier.
- Filters
List<GetAgents Filter> 
- State string
- The current state of the Agent.
- AgentCollections []GetAgents Agent Collection 
- The list of agent_collection.
- CompartmentId string
- Compartment identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- AgentId string
- Agent identifier.
- DisplayName string
- Agent identifier, can be renamed.
- EnvironmentId string
- Environment identifier.
- Filters
[]GetAgents Filter 
- State string
- The current state of the Agent.
- agentCollections List<GetAgents Agent Collection> 
- The list of agent_collection.
- compartmentId String
- Compartment identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- agentId String
- Agent identifier.
- displayName String
- Agent identifier, can be renamed.
- environmentId String
- Environment identifier.
- filters
List<GetAgents Filter> 
- state String
- The current state of the Agent.
- agentCollections GetAgents Agent Collection[] 
- The list of agent_collection.
- compartmentId string
- Compartment identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- agentId string
- Agent identifier.
- displayName string
- Agent identifier, can be renamed.
- environmentId string
- Environment identifier.
- filters
GetAgents Filter[] 
- state string
- The current state of the Agent.
- agent_collections Sequence[GetAgents Agent Collection] 
- The list of agent_collection.
- compartment_id str
- Compartment identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- agent_id str
- Agent identifier.
- display_name str
- Agent identifier, can be renamed.
- environment_id str
- Environment identifier.
- filters
Sequence[GetAgents Filter] 
- state str
- The current state of the Agent.
- agentCollections List<Property Map>
- The list of agent_collection.
- compartmentId String
- Compartment identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- agentId String
- Agent identifier.
- displayName String
- Agent identifier, can be renamed.
- environmentId String
- Environment identifier.
- filters List<Property Map>
- state String
- The current state of the Agent.
Supporting Types
GetAgentsAgentCollection   
GetAgentsAgentCollectionItem    
- AgentPub stringKey 
- Resource principal public key.
- AgentType string
- Type of the Agent.
- AgentVersion string
- Agent identifier.
- CompartmentId string
- The ID of the compartment in which to list resources.
- Dictionary<string, string>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- EnvironmentId string
- A filter to return only resources that match the given environment ID.
- Dictionary<string, string>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HeartBeat stringStatus 
- The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- Id string
- Unique identifier that is immutable on creation.
- LifecycleDetails string
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- OsVersion string
- OS version.
- PluginLists List<GetAgents Agent Collection Item Plugin List> 
- List of plugins associated with the agent.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- TimeCreated string
- The time when the Agent was created. An RFC3339 formatted datetime string.
- TimeExpire stringAgent Key In Ms 
- The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- TimeLast stringSync Received 
- The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- AgentPub stringKey 
- Resource principal public key.
- AgentType string
- Type of the Agent.
- AgentVersion string
- Agent identifier.
- CompartmentId string
- The ID of the compartment in which to list resources.
- map[string]string
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- EnvironmentId string
- A filter to return only resources that match the given environment ID.
- map[string]string
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HeartBeat stringStatus 
- The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- Id string
- Unique identifier that is immutable on creation.
- LifecycleDetails string
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- OsVersion string
- OS version.
- PluginLists []GetAgents Agent Collection Item Plugin List 
- List of plugins associated with the agent.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- TimeCreated string
- The time when the Agent was created. An RFC3339 formatted datetime string.
- TimeExpire stringAgent Key In Ms 
- The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- TimeLast stringSync Received 
- The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agentPub StringKey 
- Resource principal public key.
- agentType String
- Type of the Agent.
- agentVersion String
- Agent identifier.
- compartmentId String
- The ID of the compartment in which to list resources.
- Map<String,String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A filter to return only resources that match the entire display name given.
- environmentId String
- A filter to return only resources that match the given environment ID.
- Map<String,String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- heartBeat StringStatus 
- The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id String
- Unique identifier that is immutable on creation.
- lifecycleDetails String
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- osVersion String
- OS version.
- pluginLists List<GetAgents Agent Collection Item Plugin List> 
- List of plugins associated with the agent.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated String
- The time when the Agent was created. An RFC3339 formatted datetime string.
- timeExpire StringAgent Key In Ms 
- The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- timeLast StringSync Received 
- The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agentPub stringKey 
- Resource principal public key.
- agentType string
- Type of the Agent.
- agentVersion string
- Agent identifier.
- compartmentId string
- The ID of the compartment in which to list resources.
- {[key: string]: string}
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A filter to return only resources that match the entire display name given.
- environmentId string
- A filter to return only resources that match the given environment ID.
- {[key: string]: string}
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- heartBeat stringStatus 
- The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id string
- Unique identifier that is immutable on creation.
- lifecycleDetails string
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- osVersion string
- OS version.
- pluginLists GetAgents Agent Collection Item Plugin List[] 
- List of plugins associated with the agent.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated string
- The time when the Agent was created. An RFC3339 formatted datetime string.
- timeExpire stringAgent Key In Ms 
- The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- timeLast stringSync Received 
- The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- timeUpdated string
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agent_pub_ strkey 
- Resource principal public key.
- agent_type str
- Type of the Agent.
- agent_version str
- Agent identifier.
- compartment_id str
- The ID of the compartment in which to list resources.
- Mapping[str, str]
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A filter to return only resources that match the entire display name given.
- environment_id str
- A filter to return only resources that match the given environment ID.
- Mapping[str, str]
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- heart_beat_ strstatus 
- The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id str
- Unique identifier that is immutable on creation.
- lifecycle_details str
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- os_version str
- OS version.
- plugin_lists Sequence[GetAgents Agent Collection Item Plugin List] 
- List of plugins associated with the agent.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- time_created str
- The time when the Agent was created. An RFC3339 formatted datetime string.
- time_expire_ stragent_ key_ in_ ms 
- The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- time_last_ strsync_ received 
- The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- time_updated str
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agentPub StringKey 
- Resource principal public key.
- agentType String
- Type of the Agent.
- agentVersion String
- Agent identifier.
- compartmentId String
- The ID of the compartment in which to list resources.
- Map<String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A filter to return only resources that match the entire display name given.
- environmentId String
- A filter to return only resources that match the given environment ID.
- Map<String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- heartBeat StringStatus 
- The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id String
- Unique identifier that is immutable on creation.
- lifecycleDetails String
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- osVersion String
- OS version.
- pluginLists List<Property Map>
- List of plugins associated with the agent.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated String
- The time when the Agent was created. An RFC3339 formatted datetime string.
- timeExpire StringAgent Key In Ms 
- The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- timeLast StringSync Received 
- The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the Agent was updated. An RFC3339 formatted datetime string.
GetAgentsAgentCollectionItemPluginList      
- AgentId string
- A filter to return only resources that match the given Agent ID.
- Dictionary<string, string>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Dictionary<string, string>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- LifecycleDetails string
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- Name string
- Plugin identifier, which can be renamed.
- PluginVersion string
- Plugin version.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- TimeCreated string
- The time when the Agent was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- AgentId string
- A filter to return only resources that match the given Agent ID.
- map[string]string
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- map[string]string
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- LifecycleDetails string
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- Name string
- Plugin identifier, which can be renamed.
- PluginVersion string
- Plugin version.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- TimeCreated string
- The time when the Agent was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agentId String
- A filter to return only resources that match the given Agent ID.
- Map<String,String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Map<String,String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- lifecycleDetails String
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- name String
- Plugin identifier, which can be renamed.
- pluginVersion String
- Plugin version.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- timeCreated String
- The time when the Agent was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agentId string
- A filter to return only resources that match the given Agent ID.
- {[key: string]: string}
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- {[key: string]: string}
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- lifecycleDetails string
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- name string
- Plugin identifier, which can be renamed.
- pluginVersion string
- Plugin version.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- timeCreated string
- The time when the Agent was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agent_id str
- A filter to return only resources that match the given Agent ID.
- Mapping[str, str]
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Mapping[str, str]
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- lifecycle_details str
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- name str
- Plugin identifier, which can be renamed.
- plugin_version str
- Plugin version.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- time_created str
- The time when the Agent was created. An RFC3339 formatted datetime string.
- time_updated str
- The time when the Agent was updated. An RFC3339 formatted datetime string.
- agentId String
- A filter to return only resources that match the given Agent ID.
- Map<String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Map<String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- lifecycleDetails String
- A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- name String
- Plugin identifier, which can be renamed.
- pluginVersion String
- Plugin version.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- timeCreated String
- The time when the Agent was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the Agent was updated. An RFC3339 formatted datetime string.
GetAgentsFilter  
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.