mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 12:52:50 +03:00
Added amtScanOptions to config.json schema. #3139
This commit is contained in:
parent
97420ffac2
commit
7325e5a7e7
@ -537,6 +537,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"amtScanOptions": {
|
||||
"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\"].",
|
||||
"type": "array",
|
||||
"default": null,
|
||||
"items": { "type": "string" }
|
||||
},
|
||||
"amtManager": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
Loading…
Reference in New Issue
Block a user