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

« Previous Version 5 Current »

На странице:

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

For version 4.6.0.799 Beta and later versions

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

where

For version 4.6.0.717 Beta and earlier versions

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

where


  • No labels