GP Input

URL:
https://<catalog-url>/<serviceName>/GPServer/<taskname>/jobs/<job-id>/inputs/<param-name>
Methods:
GET
Version Introduced:
10.9.1

Description

The GP inputs resource represents an input parameter for a GP 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.

The information provided by each input parameter is identical to the information provided by the result parameter resource. Based on the data type of the parameter, the values provide different types of information. Consequently, the values will have different structures based on the data type. Details about values for every data type are included with the result parameter resource.

Request parameters

ParameterDetails

f

Description: The response format. The default response format is html .

Values: html | json

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
{"paramName" : "Input_String","dataType" : "GPString","value" : "TestString"}

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