• Home
  • Dynatrace API
  • Configuration
  • RUM
  • IP mapping headers
  • GET configuration

IP mapping header rules - GET configuration

Gets the list of IP detection headers.

The request produces an application/json payload.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/config/v1/geographicRegions/ipDetectionHeaders
SaaShttps://{your-environment-id}.live.dynatrace.com/api/config/v1/geographicRegions/ipDetectionHeaders
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/geographicRegions/ipDetectionHeaders

Authentication

To execute this request, you need an access token with ReadConfig scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

The request doesn't provide any configurable parameters.

Response

Response codes

CodeTypeDescription
200IpDetectionHeaders

Success

Response body objects

The IpDetectionHeaders object

Configuration of the custom client IP headers.

ElementTypeDescription
ipDetectionHeadersstring[]

A list of custom client IP headers.

Headers are evaluated from top to bottom; the first matching header applies.

Response body JSON model

json
{ "ipDetectionHeaders": [ "string" ] }
Related topics
  • Customize IP address detection for web applications

    Learn about the options offered by Dynatrace for customizing IP detection for your web applications.

  • Customize IP address detection for mobile applications

    Learn about the options offered by Dynatrace for customizing IP detection for your mobile applications.

  • Customize IP address detection for custom applications

    Learn about the options offered by Dynatrace for customizing IP detection for your custom applications.