Added device MeshCentral Router link filtering.

This commit is contained in:
Ylian Saint-Hilaire
2021-02-25 12:31:03 -08:00
parent 852fadeaf5
commit 069656f632
3 changed files with 11 additions and 3 deletions

View File

@@ -246,6 +246,11 @@
"port": {
"description": "The port on the remote device.",
"type": "number"
},
"filter": {
"description": "Array of node/domain/id or mesh/domain/id strings. When set, the link will only show up for the specified devices or device groups.",
"type": "array",
"items": { "type": "string" }
}
}
}