Comments
-
Hi vijaydaniel even I am looking for this solution, please let me know if you have one.
-
Hi Martin_Crothers I see you are able to poll the device, but the response says 'null', why is it so. I get the response as 'null' for all those nodes which are successful and failed
-
In bulk update uri will be list of string whereas in single update it is not list of string instead just a string. This is what I am intended to say.
-
Could you please have a look into this link, http://solarwinds.github.io/OrionSDK/swagger-ui/#/Verbs/OrionNodesPollNow Does this helps in polling? Tried but getting exception
-
If not API is there any way to achieve it excluding manual option
-
tony.johnson Is there a way to test any node from an api. I see an option to do the test in orion Need to perform this from script. Please let me know.
-
Yea, this is how I do as well. If credentials are to be changed for a single node I will go for swis.update instead of bulkupdate and uri will string by then. This is the only change.
-
Any suggestions would be appreciated
-
Thank you @"tony.johnson" It did worked
-
Thanks for your time @"dan_jagnow" I do see the way to update custom properties in the above link, but not sure how to update "NodeSettings". Please let me know if I am missing anything. To give more information on my problem, whenever I try to create new node a default settingValue is allotted in the DB, but I need a…