-
I'm sure I'm doing something wrong but I'm having an issue when trying to run a download of an environment. My token was created with the following permissions. curl -X POST "${customer_base_url}/api/v2/apiTokens" My environment configuration yaml looks like this. dmv: And when I run the download export NEW_CLI=1 I am getting the following error. 2022-10-28 17:30:05 INFO Dynatrace Monitoring as Code v1.8.5 I also enabled logging but request/response are both 0 bytes. Any ideas? Thanks, Tommy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out the issue. It was not clear, at least to me, that the reference in the yaml to the token is not the actual token value but an environment variable that should be referenced when monaco is running. It's working for me now. |
Beta Was this translation helpful? Give feedback.
I figured out the issue. It was not clear, at least to me, that the reference in the yaml to the token is not the actual token value but an environment variable that should be referenced when monaco is running.
It's working for me now.