VMware Workspace ONE Community
anon34232
Contributor
Contributor

Nested JSON in Workspace ONE Intelligence Automation Connectors

Hi,

I am creating an automation connector. I have imported a Postman collection that defines a nested JSON request structure as follows:

{

   "sourcetype": "_json",

   "event": {

        "system_hostname": "somehostname"

  }

}

It imports successfully, however when I test this action it only sends the following payload to my API server (it is missing the event object):

{

   "sourcetype": "_json",

}

In the UI, under body, it shows a field "Event System Hostname " but this is not sent.

Any pointers?

Thanks

J

Labels (1)
0 Kudos
0 Replies