Gets the license information of the sci this API can only be accessed by admin.
Example Response
Expand
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"type" : "regular" ,
"response" : [{
"date" : 1619496600,
"licenseLimit" : "3840" ,
"activeIPs" : "72" },
{
"date" : 1619583000,
"licenseLimit" : "3840" ,
"activeIPs" : "72" },{
"date" : 1619596600,
"licenseLimit" : "3840" ,
"activeIPs" : "1024" },
{
"date" : 1619683000,
"licenseLimit" : "3840" ,
"activeIPs" : "526" }],
"error_code" : 0,
"error_msg" : "" ,
"warnings" : [],
"timestamp" : 1410275054
}
|