14 May 2019 04:48 PM - last edited on 14 Dec 2021 09:57 AM by MaciejNeumann
As per Dynatrace Document, first I have to create request for "PUT" under "timeseries" which I had done successfully. Now next step is to create Custom Device for which I am trying to use "POST" method under
And Here I encounter problem.
Solved! Go to Solution.
14 May 2019 05:30 PM
Hello Moinarik,
It seems there may be multiple issues here. I have identified the following
1. For your datapoint, you have the Timestamp for March 20, 2018. The documentation states that Values can't be reported more than 2 hours into the past. Explained here
2. The dimension you used in creating the custom metric was "coffee" but in the reporting metrics to the Device, you use "office". The dimension has to be the same as the one used in the custom metric creation. Explained here
3. Also you have the host name coffee-machine.internal.dynatrace.com in the Body of your request. Is that a host in your environment? This is an optional field and not required so if you do not have a host with that name, I suggest you remove it totally. Explained here
Hope This Helps
NJ