-
Notifications
You must be signed in to change notification settings - Fork 2
/
mock_connector_data.json
47 lines (47 loc) · 1.32 KB
/
mock_connector_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"connector_info": {
"is_custom": true,
"is_enabled": true,
"is_remote_connector": false,
"environment": "TestEnvironment",
"integration": "TestIntegration",
"identifier": "TestConnector",
"connector_definition_name": "TestConnector",
"display_name": "TestConnector",
"description": "TestConnector",
"run_interval_in_seconds": 10,
"result_data_type": 1,
"assembly_name": "Siemplify.Connectors.DynamicScriptConnector.dll",
"class_name": "Siemplify.Connectors.DynamicScriptConnector.DynamicScriptCaseConnector",
"version": "1",
"connector_connectivity_kind": 0,
"is_whitelist_supported": true,
"params": [{
"param_name": "PythonProcessTimeout",
"param_value": "30",
"description": "The timeout limit (in seconds) for the python process running current script",
"type": 2,
"mode": 0,
"is_mandatory": true
},
{
"param_name": "DeviceProductField",
"param_value": "device_product",
"description": "Name of a field representing device Product in events",
"type": 2,
"mode": 0,
"is_mandatory": true
},
{
"param_name": "EventClassId",
"param_value": "",
"description": "Name of a field representing event names",
"type": 2,
"mode": 0,
"is_mandatory": true
}],
"white_list": [],
"destination_params": [],
"connector_protocol_type": 0
}
}