GET /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.
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.
The port's instance.
Object Name: BbmdList
Property Name | Type | Description | Method |
---|---|---|---|
BbmdList | Array <Bbmd> |
This object is an array of all the Bbmd created on the device. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list
[
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/1",
"name": "1"
},
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/2",
"name": "2"
},
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/3",
"name": "3"
},
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/4",
"name": "4"
},
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/5",
"name": "5"
}
]
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"?>
<BbmdList>
<Bbmd>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/1
</Href>
<Name>1</Name>
</Bbmd>
<Bbmd>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/2
</Href>
<Name>2</Name>
</Bbmd>
<Bbmd>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/3
</Href>
<Name>3</Name>
</Bbmd>
<Bbmd>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/4
</Href>
<Name>4</Name>
</Bbmd>
<Bbmd>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/5
</Href>
<Name>5</Name>
</Bbmd>
</BbmdList>
Eclypse REST API Document Revision 10.2