Hi, this looks very promising!
But when I use
/api/setobjectproperty.htm?id=11574&subtype=channel&subid=0&name=limitmaxerror&value=25 |
It displayes 'OK', but I do not see the '25' in the upper error limit when I go to the 'Edit channel' of that sensor. (it was set to 1 before using the above command and it is still 1) I go there by clicking the Messages 'Edit channel settings' Gear symbol in the bottom right corner. It is a sensor of type Windows MSMQ Queue Length.
And I realy would like the option to read the current values of limitmaxerror and limitmode, but when I use the lines below I get 'Property not found'.
/api/getobjectproperty.htm?id=11574&subtype=channel&subid=0&name=limitmaxerror |
/api/getobjectproperty.htm?id=11574&subtype=channel&subid=0&name=limitmode |
Is the API for getobjectproperty of these channel settings not available yet? Or do I make a mistake somewhere? For me it is not very clear where to find the name of the property that I want to have the information about, is there a guide for that, or a list somewhere in the knowledgebase?
Add comment