File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,21 @@ in the result's panel header.
4646
4747If the time range is correct, then most probably your token is missing required permission to access this sort of data.
4848
49+ ## Executing a DQL query results in "Request forbidden by administrative rules" error
50+
51+ The error:
52+
53+ ``` text
54+ <html><body><h1>403 Forbidden</h1>
55+ Request forbidden by administrative rules.
56+ </body></html>
57+ ```
58+
59+ is usually thrown if the path to the Dynatrace Platform REST API is incorrect. This can be verified by manually opening
60+ the URL in your browser: ` https://YOUR_TENANT_URL/platform ` . If the same error is shown, then you need to change
61+ the address to use the Dynatrace Platform URL format with the ` .apps. ` subdomain, for example:
62+ ` https://YOUR_TENANT_NAME.apps.dynatrace.com/platform ` .
63+
4964## The plugin reports a lot of errors in Monaco templates
5065
5166If your Monaco templates contain interpolation (` {{ }} ` ) or code injections like ` for ` /` if ` , then the DQL/DPL file will
You can’t perform that action at this time.
0 commit comments