- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
First thank you for this post, I am having the same issue and google does not find much literature on this subject... I think I have the same issue as OP : whatever parameters I use for calling getAllWiresV2 method, I get an error. Meanwhile, other methods (like getSecurityTags) work just fine.
NSXSecurityTagManager.getSecurityTags(NSXEndpoint) => success
NSXVirtualWireController.getAllWiresV2(NSXEndpoint, 9999, 0) => failure
[2019-08-06 18:36:09.926] [E] Workflow execution stack:
***
item: 'Find All META-Bubble/item1', state: 'failed', business state: 'null', exception: 'org/apache/commons/beanutils/Converter (Workflow:Find All META-Bubble / Scripting (item2)#2)'
workflow: 'Find All META-Bubble' (8bc6ddb3-fb71-4d7e-add4-d7f118768fb8)
| 'attribute': name=errorCode type=String value=org/apache/commons/beanutils/Converter (Workflow:Find All META-Bubble / Scripting (item2)#2)
| 'attribute': name=NSXEndpoint type=NSX:Connection value=dunes://service.dunes.ch/CustomSDKObject?id='9368fc93-9dc0-46fb-8d62-ef028b278e14'&dunesName='NSX:Connection'
| 'input': name=type type=string value=META-Bubble
| 'output': name=resultObjs type=Array/DynamicTypes:META.Bubble value=null
*** End of execution stack.
I am using VRO / VRA 7.5.0 and NSX plugin 1.2.0 with NSX-V 6.4.4 build 11197766
Does anyone have any insight on this ?