Edit input parameters of a geoprocessing service

214
0
11-22-2022 04:22 AM
AiroboticsLtd
New Contributor II

I have a geoprocessing service that receives a string input from a choice list (list of cameras). The thing is that I would like now to add more values in this list. I couldn't find a way to do it in arcgis server, thought it would be to just edit a config file, but couldn't find anything. 

Is there a way to edit the choice list without re-publishing the geoprocessing service? 

this is the input from task page in REST directory:

Parameter: camera
Data Type: GPString
Display Name camera
Description: Camera
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: SONYA5100_25MM
Parameter Type: esriGPParameterTypeRequired
Category:
Choice List: [ SONYA6000_10MM, SONYA6000_15MM, SONYA6000_30MM, SONYA6000_45MM, SONYA6000_55MM, SONYA5100_25MM ]

 

0 Kudos
0 Replies