List the custom connectors
List the custom connectors in the system by using the GetCustomConnectors method.
Example
The goal is to list the custom connectors available in the system.
The handle of the request is -1 because the GetCustomConnectors method applies at global level.
The client sends:
{
"jsonrpc": "2.0",
"id": 0,
"method": "GetCustomConnectors",
"handle": -1,
"params": [
false
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"qConnectors": [
{
"qProvider": "QvEventLogConnectorSimple.exe",
"qParent": "Custom Data",
"qDisplayName": "Qv Event Log Connector Simple",
"qMachineMode": "CONNECT_64"
}
]
}
}
One custom connector is returned.