Skip to main content

Create Inbound Allow Policy

Creates an inbound allowed policy.

Basic Parameters

ParameterDescription
Expires AtThe expiry time of the rule.
Local Entity IDThe ID of the local entity.
Local ProcessesA list of the local processes.
Ports ListA list of protocol and port objects in the following format:
[{"ports": "143,151","protocolType": 6},{...}]
Remote Entities' IDsThe IDs of the remote entities.
StateThe state of the created policy. 1 - Enabled 2 - Disabled.

Advanced Parameters

ParameterDescription
DescriptionThe description of the new rule.
Excluded Local IDsA list of the excluded local IDs.

Example Output

{
"item": {
"action": 0,
"activitiesCount": 0,
"approvedAt": 0,
"approvedBy": {
"id": "string",
"name": "string"
},
"createdAt": 0,
"createdBy": {
"createdBy": {
"id": "string",
"name": "string"
},
"enforcementSource": 1,
"userRole": 0
},
"description": "string",
"direction": 0,
"excludedEntityInfos": [
{
"id": "string",
"name": "string"
}
],
"excludedLocalIdsList": [
"string"
],
"expiresAt": 0,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"localEntityId": "string",
"localEntityInfo": {
"assetStatus": 1,
"assetType": 0,
"assignedDeploymentId": "string",
"domain": "domain.local",
"fqdn": "laptoppc.domain.local",
"healthState": {
"healthStatus": 0,
"healthIssuesList": [
{
"issueCode": 0,
"details": "string"
}
]
},
"id": "a:a:6d020055",
"identityProtectedAt": 0,
"identityProtectionState": 0,
"ipV4Addresses": [
"1.1.1.1"
],
"ipV6Addresses": [
"string"
],
"lastLogon": 0,
"lastLogonTimestamp": 0,
"name": "laptoppc",
"operatingSystem": "Windows 10 Pro",
"passwordUpdateTime": 0,
"principalName": "string",
"protectAt": 0,
"protectionState": 1,
"rpcMonitored": true,
"source": 0,
"state": {
"assetId": "string",
"identityProtectedAt": 0,
"identityProtectionState": 0,
"isAssetConnected": true,
"lastConnectedAt": 0,
"lastDisconnectedAt": 0,
"protectedAt": 0,
"protectionState": 1
}
},
"localProcessesList": [
"string"
],
"parentId": "string",
"parentType": 0,
"portsList": [
{
"ports": "string",
"protocolType": 0
}
],
"remoteEntityIdsList": [
"string"
],
"remoteEntityInfos": [
{
"id": "string",
"name": "string"
}
],
"ruleclass": 0,
"state": 0,
"updatedAt": 0,
"updatedBy": {
"id": "string",
"name": "string"
}
}
}

Workflow Library Example

Create Inbound Allow Policy with Zero Networks and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop