OpenWiFi
2.6.0
2.6.0
  • OpenWiFi Release 2.6 GA
  • ABOUT
    • About OpenWiFi
    • Supported Hardware
    • Device Partner Information
    • Cloud Partner Information
    • Ordering OpenWiFi APs
    • Example Partner Integrations
  • OPENWIFI STACK
    • Overview
    • SDK
    • Cloud Discovery
      • Discovery without Cloud
    • Access Points
      • Local Device Settings
    • Code Repositories
    • Artifacts
  • SDK
    • Getting Started
    • Release 2.6 SDK
    • Provisioning for Integrators
      • Data Model Introduction
      • Creating a Configuration
    • User Interface for Admins
      • Provisioning
        • Creating Entities
          • Configurations
            • Metrics Settings Example
        • Creating Venues
          • Configurations
            • WAN
            • VAP - SSID
      • Inventory Association
      • Gateway
      • Devices
        • Commands
        • Statistics
        • Command History
      • Firmware
    • Monitoring
      • ELK Integration
  • SDK Installation
    • Overview
    • Deploy using Docker Compose
    • Deploy using Helm
  • Device Feature Configuration Examples
    • Basic Device Provisioning
      • Bridge Mode SSID
      • NAT Gateway Mode SSID
      • Multi-VLAN SSID
    • Advanced Device Feature Configuration Examples
      • Zero Touch Provisioning
      • DHCP Relay
      • Services
      • Metrics
      • GRE
      • L2TP
      • VxLAN
      • WDS
      • Mesh
      • QoS
      • Dynamic Air Time Fairness
      • Captive Portal
        • External Captive Portal
      • Roaming RRM and SON
      • RADIUS Authenticated SSID
        • Dynamic VLANs with RADIUS
        • WISPr Subscriber Bandwidth
        • Dynamic Multi PSK
        • RADIUS MAC-Auth
      • Multi-PSK (MDU Shared Key)
      • Wireguard
      • Dynamic Air-Time Policy
      • Passpoint®
        • Configuration Introduction
        • Advertising Services
        • Passpoint® Configuration
  • RELEASE
    • What's New
    • Features
    • Security Updates
    • Resolved Issues
    • Outstanding Items
    • Testing Results
  • DEVELOPER RESOURCES
    • SDK API
      • OpenAPI Definitions
      • Security Service
      • Gateway Service
      • Firmware Management Service
      • Provisioning Service
      • Analytics Service
      • Postman Collection
    • SDK KAFKA
      • Connection
      • Device Event Queue
      • Device Telemetry
      • Healthcheck
      • Provisioning Change
      • Service Events
      • State
      • WiFi Scan
Powered by GitBook
On this page
  • Unit
  • Interfaces + Unit
  1. DEVELOPER RESOURCES
  2. SDK KAFKA

Healthcheck

Unit

{
  "system": {
    "id": 1637414624750592500,
    "host": "https://owgw-owgw:17002"
  },
  "payload": {
    "data": {
      "unit": {
        "memory": 20
      }
    },
    "sanity": 100,
    "serial": "903cb39d69c0",
    "timestamp": 1657200271,
    "uuid": 1657194597
  }
}

Interfaces + Unit

{
  "system": {
    "id": 1637414624750592500,
    "host": "https://owgw-owgw:17002"
  },
  "payload": {
    "data": {
      "interfaces": {
        "up1v100": {
          "dhcp": false,
          "location": "/interfaces/1",
          "warning": [
            "DHCP did not offer any leases"
          ]
        },
        "up2v125": {
          "dhcp": false,
          "location": "/interfaces/2",
          "warning": [
            "DHCP did not offer any leases"
          ]
        },
        "up3v200": {
          "dhcp": false,
          "location": "/interfaces/3",
          "warning": [
            "DHCP did not offer any leases"
          ]
        },
        "up4v150": {
          "dhcp": false,
          "location": "/interfaces/4",
          "warning": [
            "DHCP did not offer any leases"
          ]
        }
      },
      "unit": {
        "memory": 20
      }
    },
    "sanity": 43,
    "serial": "0006aee53b84",
    "timestamp": 1657200310,
    "uuid": 1657198335
  }
}
PreviousDevice TelemetryNextProvisioning Change

Last updated 2 years ago