POST /protocols/bacnet/communication/network/ip-ports/{id}/bbmd-list
This resource lists all the BBMD-enabled controllers located on other subnetworks.
BACnet/IP devices send broadcast discovery messages such as “Who-Is” as a means to discover other BACnet devices on the network. However, when there are two or more BACnet/IP subnetworks, broadcast messages do not pass through network routers that separate these subnetworks.
BBMD allows broadcast message to pass through a router: on each subnet, a single device has BBMD enabled. Each BBMD device ensures BACnet/IP connectivity between subnets by forwarding broadcast messages found on its subnetwork to each other, and then onto the local subnetwork as a broadcast message.
All properties are required.
If the request is successful, the server responds with an Http Code 201 Created.
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 port's instance.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Bbmd
propertyName | type | description | method |
---|---|---|---|
Ip | String | The IP address of the BBMD located on the other subnetwork. | GET POST PUT |
Mask | String | The subnetwork mask for the other subnetwork. | GET POST PUT |
Port | Integer | The port number for the BACnet service of the BBMD located on the other subnetwork. | GET POST PUT |
Id | Integer | This is the Id of the bbmd. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list
{
"ip": "0.0.0.0",
"port": 47807,
"mask": "255.255.252.0"
}
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list
<?xml version="1.0" encoding="utf-8"?>
<Bbmd>
<Ip>0.0.0.0</Ip>
<Port>47807</Port>
<Mask>255.255.252.0</Mask>
</Bbmd>
Eclypse REST API Document Revision 10.2