Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh automation library documentation #2241

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _shared_content/automate/library/stormshield.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Deisolate an agent
| --------- | ------- | --------------------------- |
| `id` | `string` | Name or identifier of the agent |
| `comment` | `string` | Comment |
| `verify_certificate` | `boolean` | Is the server certificate verified |


**Outputs**
Expand All @@ -52,6 +53,7 @@ Isolate an agent
| `id` | `string` | Name or identifier of the agent |
| `forceServerIsolation` | `boolean` | Boolean to force the isolation |
| `comment` | `string` | Comment |
| `verify_certificate` | `boolean` | Is the server certificate verified |


**Outputs**
Expand All @@ -77,6 +79,7 @@ Quarantine a file
| `id` | `string` | Name or identifier of the agent |
| `filePath` | `string` | Path to the file to quarantine |
| `bypassExcludedDirectories` | `boolean` | Boolean to bypass excluded directories |
| `verify_certificate` | `boolean` | Is the server certificate verified |


**Outputs**
Expand All @@ -102,6 +105,7 @@ Restore stormshield quarantined file
| `id` | `string` | Name or identifier of the agent |
| `fileHashSha256` | `string` | File hash sha256 |
| `overwriteExistingFile` | `boolean` | Boolean to overwrite any existing file |
| `verify_certificate` | `boolean` | Is the server certificate verified |


**Outputs**
Expand All @@ -127,6 +131,7 @@ Terminate a Stormshield process
| `id` | `string` | Name or identifier of the agent |
| `processPath` | `string` | Executable path of the process to kill on the computer |
| `terminateProcessTree` | `boolean` | Boolean to terminate the process tree |
| `verify_certificate` | `boolean` | Is the server certificate verified |


**Outputs**
Expand All @@ -150,6 +155,7 @@ Wait until the status of the task is Succeeded or Failed
| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `task_id` | `string` | Task ID |
| `verify_certificate` | `boolean` | Is the server certificate verified |


**Outputs**
Expand All @@ -167,4 +173,4 @@ Wait until the status of the task is Succeeded or Failed

## Extra

Module **`Stormshield` v1.0.0**
Module **`Stormshield` v1.0.1**
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ nav:
- SentinelOne: tip/features/automate/library/sentinelone.md
- Sophos: tip/features/automate/library/sophos.md
- Stormshield: tip/features/automate/library/stormshield.md
- Stormshield: tip/features/automate/library/stormshield.md
- WithSecure: tip/features/automate/library/withsecure.md
- Generic:
- HTTP: tip/features/automate/library/http.md
Expand Down Expand Up @@ -529,6 +530,7 @@ nav:
- SentinelOne: integration/action_library/sentinelone.md
- Sophos: integration/action_library/sophos.md
- Stormshield: integration/action_library/stormshield.md
- Stormshield: integration/action_library/stormshield.md
- WithSecure: integration/action_library/withsecure.md
- Generic:
- HTTP: integration/action_library/http.md
Expand Down