fabric.configuration_export_policy

A configuration export policy is used to backup the system configuration.

ACI class

configExportP

RN

configexp-{name}

Cursor

ConfigurationExportPolicyCursor

Parent

fabric

Atomic

Attributes

Accepted as keyword arguments of .configuration_export_policy(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The name of the configuration export policy. For ease of reference, include details such as: the format of the export, how often the policy will run, and where the configuration will be exported. The name cannot be changed after the policy has been created.

administrative_state

adminSt

TrigExecState

triggered, untriggered

untriggered

The administrative state of the executable policies.

description

descr

str

Specifies the description of a policy component.

export_format

format

ConfigFormat

json, xml

json

The data format to be used when exporting.

include_secure_fields_in_export

includeSecureFields

bool

True

max_snapshot_count

maxSnapshotCount

int

global-limit

snapshot

snapshot

bool

False

dn_to_export

targetDn

str

The distinguished name of the object to be exported. The policy universe is exported by default.