Cisco Ironport
Version: 1.0.2
The Cisco IronPort Hosted Email Security solution cleans up all inbound mail by using industry leading anti-spam, anti-virus, and other rules. This ensures that the mail traffic that reaches the customer premises is free from email malware.
Connect Cisco Ironport with LogicHub
- Navigate to Automations > Integrations.
- Search for Cisco Umbrella.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- Server Address: URL of server. It is usually https://{appliance}:{port}.
- Username: To access Cisco Ironport REST API, provide valid Username.
- Password: Provide password for the mentioned User.
- After you've entered all the details, click Connect.
Actions for Cisco Ironport
Incoming Mail Policy Users
You can use the action to perform various operations such as create, retrieve and update in your email gateway.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Operation | Select type of operation you want to perform. | Required |
Policy name | Jinja-templated text containing the policy name. Example: new_policy | Required |
Body Data | Jinja-templated JJSON containing the data body. Example: { "data": {"sender_config": {"sender": {"domain_entries": ["[email protected]"]}},"receiver_config": {"operation": "and","receiver": {"domain_entries": ["user@"]},"receiver_not": {"domain_entries": ["hey7@"]}}}} | Required |
Params | Jinja-templated JSON containing the parameters. Example: { "device_type": "esa", "mode": "cluster" } | Required |
Output
JSON containing the following items:
{
"error": null,
"has_error": false,
"results": {
"sender_config": {
"sender": {
"domain_entries": [
"[email protected]"
]
}
},
"receiver_config": {
"operation": "and",
"receiver_not": {
"domain_entries": [
"hey7@"
]
},
"receiver": {
"domain_entries": [
"user@"
]
}
}
}
}
Release Notes
v1.0.2
- Initial release.
Updated 4 months ago