Settings API - Remote environments schema table

Remote environments (builtin:remote.environment)

Configure connections to other Dynatrace environments for cross-environment capabilities (e.g. dashboards)

For help on remote environments, see Remote environment API documentation

Schema ID
Schema groups
Scope
builtin:remote.environment
  • group:integration.external
  • group:integration
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:remote.environment
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:remote.environment
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:remote.environment

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

Property
Type
Description
Required
Name
name
text
-
required
Remote environment URI
uri
text

Specify the full URI to the remote environment. Your local environment will have to be able to connect this URI on a network level.

required
Network scope
networkScope
enum
  • External: The remote environment is located in an another network.
  • Internal: The remote environment is located in the same network.
  • Cluster: The remote environment is located in the same cluster.

Dynatrace SaaS can only use External.

  • EXTERNAL
  • INTERNAL
  • CLUSTER
required
Token
token
secret

Provide a valid token created on the remote environment.

required