### Statistic

| Name    | Type                             | Description |
| ------- | -------------------------------- | ----------- |
| `meta`  | [Region](#region) or [Box](#box) | Metadata of item that this statistic represents
| `value` | Number                           | Value of statictic data

### Region

| Name   | Type   | Description  |
| ------ | ------ | ------------ |
| `code` | String | Region code, a 2-letter [ISO 3166 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)

### Box

| Name    | Type   | Description |
| ------- | ------ | ----------- |
| `gid`   | String | This Firewalla box’s unique identifier
| `name`  | String | Box name
| `model` | String | Box model

### Simple Statistic

| Name           | Type   | Description |
| -------------- | ------ | ----------- |
| `onlineBoxes`  | Number | Number of Firewalla boxes that are currently online
| `offlineBoxes` | Number | Number of Firewalla boxes that are currently offline
| `alarms`       | Number | Number of alarms generated
| `rules`        | Number | Number of rules created
