JSON
{
"data": [
{
"type": "analytic_l1",
"type_pretty": "LIC-XXXX-YY-L1",
"all": 100,
"free": 95,
"used": 5
},
{
"type": "analytic_l2",
"type_pretty": "LIC-XXXX-YY-L2",
"all": 100,
"free": 95,
"used": 5
},
{
"type": "analytic_l3",
"type_pretty": "LIC-XXXX-YY-L3",
"all": 100,
"free": 83,
"used": 17
}
],
"used_cases": {
"analytic_l1": [
{
"type": "camera-obstacle",
"count": 2,
"subusers": [
{
"id": 1,
"name": "User name",
"case_count": 1,
"case_type": "case_type"
}
],
"type_pretty": "Camera damage / overlap / vandalism detection",
"color": "#566197"
},
{
"type": "motion_detect",
"count": 3,
"subusers": null,
"type_pretty": "Motion detection",
"color": "#2CA329"
}
],
"analytic_l2": [
{
"type": "visitor_counting",
"count": 2,
"subusers": null,
"type_pretty": "Visitor counting",
"color": "#C76DFF"
},
{
"type": "person_counting",
"count": 3,
"subusers": null,
"type_pretty": "Counting people in the area",
"color": "#F027DC"
}
],
"analytic_l3": [
{
"type": "license_plate",
"count": 12,
"subusers": [
{
"id": 1,
"name": "User name",
"case_count": 11,
"case_type": "license_plate"
}
],
"type_pretty": "License plate recognition",
"color": "#00B2FF"
},
{
"type": "face",
"count": 5,
"subusers": [
{
"id": 1,
"name": "User name",
"case_count": 2,
"case_type": "face"
}
],
"type_pretty": "Face recognition",
"color": "#E5642E"
}
]
}
}