How to test created remote agent in soar of chronicle google

I created remote agent in SOAR>Advance>Remote Agent

and how can I test to execute chronicle example test case remotely using that remote agent ,

I created Integration as "TestConnector" in IDE and then I can't add "TIPcommon" in script dependencies

Solved Solved
3 2 115
1 ACCEPTED SOLUTION

@thida could you please elaborate more regarding what do you mean how to test Remote Agent?

As I understand you trying to create Custom Python Connector that needs to be executed on the Remote Agent to access resource in private network, correct?

If that's the case, you can do it from IDE directly, by using Testing Tab:
1. Select environment associated with Remote Agent
2. Select Remote Agent instance that you have configured previously

f3rz_0-1712687305008.png

3. Press Play button on the left from Save button to run this code on the Remote Agent

 

 

View solution in original post

2 REPLIES 2

@thida could you please elaborate more regarding what do you mean how to test Remote Agent?

As I understand you trying to create Custom Python Connector that needs to be executed on the Remote Agent to access resource in private network, correct?

If that's the case, you can do it from IDE directly, by using Testing Tab:
1. Select environment associated with Remote Agent
2. Select Remote Agent instance that you have configured previously

f3rz_0-1712687305008.png

3. Press Play button on the left from Save button to run this code on the Remote Agent

 

 

Firstly Sorry for unclear questions.

And Thank you so much for your supports which I actually would like
to test with Remote Agent.๐Ÿ™Œ
I created and tested with this flow๏ผšSetting>IDE>New Integration>New Connector>and
Filled Testing Parameters and Executed and then got
'Finished processing Event' in the Debug output.