Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Logging.getUnifiedAgentConfigurations
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 Unified Agent Configurations in Oracle Cloud Infrastructure Logging service.
Lists all unified agent configurations in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testUnifiedAgentConfigurations = oci.Logging.getUnifiedAgentConfigurations({
compartmentId: compartmentId,
displayName: unifiedAgentConfigurationDisplayName,
groupId: testGroup.id,
isCompartmentIdInSubtree: unifiedAgentConfigurationIsCompartmentIdInSubtree,
logId: testLog.id,
state: unifiedAgentConfigurationState,
});
import pulumi
import pulumi_oci as oci
test_unified_agent_configurations = oci.Logging.get_unified_agent_configurations(compartment_id=compartment_id,
display_name=unified_agent_configuration_display_name,
group_id=test_group["id"],
is_compartment_id_in_subtree=unified_agent_configuration_is_compartment_id_in_subtree,
log_id=test_log["id"],
state=unified_agent_configuration_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Logging"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Logging.GetUnifiedAgentConfigurations(ctx, &logging.GetUnifiedAgentConfigurationsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(unifiedAgentConfigurationDisplayName),
GroupId: pulumi.StringRef(testGroup.Id),
IsCompartmentIdInSubtree: pulumi.BoolRef(unifiedAgentConfigurationIsCompartmentIdInSubtree),
LogId: pulumi.StringRef(testLog.Id),
State: pulumi.StringRef(unifiedAgentConfigurationState),
}, 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 testUnifiedAgentConfigurations = Oci.Logging.GetUnifiedAgentConfigurations.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = unifiedAgentConfigurationDisplayName,
GroupId = testGroup.Id,
IsCompartmentIdInSubtree = unifiedAgentConfigurationIsCompartmentIdInSubtree,
LogId = testLog.Id,
State = unifiedAgentConfigurationState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Logging.LoggingFunctions;
import com.pulumi.oci.Logging.inputs.GetUnifiedAgentConfigurationsArgs;
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 testUnifiedAgentConfigurations = LoggingFunctions.getUnifiedAgentConfigurations(GetUnifiedAgentConfigurationsArgs.builder()
.compartmentId(compartmentId)
.displayName(unifiedAgentConfigurationDisplayName)
.groupId(testGroup.id())
.isCompartmentIdInSubtree(unifiedAgentConfigurationIsCompartmentIdInSubtree)
.logId(testLog.id())
.state(unifiedAgentConfigurationState)
.build());
}
}
variables:
testUnifiedAgentConfigurations:
fn::invoke:
Function: oci:Logging:getUnifiedAgentConfigurations
Arguments:
compartmentId: ${compartmentId}
displayName: ${unifiedAgentConfigurationDisplayName}
groupId: ${testGroup.id}
isCompartmentIdInSubtree: ${unifiedAgentConfigurationIsCompartmentIdInSubtree}
logId: ${testLog.id}
state: ${unifiedAgentConfigurationState}
Using getUnifiedAgentConfigurations
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 getUnifiedAgentConfigurations(args: GetUnifiedAgentConfigurationsArgs, opts?: InvokeOptions): Promise<GetUnifiedAgentConfigurationsResult>
function getUnifiedAgentConfigurationsOutput(args: GetUnifiedAgentConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetUnifiedAgentConfigurationsResult>
def get_unified_agent_configurations(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_logging.GetUnifiedAgentConfigurationsFilter]] = None,
group_id: Optional[str] = None,
is_compartment_id_in_subtree: Optional[bool] = None,
log_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUnifiedAgentConfigurationsResult
def get_unified_agent_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_logging.GetUnifiedAgentConfigurationsFilterArgs]]]] = None,
group_id: Optional[pulumi.Input[str]] = None,
is_compartment_id_in_subtree: Optional[pulumi.Input[bool]] = None,
log_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUnifiedAgentConfigurationsResult]
func GetUnifiedAgentConfigurations(ctx *Context, args *GetUnifiedAgentConfigurationsArgs, opts ...InvokeOption) (*GetUnifiedAgentConfigurationsResult, error)
func GetUnifiedAgentConfigurationsOutput(ctx *Context, args *GetUnifiedAgentConfigurationsOutputArgs, opts ...InvokeOption) GetUnifiedAgentConfigurationsResultOutput
> Note: This function is named GetUnifiedAgentConfigurations
in the Go SDK.
public static class GetUnifiedAgentConfigurations
{
public static Task<GetUnifiedAgentConfigurationsResult> InvokeAsync(GetUnifiedAgentConfigurationsArgs args, InvokeOptions? opts = null)
public static Output<GetUnifiedAgentConfigurationsResult> Invoke(GetUnifiedAgentConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUnifiedAgentConfigurationsResult> getUnifiedAgentConfigurations(GetUnifiedAgentConfigurationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Logging/getUnifiedAgentConfigurations:getUnifiedAgentConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- Display
Name string - Resource name.
- Filters
List<Get
Unified Agent Configurations Filter> - Group
Id string - The OCID of a group or a dynamic group.
- Is
Compartment boolId In Subtree - Specifies whether or not nested compartments should be traversed. Defaults to false.
- Log
Id string - Custom log OCID to list resources with the log as destination.
- State string
- Lifecycle state of the log object
- Compartment
Id string - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- Display
Name string - Resource name.
- Filters
[]Get
Unified Agent Configurations Filter - Group
Id string - The OCID of a group or a dynamic group.
- Is
Compartment boolId In Subtree - Specifies whether or not nested compartments should be traversed. Defaults to false.
- Log
Id string - Custom log OCID to list resources with the log as destination.
- State string
- Lifecycle state of the log object
- compartment
Id String - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- display
Name String - Resource name.
- filters
List<Get
Unified Agent Configurations Filter> - group
Id String - The OCID of a group or a dynamic group.
- is
Compartment BooleanId In Subtree - Specifies whether or not nested compartments should be traversed. Defaults to false.
- log
Id String - Custom log OCID to list resources with the log as destination.
- state String
- Lifecycle state of the log object
- compartment
Id string - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- display
Name string - Resource name.
- filters
Get
Unified Agent Configurations Filter[] - group
Id string - The OCID of a group or a dynamic group.
- is
Compartment booleanId In Subtree - Specifies whether or not nested compartments should be traversed. Defaults to false.
- log
Id string - Custom log OCID to list resources with the log as destination.
- state string
- Lifecycle state of the log object
- compartment_
id str - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- display_
name str - Resource name.
- filters
Sequence[logging.
Get Unified Agent Configurations Filter] - group_
id str - The OCID of a group or a dynamic group.
- is_
compartment_ boolid_ in_ subtree - Specifies whether or not nested compartments should be traversed. Defaults to false.
- log_
id str - Custom log OCID to list resources with the log as destination.
- state str
- Lifecycle state of the log object
- compartment
Id String - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- display
Name String - Resource name.
- filters List<Property Map>
- group
Id String - The OCID of a group or a dynamic group.
- is
Compartment BooleanId In Subtree - Specifies whether or not nested compartments should be traversed. Defaults to false.
- log
Id String - Custom log OCID to list resources with the log as destination.
- state String
- Lifecycle state of the log object
getUnifiedAgentConfigurations Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that the resource belongs to.
- Id string
- The provider-assigned unique ID for this managed resource.
- Unified
Agent List<GetConfiguration Collections Unified Agent Configurations Unified Agent Configuration Collection> - The list of unified_agent_configuration_collection.
- Display
Name string - The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Unified Agent Configurations Filter> - Group
Id string - Is
Compartment boolId In Subtree - Log
Id string - State string
- The pipeline state.
- Compartment
Id string - The OCID of the compartment that the resource belongs to.
- Id string
- The provider-assigned unique ID for this managed resource.
- Unified
Agent []GetConfiguration Collections Unified Agent Configurations Unified Agent Configuration Collection - The list of unified_agent_configuration_collection.
- Display
Name string - The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Unified Agent Configurations Filter - Group
Id string - Is
Compartment boolId In Subtree - Log
Id string - State string
- The pipeline state.
- compartment
Id String - The OCID of the compartment that the resource belongs to.
- id String
- The provider-assigned unique ID for this managed resource.
- unified
Agent List<GetConfiguration Collections Unified Agent Configurations Unified Agent Configuration Collection> - The list of unified_agent_configuration_collection.
- display
Name String - The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Unified Agent Configurations Filter> - group
Id String - is
Compartment BooleanId In Subtree - log
Id String - state String
- The pipeline state.
- compartment
Id string - The OCID of the compartment that the resource belongs to.
- id string
- The provider-assigned unique ID for this managed resource.
- unified
Agent GetConfiguration Collections Unified Agent Configurations Unified Agent Configuration Collection[] - The list of unified_agent_configuration_collection.
- display
Name string - The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information.
- filters
Get
Unified Agent Configurations Filter[] - group
Id string - is
Compartment booleanId In Subtree - log
Id string - state string
- The pipeline state.
- compartment_
id str - The OCID of the compartment that the resource belongs to.
- id str
- The provider-assigned unique ID for this managed resource.
- unified_
agent_ Sequence[logging.configuration_ collections Get Unified Agent Configurations Unified Agent Configuration Collection] - The list of unified_agent_configuration_collection.
- display_
name str - The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information.
- filters
Sequence[logging.
Get Unified Agent Configurations Filter] - group_
id str - is_
compartment_ boolid_ in_ subtree - log_
id str - state str
- The pipeline state.
- compartment
Id String - The OCID of the compartment that the resource belongs to.
- id String
- The provider-assigned unique ID for this managed resource.
- unified
Agent List<Property Map>Configuration Collections - The list of unified_agent_configuration_collection.
- display
Name String - The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- group
Id String - is
Compartment BooleanId In Subtree - log
Id String - state String
- The pipeline state.
Supporting Types
GetUnifiedAgentConfigurationsFilter
GetUnifiedAgentConfigurationsUnifiedAgentConfigurationCollection
GetUnifiedAgentConfigurationsUnifiedAgentConfigurationCollectionItem
- Compartment
Id string - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- Configuration
State string - State of unified agent service configuration.
- Configuration
Type string - Type of Unified Agent service configuration.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- Description for this resource.
- Display
Name string - Resource name.
- Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the resource.
- Is
Enabled bool - Whether or not this resource is currently enabled.
- State string
- Lifecycle state of the log object
- Time
Created string - Time the resource was created.
- Time
Last stringModified - Time the resource was last modified.
- Compartment
Id string - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- Configuration
State string - State of unified agent service configuration.
- Configuration
Type string - Type of Unified Agent service configuration.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- Description for this resource.
- Display
Name string - Resource name.
- map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the resource.
- Is
Enabled bool - Whether or not this resource is currently enabled.
- State string
- Lifecycle state of the log object
- Time
Created string - Time the resource was created.
- Time
Last stringModified - Time the resource was last modified.
- compartment
Id String - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- configuration
State String - State of unified agent service configuration.
- configuration
Type String - Type of Unified Agent service configuration.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- Description for this resource.
- display
Name String - Resource name.
- Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the resource.
- is
Enabled Boolean - Whether or not this resource is currently enabled.
- state String
- Lifecycle state of the log object
- time
Created String - Time the resource was created.
- time
Last StringModified - Time the resource was last modified.
- compartment
Id string - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- configuration
State string - State of unified agent service configuration.
- configuration
Type string - Type of Unified Agent service configuration.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
- Description for this resource.
- display
Name string - Resource name.
- {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the resource.
- is
Enabled boolean - Whether or not this resource is currently enabled.
- state string
- Lifecycle state of the log object
- time
Created string - Time the resource was created.
- time
Last stringModified - Time the resource was last modified.
- compartment_
id str - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- configuration_
state str - State of unified agent service configuration.
- configuration_
type str - Type of Unified Agent service configuration.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
- Description for this resource.
- display_
name str - Resource name.
- Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the resource.
- is_
enabled bool - Whether or not this resource is currently enabled.
- state str
- Lifecycle state of the log object
- time_
created str - Time the resource was created.
- time_
last_ strmodified - Time the resource was last modified.
- compartment
Id String - Compartment OCID to list resources in. See compartmentIdInSubtree for nested compartments traversal.
- configuration
State String - State of unified agent service configuration.
- configuration
Type String - Type of Unified Agent service configuration.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- Description for this resource.
- display
Name String - Resource name.
- Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the resource.
- is
Enabled Boolean - Whether or not this resource is currently enabled.
- state String
- Lifecycle state of the log object
- time
Created String - Time the resource was created.
- time
Last StringModified - Time the resource was last modified.
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