From 1efb5a416042fdb0b0c6736ca167308a8bd7b87d Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 15:58:58 -0500 Subject: [PATCH] [release-12.0.1] Docs: Clarifying information about using the API for license renewal (#105895) Docs: Clarifying information about using the API for license renewal (#105879) Docs: Clarifying information about using the API for licnese renewal (cherry picked from commit 73e971eedcf22cced19fb62b23cedcbd62fb10cf) Co-authored-by: Jacob Valdez --- docs/sources/developers/http_api/licensing.md | 38 +++++++++++++------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/docs/sources/developers/http_api/licensing.md b/docs/sources/developers/http_api/licensing.md index 0d09183750c..c17eef55e1d 100644 --- a/docs/sources/developers/http_api/licensing.md +++ b/docs/sources/developers/http_api/licensing.md @@ -112,22 +112,36 @@ Content-Type: application/json Content-Length: 357 { - "jti":"2", - "iss":"https://grafana.com", - "sub":"https://play.grafana.org/" - "lid":"1", - "included_users":15, - "lic_exp_warn_days":30, - "tok_exp_warn_days":2, - "update_days":1, - "prod":["grafana-enterprise"], - "company":"Grafana Labs" +"status":0, +"jti":"", +"iss":"", +"sub":"", +"iat":0, +"exp":0, +"nbf":0, +"lexp":0, +"lid":"", +"limit_by":"", +"included_users":0, +"lic_exp_warn_days":0, +"tok_exp_warn_days":0, +"update_days":0, +"prod":null, +"company":"", +"account":"", +"slug":"", +"usage_billing":false, +"max_concurrent_user_sessions":0, +"details_url":"", +"trial":false, +"trial_exp":0, +"anonymousRatio":0 } ``` -The response is a JSON blob available for debugging purposes. The -available fields may change at any time without any prior notice. +The response is a JSON blob with specific values intentionally not shown. The +available fields may change at any time without any prior notice. Refer to [Check license availability](#check-license-availability) for information on using the API to check the status of your license. Status Codes: