GET /protocols/bacnet/communication/network/router-entries
This resource list all the value include in the routing table.
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.
Object Name: RouterEntries
Property Name | Type | Description | Method |
---|---|---|---|
RouterEntries | Array <RouterEntry> |
This object is an array of RouterEntry object. It represents the routing tables. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/router-entries
[
{
"href": "/api/rest/v1/protocols/bacnet/communication/network/router-entries/1000",
"name": "1000"
}
]
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication/network/router-entries
<?xml version="1.0" encoding="utf-8"?>
<RouterEntries>
<RouterEntry>
<Href>
/api/rest/v1/protocols/bacnet/communication/network/router-entries/1000
</Href>
<Name>1000</Name>
</RouterEntry>
</RouterEntries>
Eclypse REST API Document Revision 10.2