Added amtScanOptions to config.json schema. #3139
Ylian Saint-Hilaire committed
Sep 16, 2021 at 09:33 UTC
7325e5a7e7c4c5623346ab6f572bdfc62f628f13
1 file changed
+6
meshcentral-config-schema.json
+6
@@ -537,6 +537,12 @@
537
}
538
}
539
},
540
+ "amtScanOptions": {
541
+ "description": "List of local network Intel AMT scanning options offered in the user interface. For example [\"LabNetwork 192.168.15.0/23\", \"SalesNetwork 192.168.8.0/24\"].",
542
+ "type": "array",
543
+ "default": null,
544
+ "items": { "type": "string" }
545
+ },
546
"amtManager": {
547
"type": "object",
548
"additionalProperties": false,