umbrella-summary
Query summary statistics from Cisco Umbrella Reports.
Syntax
umbrella-summary [profile=PROFILE] [duration=DURATION] [from=FROM] [to=TO]
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.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Cisco Umbrella connect profile code |
| requests | Integer | Requests | e.g. 48771 |
| allowed | Integer | Allowed | e.g. 48765 |
| blocked | Integer | Blocked | e.g. 6 |
| domains | Integer | Domains | e.g. 3909 |
| categories | Integer | Categories | e.g. 89 |
| identities | Integer | Identities | e.g. 1 |
| applications | Integer | Applications | e.g. 0 |
| files | Integer | Files | e.g. 0 |