Channel type "X.400" (via HTTP)

Use the following file for an X.400 channel.

JSON


{
"type": "X.400",
"operation": "add",
"name": "My X.400 channel",
"relation": "My partner",
"dmz": true,
"direction": "both",
"active": true,
"id": 0,
"local": {
"id": "my local id",
"password": "secret",
"server": ""
},
"remote": {
"id": "my remote id",
"password": "secret",
},
"logSettings": {
"retainDays": -1,
"enabled": true
},
"accessPoint": "",
"sessionSelector": "",
"presentationSelector": "",
"tpdu": 0,
"filterMessages": false,
"contact": {
"language": "de",
"name": "John Doe",
"fax": "",
"email": "john.doe@example.com",
"note": ""
}
}

Parameters


Name

Description

type

Fixed value X.400.

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.

dmz

Checkbox Invisible to DMZ in the channel GUI will be set for value false.

direction

The value in sets the value incoming in field Direction in the channel GUI.

The value out sets the value outgoing in field Direction in the channel GUI.

The value both sets the value incoming and outgoing in field Direction in the channel GUI.

active

Checkbox Active in the channel GUI will be set for value true.

id

Fixed value 0.

local (id, password, server)

Fields Own ID, Own password and Partner address in tab Own ID in the channel GUI.

remote (id, password)

Fields Partner ID and Partner password in tab Partner ID in the channel GUI.

logSettings (retainDays, enabled)

Checkboxes Retain days and Use Comm-Log in the channel GUI.

accessPoint

Field Transport Access Point in the channel GUI.

sessionSelector

Field Session Selector in the channel GUI.

presentationSelector

Field Presentation Selector in the channel GUI.

tpdu

Field Max. TPDU size in the channel GUI.

filterMessages

Checkbox X.400 mailbox can filter addresses in the channel GUI.

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

See tab "Partner contact" (self-explanatory) in the channel GUI.