GET /protocols/bacnet/communication/network/ip-ports
This resource lists all IP 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: IpPorts
Property Name | Type | Description | Method |
---|---|---|---|
IpPorts | Array <IpPort> |
This object is an array of IpPort object. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/ip-ports
[
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/ip-ports/2102",
"name": "2102"
}
]
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/ip-ports
<?xml version="1.0" encoding="utf-8"?>
<IpPorts>
<IpPort>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/ip-ports/2102
</Href>
<Name>2102</Name>
</IpPort>
</IpPorts>
POST /protocols/bacnet/communication/network
This resource allows you to enable the routing of BACnet packets between BACnet MS/TP controllers connected to the ECLYPSE Controller’s RS-485 port and other IP-connected controllers (for example, BACnet/IP controllers connected to the ECLYPSE Controller’s Ethernet Switch ports or controllers connected through Wi-Fi). For example, routing must be enabled for EC-NetAX to discover the BACnet MS/TP controllers connected to the ECLYPSE Connected System Controller’s RS-485 port.
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.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Network
Property Name | Type | Description | Method |
---|---|---|---|
Enabled optional |
Boolean | This enables the routing of BACnet packets between BACnet MS/TP controllers connected to the ECLYPSE Connected System Controller’s RS-485 port and BACnet/IP controllers connected to the ECLYPSE Connected System Controller’s Ethernet Switch ports. | GET POST |
RouterEntries | Array <RouterEntry> |
This object is an array of RouterEntry object. It represents the routing tables. | GET |
IpPorts | Array <IpPort> |
This object is an array of IpPort object. | GET |
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
{
"enabled": false
}
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network
<?xml version="1.0" encoding="utf-8"?>
<Network>
<Enabled>false</Enabled>
</Network>
Eclypse REST API Document Revision 10.2