Versions Compared

Key

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


Section


Column
width35%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleНа странице:
Table of Contents



Column


Only the object archive can be resized using the gRPC API methods.

For version 4.6.0.799 Beta and later versions

Code Block
{ 
"method": "axxonsoft.bl.archive.ArchiveService.Resize",
"data":
    {
        "access_point": "MultimediaStorage.Gray/MultimediaStorage",
        "volume_id": "4508f459-5eeb-4ee3-881b-4a4e149c7802",
        "new_size": 307374182
    }
}

...

For version 4.6.0.717 Beta and earlier versions

Expand


Code Block
{
"method": "axxonsoft.bl.archive.ArchiveService.Resize",
"data":
    {
        "access_point": "MultimediaStorage.AliceBlue/MultimediaStorage",
        "volume_id": "4508f459-5eeb-4ee3-881b-4a4e149c7802",
        "new_size_gb": 10
    }
}

where

...

...

...

  • new volume size in

...

  • gigabytes.