Written by
Get licenses limit
Returns current and upcoming license limits for the tenant, including active license counts per limit.
Request
POST
https://api.datalens.tech/rpc/getLicensesLimit
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Responses
200 OK
Response
Body
application/json
{
"current": {
"type": "regular",
"value": 0.5,
"startedAt": "example",
"activeLicensesCount": 0.5
},
"next": {
"type": "regular",
"value": 0.5,
"startedAt": "example",
"activeLicensesCount": 0.5
}
}
|
Name |
Description |
|
current |
Type: object | null Current license limit. Example
|
|
next |
Type: object | null Upcoming license limit. Example
|