Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To change the archive volume, the same parameters are used as when creating it.

Code Block
{
    "method": "axxonsoft.bl.archiveconfig.ArchiveServiceConfigurationService.ResizeChangeConfig",
    "data": {
      {   "changed": [
        "access_point": "MultimediaStorage.Gray/MultimediaStorage",
    {
                "volume_iduid": "hosts/Server/MultimediaStorage.Gray/ArchiveVolume.4508f459-5eeb-4ee3-881b-4a4e149c7802",
         "new_size": 307374182       "properties": [
                    {
                        "id": "label",
                        "value_string": "NewLabel"
                    },
                    {
                        "id": "readonly",
                        "value_bool": false
                    },
                    {
                        "id": "connection_params",
                        "value_properties": {
                            "properties": [
                                {
                                }
                            ]
                        }
                    }
                ]
            }
        ]
    }
}