RemoteShare

Home

RemoteShare

attributes

NameTypeReadWriteHiddenOptional
descriptionUnicodeTrueTrueFalseFalse
enabledBooleanTrueTrueFalseFalse
remote_nameUnicodeTrueTrueFalseFalse
remote_hostUnicodeTrueTrueFalseFalse
idIntegerTrueFalseFalseFalse
nameUnicodeTrueTrueFalseFalse

Comments

Id of the share
Local name of the share
Description of the share
Remote name of the share (mount point)
Name of the server
Status of the remote share

Json example

{
  "__type__": "RemoteShare", 
  "__properties__": {
    "description": "azerty", 
    "enabled": true, 
    "remote_name": "azerty", 
    "remote_host": "azerty", 
    "id": 1, 
    "name": "azerty"
  }
}