Ravennn ✭✭✭✭✭

Comments

  • Thanks for the quick response. I did see your report, Group Membership with availability, and I saw a similar solution by @mesverrum where OrionSDK is used to automatically add and remove tabs from a summary view. I am more comfortable with Perl and Python and less of SQL, so I didn't go down this route yet. In this case,…
  • Thanks much, Brian. This works as expected
  • Hi, You can combine the "add_node.py" and "discover_and_add_interfaces.py" scripts in orionsdk-python sample scripts to add a node in NPM and also add interfaces that belong to this node. You'll have to modify these two lines in the code to specify nodeid instead of the default value in the sample script. results =…