We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all. I have the vsphere stackstorm module with version 0.9.2.
The actual output on vsphere.get_vms is:
{ "output": { "vms": [ [ { "runtime.powerState": "poweredOn", "moid": "vm-233", "os": "Microsoft Windows Server 2012 (64-bit)", "name": "AABBCC" }, { "runtime.powerState": "poweredOn", "moid": "vm-234", "os": "Microsoft Windows Server 2012 (64-bit)", "name": "ABCDE" } ] ] } }
Its posible change the key runtime. powerState to runtime_powerState? Because . and scapes turn complex to integrate with other workflows:
runtime. powerState
runtime_powerState
.
scapes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all. I have the vsphere stackstorm module with version 0.9.2.
The actual output on vsphere.get_vms is:
Its posible change the key
runtime. powerState
toruntime_powerState
?Because
.
andscapes
turn complex to integrate with other workflows:The text was updated successfully, but these errors were encountered: