GET /protocols/bacnet/communication/network/mstp-ports
This resource lists all BACnet MS/TP ports.
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: MstpPorts
Property Name | Type | Description | Method |
---|---|---|---|
MstpPorts | Array <MstpPort> |
This object is an array of MstpPort | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/mstp-ports
[
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/mstp-ports/1",
"name": "1"
}
]
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/mstp-ports
<?xml version="1.0" encoding="utf-8"?>
<MstpPorts>
<MstpPort>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/mstp-ports/1
</Href>
<Name>1</Name>
</MstpPort>
</MstpPorts>
Eclypse REST API Document Revision 10.2