Verwaltung von Mikrorohren.
Seitenverzeichnis:
cable.micro_pipe.get_micro_pipe_groups
Beschreibung
Gibt alle Mikrorohr-Verbände zurück.
Beispielaufruf
{ "method":"cable.micro_pipe.get_micro_pipe_groups", "params":{ "apikey":"24174j3tqj" }, "version":"2.0", "id": 1 }
Parameter
keine
Rückgabewert
Gibt alle Mikrorohr-Verbände mit deren Mikrorohren aus.
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_micro_pipe_segments
Beschreibung
Gibt alle Mikrorohr-Segmente zurück.
Beispielaufruf
{ "method":"cable.micro_pipe.get_micro_pipe_segments", "params":{ "apikey":"24174j3tqj", "data": , }, "version":"2.0", "id": 1 }
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
micro_pipe_id | int | Optional: ID des Mikrorohres | ab Version 1.0 |
segment_ids | array | Optional: Liste von Mikrorohr-Segmenten | ab Version 1.0 |
Rückgabewert
Wert | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des Mikrorohr-Segmentes | ab Version 2024.3.0 |
title | string | Titel des Mikrorohr-Segmentes | ab Version 2024.3.0 |
number | int | Reihenfolgen-Nummer des Mikrorohr-Segmentes | ab Version 2024.3.0 |
length | int | Länge des Mikrorohr-Segmentes | ab Version 2024.3.0 |
is_section_start | boolean | Flag, ob das Mikrorohr-Segment den Startpunkt einer Mikrorohr-Strecke kennzeichnet | ab Version 2024.3.0 |
cable_id | int | ID des zugewiesenen Kabels | ab Version 2024.3.0 |
cable_title | string | Titel des zugewiesenen Kabels | ab Version 2024.3.0 |
micro_pipe_id | int | ID des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_title | string | Titel des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_group_id | int | ID des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
micro_pipe_group_title | string | Titel des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
left_connector_id | int | ID des Mikrorohr-Verbinders links | ab Version 2024.3.0 |
left_branching_point_id | int | ID der Abzweigstelle links | ab Version 2024.3.0 |
right_connector_id | int | ID des Mikrorohr-Verbinders rechts | ab Version 2024.3.0 |
right_branching_point_id | int | ID der Abzweigstelle rechts | ab Version 2024.3.0 |
cable.micro_pipe.get_ending_micro_pipe_segments
Beschreibung
Gibt alle Mikrorohr-Segmente am Anfang und am Ende zurück.
Beispielaufruf
{ "method":"cable.micro_pipe.get_ending_micro_pipe_segments", "params":{ "apikey":"24174j3tqj", "id":4, "data": { "description":"Anschluss 1", "number":1, "type":"in" } }, "version":"2.0", "id": 1 }
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
micro_pipe_id | int | Optional: ID des Mikrorohres | ab Version 2024.3.0 |
only_without_cable_assignment | boolean | Optional: Nur Mikrorohr-Segmente ohne Kabel-Zuweisung | ab Version 2024.3.0 |
Rückgabewert
Wert | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des Mikrorohr-Segmentes | ab Version 2024.3.0 |
title | string | Titel des Mikrorohr-Segmentes | ab Version 2024.3.0 |
number | int | Reihenfolgen-Nummer des Mikrorohr-Segmentes | ab Version 2024.3.0 |
length | int | Länge des Mikrorohr-Segmentes | ab Version 2024.3.0 |
is_section_start | boolean | Flag, ob das Mikrorohr-Segment den Startpunkt einer Mikrorohr-Strecke kennzeichnet | ab Version 2024.3.0 |
cable_id | int | ID des zugewiesenen Kabels | ab Version 2024.3.0 |
cable_title | string | Titel des zugewiesenen Kabels | ab Version 2024.3.0 |
micro_pipe_id | int | ID des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_title | string | Titel des zugewiesenen Mikrorohres | ab Version 2024.3.0 |
micro_pipe_group_id | int | ID des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
micro_pipe_group_title | string | Titel des zugewiesenen Mikrorohr-Verbundes | ab Version 2024.3.0 |
left_connector_id | int | ID des Mikrorohr-Verbinders links | ab Version 2024.3.0 |
left_branching_point_id | int | ID der Abzweigstelle links | ab Version 2024.3.0 |
right_connector_id | int | ID des Mikrorohr-Verbinders rechts | ab Version 2024.3.0 |
right_branching_point_id | int | ID der Abzweigstelle rechts | ab Version 2024.3.0 |
cable.micro_pipe.get_connectors
Beschreibung
Gibt alle Mikrorohr-Verbinder zurück.
Beispielaufruf
{ "method":"cable.micro_pipe.get_connectors", "params":{ "apikey":"24174j3tqj", "id":4 }, "version":"2.0", "id": 1 }
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
connector_ids | array | Liste von ID der Anschlüsse | 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
{ "method":"cable.micro_pipe.trace_by_micro_pipe_segment", "params":{ "apikey":"24174j3tqj", "id":4 }, "version":"2.0", "id": 1 }
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
segment_id | int | ID des Mikrorohr-Segmentes | |
error_on_cable_assignment | boolean | Optional: | |
load_extended_information | boolean | Optional: |
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 | |
left_segment_id | int | ID des Mikrorohr-Segmentes links | |
left_segment_title | string | Titel des Mikrorohr-Segmentes links | |
right_segment_id | int | ID des Mikrorohr-Segmentes rechts | |
right_segment_title | string | Titel des Mikrorohr-Segmentes rechts | |
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. | |
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. | |
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. |
cable.micro_pipe.assign_cable_to_micro_pipe_section
Beschreibung
Löscht einen bestehenden Anschluss.
Beispielaufruf
{ "method":"cable.micro_pipe.assign_cable_to_micro_pipe_section", "params":{ "apikey":"24174j3tqj", "id":4 }, "version":"2.0", "id": 1 }
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
segment_id |
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 |
cable.micro_pipe.reject_cable_from_micro_pipe_section
Beschreibung
Löscht einen bestehenden Anschluss.
Beispielaufruf
{ "method":"cable.micro_pipe.reject_cable_from_micro_pipe_section", "params":{ "apikey":"24174j3tqj", "id":4 }, "version":"2.0", "id": 1 }
Parameter
Parameter | Typ | Beschreibung | Version |
---|---|---|---|
id | int | ID des zu löschenden Anschlusses | ab Version 1.0 |
Rückgabewert
Wert | Typ | Version |
---|---|---|
current_date | string | ab Version 1.0 |
id | int | ab Version 1.0 |
message | string | ab Version 1.0 |