GetServiceInfo

The GetServiceInfo ISCommand is used for getting the service information from an image service definition or published image service.

The default command line is:

ISCommand GetServiceInfo --ImageService=<Fully qualified image service name> --FileName=<Output File Path>

The table below defines the variables that are required to use this script. Most variables are defined within the script. You can either make an edit to the script or enter the variable at the command line as shown below.

Variable

Description/Options

Default

Required

ImageService

Path and name of the fully qualified image service.

Examples include:

ImageService://ServerHost:3982/LandsatWorld
ISDef://d:\test\LandsatWorld.ISDef\ImageService.ISDef
ISCDef://d:\test\LandsatWorld.ISCDef
D:\test\LandsatWorld.ISRef

User specified

Yes

FileName

The output file name and path for saving the service information

ServiceInfo.xml

Yes

Example:

ISCommand GetServiceInfo --ImageService=ImageService://ServerHost:3982/LandsatWorld --FileName=C:\Test\ServiceInfo.xml