3.2.3. devices/users count-by-saved-query¶
This command will get the count of assets that a saved query would return for users or devices and could be used as part of a script to do something based on the number returned.
3.2.3.1. Common Options¶
Connection Options for examples of supplying the Axonius credentials and URL.
There are no export options for this command since it only returns a number.
3.2.3.2. Examples¶
3.2.3.3. Help Page¶
3.2.3.3.1. axonshell devices/users count-by-saved-query¶
Get the count of assets from a saved query.
axonshell devices/users count-by-saved-query [OPTIONS]
Options
- -u, --url <URL>¶
Required URL of an Axonius instance
- -k, --key <KEY>¶
Required API Key (or username if credentials=True) of user in an Axonius instance
- -s, --secret <SECRET>¶
Required API Secret (or password if credentials=True) of user in an Axonius instance
- -hd, --history-date <YYYY-MM-DD>¶
Return results for a given date in history
- -hda, --history-days-ago <history_days_ago>¶
Return results for a history snapshot N days ago
- -hex, --history-exact, -nhex, --no-history-exact¶
Date supplied in history-date or history-days-ago is an exact date
- Default
False
- -uce, --use-cache-entry, -nuce, --no-use-cache-entry¶
Ask the API to use a cache entry for this query, if available
- Default
False
- -uhfc, --use-heavy-fields-collection, -nuhfc, --no-use-heavy-fields-collection¶
Ask the API to use a heavy fields collection for this query
- Default
False
- -n, --name <name>¶
Required Name of saved query
- --help-detailed <help_detailed>¶
Show detailed help and exit
- Options
auth