countOrgWanClientEvents
GET https://{{host}}/api/v1/orgs/:org_id/wan_client/events/count
Query Parameters
| Name | Type | Description |
|---|---|---|
distinct | string | type, hostname, ip, mfg, mac |
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
distinct | null |
RESPONSES
status: OK
{"start":1513276353,"end":1513362753,"limit":3,"total":3,"results":[{"type":"CLIENT_IP_ASSIGNED","count":4},{"type":"CLIENT_IP_RENEWED","count":2},{"type":"CLIENT_IP_EXPIRED","count":2}]}