Splunk SOAR (f.k.a. Phantom)

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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...