Go to documentation repository
Page History
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Creating a storage
Code Block |
---|
{ "method": "axxonsoft.bl.config.ConfigurationService.ChangeConfig", "data": { "added": [ { "uid": "hosts/server", "units": [ { "type": "MultimediaStorage", "properties": [ { "id": "display_name", "properties": [], "value_string": "ArchiveStorage" }, { "id": "color", "properties": [], "value_string": "Gray" }, { "id": "storage_type", "value_string": "object" } ] } ] } ] } } |
...
- uid—Server on which the archive is created;
- units—properties;
- storage_type—archive type: block—old archive type; object—new archive type (object archive). If the parameter is not explicitly specified, then an archive of old type is created.
Creating an archive volume
Possible ArchiveVolume parameters in the properties section:
...
Expand | ||
---|---|---|
| ||
|
Changing an archive volume
To change the archive volume, the same parameters are used as when creating it.
...
Overview
Content Tools