Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.CloudBridge.getAgents
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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/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[_cloudbridge.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[_cloudbridge.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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CloudBridge/getAgents:getAgents
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Agent
Id string - A filter to return only resources that match the given Agent ID.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Environment
Id string - A filter to return only resources that match the given environment ID.
- Filters
List<Get
Agents Filter> - State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Agent
Id string - A filter to return only resources that match the given Agent ID.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Environment
Id string - A filter to return only resources that match the given environment ID.
- Filters
[]Get
Agents Filter - State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- agent
Id String - A filter to return only resources that match the given Agent ID.
- display
Name String - A filter to return only resources that match the entire display name given.
- environment
Id String - A filter to return only resources that match the given environment ID.
- filters
List<Get
Agents Filter> - state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- agent
Id string - A filter to return only resources that match the given Agent ID.
- display
Name string - A filter to return only resources that match the entire display name given.
- environment
Id string - A filter to return only resources that match the given environment ID.
- filters
Get
Agents 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[cloudbridge.
Get Agents Filter] - state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- agent
Id String - A filter to return only resources that match the given Agent ID.
- display
Name String - A filter to return only resources that match the entire display name given.
- environment
Id 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:
- Agent
Collections List<GetAgents Agent Collection> - The list of agent_collection.
- Compartment
Id string - Compartment identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Agent
Id string - Agent identifier.
- Display
Name string - Agent identifier, can be renamed.
- Environment
Id string - Environment identifier.
- Filters
List<Get
Agents Filter> - State string
- The current state of the Agent.
- Agent
Collections []GetAgents Agent Collection - The list of agent_collection.
- Compartment
Id string - Compartment identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Agent
Id string - Agent identifier.
- Display
Name string - Agent identifier, can be renamed.
- Environment
Id string - Environment identifier.
- Filters
[]Get
Agents Filter - State string
- The current state of the Agent.
- agent
Collections List<GetAgents Agent Collection> - The list of agent_collection.
- compartment
Id String - Compartment identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- agent
Id String - Agent identifier.
- display
Name String - Agent identifier, can be renamed.
- environment
Id String - Environment identifier.
- filters
List<Get
Agents Filter> - state String
- The current state of the Agent.
- agent
Collections GetAgents Agent Collection[] - The list of agent_collection.
- compartment
Id string - Compartment identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- agent
Id string - Agent identifier.
- display
Name string - Agent identifier, can be renamed.
- environment
Id string - Environment identifier.
- filters
Get
Agents Filter[] - state string
- The current state of the Agent.
- agent_
collections Sequence[cloudbridge.Get Agents 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[cloudbridge.
Get Agents Filter] - state str
- The current state of the Agent.
- agent
Collections List<Property Map> - The list of agent_collection.
- compartment
Id String - Compartment identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- agent
Id String - Agent identifier.
- display
Name String - Agent identifier, can be renamed.
- environment
Id String - Environment identifier.
- filters List<Property Map>
- state String
- The current state of the Agent.
Supporting Types
GetAgentsAgentCollection
GetAgentsAgentCollectionItem
- Agent
Pub stringKey - Resource principal public key.
- Agent
Type string - Type of the Agent.
- Agent
Version string - Agent identifier.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, object>
- 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 string - A filter to return only resources that match the entire display name given.
- Environment
Id string - A filter to return only resources that match the given environment ID.
- Dictionary<string, object>
- 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 stringStatus - The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- Id string
- Unique identifier that is immutable on creation.
- Lifecycle
Details 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.
- Os
Version string - OS version.
- Plugin
Lists 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, object>
- 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 string - The time when the Agent was created. An RFC3339 formatted datetime string.
- Time
Expire stringAgent Key In Ms - The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- Time
Last stringSync Received - The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Agent was updated. An RFC3339 formatted datetime string.
- Agent
Pub stringKey - Resource principal public key.
- Agent
Type string - Type of the Agent.
- Agent
Version string - Agent identifier.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]interface{}
- 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 string - A filter to return only resources that match the entire display name given.
- Environment
Id string - A filter to return only resources that match the given environment ID.
- map[string]interface{}
- 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 stringStatus - The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- Id string
- Unique identifier that is immutable on creation.
- Lifecycle
Details 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.
- Os
Version string - OS version.
- Plugin
Lists []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]interface{}
- 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 string - The time when the Agent was created. An RFC3339 formatted datetime string.
- Time
Expire stringAgent Key In Ms - The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- Time
Last stringSync Received - The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Agent was updated. An RFC3339 formatted datetime string.
- agent
Pub StringKey - Resource principal public key.
- agent
Type String - Type of the Agent.
- agent
Version String - Agent identifier.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,Object>
- 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 String - A filter to return only resources that match the entire display name given.
- environment
Id String - A filter to return only resources that match the given environment ID.
- Map<String,Object>
- 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 StringStatus - The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id String
- Unique identifier that is immutable on creation.
- lifecycle
Details 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.
- os
Version String - OS version.
- plugin
Lists 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,Object>
- 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 String - The time when the Agent was created. An RFC3339 formatted datetime string.
- time
Expire StringAgent Key In Ms - The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- time
Last StringSync Received - The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Agent was updated. An RFC3339 formatted datetime string.
- agent
Pub stringKey - Resource principal public key.
- agent
Type string - Type of the Agent.
- agent
Version string - Agent identifier.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: any}
- 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 string - A filter to return only resources that match the entire display name given.
- environment
Id string - A filter to return only resources that match the given environment ID.
- {[key: string]: any}
- 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 stringStatus - The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id string
- Unique identifier that is immutable on creation.
- lifecycle
Details 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.
- os
Version string - OS version.
- plugin
Lists 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]: any}
- 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 string - The time when the Agent was created. An RFC3339 formatted datetime string.
- time
Expire stringAgent Key In Ms - The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- time
Last stringSync Received - The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- time
Updated 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, Any]
- 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, Any]
- 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[cloudbridge.Get Agents 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, Any]
- 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.
- agent
Pub StringKey - Resource principal public key.
- agent
Type String - Type of the Agent.
- agent
Version String - Agent identifier.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<Any>
- 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 String - A filter to return only resources that match the entire display name given.
- environment
Id String - A filter to return only resources that match the given environment ID.
- Map<Any>
- 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 StringStatus - The current heartbeat status of the Agent based on its timeLastSyncReceived value.
- id String
- Unique identifier that is immutable on creation.
- lifecycle
Details 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.
- os
Version String - OS version.
- plugin
Lists 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<Any>
- 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 String - The time when the Agent was created. An RFC3339 formatted datetime string.
- time
Expire StringAgent Key In Ms - The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
- time
Last StringSync Received - The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Agent was updated. An RFC3339 formatted datetime string.
GetAgentsAgentCollectionItemPluginList
- Agent
Id string - A filter to return only resources that match the given Agent ID.
- Dictionary<string, object>
- 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, object>
- 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 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.
- Plugin
Version string - Plugin version.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Time
Created string - The time when the Agent was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Agent was updated. An RFC3339 formatted datetime string.
- Agent
Id string - A filter to return only resources that match the given Agent ID.
- map[string]interface{}
- 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]interface{}
- 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 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.
- Plugin
Version string - Plugin version.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Time
Created string - The time when the Agent was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Agent was updated. An RFC3339 formatted datetime string.
- agent
Id String - A filter to return only resources that match the given Agent ID.
- Map<String,Object>
- 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,Object>
- 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 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.
- plugin
Version String - Plugin version.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- time
Created String - The time when the Agent was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Agent was updated. An RFC3339 formatted datetime string.
- agent
Id string - A filter to return only resources that match the given Agent ID.
- {[key: string]: any}
- 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]: any}
- 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 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.
- plugin
Version string - Plugin version.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- time
Created string - The time when the Agent was created. An RFC3339 formatted datetime string.
- time
Updated 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, Any]
- 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, Any]
- 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.
- agent
Id String - A filter to return only resources that match the given Agent ID.
- Map<Any>
- 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<Any>
- 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 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.
- plugin
Version String - Plugin version.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- time
Created String - The time when the Agent was created. An RFC3339 formatted datetime string.
- time
Updated 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
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi