Local Application List
A Local Application list
specifies one or more applications or applications families for use in Security Policies
.
Application names should be provided in the format accepted by the API.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
local_application_lists | List | [local_application_lists] | No |
local_application_lists (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9\-_]{1,32}$ | Yes | |
applications | List | String | No | |
application_families | List | Choice[application-service , audio-video , authentication , behavioral , database , encrypted , erp , file-server , file-transfer , forum , game , instant-messaging , mail , microsoft-office , middleware , network-management , network-service , peer-to-peer , printer , routing , security-service , terminal , thin-client , tunneling , web , webmail ] | No |
Examples
Example-1: Create a Application List
This example demonstrates how to create a Application List named Social-Media that groups facebook, twitter, youtube, instagram and linkedin for use in Security Policies
.
sdwan:
policy_objects:
local_application_lists:
- name: Social-Media
applications:
- facebook
- twitter
- youtube
- instagram
- linkedin