builtin:edge-connect.configuration)Configuration for EdgeConnect configs that enable Dynatrace to route requests into customer environments.
An EdgeConnect maps specified host patterns and host mappings to an EdgeConnect config. Host patterns define which hosts are routed through this EdgeConnect. Host mappings allow optional rewriting of hostnames.
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:edge-connect.configuration | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:edge-connect.configuration |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:edge-connect.configuration |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:edge-connect.configuration |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Namename | text | The name of the EdgeConnect configuration. | Required |
Host PatternshostPatterns | set | Host patterns defining which hosts are routed through this EdgeConnect. Each pattern is either an IP or a domain name which may contain a wildcard ('*') as the leftmost label. | Required |
Host MappingshostMappings | HostMapping[] | Optional host mappings for rewriting source hostnames to target hostnames. The 'from' field must be unique across all mappings. | Required |
OAuth Client IDoauthClientId | text | The OAuth 2.0 client identifier for this EdgeConnect. | Required |
Managed by Dynatrace OperatormanagedByDynatraceOperator | boolean | Indicates whether this EdgeConnect is managed by the Dynatrace Operator. | Optional |
HostMapping object| Property | Type | Description | Required |
|---|---|---|---|
Fromfrom | text | The source hostname to be mapped. Must be a valid IP or domain name. | Required |
Toto | text | The target hostname to map to. Must be a valid IP or domain name. | Required |