Hi Guys,
I have a python script to shutdown port which was working good until recently. Running a Curl returns the following:
{"Message":"Verb Orion.UDT.Port.AdministrativeShutdown: Cannot find assembly","ExceptionType":"SolarWinds.InformationService.Verb.VerbExecutorException","FullException":"SolarWinds.InformationService.Verb.VerbExecutorException: Verb Orion.UDT.Port.AdministrativeShutdown: Cannot find assembly\r\n at SolarWinds.InformationService.Verb.VerbExecutor.EnsureCached(VerbExecutorContext verbExecContext)\r\n at SolarWinds.InformationService.Verb.VerbCache.GetVerbContext(String entity, String verb, VerbExecutor& executor, VerbExecutorContext& context)\r\n at SolarWinds.InformationService.Core.InformationService.Invoke[T](String entity, String verb, Action`1 setupParameters, Func`2 extractReturnValue)"}
I have tested the read/write access to the switch is good and swis.query returns the correct node & port number. What am I missing?