JSON - Number Of Routes This returns periodic messages containing counts of the EdgeOS network routes. Table of Contents Response Root Examples Routes 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" } }