Skip to content

Fabric Policy

Location in GUI: Fabric Templates » Fabric Policies

Diagram
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
sitesListStringNo

Example-1: The example below shows a fabric policy template called FP1 with sites APIC1 and APIC2.

ndo:
fabric_templates:
fabric_policies:
- name: FP1
sites:
- APIC1
- APIC2