I am looking for assistance in fixing my python script which uses Grafana API. I have to create silences in Grafana using a master excel sheet provided to me which contains below details to create the payload:
- Labels
- Change Start Time
- Change End Time
The script is not allowing to submit a POST call which is giving me certificate issue. We are authenticating the API call via API Key.
We currently do not have a certificate file handy.
Could someone please guide me how to procure a certificate and use it in the script. Appreciate the help!
Thanks Yavnica