Wavefront v3.1.2 published on Friday, May 10, 2024 by Pulumi
wavefront.getExternalLink
Explore with Pulumi AI
Use this data source to get information about a Wavefront external link by its ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as wavefront from "@pulumi/wavefront";
// Get the information about a specific external links.
const example = wavefront.getExternalLink({
id: "sample-external-link-id",
});
import pulumi
import pulumi_wavefront as wavefront
# Get the information about a specific external links.
example = wavefront.get_external_link(id="sample-external-link-id")
package main
import (
"github.com/pulumi/pulumi-wavefront/sdk/v3/go/wavefront"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Get the information about a specific external links.
_, err := wavefront.LookupExternalLink(ctx, &wavefront.LookupExternalLinkArgs{
Id: "sample-external-link-id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Wavefront = Pulumi.Wavefront;
return await Deployment.RunAsync(() =>
{
// Get the information about a specific external links.
var example = Wavefront.GetExternalLink.Invoke(new()
{
Id = "sample-external-link-id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.wavefront.WavefrontFunctions;
import com.pulumi.wavefront.inputs.GetExternalLinkArgs;
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) {
// Get the information about a specific external links.
final var example = WavefrontFunctions.getExternalLink(GetExternalLinkArgs.builder()
.id("sample-external-link-id")
.build());
}
}
variables:
# Get the information about a specific external links.
example:
fn::invoke:
Function: wavefront:getExternalLink
Arguments:
id: sample-external-link-id
Using getExternalLink
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 getExternalLink(args: GetExternalLinkArgs, opts?: InvokeOptions): Promise<GetExternalLinkResult>
function getExternalLinkOutput(args: GetExternalLinkOutputArgs, opts?: InvokeOptions): Output<GetExternalLinkResult>
def get_external_link(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalLinkResult
def get_external_link_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExternalLinkResult]
func LookupExternalLink(ctx *Context, args *LookupExternalLinkArgs, opts ...InvokeOption) (*LookupExternalLinkResult, error)
func LookupExternalLinkOutput(ctx *Context, args *LookupExternalLinkOutputArgs, opts ...InvokeOption) LookupExternalLinkResultOutput
> Note: This function is named LookupExternalLink
in the Go SDK.
public static class GetExternalLink
{
public static Task<GetExternalLinkResult> InvokeAsync(GetExternalLinkArgs args, InvokeOptions? opts = null)
public static Output<GetExternalLinkResult> Invoke(GetExternalLinkInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExternalLinkResult> getExternalLink(GetExternalLinkArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: wavefront:index/getExternalLink:getExternalLink
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of the external link.
- Id string
- The ID of the external link.
- id String
- The ID of the external link.
- id string
- The ID of the external link.
- id str
- The ID of the external link.
- id String
- The ID of the external link.
getExternalLink Result
The following output properties are available:
- Created
Epoch intMillis - The timestamp in epoch milliseconds indicating when the external link is created.
- Creator
Id string - The ID of the user who created the external link.
- Description string
- Human-readable description of this link.
- Id string
- The ID of the external link.
- Is
Log boolIntegration - Whether this is a "Log Integration" subType of external link.
- Metric
Filter stringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed.
- Name string
- The name of the external link.
- Point
Tag Dictionary<string, string>Filter Regexes - (Optional) Controls whether a link is displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed.
- Source
Filter stringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed.
- Template string
- The mustache template for the link. The template must expand to a full URL, including scheme, origin, etc.
- Updated
Epoch intMillis - The timestamp in epoch milliseconds indicating when the external link is updated.
- Updater
Id string - The ID of the user who updated the external link.
- Created
Epoch intMillis - The timestamp in epoch milliseconds indicating when the external link is created.
- Creator
Id string - The ID of the user who created the external link.
- Description string
- Human-readable description of this link.
- Id string
- The ID of the external link.
- Is
Log boolIntegration - Whether this is a "Log Integration" subType of external link.
- Metric
Filter stringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed.
- Name string
- The name of the external link.
- Point
Tag map[string]stringFilter Regexes - (Optional) Controls whether a link is displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed.
- Source
Filter stringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed.
- Template string
- The mustache template for the link. The template must expand to a full URL, including scheme, origin, etc.
- Updated
Epoch intMillis - The timestamp in epoch milliseconds indicating when the external link is updated.
- Updater
Id string - The ID of the user who updated the external link.
- created
Epoch IntegerMillis - The timestamp in epoch milliseconds indicating when the external link is created.
- creator
Id String - The ID of the user who created the external link.
- description String
- Human-readable description of this link.
- id String
- The ID of the external link.
- is
Log BooleanIntegration - Whether this is a "Log Integration" subType of external link.
- metric
Filter StringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed.
- name String
- The name of the external link.
- point
Tag Map<String,String>Filter Regexes - (Optional) Controls whether a link is displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed.
- source
Filter StringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed.
- template String
- The mustache template for the link. The template must expand to a full URL, including scheme, origin, etc.
- updated
Epoch IntegerMillis - The timestamp in epoch milliseconds indicating when the external link is updated.
- updater
Id String - The ID of the user who updated the external link.
- created
Epoch numberMillis - The timestamp in epoch milliseconds indicating when the external link is created.
- creator
Id string - The ID of the user who created the external link.
- description string
- Human-readable description of this link.
- id string
- The ID of the external link.
- is
Log booleanIntegration - Whether this is a "Log Integration" subType of external link.
- metric
Filter stringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed.
- name string
- The name of the external link.
- point
Tag {[key: string]: string}Filter Regexes - (Optional) Controls whether a link is displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed.
- source
Filter stringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed.
- template string
- The mustache template for the link. The template must expand to a full URL, including scheme, origin, etc.
- updated
Epoch numberMillis - The timestamp in epoch milliseconds indicating when the external link is updated.
- updater
Id string - The ID of the user who updated the external link.
- created_
epoch_ intmillis - The timestamp in epoch milliseconds indicating when the external link is created.
- creator_
id str - The ID of the user who created the external link.
- description str
- Human-readable description of this link.
- id str
- The ID of the external link.
- is_
log_ boolintegration - Whether this is a "Log Integration" subType of external link.
- metric_
filter_ strregex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed.
- name str
- The name of the external link.
- point_
tag_ Mapping[str, str]filter_ regexes - (Optional) Controls whether a link is displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed.
- source_
filter_ strregex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed.
- template str
- The mustache template for the link. The template must expand to a full URL, including scheme, origin, etc.
- updated_
epoch_ intmillis - The timestamp in epoch milliseconds indicating when the external link is updated.
- updater_
id str - The ID of the user who updated the external link.
- created
Epoch NumberMillis - The timestamp in epoch milliseconds indicating when the external link is created.
- creator
Id String - The ID of the user who created the external link.
- description String
- Human-readable description of this link.
- id String
- The ID of the external link.
- is
Log BooleanIntegration - Whether this is a "Log Integration" subType of external link.
- metric
Filter StringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed.
- name String
- The name of the external link.
- point
Tag Map<String>Filter Regexes - (Optional) Controls whether a link is displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed.
- source
Filter StringRegex - Controls whether a link is displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed.
- template String
- The mustache template for the link. The template must expand to a full URL, including scheme, origin, etc.
- updated
Epoch NumberMillis - The timestamp in epoch milliseconds indicating when the external link is updated.
- updater
Id String - The ID of the user who updated the external link.
Package Details
- Repository
- Wavefront pulumi/pulumi-wavefront
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
wavefront
Terraform Provider.