Comments
-
Hi @"mrxinu", 1. Yeah, I can find the volume and the poller objects after running the script, but it is not getting reflected in List Resources Page. 2. I deleted the volume and the poller objects and enabled the volume from the web console. After adding it through web console I can find the volume and poller objects.
-
Hi @"dhinagar_j", I am getting the same error: Invoke-SwisVerb : Could not load file or assembly 'SolarWinds.Interfaces.Discovery.Strings, Version=3.5.0.638, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
-
Hi @"mrxinu" , I tried the following scripts to create a volume and respective poller object. But the volume is not getting enabled in List Resources Page. from __future__ import print_functionimport reimport requestsfrom orionsdk import SwisClientfrom requests.packages.urllib3.exceptions import…
-
Hi @"mrxinu", By executing the code it created a volume and respective poller object, but the volume is not getting enabled in List Resources Page. Do you know the reason for it?
-
Hi @"madhavan" , I have two questions: 1. When I am trying to get the resources list of a node, I was unable to get the resources list of a node. Below is the script that I tried to get resources list of a node jobid = swis.invoke('Orion.Nodes', 'ScheduleListResources',NodeID) print(jobid) time.sleep(60) while True:…