• Home
  • Dynatrace API
  • Configuration
  • AWS PrivateLink
  • GET allowlist

AWS PrivateLink API - GET allowlist

Lists the AWS accounts from the allowlist of AWS PrivateLink.

The request produces an application/json payload.

GETManaged https://{your-domain}/e/{your-environment-id}/api/config/v1/aws/privateLink/allowlistedAccounts
SaaS https://{your-environment-id}.live.dynatrace.com/api/config/v1/aws/privateLink/allowlistedAccounts
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/aws/privateLink/allowlistedAccounts

Authentication

To execute this request, you need an access token with Read configuration (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
200AllowlistedAwsAccountList

Success. The list is provided in the response body.

Response body objects

The AllowlistedAwsAccountList object

ElementTypeDescription
valuesAllowlistedAwsAccount[]-

The AllowlistedAwsAccount object

ElementTypeDescription
idstring

The AWS account id to allowlist

Response body JSON model

json
{ "values": [ { "id": "string" } ] }
Related topics
  • Connect to Dynatrace using AWS PrivateLink

    Improve security and connectivity using AWS PrivateLink to connect to Dynatrace.