{ "displayName": "Validate Server Data Store", "executionType": "esriExecutionTypeAsynchronous", "name": "ValidateServerDataStore", "description": "", "helpUrl": "https://gis.sara-tx.org/ags1/rest/directories/arcgisoutput/System/PublishingTools_GPServer/System_PublishingTools/ValidateServerDataStore.htm", "category": "", "parameters": [ { "parameterType": "esriGPParameterTypeRequired", "displayName": "Data Store", "defaultValue": "", "dataType": "GPString", "name": "in_dataStore", "description": "", "category": "", "direction": "esriGPParameterDirectionInput" }, { "filter": { "type": "codedValue", "list": [ { "dataType": "GPString", "name": "CONNECTION_STRING", "value": "CONNECTION_STRING" }, { "dataType": "GPString", "name": "FILE_SHARE", "value": "FILE_SHARE" } ] }, "parameterType": "esriGPParameterTypeRequired", "displayName": "Data Store Type", "defaultValue": "", "dataType": "GPString", "name": "in_dataStoreType", "choiceList": [ "CONNECTION_STRING", "FILE_SHARE" ], "description": "", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeDerived", "displayName": "Server Can Access Data Store", "defaultValue": null, "dataType": "GPBoolean", "name": "out_serverCanAccess", "description": "", "category": "", "direction": "esriGPParameterDirectionOutput" } ] }