Splunk SOAR

Application action datapath 'action_result.data' missing in VPE

irom77
Explorer

I've created app action 'my_action_name' which results I can collect in playbook just fine.

phantom.collect2(container=container, datapath=["my_action_name:action_result.data"], action results=results)

but I don't see action_result.data datapath neither in app documentation nor I can pick it up in VPE . I have only 'status' and 'message' available

Labels (1)
Tags (1)
0 Karma

phanTom
SplunkTrust
SplunkTrust

irom77
Explorer

I set

 

I set "action_result.data" in the app's json file (short one like below), but it didn't help
and was gone when I tried to edit it again.

{ "data_path": "action_result.data", "data_type": "string" },

Is it something I have to update manually all the time after making any changes?

 

Tags (1)
0 Karma

phanTom
SplunkTrust
SplunkTrust

@irom77 for each field/key you output you need to add to the JSON. 

"action_result.data" is just the array after you get the results from the REST call from the App. 

You need to add "action_result.data.*.<key>" for each value you want to use downstream in a playbook into the JSON for it to be visible as a selectable option. 

You can still use the values in a playbook but you need to add the ".*.<key>" to the end of your datapath in the Playbook. But if you want it to be selectable you need to map it in the JSON outputs section. 

If unsure, you can look at any of the Out of the Box apps JSON files to see how they do it. 

irom77
Explorer

I updated JSON and can see documentation updated as well

summary.data.*.resultstring

 

that key "result" is available per action test

{"identifier": "list_zones", "result_data": [{"data": [{"result":...

 

But still in VPE I can see only 'status' and 'message' I haven't found anything special in existing apps 

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...