System::ConfigSync::SaveMode

Introduced : BIG-IP_v9.0
An enumeration of save flags used in configuration save.

Members

Member

Value

Description

SAVE_FULL

0

Saves a complete configuration that can be used to set up a device from scratch. This mode is used to save a configuration that can be used in a configsync process. The filename specified when used with this mode should NOT have any path information, since the file will be restricted to a specific directory used in configsync. If the specified file does not end with the “.ucs” suffix, a “.ucs” will be automatically appended to the file.

SAVE_HIGH_LEVEL_CONFIG

1

Saves only the high-level configuration (virtual servers, pools, members, monitors…). The filename specified when used with this mode will be ignored, since configuration will be saved to /config/bigip.conf by default.

SAVE_BASE_LEVEL_CONFIG

2

Saves only the base configuration (VLANs, self IPs…). The filename specified when used with this mode will be ignored, since configuration will be saved to /config/bigip_base.conf by default.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.