scm_create_log_forwarding_profile
Create log forwarding profiles to define where firewall logs are sent, including syslog, HTTP, or email destinations, with optional enhanced application logging.
Instructions
Create a log forwarding profile.
Args: name: Unique name for the profile. folder: Folder to create the profile in. description: Optional description. enhanced_logging: Enable enhanced application logging (default False). match_list: Optional list of match list entries defining log destinations. Each entry is a dict with keys like: name, log_type, filter, send_syslog, send_http, send_email. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| description | No | ||
| enhanced_logging | No | ||
| match_list | No | ||
| tsg_id | No |