Skip To Content
ArcGIS Developer
Dashboard

Image Service Input

Description

The Image Service input resource represents an input parameter for an Image Service Job. It provides information about the input parameter such as its name, data type, and value. The value is the most important piece of information provided by this resource.

Response properties

PropertyDetails
PARAMETER

Description

Example usage

https://myserver.mydomain.com/arcgis/rest/services/WorldImagery/ImageServer/estimateExportTilesSize/jobs/j38a906aeee7d435f8db4e61d72c20829/inputs/levels

JSON Response syntax


            {"paramName" : "<paramName>","dataType" : "<dataType>","value" : <valueLiteralOrObject>}

JSON Response example