Versions Compared

Key

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

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

For version 1.9 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
    }
}

where

  • access_point archive id;
  • volume_idvolume id, received in response to a volume creation request (see Create archive using gRPC API methods for version 1.9 Beta and later versions);
  • new_size − new volume size in bytes.