3.5.2.8. Select Fields: Using Regular Expressions Case 2

Note

added in 2.1.4

This does the following:

  • Get device assets and include the generic field os.type. Also include all fields that contain name from adapters matching generic (aka the aggregated data).

$ axonshell devices get \
  --field os.type \
  --field-regex 'generic:name' \
  --export-file device.json \
  --export-overwrite

Note

If no adapter is supplied (i.e. just hostname instead of adapter_regex:hostname), the assumed default will be . (which would match all adapters).

3.5.2.8.1. Notes

Note

This example uses the devices get command, but it will work for any get.. command for the devices or users command groups.

Note

Selecting fields from a particular adapter is done by supplying an adapter name followed by a field name seperated by a colon, example: --field aws:aws_device_type.

Note

If no adapter: is included in the field, it is assumed you mean generic:.

Note

Generic fields are the fields that are under the General section in the GUI. These are the fields that contain all of the aggregated data for an asset.