PluginTestResult
Response from testing a plugin connection
latencyMsinteger,null<int64>nullable
Response latency in milliseconds
Possible values: >= 0
Example:
150manifest object
oneOf
- null
- PluginManifestDto
null
messagestringrequired
Test result message
Example:
Successfully connected to pluginsuccessbooleanrequired
Whether the test was successful
Example:
truePluginTestResult
{
"latencyMs": 150,
"manifest": "null",
"message": "Successfully connected to plugin",
"success": true
}