configuration management REST Endpoints
configuration management
APIs related to management of configuration and configuration files.
- Back up or activate a configuration
- Method: postPath:
https://{managementIp}/rest/{version}/configuration/management
- Delete current configuration
- Method: deletePath:
https://{managementIp}/rest/{version}/configuration/management
- Delete saved backup configuration files
- Method: deletePath:
https://{managementIp}/rest/{version}/configuration/management/files
- Get current and running configuration versions
- Method: getPath:
https://{managementIp}/rest/{version}/configuration/versions
- Get list of saved backup configuration files
- Method: getPath:
https://{managementIp}/rest/{version}/configuration/management/files
- Save, verify or restore a configuration
- Method: putPath:
https://{managementIp}/rest/{version}/configuration/management