1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ApmSynthetics
  5. getDedicatedVantagePoint
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.ApmSynthetics.getDedicatedVantagePoint

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

This data source provides details about a specific Dedicated Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).

Gets the details of the dedicated vantage point identified by the OCID.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testDedicatedVantagePoint = oci.ApmSynthetics.getDedicatedVantagePoint({
    apmDomainId: testApmDomain.id,
    dedicatedVantagePointId: testDedicatedVantagePointOciApmSyntheticsDedicatedVantagePoint.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_dedicated_vantage_point = oci.ApmSynthetics.get_dedicated_vantage_point(apm_domain_id=test_apm_domain["id"],
    dedicated_vantage_point_id=test_dedicated_vantage_point_oci_apm_synthetics_dedicated_vantage_point["id"])
Copy
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.GetDedicatedVantagePoint(ctx, &apmsynthetics.GetDedicatedVantagePointArgs{
			ApmDomainId:             testApmDomain.Id,
			DedicatedVantagePointId: testDedicatedVantagePointOciApmSyntheticsDedicatedVantagePoint.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testDedicatedVantagePoint = Oci.ApmSynthetics.GetDedicatedVantagePoint.Invoke(new()
    {
        ApmDomainId = testApmDomain.Id,
        DedicatedVantagePointId = testDedicatedVantagePointOciApmSyntheticsDedicatedVantagePoint.Id,
    });

});
Copy
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.GetDedicatedVantagePointArgs;
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 testDedicatedVantagePoint = ApmSyntheticsFunctions.getDedicatedVantagePoint(GetDedicatedVantagePointArgs.builder()
            .apmDomainId(testApmDomain.id())
            .dedicatedVantagePointId(testDedicatedVantagePointOciApmSyntheticsDedicatedVantagePoint.id())
            .build());

    }
}
Copy
variables:
  testDedicatedVantagePoint:
    fn::invoke:
      function: oci:ApmSynthetics:getDedicatedVantagePoint
      arguments:
        apmDomainId: ${testApmDomain.id}
        dedicatedVantagePointId: ${testDedicatedVantagePointOciApmSyntheticsDedicatedVantagePoint.id}
Copy

Using getDedicatedVantagePoint

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 getDedicatedVantagePoint(args: GetDedicatedVantagePointArgs, opts?: InvokeOptions): Promise<GetDedicatedVantagePointResult>
function getDedicatedVantagePointOutput(args: GetDedicatedVantagePointOutputArgs, opts?: InvokeOptions): Output<GetDedicatedVantagePointResult>
Copy
def get_dedicated_vantage_point(apm_domain_id: Optional[str] = None,
                                dedicated_vantage_point_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDedicatedVantagePointResult
def get_dedicated_vantage_point_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
                                dedicated_vantage_point_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedVantagePointResult]
Copy
func GetDedicatedVantagePoint(ctx *Context, args *GetDedicatedVantagePointArgs, opts ...InvokeOption) (*GetDedicatedVantagePointResult, error)
func GetDedicatedVantagePointOutput(ctx *Context, args *GetDedicatedVantagePointOutputArgs, opts ...InvokeOption) GetDedicatedVantagePointResultOutput
Copy

> Note: This function is named GetDedicatedVantagePoint in the Go SDK.

public static class GetDedicatedVantagePoint 
{
    public static Task<GetDedicatedVantagePointResult> InvokeAsync(GetDedicatedVantagePointArgs args, InvokeOptions? opts = null)
    public static Output<GetDedicatedVantagePointResult> Invoke(GetDedicatedVantagePointInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDedicatedVantagePointResult> getDedicatedVantagePoint(GetDedicatedVantagePointArgs args, InvokeOptions options)
public static Output<GetDedicatedVantagePointResult> getDedicatedVantagePoint(GetDedicatedVantagePointArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:ApmSynthetics/getDedicatedVantagePoint:getDedicatedVantagePoint
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ApmDomainId This property is required. string
The APM domain ID the request is intended for.
DedicatedVantagePointId This property is required. string
The OCID of the dedicated vantage point.
ApmDomainId This property is required. string
The APM domain ID the request is intended for.
DedicatedVantagePointId This property is required. string
The OCID of the dedicated vantage point.
apmDomainId This property is required. String
The APM domain ID the request is intended for.
dedicatedVantagePointId This property is required. String
The OCID of the dedicated vantage point.
apmDomainId This property is required. string
The APM domain ID the request is intended for.
dedicatedVantagePointId This property is required. string
The OCID of the dedicated vantage point.
apm_domain_id This property is required. str
The APM domain ID the request is intended for.
dedicated_vantage_point_id This property is required. str
The OCID of the dedicated vantage point.
apmDomainId This property is required. String
The APM domain ID the request is intended for.
dedicatedVantagePointId This property is required. String
The OCID of the dedicated vantage point.

getDedicatedVantagePoint Result

The following output properties are available:

ApmDomainId string
DedicatedVantagePointId string
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName string
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
DvpStackDetails List<GetDedicatedVantagePointDvpStackDetail>
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
FreeformTags 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.
MonitorStatusCountMaps List<GetDedicatedVantagePointMonitorStatusCountMap>
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
Name string
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
Region string
Name of the region.
Status string
Status of the dedicated vantage point.
TimeCreated string
The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
TimeUpdated string
The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
ApmDomainId string
DedicatedVantagePointId string
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName string
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
DvpStackDetails []GetDedicatedVantagePointDvpStackDetail
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
FreeformTags 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.
MonitorStatusCountMaps []GetDedicatedVantagePointMonitorStatusCountMap
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
Name string
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
Region string
Name of the region.
Status string
Status of the dedicated vantage point.
TimeCreated string
The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
TimeUpdated string
The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
apmDomainId String
dedicatedVantagePointId String
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName String
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
dvpStackDetails List<GetDedicatedVantagePointDvpStackDetail>
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
freeformTags 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.
monitorStatusCountMaps List<GetDedicatedVantagePointMonitorStatusCountMap>
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
name String
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
region String
Name of the region.
status String
Status of the dedicated vantage point.
timeCreated String
The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeUpdated String
The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
apmDomainId string
dedicatedVantagePointId string
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName string
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
dvpStackDetails GetDedicatedVantagePointDvpStackDetail[]
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
freeformTags {[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.
monitorStatusCountMaps GetDedicatedVantagePointMonitorStatusCountMap[]
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
name string
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
region string
Name of the region.
status string
Status of the dedicated vantage point.
timeCreated string
The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeUpdated string
The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
apm_domain_id str
dedicated_vantage_point_id str
defined_tags 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
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
dvp_stack_details Sequence[apmsynthetics.GetDedicatedVantagePointDvpStackDetail]
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
freeform_tags 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_count_maps Sequence[apmsynthetics.GetDedicatedVantagePointMonitorStatusCountMap]
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
name str
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
region str
Name of the region.
status str
Status of the dedicated vantage point.
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
apmDomainId String
dedicatedVantagePointId String
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName String
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
dvpStackDetails List<Property Map>
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
freeformTags 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.
monitorStatusCountMaps List<Property Map>
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
name String
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
region String
Name of the region.
status String
Status of the dedicated vantage point.
timeCreated String
The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeUpdated String
The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z

Supporting Types

GetDedicatedVantagePointDvpStackDetail

DvpStackId This property is required. string
Stack OCID of the Resource Manager stack for dedicated vantage point.
DvpStackType This property is required. string
Type of stack.
DvpStreamId This property is required. string
Stream OCID of the Resource Manager stack for dedicated vantage point.
DvpVersion This property is required. string
Version of the dedicated vantage point.
DvpStackId This property is required. string
Stack OCID of the Resource Manager stack for dedicated vantage point.
DvpStackType This property is required. string
Type of stack.
DvpStreamId This property is required. string
Stream OCID of the Resource Manager stack for dedicated vantage point.
DvpVersion This property is required. string
Version of the dedicated vantage point.
dvpStackId This property is required. String
Stack OCID of the Resource Manager stack for dedicated vantage point.
dvpStackType This property is required. String
Type of stack.
dvpStreamId This property is required. String
Stream OCID of the Resource Manager stack for dedicated vantage point.
dvpVersion This property is required. String
Version of the dedicated vantage point.
dvpStackId This property is required. string
Stack OCID of the Resource Manager stack for dedicated vantage point.
dvpStackType This property is required. string
Type of stack.
dvpStreamId This property is required. string
Stream OCID of the Resource Manager stack for dedicated vantage point.
dvpVersion This property is required. string
Version of the dedicated vantage point.
dvp_stack_id This property is required. str
Stack OCID of the Resource Manager stack for dedicated vantage point.
dvp_stack_type This property is required. str
Type of stack.
dvp_stream_id This property is required. str
Stream OCID of the Resource Manager stack for dedicated vantage point.
dvp_version This property is required. str
Version of the dedicated vantage point.
dvpStackId This property is required. String
Stack OCID of the Resource Manager stack for dedicated vantage point.
dvpStackType This property is required. String
Type of stack.
dvpStreamId This property is required. String
Stream OCID of the Resource Manager stack for dedicated vantage point.
dvpVersion This property is required. String
Version of the dedicated vantage point.

GetDedicatedVantagePointMonitorStatusCountMap

Disabled This property is required. int
Number of disabled monitors using the script.
Enabled This property is required. int
Number of enabled monitors using the script.
Invalid This property is required. int
Number of invalid monitors using the script.
Total This property is required. int
Total number of monitors using the script.
Disabled This property is required. int
Number of disabled monitors using the script.
Enabled This property is required. int
Number of enabled monitors using the script.
Invalid This property is required. int
Number of invalid monitors using the script.
Total This property is required. int
Total number of monitors using the script.
disabled This property is required. Integer
Number of disabled monitors using the script.
enabled This property is required. Integer
Number of enabled monitors using the script.
invalid This property is required. Integer
Number of invalid monitors using the script.
total This property is required. Integer
Total number of monitors using the script.
disabled This property is required. number
Number of disabled monitors using the script.
enabled This property is required. number
Number of enabled monitors using the script.
invalid This property is required. number
Number of invalid monitors using the script.
total This property is required. number
Total number of monitors using the script.
disabled This property is required. int
Number of disabled monitors using the script.
enabled This property is required. int
Number of enabled monitors using the script.
invalid This property is required. int
Number of invalid monitors using the script.
total This property is required. int
Total number of monitors using the script.
disabled This property is required. Number
Number of disabled monitors using the script.
enabled This property is required. Number
Number of enabled monitors using the script.
invalid This property is required. Number
Number of invalid monitors using the script.
total This property is required. Number
Total number of monitors using the script.

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 v2.30.0 published on Monday, Apr 14, 2025 by Pulumi