Skip to content

Commit

Permalink
Update snapshot-management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiorani authored Dec 17, 2024
1 parent 8888b71 commit 2ea0f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/administration/snapshot-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Starting from Kura 5.1, the snapshot can be downloaded in two formats:
* **XML**: The original XML snapshot format.
* **JSON**: The JSON format used by the [Configuration v2 REST APIs and CONF-V2 request handler](../references/rest-apis/rest-configuration-service-v2.md). For example the downloaded snapshot can be used as is as a body for the [PUT/configurableComponents/configurations/_update](../references/rest-apis/rest-configuration-service-v2.md) request. The `takeSnapshot` parameter specified by the CONF-V2 request is missing from the downloaded JSON file, if that parameter is not specified, a new snapshot will be created by default.

Starting from Kura 6.0, it is also possible to download a partial version of the snapshot, including only a subset of the entire configuration. By default, the complete list of configurations is selected, but the user can select only the desired ones, by removing the undesired pids.
Starting from Kura 6.0, it is also possible to download a partial version of the snapshot, which includes only a subset of the entire configuration: in the download popup, a list of checkboxes is shown, representing the list of all the service configurations that can be downloaded. By default, the complete set of configurations is selected, but the user can pick only the desired ones, checking only those boxes that should be downloaded. Then the complete or partial snapshot can be downloaded in XML or JSON format thorough the appropriate button.

Pressing the **Download** button will trigger a dialog that allows choosing the desired configurations and format.

Expand Down

0 comments on commit 2ea0f98

Please sign in to comment.