[release-11.6.2] Docs: Clarifying information about using the API for license renewal (#105894)

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 73e971eedc)

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
pull/105950/head
grafana-delivery-bot[bot] 1 month ago committed by GitHub
parent e0ba4b4809
commit 72683f790e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 38
      docs/sources/developers/http_api/licensing.md

@ -112,22 +112,36 @@ Content-Type: application/json
Content-Length: 357 Content-Length: 357
{ {
"jti":"2", "status":0,
"iss":"https://grafana.com", "jti":"",
"sub":"https://play.grafana.org/" "iss":"",
"lid":"1", "sub":"",
"included_users":15, "iat":0,
"lic_exp_warn_days":30, "exp":0,
"tok_exp_warn_days":2, "nbf":0,
"update_days":1, "lexp":0,
"prod":["grafana-enterprise"], "lid":"",
"company":"Grafana Labs" "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 The response is a JSON blob with specific values intentionally not shown. The
available fields may change at any time without any prior notice. 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: Status Codes:

Loading…
Cancel
Save