You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/playbooks/create-playbooks.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Every [automation integration](/docs/platform-services/automation-service/app-ce
205
205
*[**Custom**](#custom). Performs an action defined in a custom action YAML file.
206
206
*[**Enrichment**](#enrichment). Enriches data with additional information, such as adding information about a known malicious IP address.
207
207
*[**Notification**](#notification). Sends a notification, for example, an email or a post in a messaging service.
208
-
*[**Scheduled**](#scheduled). Runs an action on a schedule once the playbook starts. For example, the action regularly checks a condition, and once the condition is met, the next playbook actions are executed.
208
+
*[**Scheduled**](#scheduled). Runs an action on a schedule once the playbook starts.
209
209
210
210
Every action in an integration is assigned an action type. If you take a look at the [Automation Integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/), you'll see each has a list of available actions with the type of action listed for each. For example, here are some of the actions in the Sumo Logic Cloud SIEM integration:
211
211
***Get Entity***(Enrichment)* - Get Entity details.
@@ -239,7 +239,7 @@ Containment actions perform some sort of response or remediation action, such as
239
239
* Delete attachments
240
240
* Disconnect devices from the network
241
241
242
-
Many [integrations](/docs/platform-services/automation-service/app-central/integrations/) offer containment actions. Here are just a few:
242
+
Many integrations offer containment actions. Here are just a few:
@@ -292,7 +292,7 @@ Many [integrations](/docs/platform-services/automation-service/app-central/integ
292
292
293
293
Scheduled actions run on a schedule once the playbook starts. For example, the action regularly checks a condition, and once the condition is met, the next playbook actions are executed.
294
294
295
-
Many [integrations](/docs/platform-services/automation-service/app-central/integrations/) offer scheduled actions. Here are just a few:
295
+
Many integrations offer scheduled actions. Here are just a few:
0 commit comments