Skip to main content

Retrieves an overview of the network.

GET 

/network/overview

This endpoint provides a summary of the network, including the total number of devices, their status distribution, and average performance metrics.

Responses

  • 200 OK: Successfully retrieved the network overview.
  • 500 Internal Server Error: Unexpected server error.

Request

Responses

Successfully retrieved the network overview.

Schema

    averageBandwidth

    object

    nullable

    Represents bandwidth details for a network device

    downloadMbps int32nullable

    Download bandwidth in Mbps.

    uploadMbps int32nullable

    Upload bandwidth in Mbps.

    averageLatencyMs int32nullable

    The average network latency in milliseconds across all devices (optional).

    averagePacketLossPercentage int32nullable

    The average packet loss percentage across all devices (optional).

    deviceStatusCounts

    object

    required

    A mapping of device statuses to their respective counts.

    property name* int32
    totalDevices int32required

    The total number of network devices in the system.

Loading...