What should be exactly the proper value for the Request Body?
-
What Grafana version and what operating system are you using?
Grafana v9.0.0
Ubuntu 20.04.4 LTS -
What are you trying to achieve?
Create a Synthetic Monitoring Check with request method POST -
How are you trying to achieve it?
Create a check with Request Method: POST and Request Body: {“key1”: “value1”, “key2”: “value2”} (replaced with proper key name and value name) -
What happened?
I Keep on getting status_code 400 even if my request body is correct -
What did you expect to happen?
Expect a 200 status code -
Can you copy/paste the configuration(s) that you are having problems with?
i just replaced with key1 and value1 due to sensitive information -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
no