Go to documentation repository
Page History
...
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Remove
...
entire archive
Code Block |
---|
{ "method":"axxonsoft.bl.config.ConfigurationService.ChangeConfig", "data":{ "removed":[ { "uid": "hosts/Server1/MultimediaStorage.Aqua", "type": "MultimediaStorage", "properties": [], "units": [], "opaque_params": [] }] } } |
...
Code Block |
---|
{ "method":"axxonsoft.bl.config.ConfigurationService.ChangeConfig", "data":{ "removed" : [ { "uid" : "hosts/Server1/MultimediaStorage.AliceBlue/ArchiveVolume/E:/archiveAliceBlue.afs", "properties": [ { "id": "remove_file", "value_bool": true }] }, { "uid": "hosts/Server1/MultimediaStorage.AliceBlue" }] } } |
Remove the object archive along with data
Code Block |
---|
{
"method": "axxonsoft.bl.config.ConfigurationService.ChangeConfig",
"data": {
"added": [],
"changed": [],
"removed": [
{
"uid": "hosts/Node1/MultimediaStorage.AliceBlue/ArchiveVolume.d0305f4a-1a20-4b10-a132-605eff3269d7",
"properties": [
{
"id": "erase_volume_data",
"value_bool": true
}
]
}
]
}
} |
Info | ||
---|---|---|
| ||
If you remove an Azure archive volume, the container along with the data will also be removed. To remove only Azure archive volume data, delete files through the Azure web interface: https://azure.microsoft.com/en-us/services/storage/blobs/. |
Remove the camera linking
...
Overview
Content Tools