- URL:
- https://Image Service Job/inputs/<param-name>
- Methods:
GET
- 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 |
---|---|
| Description |
Example usage
JSON Response syntax
{"paramName" : "<paramName>","dataType" : "<dataType>","value" : <valueLiteralOrObject>}
JSON Response example
{
"paramName":"outputName",
"dataType":"GPString",
"value":{
"serviceProperties":{
"name":"calculate slope job",
"capabilities":"Image, TilesOnly"
},
"itemProperties":{
"description":"Output generated from running Slope raster function",
"snippet":"Output generated from running Slope raster function",
"folderId":""
}
}
}