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.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/agent/connectioninfo/endpoints |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/agent/connectioninfo/endpoints |
To execute this request, you need an access token with InstallerDownload
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
networkZone | string | - | query | optional |
defaultZoneFallback | boolean | Set | query | optional |
The response is a plain text payload with ActiveGate separates by a semicolon, with higher priority endpoints first.