Information about IQRF Gateway

interface GatewayInformation {
    board: string;
    diskUsages: FileSystemUsage[];
    gwId: null | string;
    gwImage: null | string;
    hostname: string;
    interfaces: Types.Gateway.NetworkInterface[];
    memoryUsage: MemoryUsage;
    os: OperatingSystem;
    swapUsage: null | SwapUsage;
    uptime: string;
    versions: SoftwareVersions;
}

Hierarchy (View Summary)

Properties

board: string
diskUsages: FileSystemUsage[]
gwId: null | string
gwImage: null | string
hostname: string
memoryUsage: MemoryUsage
swapUsage: null | SwapUsage
uptime: string