Skip to main content

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)

NameTypeConstraintMandatoryDefault Value
application_listsList[application_lists]No

application_lists (sdwan.policy_objects)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[A-Za-z0-9-_]{1,128}$Yes
applicationsListStringNo
application_familiesListChoice[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