{ "name": "OTDRTrace", "displayName": "OTDR", "description": "GeoProcessing tool, used by the ArcGIS Server to perform OTDR traces.", "category": "", "helpUrl": "https://esrisrvr.bardstowncable.net/cityofbardstown/rest/directories/arcgisoutput/NetDesignerServices/OTDRTrace_GPServer/NetDesignerServices_OTDRTrace/OTDRTrace.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Node_Table_Name", "dataType": "GPString", "displayName": "Node Table Name", "description": "Name of the table in the fibre network from which the OTDR trace was started.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Enclosure", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Node_OID", "dataType": "GPLong", "displayName": "Node OID", "description": "Object ID of the record in the node table.", "direction": "esriGPParameterDirectionInput", "defaultValue": 121, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Cable_Table_Name", "dataType": "GPString", "displayName": "Cable Table Name", "description": "Name of the table containing the fibre cables (Fiber_Cable).", "direction": "esriGPParameterDirectionInput", "defaultValue": "Fiber_Cable", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Cable_OID", "dataType": "GPLong", "displayName": "Cable OID", "description": "Object ID of the fibre cable record.", "direction": "esriGPParameterDirectionInput", "defaultValue": 270, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Cable_Strand", "dataType": "GPLong", "displayName": "Cable Strand", "description": "Absolute strand ID within the sheath of the fibre cable.", "direction": "esriGPParameterDirectionInput", "defaultValue": 16, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Distance", "dataType": "GPDouble", "displayName": "Distance", "description": "The distance as recorded from the OTDR trace results.", "direction": "esriGPParameterDirectionInput", "defaultValue": 10000, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "WKID", "dataType": "GPLong", "displayName": "Spatial Reference WKID (Well known ID)", "description": "The Well Known ID of the projection being used by the Web application.", "direction": "esriGPParameterDirectionInput", "defaultValue": 102100, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_Status", "dataType": "GPBoolean", "displayName": "Output Status", "description": "True / False flag indicating the success of the operation of the service.", "direction": "esriGPParameterDirectionOutput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_Lines", "dataType": "GPMultiValue:GPString", "displayName": "Output Lines", "description": "JSON object containing the lines which can be displayed on the screen of the Web application to show the path of the OTDR Trace.", "direction": "esriGPParameterDirectionOutput", "defaultValue": [ "line" ], "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_Points", "dataType": "GPMultiValue:GPString", "displayName": "Output Points", "description": "JSON object containing the locations, which can be displayed on the screen of the Web application, to show the end point of the OTDR Trace.", "direction": "esriGPParameterDirectionOutput", "defaultValue": [ "point" ], "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }