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. |
Parameter | Description |
---|---|
Description | The description of the new rule. |
Excluded Local IDs | A list of the excluded local IDs. |
{
"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
}
}
Was this page helpful?