Doing a CLI File Search
nbosjm filepath-search [--snapshotids <snapshotid>]
[--end_filter <end_filter>]
[--start_filter <start_filter>]
[--date_from <date_from>]
[--date_to <date_to>]
<vm_id> <file_path>
<vm_id> ID of the VM to be searched
<file_path> Path of the file to search for
--snapshotids <snapshotid> Search only in specified snapshot ids snapshot-id: include the instance with this UUID
--end_filter <end_filter> Displays last snapshots, example , last 10 snapshots, default 0 means displays all snapshots
--start_filter <start_filter> Displays snapshots starting from , example , snapshot starting from 5, default 0 means starts from first snapshot
--date_from <date_from> From date in format "YYYY-MM-DDTHH:MM:SS" eg 2016-10-10T00:00:00, If time isn't specified then it takes 00:00 by default
--date_to <date_to> To date in format "YYYY-MM-DDTHH:MM:SS"(defult is current day),Specify HH:MM:SS to get snapshots within same day inclusive/exclusive results for date_from and date_to