Skip to content

non printable character on vsphere.get_vms output keys #59

Description

@nemmeviu

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions