1. Packages
  2. Juniper Mist
  3. API Docs
  4. device
  5. getApStats
Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi

junipermist.device.getApStats

Explore with Pulumi AI

junipermist logo
Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi

    This data source provides the list of Wireless Access Points with their statistics.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as junipermist from "@pulumi/junipermist";
    
    const apStats = junipermist.device.getApStats({
        orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
    });
    
    import pulumi
    import pulumi_junipermist as junipermist
    
    ap_stats = junipermist.device.get_ap_stats(org_id="15fca2ac-b1a6-47cc-9953-cc6906281550")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-junipermist/sdk/go/junipermist/device"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := device.GetApStats(ctx, &device.GetApStatsArgs{
    			OrgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using JuniperMist = Pulumi.JuniperMist;
    
    return await Deployment.RunAsync(() => 
    {
        var apStats = JuniperMist.Device.GetApStats.Invoke(new()
        {
            OrgId = "15fca2ac-b1a6-47cc-9953-cc6906281550",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.junipermist.device.DeviceFunctions;
    import com.pulumi.junipermist.device.inputs.GetApStatsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var apStats = DeviceFunctions.getApStats(GetApStatsArgs.builder()
                .orgId("15fca2ac-b1a6-47cc-9953-cc6906281550")
                .build());
    
        }
    }
    
    variables:
      apStats:
        fn::invoke:
          Function: junipermist:device:getApStats
          Arguments:
            orgId: 15fca2ac-b1a6-47cc-9953-cc6906281550
    

    Using getApStats

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getApStats(args: GetApStatsArgs, opts?: InvokeOptions): Promise<GetApStatsResult>
    function getApStatsOutput(args: GetApStatsOutputArgs, opts?: InvokeOptions): Output<GetApStatsResult>
    def get_ap_stats(duration: Optional[str] = None,
                     end: Optional[int] = None,
                     mac: Optional[str] = None,
                     org_id: Optional[str] = None,
                     site_id: Optional[str] = None,
                     start: Optional[int] = None,
                     status: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetApStatsResult
    def get_ap_stats_output(duration: Optional[pulumi.Input[str]] = None,
                     end: Optional[pulumi.Input[int]] = None,
                     mac: Optional[pulumi.Input[str]] = None,
                     org_id: Optional[pulumi.Input[str]] = None,
                     site_id: Optional[pulumi.Input[str]] = None,
                     start: Optional[pulumi.Input[int]] = None,
                     status: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetApStatsResult]
    func GetApStats(ctx *Context, args *GetApStatsArgs, opts ...InvokeOption) (*GetApStatsResult, error)
    func GetApStatsOutput(ctx *Context, args *GetApStatsOutputArgs, opts ...InvokeOption) GetApStatsResultOutput

    > Note: This function is named GetApStats in the Go SDK.

    public static class GetApStats 
    {
        public static Task<GetApStatsResult> InvokeAsync(GetApStatsArgs args, InvokeOptions? opts = null)
        public static Output<GetApStatsResult> Invoke(GetApStatsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApStatsResult> getApStats(GetApStatsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: junipermist:device/getApStats:getApStats
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrgId string
    Duration string
    duration like 7d, 2w
    End int
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    Mac string
    SiteId string
    Start int
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    Status string
    OrgId string
    Duration string
    duration like 7d, 2w
    End int
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    Mac string
    SiteId string
    Start int
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    Status string
    orgId String
    duration String
    duration like 7d, 2w
    end Integer
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac String
    siteId String
    start Integer
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status String
    orgId string
    duration string
    duration like 7d, 2w
    end number
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac string
    siteId string
    start number
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status string
    org_id str
    duration str
    duration like 7d, 2w
    end int
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac str
    site_id str
    start int
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status str
    orgId String
    duration String
    duration like 7d, 2w
    end Number
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac String
    siteId String
    start Number
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status String

    getApStats Result

    The following output properties are available:

    DeviceApStats List<Pulumi.JuniperMist.Device.Outputs.GetApStatsDeviceApStat>
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    Duration string
    duration like 7d, 2w
    End int
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    Mac string
    SiteId string
    Start int
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    Status string
    DeviceApStats []GetApStatsDeviceApStat
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    Duration string
    duration like 7d, 2w
    End int
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    Mac string
    SiteId string
    Start int
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    Status string
    deviceApStats List<GetApStatsDeviceApStat>
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    duration String
    duration like 7d, 2w
    end Integer
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac String
    siteId String
    start Integer
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status String
    deviceApStats GetApStatsDeviceApStat[]
    id string
    The provider-assigned unique ID for this managed resource.
    orgId string
    duration string
    duration like 7d, 2w
    end number
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac string
    siteId string
    start number
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status string
    device_ap_stats Sequence[GetApStatsDeviceApStat]
    id str
    The provider-assigned unique ID for this managed resource.
    org_id str
    duration str
    duration like 7d, 2w
    end int
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac str
    site_id str
    start int
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status str
    deviceApStats List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    duration String
    duration like 7d, 2w
    end Number
    end datetime, can be epoch or relative time like -1d, -2h; now if not specified
    mac String
    siteId String
    start Number
    start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
    status String

    Supporting Types

    GetApStatsDeviceApStat

    AutoPlacement Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatAutoPlacement
    AutoUpgradeStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatAutoUpgradeStat
    BleStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatBleStat
    CertExpiry double
    ConfigReverted bool
    CpuSystem int
    CpuUtil int
    CreatedTime int
    DeviceprofileId string
    EnvStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatEnvStat
    device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
    EslStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatEslStat
    ExtIp string
    Fwupdate Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatFwupdate
    HwRev string
    Id string
    InactiveWiredVlans List<int>
    IotStat Dictionary<string, Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatIotStat>
    Ip string
    IpConfig Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatIpConfig
    IP AP settings
    IpStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatIpStat
    L2tpStat Dictionary<string, Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatL2tpStat>
    l2tp tunnel status (key is the wxtunnel*id)
    LastSeen double
    last seen timestamp
    LastTrouble Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatLastTrouble
    last trouble code of switch
    Led Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatLed
    LED AP settings
    LldpStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatLldpStat
    LLDP Stat (neighbor information, power negotiations)
    Locating bool
    Locked bool
    whether this AP is considered locked (placement / orientation has been vetted)
    Mac string
    device mac
    MapId string
    MemUsedKb int
    MeshDownlinks Dictionary<string, Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatMeshDownlinks>
    Property key is the mesh downlink id (e.g 00000000-0000-0000-1000-5c5b35000010)
    MeshUplink Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatMeshUplink
    Model string
    device model
    ModifiedTime int
    Mount string
    Name string
    Notes string
    NumClients int
    how many wireless clients are currently connected
    OrgId string
    PortStat Dictionary<string, Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatPortStat>
    Property key is the port name (e.g. eth0)
    PowerBudget int
    in mW, surplus if positive or deficit if negative
    PowerConstrained bool
    whether insufficient power
    PowerOpmode string
    constrained mode
    PowerSrc string
    DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
    RadioStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatRadioStat
    RxBps double
    RxBytes int
    RxPkts int
    Serial string
    serial
    SiteId string
    Status string
    SwitchRedundancy Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatSwitchRedundancy
    TxBps double
    TxBytes double
    TxPkts double
    Uptime double
    how long, in seconds, has the device been up (or rebooted)
    UsbStat Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatUsbStat
    Version string
    X double
    Y double
    AutoPlacement GetApStatsDeviceApStatAutoPlacement
    AutoUpgradeStat GetApStatsDeviceApStatAutoUpgradeStat
    BleStat GetApStatsDeviceApStatBleStat
    CertExpiry float64
    ConfigReverted bool
    CpuSystem int
    CpuUtil int
    CreatedTime int
    DeviceprofileId string
    EnvStat GetApStatsDeviceApStatEnvStat
    device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
    EslStat GetApStatsDeviceApStatEslStat
    ExtIp string
    Fwupdate GetApStatsDeviceApStatFwupdate
    HwRev string
    Id string
    InactiveWiredVlans []int
    IotStat map[string]GetApStatsDeviceApStatIotStat
    Ip string
    IpConfig GetApStatsDeviceApStatIpConfig
    IP AP settings
    IpStat GetApStatsDeviceApStatIpStat
    L2tpStat map[string]GetApStatsDeviceApStatL2tpStat
    l2tp tunnel status (key is the wxtunnel*id)
    LastSeen float64
    last seen timestamp
    LastTrouble GetApStatsDeviceApStatLastTrouble
    last trouble code of switch
    Led GetApStatsDeviceApStatLed
    LED AP settings
    LldpStat GetApStatsDeviceApStatLldpStat
    LLDP Stat (neighbor information, power negotiations)
    Locating bool
    Locked bool
    whether this AP is considered locked (placement / orientation has been vetted)
    Mac string
    device mac
    MapId string
    MemUsedKb int
    MeshDownlinks map[string]GetApStatsDeviceApStatMeshDownlinks
    Property key is the mesh downlink id (e.g 00000000-0000-0000-1000-5c5b35000010)
    MeshUplink GetApStatsDeviceApStatMeshUplink
    Model string
    device model
    ModifiedTime int
    Mount string
    Name string
    Notes string
    NumClients int
    how many wireless clients are currently connected
    OrgId string
    PortStat map[string]GetApStatsDeviceApStatPortStat
    Property key is the port name (e.g. eth0)
    PowerBudget int
    in mW, surplus if positive or deficit if negative
    PowerConstrained bool
    whether insufficient power
    PowerOpmode string
    constrained mode
    PowerSrc string
    DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
    RadioStat GetApStatsDeviceApStatRadioStat
    RxBps float64
    RxBytes int
    RxPkts int
    Serial string
    serial
    SiteId string
    Status string
    SwitchRedundancy GetApStatsDeviceApStatSwitchRedundancy
    TxBps float64
    TxBytes float64
    TxPkts float64
    Uptime float64
    how long, in seconds, has the device been up (or rebooted)
    UsbStat GetApStatsDeviceApStatUsbStat
    Version string
    X float64
    Y float64
    autoPlacement GetApStatsDeviceApStatAutoPlacement
    autoUpgradeStat GetApStatsDeviceApStatAutoUpgradeStat
    bleStat GetApStatsDeviceApStatBleStat
    certExpiry Double
    configReverted Boolean
    cpuSystem Integer
    cpuUtil Integer
    createdTime Integer
    deviceprofileId String
    envStat GetApStatsDeviceApStatEnvStat
    device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
    eslStat GetApStatsDeviceApStatEslStat
    extIp String
    fwupdate GetApStatsDeviceApStatFwupdate
    hwRev String
    id String
    inactiveWiredVlans List<Integer>
    iotStat Map<String,GetApStatsDeviceApStatIotStat>
    ip String
    ipConfig GetApStatsDeviceApStatIpConfig
    IP AP settings
    ipStat GetApStatsDeviceApStatIpStat
    l2tpStat Map<String,GetApStatsDeviceApStatL2tpStat>
    l2tp tunnel status (key is the wxtunnel*id)
    lastSeen Double
    last seen timestamp
    lastTrouble GetApStatsDeviceApStatLastTrouble
    last trouble code of switch
    led GetApStatsDeviceApStatLed
    LED AP settings
    lldpStat GetApStatsDeviceApStatLldpStat
    LLDP Stat (neighbor information, power negotiations)
    locating Boolean
    locked Boolean
    whether this AP is considered locked (placement / orientation has been vetted)
    mac String
    device mac
    mapId String
    memUsedKb Integer
    meshDownlinks Map<String,GetApStatsDeviceApStatMeshDownlinks>
    Property key is the mesh downlink id (e.g 00000000-0000-0000-1000-5c5b35000010)
    meshUplink GetApStatsDeviceApStatMeshUplink
    model String
    device model
    modifiedTime Integer
    mount String
    name String
    notes String
    numClients Integer
    how many wireless clients are currently connected
    orgId String
    portStat Map<String,GetApStatsDeviceApStatPortStat>
    Property key is the port name (e.g. eth0)
    powerBudget Integer
    in mW, surplus if positive or deficit if negative
    powerConstrained Boolean
    whether insufficient power
    powerOpmode String
    constrained mode
    powerSrc String
    DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
    radioStat GetApStatsDeviceApStatRadioStat
    rxBps Double
    rxBytes Integer
    rxPkts Integer
    serial String
    serial
    siteId String
    status String
    switchRedundancy GetApStatsDeviceApStatSwitchRedundancy
    txBps Double
    txBytes Double
    txPkts Double
    uptime Double
    how long, in seconds, has the device been up (or rebooted)
    usbStat GetApStatsDeviceApStatUsbStat
    version String
    x Double
    y Double
    autoPlacement GetApStatsDeviceApStatAutoPlacement
    autoUpgradeStat GetApStatsDeviceApStatAutoUpgradeStat
    bleStat GetApStatsDeviceApStatBleStat
    certExpiry number
    configReverted boolean
    cpuSystem number
    cpuUtil number
    createdTime number
    deviceprofileId string
    envStat GetApStatsDeviceApStatEnvStat
    device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
    eslStat GetApStatsDeviceApStatEslStat
    extIp string
    fwupdate GetApStatsDeviceApStatFwupdate
    hwRev string
    id string
    inactiveWiredVlans number[]
    iotStat {[key: string]: GetApStatsDeviceApStatIotStat}
    ip string
    ipConfig GetApStatsDeviceApStatIpConfig
    IP AP settings
    ipStat GetApStatsDeviceApStatIpStat
    l2tpStat {[key: string]: GetApStatsDeviceApStatL2tpStat}
    l2tp tunnel status (key is the wxtunnel*id)
    lastSeen number
    last seen timestamp
    lastTrouble GetApStatsDeviceApStatLastTrouble
    last trouble code of switch
    led GetApStatsDeviceApStatLed
    LED AP settings
    lldpStat GetApStatsDeviceApStatLldpStat
    LLDP Stat (neighbor information, power negotiations)
    locating boolean
    locked boolean
    whether this AP is considered locked (placement / orientation has been vetted)
    mac string
    device mac
    mapId string
    memUsedKb number
    meshDownlinks {[key: string]: GetApStatsDeviceApStatMeshDownlinks}
    Property key is the mesh downlink id (e.g 00000000-0000-0000-1000-5c5b35000010)
    meshUplink GetApStatsDeviceApStatMeshUplink
    model string
    device model
    modifiedTime number
    mount string
    name string
    notes string
    numClients number
    how many wireless clients are currently connected
    orgId string
    portStat {[key: string]: GetApStatsDeviceApStatPortStat}
    Property key is the port name (e.g. eth0)
    powerBudget number
    in mW, surplus if positive or deficit if negative
    powerConstrained boolean
    whether insufficient power
    powerOpmode string
    constrained mode
    powerSrc string
    DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
    radioStat GetApStatsDeviceApStatRadioStat
    rxBps number
    rxBytes number
    rxPkts number
    serial string
    serial
    siteId string
    status string
    switchRedundancy GetApStatsDeviceApStatSwitchRedundancy
    txBps number
    txBytes number
    txPkts number
    uptime number
    how long, in seconds, has the device been up (or rebooted)
    usbStat GetApStatsDeviceApStatUsbStat
    version string
    x number
    y number
    auto_placement GetApStatsDeviceApStatAutoPlacement
    auto_upgrade_stat GetApStatsDeviceApStatAutoUpgradeStat
    ble_stat GetApStatsDeviceApStatBleStat
    cert_expiry float
    config_reverted bool
    cpu_system int
    cpu_util int
    created_time int
    deviceprofile_id str
    env_stat GetApStatsDeviceApStatEnvStat
    device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
    esl_stat GetApStatsDeviceApStatEslStat
    ext_ip str
    fwupdate GetApStatsDeviceApStatFwupdate
    hw_rev str
    id str
    inactive_wired_vlans Sequence[int]
    iot_stat Mapping[str, GetApStatsDeviceApStatIotStat]
    ip str
    ip_config GetApStatsDeviceApStatIpConfig
    IP AP settings
    ip_stat GetApStatsDeviceApStatIpStat
    l2tp_stat Mapping[str, GetApStatsDeviceApStatL2tpStat]
    l2tp tunnel status (key is the wxtunnel*id)
    last_seen float
    last seen timestamp
    last_trouble GetApStatsDeviceApStatLastTrouble
    last trouble code of switch
    led GetApStatsDeviceApStatLed
    LED AP settings
    lldp_stat GetApStatsDeviceApStatLldpStat
    LLDP Stat (neighbor information, power negotiations)
    locating bool
    locked bool
    whether this AP is considered locked (placement / orientation has been vetted)
    mac str
    device mac
    map_id str
    mem_used_kb int
    mesh_downlinks Mapping[str, GetApStatsDeviceApStatMeshDownlinks]
    Property key is the mesh downlink id (e.g 00000000-0000-0000-1000-5c5b35000010)
    mesh_uplink GetApStatsDeviceApStatMeshUplink
    model str
    device model
    modified_time int
    mount str
    name str
    notes str
    num_clients int
    how many wireless clients are currently connected
    org_id str
    port_stat Mapping[str, GetApStatsDeviceApStatPortStat]
    Property key is the port name (e.g. eth0)
    power_budget int
    in mW, surplus if positive or deficit if negative
    power_constrained bool
    whether insufficient power
    power_opmode str
    constrained mode
    power_src str
    DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
    radio_stat GetApStatsDeviceApStatRadioStat
    rx_bps float
    rx_bytes int
    rx_pkts int
    serial str
    serial
    site_id str
    status str
    switch_redundancy GetApStatsDeviceApStatSwitchRedundancy
    tx_bps float
    tx_bytes float
    tx_pkts float
    uptime float
    how long, in seconds, has the device been up (or rebooted)
    usb_stat GetApStatsDeviceApStatUsbStat
    version str
    x float
    y float
    autoPlacement Property Map
    autoUpgradeStat Property Map
    bleStat Property Map
    certExpiry Number
    configReverted Boolean
    cpuSystem Number
    cpuUtil Number
    createdTime Number
    deviceprofileId String
    envStat Property Map
    device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
    eslStat Property Map
    extIp String
    fwupdate Property Map
    hwRev String
    id String
    inactiveWiredVlans List<Number>
    iotStat Map<Property Map>
    ip String
    ipConfig Property Map
    IP AP settings
    ipStat Property Map
    l2tpStat Map<Property Map>
    l2tp tunnel status (key is the wxtunnel*id)
    lastSeen Number
    last seen timestamp
    lastTrouble Property Map
    last trouble code of switch
    led Property Map
    LED AP settings
    lldpStat Property Map
    LLDP Stat (neighbor information, power negotiations)
    locating Boolean
    locked Boolean
    whether this AP is considered locked (placement / orientation has been vetted)
    mac String
    device mac
    mapId String
    memUsedKb Number
    meshDownlinks Map<Property Map>
    Property key is the mesh downlink id (e.g 00000000-0000-0000-1000-5c5b35000010)
    meshUplink Property Map
    model String
    device model
    modifiedTime Number
    mount String
    name String
    notes String
    numClients Number
    how many wireless clients are currently connected
    orgId String
    portStat Map<Property Map>
    Property key is the port name (e.g. eth0)
    powerBudget Number
    in mW, surplus if positive or deficit if negative
    powerConstrained Boolean
    whether insufficient power
    powerOpmode String
    constrained mode
    powerSrc String
    DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
    radioStat Property Map
    rxBps Number
    rxBytes Number
    rxPkts Number
    serial String
    serial
    siteId String
    status String
    switchRedundancy Property Map
    txBps Number
    txBytes Number
    txPkts Number
    uptime Number
    how long, in seconds, has the device been up (or rebooted)
    usbStat Property Map
    version String
    x Number
    y Number

    GetApStatsDeviceApStatAutoPlacement

    Info Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatAutoPlacementInfo
    Additional information about auto placements AP data
    RecommendedAnchor bool
    Flag to represent if AP is recommended as an anchor by auto placement service
    Status string
    Basic Placement Status
    StatusDetail string
    Additional info about placement status
    UseAutoPlacement bool
    Flag to represent if auto_placement values are currently utilized
    X double
    X Autoplaced Position in pixels
    XM double
    X Autoplaced Position in meters
    Y double
    Y Autoplaced Position in pixels
    YM double
    X Autoplaced Position in meters
    Info GetApStatsDeviceApStatAutoPlacementInfo
    Additional information about auto placements AP data
    RecommendedAnchor bool
    Flag to represent if AP is recommended as an anchor by auto placement service
    Status string
    Basic Placement Status
    StatusDetail string
    Additional info about placement status
    UseAutoPlacement bool
    Flag to represent if auto_placement values are currently utilized
    X float64
    X Autoplaced Position in pixels
    XM float64
    X Autoplaced Position in meters
    Y float64
    Y Autoplaced Position in pixels
    YM float64
    X Autoplaced Position in meters
    info GetApStatsDeviceApStatAutoPlacementInfo
    Additional information about auto placements AP data
    recommendedAnchor Boolean
    Flag to represent if AP is recommended as an anchor by auto placement service
    status String
    Basic Placement Status
    statusDetail String
    Additional info about placement status
    useAutoPlacement Boolean
    Flag to represent if auto_placement values are currently utilized
    x Double
    X Autoplaced Position in pixels
    xM Double
    X Autoplaced Position in meters
    y Double
    Y Autoplaced Position in pixels
    yM Double
    X Autoplaced Position in meters
    info GetApStatsDeviceApStatAutoPlacementInfo
    Additional information about auto placements AP data
    recommendedAnchor boolean
    Flag to represent if AP is recommended as an anchor by auto placement service
    status string
    Basic Placement Status
    statusDetail string
    Additional info about placement status
    useAutoPlacement boolean
    Flag to represent if auto_placement values are currently utilized
    x number
    X Autoplaced Position in pixels
    xM number
    X Autoplaced Position in meters
    y number
    Y Autoplaced Position in pixels
    yM number
    X Autoplaced Position in meters
    info GetApStatsDeviceApStatAutoPlacementInfo
    Additional information about auto placements AP data
    recommended_anchor bool
    Flag to represent if AP is recommended as an anchor by auto placement service
    status str
    Basic Placement Status
    status_detail str
    Additional info about placement status
    use_auto_placement bool
    Flag to represent if auto_placement values are currently utilized
    x float
    X Autoplaced Position in pixels
    x_m float
    X Autoplaced Position in meters
    y float
    Y Autoplaced Position in pixels
    y_m float
    X Autoplaced Position in meters
    info Property Map
    Additional information about auto placements AP data
    recommendedAnchor Boolean
    Flag to represent if AP is recommended as an anchor by auto placement service
    status String
    Basic Placement Status
    statusDetail String
    Additional info about placement status
    useAutoPlacement Boolean
    Flag to represent if auto_placement values are currently utilized
    x Number
    X Autoplaced Position in pixels
    xM Number
    X Autoplaced Position in meters
    y Number
    Y Autoplaced Position in pixels
    yM Number
    X Autoplaced Position in meters

    GetApStatsDeviceApStatAutoPlacementInfo

    ClusterNumber int
    All APs sharing a given cluster number can be placed relative to each other
    OrientationStats int
    The orientation of an AP
    ProbabilitySurface Pulumi.JuniperMist.Device.Inputs.GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
    Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
    ClusterNumber int
    All APs sharing a given cluster number can be placed relative to each other
    OrientationStats int
    The orientation of an AP
    ProbabilitySurface GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
    Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
    clusterNumber Integer
    All APs sharing a given cluster number can be placed relative to each other
    orientationStats Integer
    The orientation of an AP
    probabilitySurface GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
    Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
    clusterNumber number
    All APs sharing a given cluster number can be placed relative to each other
    orientationStats number
    The orientation of an AP
    probabilitySurface GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
    Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
    cluster_number int
    All APs sharing a given cluster number can be placed relative to each other
    orientation_stats int
    The orientation of an AP
    probability_surface GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
    Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
    clusterNumber Number
    All APs sharing a given cluster number can be placed relative to each other
    orientationStats Number
    The orientation of an AP
    probabilitySurface Property Map
    Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result

    GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface

    Radius double
    The radius representing placement uncertainty, measured in pixels
    RadiusM double
    The radius representing placement uncertainty, measured in meters
    X double
    Y-coordinate of the potential placement’s center, measured in pixels
    Radius float64
    The radius representing placement uncertainty, measured in pixels
    RadiusM float64
    The radius representing placement uncertainty, measured in meters
    X float64
    Y-coordinate of the potential placement’s center, measured in pixels
    radius Double
    The radius representing placement uncertainty, measured in pixels
    radiusM Double
    The radius representing placement uncertainty, measured in meters
    x Double
    Y-coordinate of the potential placement’s center, measured in pixels
    radius number
    The radius representing placement uncertainty, measured in pixels
    radiusM number
    The radius representing placement uncertainty, measured in meters
    x number
    Y-coordinate of the potential placement’s center, measured in pixels
    radius float
    The radius representing placement uncertainty, measured in pixels
    radius_m float
    The radius representing placement uncertainty, measured in meters
    x float
    Y-coordinate of the potential placement’s center, measured in pixels
    radius Number
    The radius representing placement uncertainty, measured in pixels
    radiusM Number
    The radius representing placement uncertainty, measured in meters
    x Number
    Y-coordinate of the potential placement’s center, measured in pixels

    GetApStatsDeviceApStatAutoUpgradeStat

    lastcheck Integer
    lastcheck number
    lastcheck Number

    GetApStatsDeviceApStatBleStat

    BeaconEnabled bool
    BeaconRate int
    EddystoneUidEnabled bool
    EddystoneUidFreqMsec int
    EddystoneUidInstance string
    EddystoneUidNamespace string
    EddystoneUrlEnabled bool
    EddystoneUrlFreqMsec int
    Frequency (msec) of data emmit by Eddystone-UID beacon
    EddystoneUrlUrl string
    IbeaconEnabled bool
    IbeaconFreqMsec int
    IbeaconMajor int
    IbeaconMinor int
    IbeaconUuid string
    Major int
    Minors List<int>
    Power int
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    TxResets int
    resets due to tx hung
    Uuid string
    BeaconEnabled bool
    BeaconRate int
    EddystoneUidEnabled bool
    EddystoneUidFreqMsec int
    EddystoneUidInstance string
    EddystoneUidNamespace string
    EddystoneUrlEnabled bool
    EddystoneUrlFreqMsec int
    Frequency (msec) of data emmit by Eddystone-UID beacon
    EddystoneUrlUrl string
    IbeaconEnabled bool
    IbeaconFreqMsec int
    IbeaconMajor int
    IbeaconMinor int
    IbeaconUuid string
    Major int
    Minors []int
    Power int
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    TxResets int
    resets due to tx hung
    Uuid string
    beaconEnabled Boolean
    beaconRate Integer
    eddystoneUidEnabled Boolean
    eddystoneUidFreqMsec Integer
    eddystoneUidInstance String
    eddystoneUidNamespace String
    eddystoneUrlEnabled Boolean
    eddystoneUrlFreqMsec Integer
    Frequency (msec) of data emmit by Eddystone-UID beacon
    eddystoneUrlUrl String
    ibeaconEnabled Boolean
    ibeaconFreqMsec Integer
    ibeaconMajor Integer
    ibeaconMinor Integer
    ibeaconUuid String
    major Integer
    minors List<Integer>
    power Integer
    rxBytes Integer
    rxPkts Integer
    txBytes Integer
    txPkts Integer
    txResets Integer
    resets due to tx hung
    uuid String
    beaconEnabled boolean
    beaconRate number
    eddystoneUidEnabled boolean
    eddystoneUidFreqMsec number
    eddystoneUidInstance string
    eddystoneUidNamespace string
    eddystoneUrlEnabled boolean
    eddystoneUrlFreqMsec number
    Frequency (msec) of data emmit by Eddystone-UID beacon
    eddystoneUrlUrl string
    ibeaconEnabled boolean
    ibeaconFreqMsec number
    ibeaconMajor number
    ibeaconMinor number
    ibeaconUuid string
    major number
    minors number[]
    power number
    rxBytes number
    rxPkts number
    txBytes number
    txPkts number
    txResets number
    resets due to tx hung
    uuid string
    beaconEnabled Boolean
    beaconRate Number
    eddystoneUidEnabled Boolean
    eddystoneUidFreqMsec Number
    eddystoneUidInstance String
    eddystoneUidNamespace String
    eddystoneUrlEnabled Boolean
    eddystoneUrlFreqMsec Number
    Frequency (msec) of data emmit by Eddystone-UID beacon
    eddystoneUrlUrl String
    ibeaconEnabled Boolean
    ibeaconFreqMsec Number
    ibeaconMajor Number
    ibeaconMinor Number
    ibeaconUuid String
    major Number
    minors List<Number>
    power Number
    rxBytes Number
    rxPkts Number
    txBytes Number
    txPkts Number
    txResets Number
    resets due to tx hung
    uuid String

    GetApStatsDeviceApStatEnvStat

    AccelX double
    AccelY double
    AccelZ double
    AmbientTemp int
    Attitude int
    CpuTemp int
    Humidity int
    MagneX double
    MagneY double
    MagneZ double
    Pressure double
    VcoreVoltage int
    AccelX float64
    AccelY float64
    AccelZ float64
    AmbientTemp int
    Attitude int
    CpuTemp int
    Humidity int
    MagneX float64
    MagneY float64
    MagneZ float64
    Pressure float64
    VcoreVoltage int
    accelX Double
    accelY Double
    accelZ Double
    ambientTemp Integer
    attitude Integer
    cpuTemp Integer
    humidity Integer
    magneX Double
    magneY Double
    magneZ Double
    pressure Double
    vcoreVoltage Integer
    accelX number
    accelY number
    accelZ number
    ambientTemp number
    attitude number
    cpuTemp number
    humidity number
    magneX number
    magneY number
    magneZ number
    pressure number
    vcoreVoltage number
    accelX Number
    accelY Number
    accelZ Number
    ambientTemp Number
    attitude Number
    cpuTemp Number
    humidity Number
    magneX Number
    magneY Number
    magneZ Number
    pressure Number
    vcoreVoltage Number

    GetApStatsDeviceApStatEslStat

    Channel int
    Connected bool
    Type string
    Up bool
    Channel int
    Connected bool
    Type string
    Up bool
    channel Integer
    connected Boolean
    type String
    up Boolean
    channel number
    connected boolean
    type string
    up boolean
    channel int
    connected bool
    type str
    up bool
    channel Number
    connected Boolean
    type String
    up Boolean

    GetApStatsDeviceApStatFwupdate

    Progress int
    Status string
    StatusId int
    Timestamp double
    WillRetry bool
    Progress int
    Status string
    StatusId int
    Timestamp float64
    WillRetry bool
    progress Integer
    status String
    statusId Integer
    timestamp Double
    willRetry Boolean
    progress number
    status string
    statusId number
    timestamp number
    willRetry boolean
    progress Number
    status String
    statusId Number
    timestamp Number
    willRetry Boolean

    GetApStatsDeviceApStatIotStat

    Value int
    Value int
    value Integer
    value number
    value int
    value Number

    GetApStatsDeviceApStatIpConfig

    Dns List<string>
    if type==static
    DnsSuffixes List<string>
    required if type==static
    Gateway string
    required if type==static
    Gateway6 string
    Ip string
    required if type==static
    Ip6 string
    Mtu int
    Netmask string
    required if type==static
    Netmask6 string
    Type string
    Type6 string
    VlanId int
    management vlan id, default is 1 (untagged)
    Dns []string
    if type==static
    DnsSuffixes []string
    required if type==static
    Gateway string
    required if type==static
    Gateway6 string
    Ip string
    required if type==static
    Ip6 string
    Mtu int
    Netmask string
    required if type==static
    Netmask6 string
    Type string
    Type6 string
    VlanId int
    management vlan id, default is 1 (untagged)
    dns List<String>
    if type==static
    dnsSuffixes List<String>
    required if type==static
    gateway String
    required if type==static
    gateway6 String
    ip String
    required if type==static
    ip6 String
    mtu Integer
    netmask String
    required if type==static
    netmask6 String
    type String
    type6 String
    vlanId Integer
    management vlan id, default is 1 (untagged)
    dns string[]
    if type==static
    dnsSuffixes string[]
    required if type==static
    gateway string
    required if type==static
    gateway6 string
    ip string
    required if type==static
    ip6 string
    mtu number
    netmask string
    required if type==static
    netmask6 string
    type string
    type6 string
    vlanId number
    management vlan id, default is 1 (untagged)
    dns Sequence[str]
    if type==static
    dns_suffixes Sequence[str]
    required if type==static
    gateway str
    required if type==static
    gateway6 str
    ip str
    required if type==static
    ip6 str
    mtu int
    netmask str
    required if type==static
    netmask6 str
    type str
    type6 str
    vlan_id int
    management vlan id, default is 1 (untagged)
    dns List<String>
    if type==static
    dnsSuffixes List<String>
    required if type==static
    gateway String
    required if type==static
    gateway6 String
    ip String
    required if type==static
    ip6 String
    mtu Number
    netmask String
    required if type==static
    netmask6 String
    type String
    type6 String
    vlanId Number
    management vlan id, default is 1 (untagged)

    GetApStatsDeviceApStatIpStat

    DhcpServer string
    Dns List<string>
    DnsSuffixes List<string>
    Gateway string
    Gateway6 string
    Ip string
    Ip6 string
    Ips Dictionary<string, string>
    Netmask string
    Netmask6 string
    DhcpServer string
    Dns []string
    DnsSuffixes []string
    Gateway string
    Gateway6 string
    Ip string
    Ip6 string
    Ips map[string]string
    Netmask string
    Netmask6 string
    dhcpServer String
    dns List<String>
    dnsSuffixes List<String>
    gateway String
    gateway6 String
    ip String
    ip6 String
    ips Map<String,String>
    netmask String
    netmask6 String
    dhcpServer string
    dns string[]
    dnsSuffixes string[]
    gateway string
    gateway6 string
    ip string
    ip6 string
    ips {[key: string]: string}
    netmask string
    netmask6 string
    dhcp_server str
    dns Sequence[str]
    dns_suffixes Sequence[str]
    gateway str
    gateway6 str
    ip str
    ip6 str
    ips Mapping[str, str]
    netmask str
    netmask6 str
    dhcpServer String
    dns List<String>
    dnsSuffixes List<String>
    gateway String
    gateway6 String
    ip String
    ip6 String
    ips Map<String>
    netmask String
    netmask6 String

    GetApStatsDeviceApStatL2tpStat

    Sessions []GetApStatsDeviceApStatL2tpStatSession
    list of sessions
    State string
    Uptime int
    uptime
    WxtunnelId string
    WxlanTunnel ID
    sessions List<GetApStatsDeviceApStatL2tpStatSession>
    list of sessions
    state String
    uptime Integer
    uptime
    wxtunnelId String
    WxlanTunnel ID
    sessions GetApStatsDeviceApStatL2tpStatSession[]
    list of sessions
    state string
    uptime number
    uptime
    wxtunnelId string
    WxlanTunnel ID
    sessions List<Property Map>
    list of sessions
    state String
    uptime Number
    uptime
    wxtunnelId String
    WxlanTunnel ID

    GetApStatsDeviceApStatL2tpStatSession

    LocalSid int
    remote sessions id (dynamically unless Tunnel is said to be static)
    RemoteId string
    WxlanTunnel Remote ID (user-configured)
    RemoteSid int
    remote sessions id (dynamically unless Tunnel is said to be static)
    State string
    LocalSid int
    remote sessions id (dynamically unless Tunnel is said to be static)
    RemoteId string
    WxlanTunnel Remote ID (user-configured)
    RemoteSid int
    remote sessions id (dynamically unless Tunnel is said to be static)
    State string
    localSid Integer
    remote sessions id (dynamically unless Tunnel is said to be static)
    remoteId String
    WxlanTunnel Remote ID (user-configured)
    remoteSid Integer
    remote sessions id (dynamically unless Tunnel is said to be static)
    state String
    localSid number
    remote sessions id (dynamically unless Tunnel is said to be static)
    remoteId string
    WxlanTunnel Remote ID (user-configured)
    remoteSid number
    remote sessions id (dynamically unless Tunnel is said to be static)
    state string
    local_sid int
    remote sessions id (dynamically unless Tunnel is said to be static)
    remote_id str
    WxlanTunnel Remote ID (user-configured)
    remote_sid int
    remote sessions id (dynamically unless Tunnel is said to be static)
    state str
    localSid Number
    remote sessions id (dynamically unless Tunnel is said to be static)
    remoteId String
    WxlanTunnel Remote ID (user-configured)
    remoteSid Number
    remote sessions id (dynamically unless Tunnel is said to be static)
    state String

    GetApStatsDeviceApStatLastTrouble

    Code string
    Code definitions list at /api/v1/consts/apledstatus
    Timestamp int
    Code string
    Code definitions list at /api/v1/consts/apledstatus
    Timestamp int
    code String
    Code definitions list at /api/v1/consts/apledstatus
    timestamp Integer
    code string
    Code definitions list at /api/v1/consts/apledstatus
    timestamp number
    code str
    Code definitions list at /api/v1/consts/apledstatus
    timestamp int
    code String
    Code definitions list at /api/v1/consts/apledstatus
    timestamp Number

    GetApStatsDeviceApStatLed

    brightness Integer
    enabled Boolean
    brightness number
    enabled boolean
    brightness Number
    enabled Boolean

    GetApStatsDeviceApStatLldpStat

    ChassisId string
    LldpMedSupported bool
    whether it support LLDP-MED
    MgmtAddr string
    switch’s management address (if advertised), can be IPv4, IPv6, or MAC
    MgmtAddrs List<string>
    PortDesc string
    ge-0/0/4
    PortId string
    PowerAllocated double
    in mW, provided/allocated by PSE
    PowerDraw double
    in mW, total power needed by PD
    PowerRequestCount int
    number of negotiations, if it keeps increasing, we don’t have a stable power
    PowerRequested double
    in mW, the current power requested by PD
    SystemDesc string
    description provided by switch
    SystemName string
    name of the switch
    ChassisId string
    LldpMedSupported bool
    whether it support LLDP-MED
    MgmtAddr string
    switch’s management address (if advertised), can be IPv4, IPv6, or MAC
    MgmtAddrs []string
    PortDesc string
    ge-0/0/4
    PortId string
    PowerAllocated float64
    in mW, provided/allocated by PSE
    PowerDraw float64
    in mW, total power needed by PD
    PowerRequestCount int
    number of negotiations, if it keeps increasing, we don’t have a stable power
    PowerRequested float64
    in mW, the current power requested by PD
    SystemDesc string
    description provided by switch
    SystemName string
    name of the switch
    chassisId String
    lldpMedSupported Boolean
    whether it support LLDP-MED
    mgmtAddr String
    switch’s management address (if advertised), can be IPv4, IPv6, or MAC
    mgmtAddrs List<String>
    portDesc String
    ge-0/0/4
    portId String
    powerAllocated Double
    in mW, provided/allocated by PSE
    powerDraw Double
    in mW, total power needed by PD
    powerRequestCount Integer
    number of negotiations, if it keeps increasing, we don’t have a stable power
    powerRequested Double
    in mW, the current power requested by PD
    systemDesc String
    description provided by switch
    systemName String
    name of the switch
    chassisId string
    lldpMedSupported boolean
    whether it support LLDP-MED
    mgmtAddr string
    switch’s management address (if advertised), can be IPv4, IPv6, or MAC
    mgmtAddrs string[]
    portDesc string
    ge-0/0/4
    portId string
    powerAllocated number
    in mW, provided/allocated by PSE
    powerDraw number
    in mW, total power needed by PD
    powerRequestCount number
    number of negotiations, if it keeps increasing, we don’t have a stable power
    powerRequested number
    in mW, the current power requested by PD
    systemDesc string
    description provided by switch
    systemName string
    name of the switch
    chassis_id str
    lldp_med_supported bool
    whether it support LLDP-MED
    mgmt_addr str
    switch’s management address (if advertised), can be IPv4, IPv6, or MAC
    mgmt_addrs Sequence[str]
    port_desc str
    ge-0/0/4
    port_id str
    power_allocated float
    in mW, provided/allocated by PSE
    power_draw float
    in mW, total power needed by PD
    power_request_count int
    number of negotiations, if it keeps increasing, we don’t have a stable power
    power_requested float
    in mW, the current power requested by PD
    system_desc str
    description provided by switch
    system_name str
    name of the switch
    chassisId String
    lldpMedSupported Boolean
    whether it support LLDP-MED
    mgmtAddr String
    switch’s management address (if advertised), can be IPv4, IPv6, or MAC
    mgmtAddrs List<String>
    portDesc String
    ge-0/0/4
    portId String
    powerAllocated Number
    in mW, provided/allocated by PSE
    powerDraw Number
    in mW, total power needed by PD
    powerRequestCount Number
    number of negotiations, if it keeps increasing, we don’t have a stable power
    powerRequested Number
    in mW, the current power requested by PD
    systemDesc String
    description provided by switch
    systemName String
    name of the switch
    Band string
    Channel int
    IdleTime int
    LastSeen double
    Proto string
    Rssi int
    RxBps int
    RxBytes int
    RxPackets int
    RxRate int
    RxRetries int
    SiteId string
    Snr int
    TxBps int
    TxBytes int
    TxPackets int
    TxRate int
    TxRetries int
    Band string
    Channel int
    IdleTime int
    LastSeen float64
    Proto string
    Rssi int
    RxBps int
    RxBytes int
    RxPackets int
    RxRate int
    RxRetries int
    SiteId string
    Snr int
    TxBps int
    TxBytes int
    TxPackets int
    TxRate int
    TxRetries int
    band String
    channel Integer
    idleTime Integer
    lastSeen Double
    proto String
    rssi Integer
    rxBps Integer
    rxBytes Integer
    rxPackets Integer
    rxRate Integer
    rxRetries Integer
    siteId String
    snr Integer
    txBps Integer
    txBytes Integer
    txPackets Integer
    txRate Integer
    txRetries Integer
    band string
    channel number
    idleTime number
    lastSeen number
    proto string
    rssi number
    rxBps number
    rxBytes number
    rxPackets number
    rxRate number
    rxRetries number
    siteId string
    snr number
    txBps number
    txBytes number
    txPackets number
    txRate number
    txRetries number
    band String
    channel Number
    idleTime Number
    lastSeen Number
    proto String
    rssi Number
    rxBps Number
    rxBytes Number
    rxPackets Number
    rxRate Number
    rxRetries Number
    siteId String
    snr Number
    txBps Number
    txBytes Number
    txPackets Number
    txRate Number
    txRetries Number
    Band string
    Channel int
    IdleTime int
    LastSeen double
    Proto string
    Rssi int
    RxBps int
    RxBytes int
    RxPackets int
    RxRate int
    RxRetries int
    SiteId string
    Snr int
    TxBps int
    TxBytes int
    TxPackets int
    TxRate int
    TxRetries int
    UplinkApId string
    Band string
    Channel int
    IdleTime int
    LastSeen float64
    Proto string
    Rssi int
    RxBps int
    RxBytes int
    RxPackets int
    RxRate int
    RxRetries int
    SiteId string
    Snr int
    TxBps int
    TxBytes int
    TxPackets int
    TxRate int
    TxRetries int
    UplinkApId string
    band String
    channel Integer
    idleTime Integer
    lastSeen Double
    proto String
    rssi Integer
    rxBps Integer
    rxBytes Integer
    rxPackets Integer
    rxRate Integer
    rxRetries Integer
    siteId String
    snr Integer
    txBps Integer
    txBytes Integer
    txPackets Integer
    txRate Integer
    txRetries Integer
    uplinkApId String
    band string
    channel number
    idleTime number
    lastSeen number
    proto string
    rssi number
    rxBps number
    rxBytes number
    rxPackets number
    rxRate number
    rxRetries number
    siteId string
    snr number
    txBps number
    txBytes number
    txPackets number
    txRate number
    txRetries number
    uplinkApId string
    band String
    channel Number
    idleTime Number
    lastSeen Number
    proto String
    rssi Number
    rxBps Number
    rxBytes Number
    rxPackets Number
    rxRate Number
    rxRetries Number
    siteId String
    snr Number
    txBps Number
    txBytes Number
    txPackets Number
    txRate Number
    txRetries Number
    uplinkApId String

    GetApStatsDeviceApStatPortStat

    FullDuplex bool
    RxBytes double
    RxErrors double
    RxPkts double
    Speed int
    TxBytes double
    TxPkts double
    Up bool
    FullDuplex bool
    RxBytes float64
    RxErrors float64
    RxPkts float64
    Speed int
    TxBytes float64
    TxPkts float64
    Up bool
    fullDuplex Boolean
    rxBytes Double
    rxErrors Double
    rxPkts Double
    speed Integer
    txBytes Double
    txPkts Double
    up Boolean
    fullDuplex boolean
    rxBytes number
    rxErrors number
    rxPkts number
    speed number
    txBytes number
    txPkts number
    up boolean
    full_duplex bool
    rx_bytes float
    rx_errors float
    rx_pkts float
    speed int
    tx_bytes float
    tx_pkts float
    up bool
    fullDuplex Boolean
    rxBytes Number
    rxErrors Number
    rxPkts Number
    speed Number
    txBytes Number
    txPkts Number
    up Boolean

    GetApStatsDeviceApStatRadioStat

    GetApStatsDeviceApStatRadioStatBand24

    Bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    Channel int
    current channel the radio is running on
    DynamicChainingEnalbed bool
    Use dynamic chaining for downlink
    Mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    NoiseFloor int
    NumClients int
    Power int
    transmit power (in dBm)
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    Usage string
    UtilAll int
    all utilization in percentage
    UtilNonWifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    UtilRxInBss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    UtilRxOtherBss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    UtilTx int
    transmission utilization in percentage
    UtilUndecodableWifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    UtilUnknownWifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    Bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    Channel int
    current channel the radio is running on
    DynamicChainingEnalbed bool
    Use dynamic chaining for downlink
    Mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    NoiseFloor int
    NumClients int
    Power int
    transmit power (in dBm)
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    Usage string
    UtilAll int
    all utilization in percentage
    UtilNonWifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    UtilRxInBss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    UtilRxOtherBss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    UtilTx int
    transmission utilization in percentage
    UtilUndecodableWifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    UtilUnknownWifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth Integer
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel Integer
    current channel the radio is running on
    dynamicChainingEnalbed Boolean
    Use dynamic chaining for downlink
    mac String
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor Integer
    numClients Integer
    power Integer
    transmit power (in dBm)
    rxBytes Integer
    rxPkts Integer
    txBytes Integer
    txPkts Integer
    usage String
    utilAll Integer
    all utilization in percentage
    utilNonWifi Integer
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss Integer
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss Integer
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx Integer
    transmission utilization in percentage
    utilUndecodableWifi Integer
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi Integer
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth number
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel number
    current channel the radio is running on
    dynamicChainingEnalbed boolean
    Use dynamic chaining for downlink
    mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor number
    numClients number
    power number
    transmit power (in dBm)
    rxBytes number
    rxPkts number
    txBytes number
    txPkts number
    usage string
    utilAll number
    all utilization in percentage
    utilNonWifi number
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss number
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss number
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx number
    transmission utilization in percentage
    utilUndecodableWifi number
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi number
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel int
    current channel the radio is running on
    dynamic_chaining_enalbed bool
    Use dynamic chaining for downlink
    mac str
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noise_floor int
    num_clients int
    power int
    transmit power (in dBm)
    rx_bytes int
    rx_pkts int
    tx_bytes int
    tx_pkts int
    usage str
    util_all int
    all utilization in percentage
    util_non_wifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    util_rx_in_bss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    util_rx_other_bss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    util_tx int
    transmission utilization in percentage
    util_undecodable_wifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    util_unknown_wifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth Number
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel Number
    current channel the radio is running on
    dynamicChainingEnalbed Boolean
    Use dynamic chaining for downlink
    mac String
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor Number
    numClients Number
    power Number
    transmit power (in dBm)
    rxBytes Number
    rxPkts Number
    txBytes Number
    txPkts Number
    usage String
    utilAll Number
    all utilization in percentage
    utilNonWifi Number
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss Number
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss Number
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx Number
    transmission utilization in percentage
    utilUndecodableWifi Number
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi Number
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver

    GetApStatsDeviceApStatRadioStatBand5

    Bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    Channel int
    current channel the radio is running on
    DynamicChainingEnalbed bool
    Use dynamic chaining for downlink
    Mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    NoiseFloor int
    NumClients int
    Power int
    transmit power (in dBm)
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    Usage string
    UtilAll int
    all utilization in percentage
    UtilNonWifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    UtilRxInBss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    UtilRxOtherBss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    UtilTx int
    transmission utilization in percentage
    UtilUndecodableWifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    UtilUnknownWifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    Bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    Channel int
    current channel the radio is running on
    DynamicChainingEnalbed bool
    Use dynamic chaining for downlink
    Mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    NoiseFloor int
    NumClients int
    Power int
    transmit power (in dBm)
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    Usage string
    UtilAll int
    all utilization in percentage
    UtilNonWifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    UtilRxInBss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    UtilRxOtherBss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    UtilTx int
    transmission utilization in percentage
    UtilUndecodableWifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    UtilUnknownWifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth Integer
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel Integer
    current channel the radio is running on
    dynamicChainingEnalbed Boolean
    Use dynamic chaining for downlink
    mac String
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor Integer
    numClients Integer
    power Integer
    transmit power (in dBm)
    rxBytes Integer
    rxPkts Integer
    txBytes Integer
    txPkts Integer
    usage String
    utilAll Integer
    all utilization in percentage
    utilNonWifi Integer
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss Integer
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss Integer
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx Integer
    transmission utilization in percentage
    utilUndecodableWifi Integer
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi Integer
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth number
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel number
    current channel the radio is running on
    dynamicChainingEnalbed boolean
    Use dynamic chaining for downlink
    mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor number
    numClients number
    power number
    transmit power (in dBm)
    rxBytes number
    rxPkts number
    txBytes number
    txPkts number
    usage string
    utilAll number
    all utilization in percentage
    utilNonWifi number
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss number
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss number
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx number
    transmission utilization in percentage
    utilUndecodableWifi number
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi number
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel int
    current channel the radio is running on
    dynamic_chaining_enalbed bool
    Use dynamic chaining for downlink
    mac str
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noise_floor int
    num_clients int
    power int
    transmit power (in dBm)
    rx_bytes int
    rx_pkts int
    tx_bytes int
    tx_pkts int
    usage str
    util_all int
    all utilization in percentage
    util_non_wifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    util_rx_in_bss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    util_rx_other_bss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    util_tx int
    transmission utilization in percentage
    util_undecodable_wifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    util_unknown_wifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth Number
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel Number
    current channel the radio is running on
    dynamicChainingEnalbed Boolean
    Use dynamic chaining for downlink
    mac String
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor Number
    numClients Number
    power Number
    transmit power (in dBm)
    rxBytes Number
    rxPkts Number
    txBytes Number
    txPkts Number
    usage String
    utilAll Number
    all utilization in percentage
    utilNonWifi Number
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss Number
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss Number
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx Number
    transmission utilization in percentage
    utilUndecodableWifi Number
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi Number
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver

    GetApStatsDeviceApStatRadioStatBand6

    Bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    Channel int
    current channel the radio is running on
    DynamicChainingEnalbed bool
    Use dynamic chaining for downlink
    Mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    NoiseFloor int
    NumClients int
    Power int
    transmit power (in dBm)
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    Usage string
    UtilAll int
    all utilization in percentage
    UtilNonWifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    UtilRxInBss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    UtilRxOtherBss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    UtilTx int
    transmission utilization in percentage
    UtilUndecodableWifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    UtilUnknownWifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    Bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    Channel int
    current channel the radio is running on
    DynamicChainingEnalbed bool
    Use dynamic chaining for downlink
    Mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    NoiseFloor int
    NumClients int
    Power int
    transmit power (in dBm)
    RxBytes int
    RxPkts int
    TxBytes int
    TxPkts int
    Usage string
    UtilAll int
    all utilization in percentage
    UtilNonWifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    UtilRxInBss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    UtilRxOtherBss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    UtilTx int
    transmission utilization in percentage
    UtilUndecodableWifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    UtilUnknownWifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth Integer
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel Integer
    current channel the radio is running on
    dynamicChainingEnalbed Boolean
    Use dynamic chaining for downlink
    mac String
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor Integer
    numClients Integer
    power Integer
    transmit power (in dBm)
    rxBytes Integer
    rxPkts Integer
    txBytes Integer
    txPkts Integer
    usage String
    utilAll Integer
    all utilization in percentage
    utilNonWifi Integer
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss Integer
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss Integer
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx Integer
    transmission utilization in percentage
    utilUndecodableWifi Integer
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi Integer
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth number
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel number
    current channel the radio is running on
    dynamicChainingEnalbed boolean
    Use dynamic chaining for downlink
    mac string
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor number
    numClients number
    power number
    transmit power (in dBm)
    rxBytes number
    rxPkts number
    txBytes number
    txPkts number
    usage string
    utilAll number
    all utilization in percentage
    utilNonWifi number
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss number
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss number
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx number
    transmission utilization in percentage
    utilUndecodableWifi number
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi number
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth int
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel int
    current channel the radio is running on
    dynamic_chaining_enalbed bool
    Use dynamic chaining for downlink
    mac str
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noise_floor int
    num_clients int
    power int
    transmit power (in dBm)
    rx_bytes int
    rx_pkts int
    tx_bytes int
    tx_pkts int
    usage str
    util_all int
    all utilization in percentage
    util_non_wifi int
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    util_rx_in_bss int
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    util_rx_other_bss int
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    util_tx int
    transmission utilization in percentage
    util_undecodable_wifi int
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    util_unknown_wifi int
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver
    bandwidth Number
    channel width for the band * 80 is only applicable for band5 and band6 * 160 is only for band_6
    channel Number
    current channel the radio is running on
    dynamicChainingEnalbed Boolean
    Use dynamic chaining for downlink
    mac String
    radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
    noiseFloor Number
    numClients Number
    power Number
    transmit power (in dBm)
    rxBytes Number
    rxPkts Number
    txBytes Number
    txPkts Number
    usage String
    utilAll Number
    all utilization in percentage
    utilNonWifi Number
    reception of “No Packets” utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
    utilRxInBss Number
    reception of “In BSS” utilization in percentage, only frames that are received from AP/STAs within the BSS
    utilRxOtherBss Number
    reception of “Other BSS” utilization in percentage, all frames received from AP/STAs that are outside the BSS
    utilTx Number
    transmission utilization in percentage
    utilUndecodableWifi Number
    reception of “UnDecodable Wifi“ utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
    utilUnknownWifi Number
    reception of “No Category” utilization in percentage, all 802.11 frames that are corrupted at the receiver

    GetApStatsDeviceApStatSwitchRedundancy

    GetApStatsDeviceApStatUsbStat

    Channel int
    Connected bool
    LastActivity int
    Type string
    Up bool
    Channel int
    Connected bool
    LastActivity int
    Type string
    Up bool
    channel Integer
    connected Boolean
    lastActivity Integer
    type String
    up Boolean
    channel number
    connected boolean
    lastActivity number
    type string
    up boolean
    channel Number
    connected Boolean
    lastActivity Number
    type String
    up Boolean

    Package Details

    Repository
    junipermist pulumi/pulumi-junipermist
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the mist Terraform Provider.
    junipermist logo
    Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi