Image Service Input

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

PropertyDetails

PARAMETER

Description

Example usage

https://rasteranalysisdev.arcgis.com/arcgis/rest/services/RasterAnalysisTools/GPServer/GenerateRaster/jobs/06db72fca95a4cc1b38e5a8d1a00c24e/inputs/outputName

JSON Response syntax

Use dark colors for code blocksCopy
1
{"paramName" : "<paramName>","dataType" : "<dataType>","value" : <valueLiteralOrObject>}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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":""
        }
    }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.