Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ in the result's panel header.

If the time range is correct, then most probably your token is missing required permission to access this sort of data.

## Executing a DQL query results in "Request forbidden by administrative rules" error

The error:

```text
<html><body><h1>403 Forbidden</h1>
Request forbidden by administrative rules.
</body></html>
```

is usually thrown if the path to the Dynatrace Platform REST API is incorrect. This can be verified by manually opening
the URL in your browser: `https://YOUR_TENANT_URL/platform`. If the same error is shown, then you need to change
the address to use the Dynatrace Platform URL format with the `.apps.` subdomain, for example:
`https://YOUR_TENANT_NAME.apps.dynatrace.com/platform`.

## The plugin reports a lot of errors in Monaco templates

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