Skip to content

Commit e6042eb

Browse files
authored
DOCS-973 - Add section for testing actions (#5540)
* Add new section * Add link to new section * Update
1 parent eccccc6 commit e6042eb

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
lines changed

docs/platform-services/automation-service/app-central/integrations/cyberint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For information about Cyberint, see the [Cyberint website](https://cyberint.com/
4646

4747
## Test actions
4848

49-
Before you start exploring the features of the Cyberint app, try test runs of each of the actions to learn specifics of usage.
49+
Before you start exploring the features of the Cyberint app, try test runs of each of the actions to learn specifics of usage. For general information about testing actions, see [Test action](/docs/platform-services/automation-service/automation-service-integrations/#test-action).
5050

5151
### Search Alerts
5252
The **Search Alerts** action is designed to search for alerts using criteria (filters) such as **Severity**, **Statuses**, datetime range. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cyberint/cyberint-5.png')} style={{border:'1px solid gray'}} alt="cyberint" width="400"/>

docs/platform-services/automation-service/automation-service-integrations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,20 @@ If you have Cloud SOAR installed, you can build basic integrations without havin
116116

117117
To make your custom integration available for everyone in App Central, see [Publish an integration to App Central](/docs/platform-services/automation-service/automation-service-app-central/#publish-an-integration-to-app-central).
118118

119+
## Test action
120+
121+
You can test an action on an integration to ensure that it is working correctly.
122+
123+
1. [Open an integration](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations).
124+
1. [Ensure that authentication is configured for the integration](/docs/platform-services/automation-service/configure-authentication-for-integrations/). Testing actions on the integration will fail unless the integration's authentication settings are correctly configured so that the product you're integrating with can communicate with Sumo Logic.
125+
1. Select an action on the integration. For our example shown below, we'll select the **List Users** action on the Atlassian Jira V2 integration. <br/><img src={useBaseUrl('img/platform-services/automation-service/example-action-for-test-action.png')} alt="Example action" style={{border: '1px solid gray'}} width="700" />
126+
1. Enter any values needed for the action to run and click **TEST ACTION**.<br/><img src={useBaseUrl('img/platform-services/automation-service/example-test-action.png')} alt="Example test action" style={{border: '1px solid gray'}} width="400" />
127+
:::tip
128+
In some cases, you'll need to provide data for required fields before **TEST ACTION** is enabled. This is data that normally would be provided by the output of other actions running earlier in a playbook sequence, and so must be provided here to test if the action runs correctly. In the example below, note that you need to provide information for the **Issue (ID or Key)** field in order to test the action. Also note that under the **Issue Type** field there is helpful text telling you that you can get the issue type ID and key from the **List Issue Types** action.<br/><img src={useBaseUrl('img/platform-services/automation-service/test-action-required-fields.png')} alt="Required fields for test action" style={{border: '1px solid gray'}} width="400" />
129+
:::
130+
1. After you click **TEST ACTION**, results of the action are displayed:<br/><img src={useBaseUrl('img/platform-services/automation-service/test-action-results.png')} alt="Test action results" style={{border: '1px solid gray'}} width="600" />
131+
132+
119133
## Cloud or Bridge execution
120134

121135
You can set integrations, and their related action execution, to be executed in the cloud or through the Bridge. Only certified integrations can be executed in the cloud, while custom integrations must be executed through the [Bridge](/docs/platform-services/automation-service/automation-service-bridge/).
443 KB
Loading
77.4 KB
Loading
107 KB
Loading
123 KB
Loading

0 commit comments

Comments
 (0)