{ "name": "CreateCodedValueDomain", "displayName": "Create Coded value Domain", "description": "Create a coded value domain in a database", "category": "", "helpUrl": "https://karta.goliska.se/arcgis/rest/directories/arcgisoutput/GEOSECMADomainTools_GPServer/GEOSECMADomainTools/CreateCodedValueDomain.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_connection", "dataType": "GPString", "displayName": "Connection", "description": "A arcgis connection string", "direction": "esriGPParameterDirectionInput", "defaultValue": { "database_platform": "SQL_SERVER", "account_authentication": "DATABASE_AUTH", "instance": "localhost", "database": "sde_traffic", "username": "gng", "password": "Gng4U" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_domainName", "dataType": "GPString", "displayName": "Domain name", "description": "Name of the domain", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_domainDescription", "dataType": "GPString", "displayName": "Domain description", "description": "A short description about the domain", "direction": "esriGPParameterDirectionInput", "defaultValue": "test", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_domainType", "dataType": "GPString", "displayName": "Domain field type", "description": "Type of field type for the domain", "direction": "esriGPParameterDirectionInput", "defaultValue": "LONG", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "LONG", "TEXT" ] } ] }