Namespace cmdb.cabling#
Work in Progress
cmdb.cabling.read#
This endpoint retrieves information about which connector is connected to a cable object.
Request parameters#
| Key | JSON data type | Required | Description |
|---|---|---|---|
| objID | Integer | Yes | ID of the object |
WIP
Response parameters#
JSON key result contains an array of JSON objects. Each object contains a search result.
| Key | JSON data type | Description |
|---|---|---|
| start | Object | Represents the starting point of the wiring connection. |
| end | Object | Represents the starting point of the wiring connection. |
Example#
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |
See also#
- API v1 Methods — Overview of all API v1 methods
- API Add-on — Getting started with the API Add-on
- i-doit Add-ons — All available add-ons