diff --git a/plugins/DattoRMM/v1/configValidation.json b/plugins/DattoRMM/v1/configValidation.json new file mode 100644 index 0000000..378f704 --- /dev/null +++ b/plugins/DattoRMM/v1/configValidation.json @@ -0,0 +1,11 @@ +{ + "steps": [ + { + "displayName": "Datto RMM connection", + "dataStream": { "name": "importSites", "timeframe": "none" }, + "success": "Successfully connected to Datto RMM", + "error": "Cannot connect to Datto RMM — check your Base URL, API Key and API Secret", + "required": true + } + ] +}