Show available resourcesbeast show
Show available fields for resourcebeast show venture --schema
CSV list of all venturesbeast show venture --fields=name,roles,symbol --limit 0 --csv >/tmp/ventures.csv
Shows all cloud venture devices with barcodes and names
beast show dev --filter=venture__symbol=cloud --fields=barcode,id,name --csv
Search for all HP models known
beast show model --fields=name,id --csv | grep "HP"
Show model name of given idbeast show dev --filter=model=6701393
Show all racks beast show dev --fields=barcode,name --filter=model__type=1
Show all cloud serversbeast show dev --fields=name,model --filter=model__type=204
Show all switchesbeast show dev --fields=name,model --filter=model__type=203
Show all blades
beast show dev --fields=name,model --filter=model__type=202
beast show networks --fields=last_scan,min_ip,max_ip,name,remarks | grep mgmt
beast show ci --filter=layers=1 --fields=technical_owners,name
beast show service --filter=business_line=Retail
Scroll for more
Close