GET /protocols/bacnet/communication/network/ip-ports/{id}/bbmd-list/{bbmdId}/
This is the details of a specific BBMD.
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.
The id of the BBMD in the list.
Object Name: Bbmd
Property Name | 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/1
{
"id": 1,
"port": 47808,
"mask": "255.255.0.0",
"ip": "192.168.1.1"
}
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/ip-ports/111/bbmd-list/1
<?xml version="1.0" encoding="utf-8"?>
<Bbmd>
<Id>1</Id>
<Ip>192.168.1.1</Ip>
<Port>47808</Port>
<Mask>255.255.0.0</Mask>
</Bbmd>
Eclypse REST API Document Revision 10.2