Skip to main content

ip_ranges

Creates, updates, deletes, gets or lists an ip_ranges resource.

Overview

Nameip_ranges
TypeResource
Iddatadog.organization.ip_ranges

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
agentsobjectAvailable prefix information for the Agent endpoints.
apiobjectAvailable prefix information for the API endpoints.
apmobjectAvailable prefix information for the APM endpoints.
globalobjectAvailable prefix information for all Datadog endpoints.
logsobjectAvailable prefix information for the Logs endpoints.
modifiedstringDate when last updated, in the form YYYY-MM-DD-hh-mm-ss. (example: 2019-10-31-20-00-00)
orchestratorobjectAvailable prefix information for the Orchestrator endpoints.
processobjectAvailable prefix information for the Process endpoints.
remote-configurationobjectAvailable prefix information for the Remote Configuration endpoints.
syntheticsobjectAvailable prefix information for the Synthetics endpoints.
synthetics-private-locationsobjectAvailable prefix information for the Synthetics Private Locations endpoints.
versioninteger (int64)Version of the IP list.
webhooksobjectAvailable prefix information for the Webhook endpoints.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_iprangesselectGet information about Datadog IP ranges.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
sitestringThe Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both.

SELECT examples

Get information about Datadog IP ranges.

SELECT
agents,
api,
apm,
global,
logs,
modified,
orchestrator,
process,
remote-configuration,
synthetics,
synthetics-private-locations,
version,
webhooks
FROM datadog.organization.ip_ranges
;