Use the following file for an SMB channel.
JSON
{
"type": "SMB",
"operation": "add",
"name": "My SMB channel",
"relation": "My partner",
"active": true,
"id": 0,
"user": "me",
"password": "secret",
"domain": "lobster.de",
"server": "smb://localhost",
"contact": {
"language": "de",
"name": "John Doe",
"fax": "",
"email": "john.doe@example.com",
"note": ""
}
}Parameters
Parameter | Description |
|---|---|
type | Fixed value SMB. |
operation | Fixed value add. |
name | Name of the channel to be added. |
relation | Name of the existing partner for which the channel is to be added. |
active | Checkbox Active in the channel GUI will be set for value true. |
id | Fixed value 0. |
user, password, domain, server | See area Further SMB settings in the channel GUI. |
contact (language, name, fax, email, note) | See tab "Partner contact" (self-explanatory) in the channel GUI. |