Parameters
Example Output
Workflow Library Example
Create Firewall Rule with Sentinelone and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Data | The rule’s data. For more information visit: https://your-subdomain.sentinelone.net/api-doc/api-details?category=firewall-control&api=create-firewall-rule |
| Filter | A scope specified by ID (run “accounts”, “sites”, “groups”, or set “tenant” to “true”) and specific OS, to allow or block network traffic to matching endpoints. For more information visit: https://your-subdomain.sentinelone.net/api-doc/api-details?category=firewall-control&api=create-firewall-rule |
{
"data": {
"action": "<string>",
"application": {
"type": "<string>",
"values": []
},
"createdAt": "2024-01-28T10:08:17",
"creator": "<string>",
"creatorId": "<string>",
"description": "<string>",
"direction": "<string>",
"editable": false,
"id": "<string>",
"localHost": {
"type": "<string>",
"values": []
},
"localPort": {
"type": "<string>",
"values": []
},
"location": {
"type": "<string>",
"values": []
},
"name": "<string>",
"order": 935,
"osType": "<string>",
"osTypes": [
"<string>"
],
"protocol": null,
"remoteHost": {
"type": "<string>",
"values": []
},
"remoteHosts": [
{
"type": "<string>",
"values": []
}
],
"remotePort": {
"type": "<string>",
"values": []
},
"ruleCategory": "<string>",
"scope": "<string>",
"scopeId": "<string>",
"status": "<string>",
"tag": "<string>",
"tagIds": [],
"tagNames": [],
"tags": [],
"updatedAt": "2021-06-10T07:25:05"
}
}
Was this page helpful?