7 years ago
Create Dynamic group by Script
Hi Members
I am trying to create 'Device Dynamic Groups' with Python script. but I am failing. Could you pleas me what I am missing:
Conditions of the groups name: If Device display nam...
Just another random note lol.. I read YAML better so I'm always using https://www.json2yaml.com/
name: test111
parentId: 111
appliesTo: startsWith("system.displayname","Prod")
translates to
{ "name": "test111", "parentId": 111, "appliesTo": "startsWith(\"system.displayname\",\"Prod\")" }
*shrug* :)/emoticons/smile@2x.png 2x" title=":)" width="20">