SKIP AHEAD TO |
Download a List of Collections and Images |
Generate a list of Data Entities |
Introduction
Using the Imago Tools command line utility, it is possible to generate a list of Collections (HOLEID) or Images (Image Intervals).
![]() |
The Imago Connect+Tools application must be downloaded and installed before running the command line feature. The application provides two modes:
|
Download a List of Collections and Images
To see see a list of parameters/switches, open a Command Prompt and enter:
"c:\Program Files (x86)\Imago\imago-tools\imago-cmd.exe" list
Using the Demonstration login credential, to obtain a list of Collections you would run the following command:
"c:\Program Files (x86)\Imago\imago-tools\imago-cmd.exe" list --user ImagoDemo1 --password ImagoDemo1 collections "c:\temp\Collections List.csv"
The resulting file looks like this:
To obtain a list of Images you would run the following command:
"c:\Program Files (x86)\Imago\imago-tools\imago-cmd.exe" list --user ImagoDemo1
--password ImagoDemo1 images "c:\temp\Images List.csv"
The resulting file looks like this:
To obtain a list of Images loaded in the last 30 days you would run the following command:
"c:\Program Files (x86)\Imago\imago-tools\imago-cmd.exe" list --user ImagoDemo1
--password ImagoDemo1 images --updatedsince 30 "c:\temp\Images List.csv"
SKIP AHEAD TO |
Export a List of Collections or Images |
Comments
0 comments
Please sign in to leave a comment.