|
| 1 | +{ |
| 2 | + "slug": "acronis-cyber-protect-cloud", |
| 3 | + "name": "Acronis Cyber Protect Cloud", |
| 4 | + "description": "Monitor backup activities, protection policies, alerts, and tenant usage for cyber protection compliance", |
| 5 | + "category": "Infrastructure", |
| 6 | + "docsUrl": "https://developer.acronis.com/doc/index.html", |
| 7 | + "baseUrl": "https://us-cloud.acronis.com/", |
| 8 | + "authConfig": { |
| 9 | + "type": "custom", |
| 10 | + "config": { |
| 11 | + "credentialFields": [ |
| 12 | + { |
| 13 | + "label": "Datacenter URL", |
| 14 | + "type": "text", |
| 15 | + "required": true, |
| 16 | + "helpText": "Your Acronis datacenter URL (e.g., https://us-cloud.acronis.com, https://eu-cloud.acronis.com)" |
| 17 | + }, |
| 18 | + { |
| 19 | + "label": "Client ID", |
| 20 | + "type": "text", |
| 21 | + "required": true, |
| 22 | + "helpText": "API client ID from Acronis management console" |
| 23 | + }, |
| 24 | + { |
| 25 | + "label": "Client Secret", |
| 26 | + "type": "password", |
| 27 | + "required": true, |
| 28 | + "helpText": "API client secret from Acronis management console" |
| 29 | + }, |
| 30 | + { |
| 31 | + "label": "Tenant ID", |
| 32 | + "type": "text", |
| 33 | + "required": true, |
| 34 | + "helpText": "Your Acronis tenant ID" |
| 35 | + } |
| 36 | + ] |
| 37 | + } |
| 38 | + }, |
| 39 | + "capabilities": [ |
| 40 | + "checks" |
| 41 | + ], |
| 42 | + "supportsMultipleConnections": false, |
| 43 | + "syncSupported": false, |
| 44 | + "checks": [ |
| 45 | + { |
| 46 | + "slug": "backup_monitoring_alerts", |
| 47 | + "name": "Monitoring & Alerting", |
| 48 | + "description": "Checks for active backup and security alerts that require attention", |
| 49 | + "defaultSeverity": "high", |
| 50 | + "enabled": true |
| 51 | + }, |
| 52 | + { |
| 53 | + "slug": "backup_policies", |
| 54 | + "name": "Infrastructure Inventory", |
| 55 | + "description": "Verifies that backup protection policies are properly configured and active", |
| 56 | + "defaultSeverity": "medium", |
| 57 | + "enabled": true |
| 58 | + }, |
| 59 | + { |
| 60 | + "slug": "backup_activities", |
| 61 | + "name": "Backup logs", |
| 62 | + "description": "Reviews recent backup activities and tasks for successful completion", |
| 63 | + "defaultSeverity": "medium", |
| 64 | + "enabled": true |
| 65 | + }, |
| 66 | + { |
| 67 | + "slug": "tenant_usage", |
| 68 | + "name": "Systems Description", |
| 69 | + "description": "Monitors tenant usage and resource consumption for backup services", |
| 70 | + "defaultSeverity": "low", |
| 71 | + "enabled": true |
| 72 | + } |
| 73 | + ], |
| 74 | + "checkCount": 4, |
| 75 | + "isActive": true |
| 76 | +} |
0 commit comments