- URL:https://Image Service Job/inputs/<param-name>
- Version Introduced:10.2.1
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
Property | Details |
---|---|
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>}