umbrella-category-stats
Query summaries by category from Cisco Umbrella Reports.
Syntax
umbrella-category-stats [profile=PROFILE] [duration=DURATION] [from=FROM] [to=TO] [limit=LIMIT]
Options
- profile=PROFILE
- Optional. Cisco Umbrella connect profile code
- duration=DURATION
- Optional. Scan only recent data. Use s(second), m(minute), h(hour), d(day), mon(month) time unit.
- from=FROM
- Optional. Start time of range. yyyyMMddHHmmss format.
- to=TO
- Optional. End time of range. yyyyMMddHHmmss format.
- limit=LIMIT
- Optional. Maximum number of results (default: 100)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Cisco Umbrella connect profile code |
| category | String | Category | e.g. Application |
| category_type | String | Category Type | e.g. application |
| requests | Integer | Requests | e.g. 40212 |
| allowed | Integer | Allowed | e.g. 40212 |
| blocked | Integer | Blocked | e.g. 0 |
| domains | Integer | Domains | e.g. 2923 |
| identities | Integer | Identities | e.g. 1 |