{ "displayName": "Get Database Connection String", "executionType": "esriExecutionTypeAsynchronous", "name": "GetDatabaseConnectionString", "description": "", "helpUrl": "https://gis.sara-tx.org/ags1/rest/directories/arcgisoutput/System/PublishingTools_GPServer/System_PublishingTools/GetDatabaseConnectionString.htm", "category": "", "parameters": [ { "filter": { "type": "codedValue", "list": [ { "dataType": "GPString", "name": "CONNECTION_STRING", "value": "CONNECTION_STRING" }, { "dataType": "GPString", "name": "UPLOADED_CONNECTION_FILE_ID", "value": "UPLOADED_CONNECTION_FILE_ID" }, { "dataType": "GPString", "name": "DATASTORE_JSON", "value": "DATASTORE_JSON" }, { "dataType": "GPString", "name": "SDE_TO_JDBC", "value": "SDE_TO_JDBC" }, { "dataType": "GPString", "name": "JDBC_TO_SDE", "value": "JDBC_TO_SDE" } ] }, "parameterType": "esriGPParameterTypeRequired", "displayName": "Connection data type", "defaultValue": "", "dataType": "GPString", "name": "in_connDataType", "choiceList": [ "CONNECTION_STRING", "UPLOADED_CONNECTION_FILE_ID", "DATASTORE_JSON", "SDE_TO_JDBC", "JDBC_TO_SDE" ], "description": "", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "Connection data", "defaultValue": "", "dataType": "GPStringHidden", "name": "in_inputData", "description": "", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeOptional", "displayName": "Options", "defaultValue": "", "dataType": "GPString", "name": "in_options", "description": "", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeDerived", "displayName": "Connection string", "defaultValue": "", "dataType": "GPString", "name": "out_connectionString", "description": "", "category": "", "direction": "esriGPParameterDirectionOutput" } ] }