Config Exports
Location in GUI:
Admin
» Import/Export
» Export Policies
» Configuration
Diagram
Classes
fabric_policies (apic)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
config_exports | List | [config_exports] | No |
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 |
expected_state | Class | [expected_state] | No |
expected_state (apic.fabric_policies.config_exports)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
Examples
apic:
fabric_policies:
config_exports:
- name: export1
description: desc1
format: xml
remote_location: remote1
scheduler: scheduler1