mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added device MeshCentral Router link filtering.
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user