...
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method":"patch.port_layout.read", "params":{ "apikey":"24174j3tqj", "filter": { "descriptiontitle": "PatchpanelPort %" } }, "version":"2.0", "id": 1 } |
...
Wert | Typ | Beschreibung | Version | |
---|---|---|---|---|
id | int | ID des Datenbankeintrages | ab Version 1.0 | |
device_layout_id | int | ID des dazugehörigen Geräte-Layouts | ab Version 1.0obj | |
connector_id | int | ID des | referenzierten Gerätes / Objekteszugewiesenen Anschlusses | ab Version 1.0 |
descriptiontitle | string | Titel des LayoutsAnschlusses | ab Version 1.0 | |
number | int | Nummer des Anschlusses | ab Version 1.0 | |
row_title | string | Name der Port-Zeile | ab Version 1.0 | |
pos_ | countx | int | Anzahl der SpaltenPosition horizontal | ab Version 1.0 |
rowpos_county | intAnzahl der Zeilen | Position vertikal | ab Version 1.0 | |
label_orientation | string | Position der Beschriftung am Anschluss | ab Version 1.0 | |
status | string | Status des Anschlusses | ab Version 1.0 |
...
patch.port_layout.create
...
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method":"patch.port_layout.create", "params":{ "apikey":"24174j3tqj", "data": { "objdevice_layout_id":19, "description":"Panel Layout 1" 4, "connector_id": 14, "columnpos_countx": 4, "row_countpos_y": 1, "title": "Port 1" } }, "version":"2.0", "id": 1 } |
...