Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Kanal-Typ SMB (per HTTP)

Prev Next

Verwenden Sie folgende Datei für einen SMB-Kanal.

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": ""
	}
}

Parameter

Name

Beschreibung

type

Festwert SMB.

operation

Festwert add.

name

Name des anzulegenden Kanals.

relation

Name des vorhandenen Partners, für den der Kanal angelegt werden soll.

active

Checkbox Aktiviert in Kanal-GUI wird gesetzt bei Wert true.

id

Festwert 0.

user, password, domain, server

Siehe Bereich Weitere SMB-Einstellungen in der Kanal-GUI.

contact (language, name, fax, email, note)

Siehe Bereich "Partner-Kontakt" (selbsterklärend) in der Kanal-GUI.