Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 641 Bytes

File metadata and controls

49 lines (38 loc) · 641 Bytes

JSON - Number Of Routes

This returns periodic messages containing counts of the EdgeOS network routes.

Table of Contents

Response

Root

Name Type Values Description

connected

Number

Number

The number of routes that are currently connected.

static

Number

Number

The number of static routes.

total

Number

Number

The total number of routes (should be the number of static + connected routes).

Examples

Routes

Routes Example
100
{
    "num-routes": {
        "connected": "3",
        "static": "1",
        "total": "4"
    }
}