GET /protocols/bacnet/communication/network/router-entries/{networkNumber}/
This resource prints all the details about a routing value.
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.
This is the network number.
Object Name: RouterEntry
Property Name | Type | Description | Method |
---|---|---|---|
NetworkNumber | Integer | This property is the network number of an entry in the routing table. | GET |
MacAddress | String | This property is the MAC Address of an entry in the routing table. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/router-entries/1000
{
"networkNumber": 1000,
"macAddress": "172.16.8.52:47808"
}
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/router-entries/1000
<?xml version="1.0" encoding="utf-8"?>
<RouterEntry>
<NetworkNumber>1000</NetworkNumber>
<MacAddress>172.16.8.52:47808</MacAddress>
</RouterEntry>
Eclypse REST API Document Revision 10.2