set pathName or parent #54

Open
opened 2023-08-31 20:51:24 +02:00 by urskog84 · 1 comment
urskog84 commented 2023-08-31 20:51:24 +02:00 (Migrated from github.com)

Hi I have playing around with the API for some time now,

I cat not pace a new monitor or move a existng on under a existing one.

>>>api.edit_monitor(27, pathName = "Server / Tieto Evry / Google Petter")
{'msg': 'Saved.', 'monitorID': 27
>>> x = api.get_monitor(27)
>>> x["pathName"]
'Butiker / Stadium Ingelsta Norrköping'
Hi I have playing around with the API for some time now, I cat not pace a new monitor or move a existng on under a existing one. ``` >>>api.edit_monitor(27, pathName = "Server / Tieto Evry / Google Petter") {'msg': 'Saved.', 'monitorID': 27 >>> x = api.get_monitor(27) >>> x["pathName"] 'Butiker / Stadium Ingelsta Norrköping' ```
meanaverage commented 2024-01-12 00:48:44 +01:00 (Migrated from github.com)

Same problem. I can specify the group the monitor belongs to successfully when adding a monitor using 'parent', but when using 'edit_monitor', to change 'parent', success is reported but items do not reflect any changes. Will do some more testing on this to see if it was a corrupt database instance or an issue with the module.

Same problem. I can specify the group the monitor belongs to successfully when adding a monitor using 'parent', but when using 'edit_monitor', to change 'parent', success is reported but items do not reflect any changes. Will do some more testing on this to see if it was a corrupt database instance or an issue with the module.
Sign in to join this conversation.
No description provided.