Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.ApmSynthetics.getDedicatedVantagePoints
Explore with Pulumi AI
This data source provides the list of Dedicated Vantage Points in Oracle Cloud Infrastructure Apm Synthetics service.
Returns a list of dedicated vantage points.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDedicatedVantagePoints = oci.ApmSynthetics.getDedicatedVantagePoints({
apmDomainId: testApmDomain.id,
displayName: dedicatedVantagePointDisplayName,
name: dedicatedVantagePointName,
status: dedicatedVantagePointStatus,
});
import pulumi
import pulumi_oci as oci
test_dedicated_vantage_points = oci.ApmSynthetics.get_dedicated_vantage_points(apm_domain_id=test_apm_domain["id"],
display_name=dedicated_vantage_point_display_name,
name=dedicated_vantage_point_name,
status=dedicated_vantage_point_status)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/ApmSynthetics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ApmSynthetics.GetDedicatedVantagePoints(ctx, &apmsynthetics.GetDedicatedVantagePointsArgs{
ApmDomainId: testApmDomain.Id,
DisplayName: pulumi.StringRef(dedicatedVantagePointDisplayName),
Name: pulumi.StringRef(dedicatedVantagePointName),
Status: pulumi.StringRef(dedicatedVantagePointStatus),
}, 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 testDedicatedVantagePoints = Oci.ApmSynthetics.GetDedicatedVantagePoints.Invoke(new()
{
ApmDomainId = testApmDomain.Id,
DisplayName = dedicatedVantagePointDisplayName,
Name = dedicatedVantagePointName,
Status = dedicatedVantagePointStatus,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApmSynthetics.ApmSyntheticsFunctions;
import com.pulumi.oci.ApmSynthetics.inputs.GetDedicatedVantagePointsArgs;
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 testDedicatedVantagePoints = ApmSyntheticsFunctions.getDedicatedVantagePoints(GetDedicatedVantagePointsArgs.builder()
.apmDomainId(testApmDomain.id())
.displayName(dedicatedVantagePointDisplayName)
.name(dedicatedVantagePointName)
.status(dedicatedVantagePointStatus)
.build());
}
}
variables:
testDedicatedVantagePoints:
fn::invoke:
Function: oci:ApmSynthetics:getDedicatedVantagePoints
Arguments:
apmDomainId: ${testApmDomain.id}
displayName: ${dedicatedVantagePointDisplayName}
name: ${dedicatedVantagePointName}
status: ${dedicatedVantagePointStatus}
Using getDedicatedVantagePoints
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 getDedicatedVantagePoints(args: GetDedicatedVantagePointsArgs, opts?: InvokeOptions): Promise<GetDedicatedVantagePointsResult>
function getDedicatedVantagePointsOutput(args: GetDedicatedVantagePointsOutputArgs, opts?: InvokeOptions): Output<GetDedicatedVantagePointsResult>
def get_dedicated_vantage_points(apm_domain_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_apmsynthetics.GetDedicatedVantagePointsFilter]] = None,
name: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDedicatedVantagePointsResult
def get_dedicated_vantage_points_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_apmsynthetics.GetDedicatedVantagePointsFilterArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedVantagePointsResult]
func GetDedicatedVantagePoints(ctx *Context, args *GetDedicatedVantagePointsArgs, opts ...InvokeOption) (*GetDedicatedVantagePointsResult, error)
func GetDedicatedVantagePointsOutput(ctx *Context, args *GetDedicatedVantagePointsOutputArgs, opts ...InvokeOption) GetDedicatedVantagePointsResultOutput
> Note: This function is named GetDedicatedVantagePoints
in the Go SDK.
public static class GetDedicatedVantagePoints
{
public static Task<GetDedicatedVantagePointsResult> InvokeAsync(GetDedicatedVantagePointsArgs args, InvokeOptions? opts = null)
public static Output<GetDedicatedVantagePointsResult> Invoke(GetDedicatedVantagePointsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDedicatedVantagePointsResult> getDedicatedVantagePoints(GetDedicatedVantagePointsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ApmSynthetics/getDedicatedVantagePoints:getDedicatedVantagePoints
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Display
Name string - A filter to return only the resources that match the entire display name.
- Filters
List<Get
Dedicated Vantage Points Filter> - Name string
- A filter to return only the resources that match the entire name.
- Status string
- A filter to return only the dedicated vantage points that match a given status.
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Display
Name string - A filter to return only the resources that match the entire display name.
- Filters
[]Get
Dedicated Vantage Points Filter - Name string
- A filter to return only the resources that match the entire name.
- Status string
- A filter to return only the dedicated vantage points that match a given status.
- apm
Domain StringId - The APM domain ID the request is intended for.
- display
Name String - A filter to return only the resources that match the entire display name.
- filters
List<Get
Dedicated Vantage Points Filter> - name String
- A filter to return only the resources that match the entire name.
- status String
- A filter to return only the dedicated vantage points that match a given status.
- apm
Domain stringId - The APM domain ID the request is intended for.
- display
Name string - A filter to return only the resources that match the entire display name.
- filters
Get
Dedicated Vantage Points Filter[] - name string
- A filter to return only the resources that match the entire name.
- status string
- A filter to return only the dedicated vantage points that match a given status.
- apm_
domain_ strid - The APM domain ID the request is intended for.
- display_
name str - A filter to return only the resources that match the entire display name.
- filters
Sequence[apmsynthetics.
Get Dedicated Vantage Points Filter] - name str
- A filter to return only the resources that match the entire name.
- status str
- A filter to return only the dedicated vantage points that match a given status.
- apm
Domain StringId - The APM domain ID the request is intended for.
- display
Name String - A filter to return only the resources that match the entire display name.
- filters List<Property Map>
- name String
- A filter to return only the resources that match the entire name.
- status String
- A filter to return only the dedicated vantage points that match a given status.
getDedicatedVantagePoints Result
The following output properties are available:
- Apm
Domain stringId - Dedicated
Vantage List<GetPoint Collections Dedicated Vantage Points Dedicated Vantage Point Collection> - The list of dedicated_vantage_point_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- Filters
List<Get
Dedicated Vantage Points Filter> - Name string
- Unique permanent name of the dedicated vantage point. This is the same as the displayName.
- Status string
- Status of the dedicated vantage point.
- Apm
Domain stringId - Dedicated
Vantage []GetPoint Collections Dedicated Vantage Points Dedicated Vantage Point Collection - The list of dedicated_vantage_point_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- Filters
[]Get
Dedicated Vantage Points Filter - Name string
- Unique permanent name of the dedicated vantage point. This is the same as the displayName.
- Status string
- Status of the dedicated vantage point.
- apm
Domain StringId - dedicated
Vantage List<GetPoint Collections Dedicated Vantage Points Dedicated Vantage Point Collection> - The list of dedicated_vantage_point_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- filters
List<Get
Dedicated Vantage Points Filter> - name String
- Unique permanent name of the dedicated vantage point. This is the same as the displayName.
- status String
- Status of the dedicated vantage point.
- apm
Domain stringId - dedicated
Vantage GetPoint Collections Dedicated Vantage Points Dedicated Vantage Point Collection[] - The list of dedicated_vantage_point_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- filters
Get
Dedicated Vantage Points Filter[] - name string
- Unique permanent name of the dedicated vantage point. This is the same as the displayName.
- status string
- Status of the dedicated vantage point.
- apm_
domain_ strid - dedicated_
vantage_ Sequence[apmsynthetics.point_ collections Get Dedicated Vantage Points Dedicated Vantage Point Collection] - The list of dedicated_vantage_point_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- filters
Sequence[apmsynthetics.
Get Dedicated Vantage Points Filter] - name str
- Unique permanent name of the dedicated vantage point. This is the same as the displayName.
- status str
- Status of the dedicated vantage point.
- apm
Domain StringId - dedicated
Vantage List<Property Map>Point Collections - The list of dedicated_vantage_point_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- filters List<Property Map>
- name String
- Unique permanent name of the dedicated vantage point. This is the same as the displayName.
- status String
- Status of the dedicated vantage point.
Supporting Types
GetDedicatedVantagePointsDedicatedVantagePointCollection
GetDedicatedVantagePointsDedicatedVantagePointCollectionItem
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A filter to return only the resources that match the entire display name.
- Dvp
Stack List<GetDetails Dedicated Vantage Points Dedicated Vantage Point Collection Item Dvp Stack Detail> - Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- Dictionary<string, string>
- 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
- The OCID of the dedicated vantage point.
- Monitor
Status List<GetCount Maps Dedicated Vantage Points Dedicated Vantage Point Collection Item Monitor Status Count Map> - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- Name string
- A filter to return only the resources that match the entire name.
- Region string
- Name of the region.
- Status string
- A filter to return only the dedicated vantage points that match a given status.
- Time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- Apm
Domain stringId - The APM domain ID the request is intended for.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A filter to return only the resources that match the entire display name.
- Dvp
Stack []GetDetails Dedicated Vantage Points Dedicated Vantage Point Collection Item Dvp Stack Detail - Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- map[string]string
- 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
- The OCID of the dedicated vantage point.
- Monitor
Status []GetCount Maps Dedicated Vantage Points Dedicated Vantage Point Collection Item Monitor Status Count Map - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- Name string
- A filter to return only the resources that match the entire name.
- Region string
- Name of the region.
- Status string
- A filter to return only the dedicated vantage points that match a given status.
- Time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- apm
Domain StringId - The APM domain ID the request is intended for.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A filter to return only the resources that match the entire display name.
- dvp
Stack List<GetDetails Dedicated Vantage Points Dedicated Vantage Point Collection Item Dvp Stack Detail> - Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- Map<String,String>
- 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
- The OCID of the dedicated vantage point.
- monitor
Status List<GetCount Maps Dedicated Vantage Points Dedicated Vantage Point Collection Item Monitor Status Count Map> - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- name String
- A filter to return only the resources that match the entire name.
- region String
- Name of the region.
- status String
- A filter to return only the dedicated vantage points that match a given status.
- time
Created String - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated String - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- apm
Domain stringId - The APM domain ID the request is intended for.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - A filter to return only the resources that match the entire display name.
- dvp
Stack GetDetails Dedicated Vantage Points Dedicated Vantage Point Collection Item Dvp Stack Detail[] - Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- {[key: string]: string}
- 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
- The OCID of the dedicated vantage point.
- monitor
Status GetCount Maps Dedicated Vantage Points Dedicated Vantage Point Collection Item Monitor Status Count Map[] - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- name string
- A filter to return only the resources that match the entire name.
- region string
- Name of the region.
- status string
- A filter to return only the dedicated vantage points that match a given status.
- time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- apm_
domain_ strid - The APM domain ID the request is intended for.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - A filter to return only the resources that match the entire display name.
- dvp_
stack_ Sequence[apmsynthetics.details Get Dedicated Vantage Points Dedicated Vantage Point Collection Item Dvp Stack Detail] - Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- Mapping[str, str]
- 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
- The OCID of the dedicated vantage point.
- monitor_
status_ Sequence[apmsynthetics.count_ maps Get Dedicated Vantage Points Dedicated Vantage Point Collection Item Monitor Status Count Map] - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- name str
- A filter to return only the resources that match the entire name.
- region str
- Name of the region.
- status str
- A filter to return only the dedicated vantage points that match a given status.
- time_
created str - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time_
updated str - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- apm
Domain StringId - The APM domain ID the request is intended for.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A filter to return only the resources that match the entire display name.
- dvp
Stack List<Property Map>Details - Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- Map<String>
- 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
- The OCID of the dedicated vantage point.
- monitor
Status List<Property Map>Count Maps - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- name String
- A filter to return only the resources that match the entire name.
- region String
- Name of the region.
- status String
- A filter to return only the dedicated vantage points that match a given status.
- time
Created String - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated String - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
GetDedicatedVantagePointsDedicatedVantagePointCollectionItemDvpStackDetail
- Dvp
Stack stringId - Stack OCID of the Resource Manager stack for dedicated vantage point.
- Dvp
Stack stringType - Type of stack.
- Dvp
Stream stringId - Stream OCID of the Resource Manager stack for dedicated vantage point.
- Dvp
Version string - Version of the dedicated vantage point.
- Dvp
Stack stringId - Stack OCID of the Resource Manager stack for dedicated vantage point.
- Dvp
Stack stringType - Type of stack.
- Dvp
Stream stringId - Stream OCID of the Resource Manager stack for dedicated vantage point.
- Dvp
Version string - Version of the dedicated vantage point.
- dvp
Stack StringId - Stack OCID of the Resource Manager stack for dedicated vantage point.
- dvp
Stack StringType - Type of stack.
- dvp
Stream StringId - Stream OCID of the Resource Manager stack for dedicated vantage point.
- dvp
Version String - Version of the dedicated vantage point.
- dvp
Stack stringId - Stack OCID of the Resource Manager stack for dedicated vantage point.
- dvp
Stack stringType - Type of stack.
- dvp
Stream stringId - Stream OCID of the Resource Manager stack for dedicated vantage point.
- dvp
Version string - Version of the dedicated vantage point.
- dvp_
stack_ strid - Stack OCID of the Resource Manager stack for dedicated vantage point.
- dvp_
stack_ strtype - Type of stack.
- dvp_
stream_ strid - Stream OCID of the Resource Manager stack for dedicated vantage point.
- dvp_
version str - Version of the dedicated vantage point.
- dvp
Stack StringId - Stack OCID of the Resource Manager stack for dedicated vantage point.
- dvp
Stack StringType - Type of stack.
- dvp
Stream StringId - Stream OCID of the Resource Manager stack for dedicated vantage point.
- dvp
Version String - Version of the dedicated vantage point.
GetDedicatedVantagePointsDedicatedVantagePointCollectionItemMonitorStatusCountMap
GetDedicatedVantagePointsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.