Documentation for Axxon Next 4.6.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

On this page:

Remove the entire archive

{
    "method":"axxonsoft.bl.config.ConfigurationService.ChangeConfig",
    "data":{
        "removed":[
            {
            "uid": "hosts/Server1/MultimediaStorage.Aqua",
            "type": "MultimediaStorage",
            "properties": [],
            "units": [],
            "opaque_params": []
        }]
    }
}

Remove the archive and archive file

{
    "method":"axxonsoft.bl.config.ConfigurationService.ChangeConfig",
    "data":{
        "removed" : [
             {
                  "uid" : "hosts/Server1/MultimediaStorage.White/ArchiveVolume.IQ5C6RDFOZOCC5DFNVYFYMJOMFTHG",
                  "properties": [
                    {
                        "id": "remove_file",
                        "value_bool": true
                    }]
            },
            {
                "uid": "hosts/A-DYNDALEV/MultimediaStorage.White"
            }]
    }
}

Remove the object archive along with data

{
	"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
					}
				]
			}
		]
	}
}

Remove the camera linking

{
    "method": "axxonsoft.bl.config.ConfigurationService.ChangeConfig",
    "data": {
        "removed": [
            {
                "uid": "hosts/Server1/MultimediaStorage.AliceBlue/ArchiveContext.580063c3-71d6-a265-0ae1-4a1fef231f5c",
                "type": "ArchiveContext",
                "properties": [],
                "units": [],
                "opaque_params": []
            }
        ]
    }
}

Remove the archive volume

{
    "method": "axxonsoft.bl.config.ConfigurationService.ChangeConfig",
    "data": {
        "removed": [
            {
                "uid": "hosts/Server1/MultimediaStorage.Tan/ArchiveVolume.IQ5C6MJOMFTHG"
            }
        ]
    }
}
  • No labels