Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Apm.getApmDomains
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 Apm Domains in Oracle Cloud Infrastructure Apm service.
Lists all APM domains for the specified tenant compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testApmDomains = oci.Apm.getApmDomains({
compartmentId: compartmentId,
displayName: apmDomainDisplayName,
state: apmDomainState,
});
import pulumi
import pulumi_oci as oci
test_apm_domains = oci.Apm.get_apm_domains(compartment_id=compartment_id,
display_name=apm_domain_display_name,
state=apm_domain_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Apm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Apm.GetApmDomains(ctx, &apm.GetApmDomainsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(apmDomainDisplayName),
State: pulumi.StringRef(apmDomainState),
}, 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 testApmDomains = Oci.Apm.GetApmDomains.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = apmDomainDisplayName,
State = apmDomainState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Apm.ApmFunctions;
import com.pulumi.oci.Apm.inputs.GetApmDomainsArgs;
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 testApmDomains = ApmFunctions.getApmDomains(GetApmDomainsArgs.builder()
.compartmentId(compartmentId)
.displayName(apmDomainDisplayName)
.state(apmDomainState)
.build());
}
}
variables:
testApmDomains:
fn::invoke:
Function: oci:Apm:getApmDomains
Arguments:
compartmentId: ${compartmentId}
displayName: ${apmDomainDisplayName}
state: ${apmDomainState}
Using getApmDomains
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 getApmDomains(args: GetApmDomainsArgs, opts?: InvokeOptions): Promise<GetApmDomainsResult>
function getApmDomainsOutput(args: GetApmDomainsOutputArgs, opts?: InvokeOptions): Output<GetApmDomainsResult>
def get_apm_domains(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_apm.GetApmDomainsFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApmDomainsResult
def get_apm_domains_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_apm.GetApmDomainsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApmDomainsResult]
func GetApmDomains(ctx *Context, args *GetApmDomainsArgs, opts ...InvokeOption) (*GetApmDomainsResult, error)
func GetApmDomainsOutput(ctx *Context, args *GetApmDomainsOutputArgs, opts ...InvokeOption) GetApmDomainsResultOutput
> Note: This function is named GetApmDomains
in the Go SDK.
public static class GetApmDomains
{
public static Task<GetApmDomainsResult> InvokeAsync(GetApmDomainsArgs args, InvokeOptions? opts = null)
public static Output<GetApmDomainsResult> Invoke(GetApmDomainsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApmDomainsResult> getApmDomains(GetApmDomainsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Apm/getApmDomains:getApmDomains
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Apm Domains Filter> - State string
- A filter to return only resources that match the given life-cycle state.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Apm Domains Filter - State string
- A filter to return only resources that match the given life-cycle state.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Domains Filter> - state String
- A filter to return only resources that match the given life-cycle state.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Apm Domains Filter[] - state string
- A filter to return only resources that match the given life-cycle state.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[apm.
Get Apm Domains Filter] - state str
- A filter to return only resources that match the given life-cycle state.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- state String
- A filter to return only resources that match the given life-cycle state.
getApmDomains Result
The following output properties are available:
- Apm
Domains List<GetApm Domains Apm Domain> - The list of apm_domains.
- Compartment
Id string - The OCID of the compartment corresponding to the APM domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Display name of the APM domain, which can be updated.
- Filters
List<Get
Apm Domains Filter> - State string
- The current lifecycle state of the APM domain.
- Apm
Domains []GetApm Domains Apm Domain - The list of apm_domains.
- Compartment
Id string - The OCID of the compartment corresponding to the APM domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Display name of the APM domain, which can be updated.
- Filters
[]Get
Apm Domains Filter - State string
- The current lifecycle state of the APM domain.
- apm
Domains List<GetDomains Domain> - The list of apm_domains.
- compartment
Id String - The OCID of the compartment corresponding to the APM domain.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - Display name of the APM domain, which can be updated.
- filters
List<Get
Domains Filter> - state String
- The current lifecycle state of the APM domain.
- apm
Domains GetApm Domains Apm Domain[] - The list of apm_domains.
- compartment
Id string - The OCID of the compartment corresponding to the APM domain.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - Display name of the APM domain, which can be updated.
- filters
Get
Apm Domains Filter[] - state string
- The current lifecycle state of the APM domain.
- apm_
domains Sequence[apm.Get Apm Domains Apm Domain] - The list of apm_domains.
- compartment_
id str - The OCID of the compartment corresponding to the APM domain.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - Display name of the APM domain, which can be updated.
- filters
Sequence[apm.
Get Apm Domains Filter] - state str
- The current lifecycle state of the APM domain.
- apm
Domains List<Property Map> - The list of apm_domains.
- compartment
Id String - The OCID of the compartment corresponding to the APM domain.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - Display name of the APM domain, which can be updated.
- filters List<Property Map>
- state String
- The current lifecycle state of the APM domain.
Supporting Types
GetApmDomainsApmDomain
- Compartment
Id string - The ID of the compartment in which to list resources.
- Data
Upload stringEndpoint - The endpoint where the APM agents upload their observations and metrics.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description of the APM domain.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- Is
Free boolTier - Indicates if this is an Always Free resource.
- State string
- A filter to return only resources that match the given life-cycle state.
- Time
Created string - The time the APM domain was created, expressed in RFC 3339 timestamp format.
- Time
Updated string - The time the APM domain was updated, expressed in RFC 3339 timestamp format.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Data
Upload stringEndpoint - The endpoint where the APM agents upload their observations and metrics.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description of the APM domain.
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- Unique identifier that is immutable on creation.
- Is
Free boolTier - Indicates if this is an Always Free resource.
- State string
- A filter to return only resources that match the given life-cycle state.
- Time
Created string - The time the APM domain was created, expressed in RFC 3339 timestamp format.
- Time
Updated string - The time the APM domain was updated, expressed in RFC 3339 timestamp format.
- compartment
Id String - The ID of the compartment in which to list resources.
- data
Upload StringEndpoint - The endpoint where the APM agents upload their observations and metrics.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of the APM domain.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- is
Free BooleanTier - Indicates if this is an Always Free resource.
- state String
- A filter to return only resources that match the given life-cycle state.
- time
Created String - The time the APM domain was created, expressed in RFC 3339 timestamp format.
- time
Updated String - The time the APM domain was updated, expressed in RFC 3339 timestamp format.
- compartment
Id string - The ID of the compartment in which to list resources.
- data
Upload stringEndpoint - The endpoint where the APM agents upload their observations and metrics.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Description of the APM domain.
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- Unique identifier that is immutable on creation.
- is
Free booleanTier - Indicates if this is an Always Free resource.
- state string
- A filter to return only resources that match the given life-cycle state.
- time
Created string - The time the APM domain was created, expressed in RFC 3339 timestamp format.
- time
Updated string - The time the APM domain was updated, expressed in RFC 3339 timestamp format.
- compartment_
id str - The ID of the compartment in which to list resources.
- data_
upload_ strendpoint - The endpoint where the APM agents upload their observations and metrics.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Description of the APM domain.
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- Unique identifier that is immutable on creation.
- is_
free_ booltier - Indicates if this is an Always Free resource.
- state str
- A filter to return only resources that match the given life-cycle state.
- time_
created str - The time the APM domain was created, expressed in RFC 3339 timestamp format.
- time_
updated str - The time the APM domain was updated, expressed in RFC 3339 timestamp format.
- compartment
Id String - The ID of the compartment in which to list resources.
- data
Upload StringEndpoint - The endpoint where the APM agents upload their observations and metrics.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of the APM domain.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- Unique identifier that is immutable on creation.
- is
Free BooleanTier - Indicates if this is an Always Free resource.
- state String
- A filter to return only resources that match the given life-cycle state.
- time
Created String - The time the APM domain was created, expressed in RFC 3339 timestamp format.
- time
Updated String - The time the APM domain was updated, expressed in RFC 3339 timestamp format.
GetApmDomainsFilter
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