PUT /protocols/bacnet/communication/network/ip-ports/{id}/bbmd-list/{bbmdId}/
This is the details of a specific BBMD.
This method is used to edit a BBMD.
All fields are required.
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 id of the BBMD in the list.
The Content-Length entity-header field indicates the size of the entity-body.
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
{
"ip": "192.168.1.1",
"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/1
<?xml version="1.0" encoding="utf-8"?>
<Bbmd>
<Ip>192.168.1.1</Ip>
<Port>47807</Port>
<Mask>255.255.252.0</Mask>
</Bbmd>
Eclypse REST API Document Revision 10.2