Oracle Cloud Infrastructure v0.20.0, May 31 23
Oracle Cloud Infrastructure v0.20.0, May 31 23
oci.ApmSynthetics.getDedicatedVantagePoint
Explore with Pulumi AI
This data source provides details about a specific Dedicated Vantage Point resource in Oracle Cloud Infrastructure Apm Synthetics service.
Gets the details of the dedicated vantage point identified by the OCID.
Example Usage
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 = oci_apm_apm_domain.Test_apm_domain.Id,
DedicatedVantagePointId = oci_apm_synthetics_dedicated_vantage_point.Test_dedicated_vantage_point.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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: oci_apm_apm_domain.Test_apm_domain.Id,
DedicatedVantagePointId: oci_apm_synthetics_dedicated_vantage_point.Test_dedicated_vantage_point.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
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(oci_apm_apm_domain.test_apm_domain().id())
.dedicatedVantagePointId(oci_apm_synthetics_dedicated_vantage_point.test_dedicated_vantage_point().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_dedicated_vantage_point = oci.ApmSynthetics.get_dedicated_vantage_point(apm_domain_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
dedicated_vantage_point_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDedicatedVantagePoint = oci.ApmSynthetics.getDedicatedVantagePoint({
apmDomainId: oci_apm_apm_domain.test_apm_domain.id,
dedicatedVantagePointId: oci_apm_synthetics_dedicated_vantage_point.test_dedicated_vantage_point.id,
});
variables:
testDedicatedVantagePoint:
fn::invoke:
Function: oci:ApmSynthetics:getDedicatedVantagePoint
Arguments:
apmDomainId: ${oci_apm_apm_domain.test_apm_domain.id}
dedicatedVantagePointId: ${oci_apm_synthetics_dedicated_vantage_point.test_dedicated_vantage_point.id}
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>
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]
func GetDedicatedVantagePoint(ctx *Context, args *GetDedicatedVantagePointArgs, opts ...InvokeOption) (*GetDedicatedVantagePointResult, error)
func GetDedicatedVantagePointOutput(ctx *Context, args *GetDedicatedVantagePointOutputArgs, opts ...InvokeOption) GetDedicatedVantagePointResultOutput
> 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)
}
public static CompletableFuture<GetDedicatedVantagePointResult> getDedicatedVantagePoint(GetDedicatedVantagePointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ApmSynthetics/getDedicatedVantagePoint:getDedicatedVantagePoint
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Domain stringId The APM domain ID the request is intended for.
- Dedicated
Vantage stringPoint Id The OCID of the dedicated vantage point.
- Apm
Domain stringId The APM domain ID the request is intended for.
- Dedicated
Vantage stringPoint Id The OCID of the dedicated vantage point.
- apm
Domain StringId The APM domain ID the request is intended for.
- dedicated
Vantage StringPoint Id The OCID of the dedicated vantage point.
- apm
Domain stringId The APM domain ID the request is intended for.
- dedicated
Vantage stringPoint Id The OCID of the dedicated vantage point.
- apm_
domain_ strid The APM domain ID the request is intended for.
- dedicated_
vantage_ strpoint_ id The OCID of the dedicated vantage point.
- apm
Domain StringId The APM domain ID the request is intended for.
- dedicated
Vantage StringPoint Id The OCID of the dedicated vantage point.
getDedicatedVantagePoint Result
The following output properties are available:
- Apm
Domain stringId - Dedicated
Vantage stringPoint Id - Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- Dvp
Stack List<GetDetails Dedicated Vantage Point Dvp Stack Detail> Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- 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
The OCID of the dedicated vantage point.
- Monitor
Status List<GetCount Maps Dedicated Vantage Point Monitor Status Count 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.
- 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 - Dedicated
Vantage stringPoint Id - map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- Dvp
Stack []GetDetails Dedicated Vantage Point Dvp Stack Detail Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- 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
The OCID of the dedicated vantage point.
- Monitor
Status []GetCount Maps Dedicated Vantage Point Monitor Status Count 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.
- 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 - dedicated
Vantage StringPoint Id - Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- dvp
Stack List<GetDetails Dedicated Vantage Point Dvp Stack Detail> Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- 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
The OCID of the dedicated vantage point.
- monitor
Status List<GetCount Maps Dedicated Vantage Point Monitor Status Count 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.
- 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 - dedicated
Vantage stringPoint Id - {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- dvp
Stack GetDetails Dedicated Vantage Point Dvp Stack Detail[] Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- {[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
The OCID of the dedicated vantage point.
- monitor
Status GetCount Maps Dedicated Vantage Point Monitor Status Count 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.
- 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 - dedicated_
vantage_ strpoint_ id - Mapping[str, Any]
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_ Getdetails Dedicated Vantage Point Dvp Stack Detail] Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- 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
The OCID of the dedicated vantage point.
- monitor_
status_ Getcount_ maps Dedicated Vantage Point Monitor Status Count Map] 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
- apm
Domain StringId - dedicated
Vantage StringPoint Id - Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
- dvp
Stack List<Property Map>Details Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
- 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
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
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.
- 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
Supporting Types
GetDedicatedVantagePointDvpStackDetail
- 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.
GetDedicatedVantagePointMonitorStatusCountMap
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.