GetIpRanges
Use this data source to retrieve information about Datadog’s IP addresses.
Example Usage
using Pulumi;
using Datadog = Pulumi.Datadog;
class MyStack : Stack
{
public MyStack()
{
var test = Output.Create(Datadog.GetIpRanges.InvokeAsync());
}
}
Coming soon!
import pulumi
import pulumi_datadog as datadog
test = datadog.get_ip_ranges()import * as pulumi from "@pulumi/pulumi";
import * as datadog from "@pulumi/datadog";
const test = pulumi.output(datadog.getIpRanges({ async: true }));Using GetIpRanges
function getIpRanges(opts?: InvokeOptions): Promise<GetIpRangesResult>function get_ip_ranges(opts=None)func GetIpRanges(ctx *Context, opts ...InvokeOption) (*GetIpRangesResult, error)public static class GetIpRanges {
public static Task<GetIpRangesResult> InvokeAsync(InvokeOptions? opts = null)
}GetIpRanges Result
The following output properties are available:
- Agents
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the agent endpoint.
- Agents
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the agent endpoint.
- Api
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the api endpoint.
- Api
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the api endpoint.
- Apm
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the apm endpoint.
- Apm
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the apm endpoint.
- Id string
The provider-assigned unique ID for this managed resource.
- Logs
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the logs endpoint.
- Logs
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the logs endpoint.
- Process
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the process endpoint.
- Process
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the process endpoint.
- Synthetics
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the synthetics endpoint.
- Synthetics
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the synthetics endpoint.
- Webhooks
Ipv4s List<string> An Array of IPv4 addresses in CIDR format specifying the A records for the webhooks endpoint.
- Webhooks
Ipv6s List<string> An Array of IPv6 addresses in CIDR format specifying the A records for the webhooks endpoint.
- Agents
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the agent endpoint.
- Agents
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the agent endpoint.
- Api
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the api endpoint.
- Api
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the api endpoint.
- Apm
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the apm endpoint.
- Apm
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the apm endpoint.
- Id string
The provider-assigned unique ID for this managed resource.
- Logs
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the logs endpoint.
- Logs
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the logs endpoint.
- Process
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the process endpoint.
- Process
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the process endpoint.
- Synthetics
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the synthetics endpoint.
- Synthetics
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the synthetics endpoint.
- Webhooks
Ipv4s []string An Array of IPv4 addresses in CIDR format specifying the A records for the webhooks endpoint.
- Webhooks
Ipv6s []string An Array of IPv6 addresses in CIDR format specifying the A records for the webhooks endpoint.
- agents
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the agent endpoint.
- agents
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the agent endpoint.
- api
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the api endpoint.
- api
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the api endpoint.
- apm
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the apm endpoint.
- apm
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the apm endpoint.
- id string
The provider-assigned unique ID for this managed resource.
- logs
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the logs endpoint.
- logs
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the logs endpoint.
- process
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the process endpoint.
- process
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the process endpoint.
- synthetics
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the synthetics endpoint.
- synthetics
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the synthetics endpoint.
- webhooks
Ipv4s string[] An Array of IPv4 addresses in CIDR format specifying the A records for the webhooks endpoint.
- webhooks
Ipv6s string[] An Array of IPv6 addresses in CIDR format specifying the A records for the webhooks endpoint.
- agents_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the agent endpoint.
- agents_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the agent endpoint.
- api_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the api endpoint.
- api_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the api endpoint.
- apm_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the apm endpoint.
- apm_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the apm endpoint.
- id str
The provider-assigned unique ID for this managed resource.
- logs_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the logs endpoint.
- logs_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the logs endpoint.
- process_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the process endpoint.
- process_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the process endpoint.
- synthetics_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the synthetics endpoint.
- synthetics_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the synthetics endpoint.
- webhooks_
ipv4s List[str] An Array of IPv4 addresses in CIDR format specifying the A records for the webhooks endpoint.
- webhooks_
ipv6s List[str] An Array of IPv6 addresses in CIDR format specifying the A records for the webhooks endpoint.
Package Details
- Repository
- https://github.com/pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadogTerraform Provider.