...
Wert | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des Mikrorohr-Verbundes | ab Version 2024.3.0 |
title | string | Titel des Mikrorohr-Verbundes | ab Version 2024.3.0 |
micro_pipes | array | Auflistung der zugewiesenen Mikrorohre mit folgenden Eigenschaften:
| ab Version 2024.3.0 |
...
cable.micro_pipe.get_
...
Beschreibung
Gibt alle Mikrorohr-Segmente zurück.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{
"method":"cable.micro_pipe.get_micro_pipe_segments",
"params":{
"apikey":"24174j3tqj",
"micro_pipe_id": 4,
},
"version":"2.0",
"id": 1
} |
Parameter
...
Rückgabewert
...
cable.micro_pipe.get_ending_micro_pipe_segments
Beschreibung
Gibt alle Mikrorohr-Segmente am Anfang und am Ende zurück.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{
"method":"cable.micro_pipe.get_ending_micro_pipe_segments",
"params":{
"apikey":"24174j3tqj",
"id":4,
"micro_pipe_id": 4
},
"version":"2.0",
"id": 1
} |
Parameter
...
Rückgabewert
...
cable.micro_pipe.get_connectors
Beschreibung
Gibt alle Mikrorohr-Verbinder zurück.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method":"cable.micro_pipe.get_connectors", "params":{ "apikey":"24174j3tqj", "connector_ids":[4,18] }, "version":"2.0", "id": 1 } |
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
connector_ids | array | Liste von IDs der Mikrorohr-Verbinder | ab Version 2024.3.0 |
Rückgabewert
Wert | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des Mikrorohr-Verbinders | ab Version 2024.3.0 |
title | string | Titel des Mikrorohr-Verbinders | ab Version 2024.3.0 |
left_segment_id | int | ID des verbundenen Mikrorohr-Segmentes links | ab Version 2024.3.0 |
right_segment_id | int | ID des verbundenen Mikrorohr-Segmentes rechts | ab Version 2024.3.0 |
branching_point_id | int | ID der verbundenen Abzweigstelle | ab Version 2024.3.0 |
branching_point_title | string | Titel der verbundenen Abzweigstelle | ab Version 2024.3.0 |
location_id | int | ID des Standortes der Abzweigstelle | ab Version 2024.3.0 |
location_title | string | Titel des Standortes der Abzweigstelle | ab Version 2024.3.0 |
cable.micro_pipe.trace_by_micro_pipe_segment
Beschreibung
Gibt die Verbindungen einer Mikrorohr-Strecke anhand eines Mikrorohr-Segmentes aus.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{
"method":"cable.micro_pipe.trace_by_micro_pipe_segment",
"params":{
"apikey":"24174j3tqj",
"segment_id":4
},
"version":"2.0",
"id": 1
} |
Parameter
...
Rückgabewert
Wert | Typ | Beschreibung | Version |
---|---|---|---|
connector_id | int | ID des Mikrorohr-Verbinders | ab Version 2024.3.0 |
branching_point_id | int | ID der Abzweigstelle | ab Version 2024.3.0 |
left_segment_id | int | ID des Mikrorohr-Segmentes links | ab Version 2024.3.0 |
left_segment_title | string | Titel des Mikrorohr-Segmentes links | ab Version 2024.3.0 |
right_segment_id | int | ID des Mikrorohr-Segmentes rechts | ab Version 2024.3.0 |
right_segment_title | string | Titel des Mikrorohr-Segmentes rechts | ab Version 2024.3.0 |
mit erweiterter Ausgabe: | |||
connector | Connector | Daten des Mikrorohr-Verbinders Die Datenstruktur ist in der Tabelle "Rückgabewerte" des Aufrufes "cable.micro_pipe.get_connectors" beschrieben. | ab Version 2024.3.0 |
left_segment | Segment | Daten des Mikrorohr-Segmentes links Die Datenstruktur ist in der Tabelle "Rückgabewerte" des Aufrufes "cable.micro_pipe.get_micro_pipe_segments" beschrieben. | ab Version 2024.3.0 |
right_segment | Segment | Daten des Mikrorohr-Segmentes rechts Die Datenstruktur ist in der Tabelle "Rückgabewerte" des Aufrufes "cable.micro_pipe.get_micro_pipe_segments" beschrieben. | ab Version 2024.3.0 |
...
cable.micro_pipe.assign_cable_to_micro_pipe_section
Beschreibung
Weist ein Kabel einer Mikrorohr-Strecke zu.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method":"cable.micro_pipe.assign_cable_to_micro_pipe_section", "params":{ "apikey":"24174j3tqj", "cable_id":4, "segment_id":8 }, "version":"2.0", "id": 1 } |
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
cable_id | int | ID des Kabels | ab Version 2024.3.0 |
segment_id | int | ID des Mikrorohr-Segmentes | ab Version 2024.3.0 |
Rückgabewert
kein Rückgabewert
...
cable.micro_pipe.reject_cable_from_micro_pipe_section
Beschreibung
Löscht die Kabelzuweisung zu einer Mikrorohr-Strecke.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method":"cable.micro_pipe.reject_cable_from_micro_pipe_section", "params":{ "apikey":"24174j3tqj", "cable_id":4 }, "version":"2.0", "id": 1 } |
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
cable_id | int | ID des Kabels | ab Version 2024.3.0 |
Rückgabewert
kein Rückgabewert