Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Create an inbound policy.
Basic Parameters
| Parameter | Description |
|---|
| Action | The type of the created policy. |
| Expires At | The expiry time of the rule. |
| Local Entity ID | The ID of the local entity. |
| Local Processes | A list of the local processes. |
| Ports List | A list of protocol and port objects in the following format:
[ { “ports”: “143,151”, “protocolType”: 6 } ]
|
| Remote Entities’ IDs | The IDs of the remote entities. |
| State | The state of the created policy. |
Advanced Parameters
| Parameter | Description |
|---|
| Description | The description of the new rule. |
| Excluded Local IDs | A list of the excluded local IDs. |
Example Output
{
"item": {
"id": "<string>",
"localEntityId": "<string>",
"action": 1,
"createdBy": {
"createdBy": {
"id": "<string>",
"name": "<string>"
},
"userRole": 2,
"enforcementSource": 11
},
"description": "<string>",
"direction": 2,
"parentId": "<string>",
"parentType": 2,
"portsList": [
{
"ports": "<string>",
"protocolType": 11
}
],
"remoteEntityIdsList": [
"<string>"
],
"state": 2,
"createdAt": 9277027503,
"updatedAt": 1752534829452,
"expiresAt": 2138246098781,
"localProcessesList": [
"<string>"
],
"servicesList": [],
"excludedLocalIdsList": [],
"updatedBy": {
"id": "<string>",
"name": "<string>"
},
"approvedBy": {
"id": "<string>",
"name": "<string>"
},
"ruleClass": 4,
"ipSecOpt": 0,
"srcUsersList": [],
"multipleLocalEntityIdsList": [],
"parentSwitchRuleId": "<string>",
"parentSwitchRuleType": 2,
"name": "<string>",
"changeTicket": "<string>",
"context": 2,
"aeOverridden": false
}
}
Workflow Library Example
Create Inbound Policy with Zero Networks and Send Results Via Email