Skip to content
New issue

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

non printable character on vsphere.get_vms output keys #59

Open
nemmeviu opened this issue Oct 23, 2019 · 0 comments
Open

non printable character on vsphere.get_vms output keys #59

nemmeviu opened this issue Oct 23, 2019 · 0 comments

Comments

@nemmeviu
Copy link

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant