Skip to content

Commit bd54413

Browse files
Merge pull request #96 from dynatrace-oss/adding-faq
Adding an information to the FAQ about the "Request forbidden by administrative rules." error
2 parents f3166b6 + 359c9bd commit bd54413

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

FAQ.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@ in the result's panel header.
4646

4747
If 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

5166
If your Monaco templates contain interpolation (`{{ }}`) or code injections like `for`/`if`, then the DQL/DPL file will

0 commit comments

Comments
 (0)