Config Exports
Location in GUI: Admin
» Import/Export
» Export Policies
» Configuration
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (apic)
Section titled “fabric_policies (apic)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
config_exports | List | [config_exports] | No |
config_exports (apic.fabric_policies)
Section titled “config_exports (apic.fabric_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
format | Choice | json , xml | No | json |
remote_location | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
scheduler | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
snapshot | Boolean | true , false | No | false |
Examples
Section titled “Examples”apic: fabric_policies: config_exports: - name: export1 description: desc1 format: xml remote_location: remote1 scheduler: scheduler1