Reads the data relative to a single Virtual File System (VFS).

 

Request

Method

URL

POST

/smserver-default/sms.loadVFS

RAW

POST /smserver-default/sms.loadVFS HTTP/1.1

Cache-Control: no-cache

Connection: Keep-Alive

Pragma: no-cache

Content-Type: application/json; charset=UTF-8

Accept: */*

Authorization: Bearer XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

 

[

{

           "Aitem" : "K4EP2GNQXV3E3CXTXRR63DL4MI"

}

]

Explained

Loads all the configuration data pertaining to a specific VFS item.

 

Aitem: ID of the VFS item to retrieve

 

Response

Method

URL

RAW

Accept-Encoding: synlz,gzip

Content-Type: application/json; charset=UTF-8

 

 

{"result":[

{

           "_id" : "K4EP2GNQXV3E3CXTXRR63DL4MI",

           "VFSName" : "SA",

           "TargetType" : "Disk",

           "Target" : "C:\\ProgramData\\Syncplify.me\\ServerV4\\WebRootSA\\",

           "EncryptionPass" : "",

           "SoftQuota" : 0,

           "HardQuota" : 0

       }

],"id":772674711}

Explained

All details pertaining to the requested VFS item.

 

VFSName: friendly name of the VFS

TargetType: "Disk", "DiskAES256", ... (type of this specific VFS)

Target: the target path (depends on the VFS type)

EncryptionPass: Scrambled password used to encrypt the VFS contents at-rest

SoftQuota: soft quota in KB

HardQuota: hard quota in KB