Deployment API - View ActiveGate endpoints for OneAgent

Gets the ordered list of ActiveGate endpoints to be used by OneAgents in the specified network zone. If no network zone is specified, the endpoints of the default zone are listed.

The request produces a text/plain payload.

GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/agent/connectioninfo/endpoints
Environment ActiveGatehttps://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/agent/connectioninfo/endpoints

Authentication

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

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

Parameters

Parameter
Type
Description
In
Required
networkZone
string
-
query
optional
defaultZoneFallback
boolean

Set true to perform a fallback to the default network zone if the provided network zone does not exist.

query
optional

Response

The response is a plain text payload with ActiveGate separates by a semicolon, with higher priority endpoints first.