It seems that SQLite cannot be installed because it is an actual customer environment, so I will inform you of the results below.
curl -X GET
-H “Accept: application/json”
-H “Authorization: Bearer [TOKEN]”
http://URL:PORT/api/licensing/check
When I call it like above, it comes out as true, and when I entered following command, it reads the license information well.
curl -H “Authorization:Bearer [TOKEN]” “http://[URL:PORT]/api/licensing/token”
(ex. {“status”:1,“jti”:“17121xxx”,“iss”:“https://grafana.com”,“sub”:“http://xx.x.x.xx:3000/“,“iat”:172xxx,“exp”:172xxxx,“nbf”:1693xxxx3,“lexp”:172xxxx0,“lid”:“549xxz”,“limit_by”:“users”,“included_users”:60,“lic_exp_warn_days”:30,“tok_exp_warn_days”:2,“update_days”:1,“prod”:[“grafana-enterprise”],“company”:“xx”,“account”:”“,“slug”:“xx”,“usage_billing”:false,“max_concurrent_user_sessions”:3,“details_url”:”",“trial”:false,"trial_exp”:0}
When I deleted, I entered the following command, but I entered the value for instance as the Grafana URL, is this the wrong value?
I was wondering if the value I enter into my instance is the Grafana URL I type into my browser. If not, is there a way to check it separately?
curl -X DELETE
-H “Accept: application/json”
-H “Content-Type: application/json”
-H "[TOKEN]
-d ‘{“instance”: “http://
[URL:PORT]”}’
http://[URL:PORT]/api/licensing/token