GET /a/license/stats

[Enterprise Only] Display statistics about licenses usage

No Parameters

Response Example (200)

Response Type /definitions/certLicenseStatsResponse

{
  "ActivePeers": "string",
  "ActiveUsers": "string",
  "License": {
    "AccountName": "string",
    "ExpireTime": 10,
    "Features": {},
    "Id": "string",
    "IssueTime": 10,
    "MaxPeers": "string",
    "MaxUsers": "string",
    "ServerDomain": "string"
  }
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top