Comments
-
I was able to get a combined Node discovery and Modify custom properties script working using a 20 second sleep timer after discovery. Would be very interested to see what you did with UnDP, NCM and adding a node to UDT. Thanks from __future__ import print_function import re import requests from orionsdk import SwisClient…
-
Thank you for your response. I am able to get both the node discover script and custom properties script working correctly from the below samples in two separate Python scripts. How can I extract the discovered node id and get a combined script (Discover and Custom properties)s similar to the below working? Any help is…
-
I am newer to Python and I am trying to create a node with custom properties defined and use a saved SNMP V3 credential set. I have the scrip for creating a node working with manually defined SNMP parameters defined but can not get the add node by credentials piece working. Please advise if anyone has gotten this working.…