Application List
An application list
groups one or more applications or application familes into a named application list which can be used in centralized policies.
Application names should be provided in the format accepted by the API.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
application_lists | List | [application_lists] | No |
application_lists (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | 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.
sdwan:
policy_objects:
application_lists:
- name: Social-Media
applications:
- facebook
- twitter
- youtube
- instagram
- linkedin