Juniper Mist v0.6.3 published on Saturday, Sep 6, 2025 by Pulumi
junipermist.device.getApStats
Start a Neo task
Explain and create a junipermist.device.getApStats resource
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/juniper-mist";
const apStats = junipermist.device.getApStats({
orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
mac: "5c5b35000000",
siteId: "4a422ae5-7ca0-4599-87a3-8e49aa63685f",
status: "connected",
duration: "1d",
start: 1736031600,
end: 1736175934,
});
import pulumi
import pulumi_junipermist as junipermist
ap_stats = junipermist.device.get_ap_stats(org_id="15fca2ac-b1a6-47cc-9953-cc6906281550",
mac="5c5b35000000",
site_id="4a422ae5-7ca0-4599-87a3-8e49aa63685f",
status="connected",
duration="1d",
start=1736031600,
end=1736175934)
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",
Mac: pulumi.StringRef("5c5b35000000"),
SiteId: pulumi.StringRef("4a422ae5-7ca0-4599-87a3-8e49aa63685f"),
Status: pulumi.StringRef("connected"),
Duration: pulumi.StringRef("1d"),
Start: pulumi.IntRef(1736031600),
End: pulumi.IntRef(1736175934),
}, 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",
Mac = "5c5b35000000",
SiteId = "4a422ae5-7ca0-4599-87a3-8e49aa63685f",
Status = "connected",
Duration = "1d",
Start = 1736031600,
End = 1736175934,
});
});
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")
.mac("5c5b35000000")
.siteId("4a422ae5-7ca0-4599-87a3-8e49aa63685f")
.status("connected")
.duration("1d")
.start(1736031600)
.end(1736175934)
.build());
}
}
variables:
apStats:
fn::invoke:
function: junipermist:device:getApStats
arguments:
orgId: 15fca2ac-b1a6-47cc-9953-cc6906281550
mac: 5c5b35000000
siteId: 4a422ae5-7ca0-4599-87a3-8e49aa63685f
status: connected
duration: 1d
start: 1.7360316e+09
end: 1.736175934e+09
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)
public static Output<GetApStatsResult> getApStats(GetApStatsArgs args, InvokeOptions options)
fn::invoke:
function: junipermist:device/getApStats:getApStats
arguments:
# arguments dictionaryThe following arguments are supported:
getApStats Result
The following output properties are available:
- Device
Ap List<Pulumi.Stats Juniper Mist. Device. Outputs. Get Ap Stats Device Ap Stat> - Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Duration string
- End int
- Mac string
- Site
Id string - Start int
- Status string
- Device
Ap []GetStats Ap Stats Device Ap Stat - Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Duration string
- End int
- Mac string
- Site
Id string - Start int
- Status string
- device
Ap List<GetStats Ap Stats Device Ap Stat> - id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - duration String
- end Integer
- mac String
- site
Id String - start Integer
- status String
- device
Ap GetStats Ap Stats Device Ap Stat[] - id string
- The provider-assigned unique ID for this managed resource.
- org
Id string - duration string
- end number
- mac string
- site
Id string - start number
- status string
- device_
ap_ Sequence[Getstats Ap Stats Device Ap Stat] - id str
- The provider-assigned unique ID for this managed resource.
- org_
id str - duration str
- end int
- mac str
- site_
id str - start int
- status str
- device
Ap List<Property Map>Stats - id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - duration String
- end Number
- mac String
- site
Id String - start Number
- status String
Supporting Types
GetApStatsDeviceApStat
- Auto
Placement Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Placement - Auto
Upgrade Pulumi.Stat Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Upgrade Stat - Ble
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Ble Stat - Cert
Expiry double - Config
Reverted bool - Cpu
System int - Cpu
Util int - Created
Time double - When the object has been created, in epoch
- Deviceprofile
Id string - Env
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- Esl
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Esl Stat - Ext
Ip string - Fwupdate
Pulumi.
Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Fwupdate - Gps
Pulumi.
Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Gps - Hw
Rev string - Id string
- Unique ID of the object instance in the Mist Organization
- Inactive
Wired List<int>Vlans - Iot
Stat Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Iot Stat> - Ip string
- Ip
Config Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Ip Config - IP AP settings
- Ip
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Ip Stat - L2tp
Stat Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat L2tp Stat> - L2TP tunnel status (key is the wxtunnel_id)
- Last
Seen double - Last seen timestamp
- Last
Trouble Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Last Trouble - Last trouble code of switch
- Led
Pulumi.
Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Led - LED AP settings
- Lldp
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Lldp Stat - 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
- Map
Id string - Mem
Used intKb - Mesh
Downlinks Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Mesh Downlinks> - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010) - Mesh
Uplink Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Mesh Uplink - Model string
- Device model
- Modified
Time double - When the object has been modified for the last time, in epoch
- Mount string
- Name string
- Notes string
- Num
Clients int - How many wireless clients are currently connected
- Num
Wlans int - How many WLANs are applied to the device
- Org
Id string - Port
Stat Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Port Stat> - 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 string - Constrained mode
- Power
Src string - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- Radio
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Radio Stat - Rx
Bps int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Serial string
- Serial Number
- Site
Id string - Status string
- Switch
Redundancy Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Switch Redundancy - Tx
Bps int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Uptime double
- How long, in seconds, has the device been up (or rebooted)
- Usb
Stat Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Usb Stat - Version string
- X double
- Y double
- Auto
Placement GetAp Stats Device Ap Stat Auto Placement - Auto
Upgrade GetStat Ap Stats Device Ap Stat Auto Upgrade Stat - Ble
Stat GetAp Stats Device Ap Stat Ble Stat - Cert
Expiry float64 - Config
Reverted bool - Cpu
System int - Cpu
Util int - Created
Time float64 - When the object has been created, in epoch
- Deviceprofile
Id string - Env
Stat GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- Esl
Stat GetAp Stats Device Ap Stat Esl Stat - Ext
Ip string - Fwupdate
Get
Ap Stats Device Ap Stat Fwupdate - Gps
Get
Ap Stats Device Ap Stat Gps - Hw
Rev string - Id string
- Unique ID of the object instance in the Mist Organization
- Inactive
Wired []intVlans - Iot
Stat map[string]GetAp Stats Device Ap Stat Iot Stat - Ip string
- Ip
Config GetAp Stats Device Ap Stat Ip Config - IP AP settings
- Ip
Stat GetAp Stats Device Ap Stat Ip Stat - L2tp
Stat map[string]GetAp Stats Device Ap Stat L2tp Stat - L2TP tunnel status (key is the wxtunnel_id)
- Last
Seen float64 - Last seen timestamp
- Last
Trouble GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- Led
Get
Ap Stats Device Ap Stat Led - LED AP settings
- Lldp
Stat GetAp Stats Device Ap Stat Lldp Stat - 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
- Map
Id string - Mem
Used intKb - Mesh
Downlinks map[string]GetAp Stats Device Ap Stat Mesh Downlinks - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010) - Mesh
Uplink GetAp Stats Device Ap Stat Mesh Uplink - Model string
- Device model
- Modified
Time float64 - When the object has been modified for the last time, in epoch
- Mount string
- Name string
- Notes string
- Num
Clients int - How many wireless clients are currently connected
- Num
Wlans int - How many WLANs are applied to the device
- Org
Id string - Port
Stat map[string]GetAp Stats Device Ap Stat Port Stat - 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 string - Constrained mode
- Power
Src string - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- Radio
Stat GetAp Stats Device Ap Stat Radio Stat - Rx
Bps int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Serial string
- Serial Number
- Site
Id string - Status string
- Switch
Redundancy GetAp Stats Device Ap Stat Switch Redundancy - Tx
Bps int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Uptime float64
- How long, in seconds, has the device been up (or rebooted)
- Usb
Stat GetAp Stats Device Ap Stat Usb Stat - Version string
- X float64
- Y float64
- auto
Placement GetAp Stats Device Ap Stat Auto Placement - auto
Upgrade GetStat Ap Stats Device Ap Stat Auto Upgrade Stat - ble
Stat GetAp Stats Device Ap Stat Ble Stat - cert
Expiry Double - config
Reverted Boolean - cpu
System Integer - cpu
Util Integer - created
Time Double - When the object has been created, in epoch
- deviceprofile
Id String - env
Stat GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl
Stat GetAp Stats Device Ap Stat Esl Stat - ext
Ip String - fwupdate
Get
Ap Stats Device Ap Stat Fwupdate - gps
Get
Ap Stats Device Ap Stat Gps - hw
Rev String - id String
- Unique ID of the object instance in the Mist Organization
- inactive
Wired List<Integer>Vlans - iot
Stat Map<String,GetAp Stats Device Ap Stat Iot Stat> - ip String
- ip
Config GetAp Stats Device Ap Stat Ip Config - IP AP settings
- ip
Stat GetAp Stats Device Ap Stat Ip Stat - l2tp
Stat Map<String,GetAp Stats Device Ap Stat L2tp Stat> - L2TP tunnel status (key is the wxtunnel_id)
- last
Seen Double - Last seen timestamp
- last
Trouble GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- led
Get
Ap Stats Device Ap Stat Led - LED AP settings
- lldp
Stat GetAp Stats Device Ap Stat Lldp Stat - 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
- map
Id String - mem
Used IntegerKb - mesh
Downlinks Map<String,GetAp Stats Device Ap Stat Mesh Downlinks> - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010) - mesh
Uplink GetAp Stats Device Ap Stat Mesh Uplink - model String
- Device model
- modified
Time Double - When the object has been modified for the last time, in epoch
- mount String
- name String
- notes String
- num
Clients Integer - How many wireless clients are currently connected
- num
Wlans Integer - How many WLANs are applied to the device
- org
Id String - port
Stat Map<String,GetAp Stats Device Ap Stat Port Stat> - Property key is the port name (e.g.
eth0) - power
Budget Integer - In mW, surplus if positive or deficit if negative
- power
Constrained Boolean - Whether insufficient power
- power
Opmode String - Constrained mode
- power
Src String - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio
Stat GetAp Stats Device Ap Stat Radio Stat - rx
Bps Integer - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Pkts Integer - Amount of packets received since connection
- serial String
- Serial Number
- site
Id String - status String
- switch
Redundancy GetAp Stats Device Ap Stat Switch Redundancy - tx
Bps Integer - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Pkts Integer - Amount of packets sent since connection
- uptime Double
- How long, in seconds, has the device been up (or rebooted)
- usb
Stat GetAp Stats Device Ap Stat Usb Stat - version String
- x Double
- y Double
- auto
Placement GetAp Stats Device Ap Stat Auto Placement - auto
Upgrade GetStat Ap Stats Device Ap Stat Auto Upgrade Stat - ble
Stat GetAp Stats Device Ap Stat Ble Stat - cert
Expiry number - config
Reverted boolean - cpu
System number - cpu
Util number - created
Time number - When the object has been created, in epoch
- deviceprofile
Id string - env
Stat GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl
Stat GetAp Stats Device Ap Stat Esl Stat - ext
Ip string - fwupdate
Get
Ap Stats Device Ap Stat Fwupdate - gps
Get
Ap Stats Device Ap Stat Gps - hw
Rev string - id string
- Unique ID of the object instance in the Mist Organization
- inactive
Wired number[]Vlans - iot
Stat {[key: string]: GetAp Stats Device Ap Stat Iot Stat} - ip string
- ip
Config GetAp Stats Device Ap Stat Ip Config - IP AP settings
- ip
Stat GetAp Stats Device Ap Stat Ip Stat - l2tp
Stat {[key: string]: GetAp Stats Device Ap Stat L2tp Stat} - L2TP tunnel status (key is the wxtunnel_id)
- last
Seen number - Last seen timestamp
- last
Trouble GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- led
Get
Ap Stats Device Ap Stat Led - LED AP settings
- lldp
Stat GetAp Stats Device Ap Stat Lldp Stat - 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
- map
Id string - mem
Used numberKb - mesh
Downlinks {[key: string]: GetAp Stats Device Ap Stat Mesh Downlinks} - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010) - mesh
Uplink GetAp Stats Device Ap Stat Mesh Uplink - model string
- Device model
- modified
Time number - When the object has been modified for the last time, in epoch
- mount string
- name string
- notes string
- num
Clients number - How many wireless clients are currently connected
- num
Wlans number - How many WLANs are applied to the device
- org
Id string - port
Stat {[key: string]: GetAp Stats Device Ap Stat Port Stat} - Property key is the port name (e.g.
eth0) - power
Budget number - In mW, surplus if positive or deficit if negative
- power
Constrained boolean - Whether insufficient power
- power
Opmode string - Constrained mode
- power
Src string - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio
Stat GetAp Stats Device Ap Stat Radio Stat - rx
Bps number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes number - Amount of traffic received since connection
- rx
Pkts number - Amount of packets received since connection
- serial string
- Serial Number
- site
Id string - status string
- switch
Redundancy GetAp Stats Device Ap Stat Switch Redundancy - tx
Bps number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes number - Amount of traffic sent since connection
- tx
Pkts number - Amount of packets sent since connection
- uptime number
- How long, in seconds, has the device been up (or rebooted)
- usb
Stat GetAp Stats Device Ap Stat Usb Stat - version string
- x number
- y number
- auto_
placement GetAp Stats Device Ap Stat Auto Placement - auto_
upgrade_ Getstat Ap Stats Device Ap Stat Auto Upgrade Stat - ble_
stat GetAp Stats Device Ap Stat Ble Stat - cert_
expiry float - config_
reverted bool - cpu_
system int - cpu_
util int - created_
time float - When the object has been created, in epoch
- deviceprofile_
id str - env_
stat GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl_
stat GetAp Stats Device Ap Stat Esl Stat - ext_
ip str - fwupdate
Get
Ap Stats Device Ap Stat Fwupdate - gps
Get
Ap Stats Device Ap Stat Gps - hw_
rev str - id str
- Unique ID of the object instance in the Mist Organization
- inactive_
wired_ Sequence[int]vlans - iot_
stat Mapping[str, GetAp Stats Device Ap Stat Iot Stat] - ip str
- ip_
config GetAp Stats Device Ap Stat Ip Config - IP AP settings
- ip_
stat GetAp Stats Device Ap Stat Ip Stat - l2tp_
stat Mapping[str, GetAp Stats Device Ap Stat L2tp Stat] - L2TP tunnel status (key is the wxtunnel_id)
- last_
seen float - Last seen timestamp
- last_
trouble GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- led
Get
Ap Stats Device Ap Stat Led - LED AP settings
- lldp_
stat GetAp Stats Device Ap Stat Lldp Stat - 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_ intkb - mesh_
downlinks Mapping[str, GetAp Stats Device Ap Stat Mesh Downlinks] - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010) - mesh_
uplink GetAp Stats Device Ap Stat Mesh Uplink - model str
- Device model
- modified_
time float - When the object has been modified for the last time, in epoch
- mount str
- name str
- notes str
- num_
clients int - How many wireless clients are currently connected
- num_
wlans int - How many WLANs are applied to the device
- org_
id str - port_
stat Mapping[str, GetAp Stats Device Ap Stat Port Stat] - 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 GetAp Stats Device Ap Stat Radio Stat - rx_
bps int - Rate of receiving traffic, bits/seconds, last known
- rx_
bytes int - Amount of traffic received since connection
- rx_
pkts int - Amount of packets received since connection
- serial str
- Serial Number
- site_
id str - status str
- switch_
redundancy GetAp Stats Device Ap Stat Switch Redundancy - tx_
bps int - Rate of transmitting traffic, bits/seconds, last known
- tx_
bytes int - Amount of traffic sent since connection
- tx_
pkts int - Amount of packets sent since connection
- uptime float
- How long, in seconds, has the device been up (or rebooted)
- usb_
stat GetAp Stats Device Ap Stat Usb Stat - version str
- x float
- y float
- auto
Placement Property Map - auto
Upgrade Property MapStat - ble
Stat Property Map - cert
Expiry Number - config
Reverted Boolean - cpu
System Number - cpu
Util Number - created
Time Number - When the object has been created, in epoch
- deviceprofile
Id String - env
Stat Property Map - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl
Stat Property Map - ext
Ip String - fwupdate Property Map
- gps Property Map
- hw
Rev String - id String
- Unique ID of the object instance in the Mist Organization
- inactive
Wired List<Number>Vlans - iot
Stat Map<Property Map> - ip String
- ip
Config Property Map - IP AP settings
- ip
Stat Property Map - l2tp
Stat Map<Property Map> - L2TP tunnel status (key is the wxtunnel_id)
- last
Seen Number - Last seen timestamp
- last
Trouble Property Map - Last trouble code of switch
- led Property Map
- LED AP settings
- lldp
Stat 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
- map
Id String - mem
Used NumberKb - mesh
Downlinks Map<Property Map> - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010) - mesh
Uplink Property Map - model String
- Device model
- modified
Time Number - When the object has been modified for the last time, in epoch
- mount String
- name String
- notes String
- num
Clients Number - How many wireless clients are currently connected
- num
Wlans Number - How many WLANs are applied to the device
- org
Id String - port
Stat Map<Property Map> - Property key is the port name (e.g.
eth0) - power
Budget Number - In mW, surplus if positive or deficit if negative
- power
Constrained Boolean - Whether insufficient power
- power
Opmode String - Constrained mode
- power
Src String - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio
Stat Property Map - rx
Bps Number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes Number - Amount of traffic received since connection
- rx
Pkts Number - Amount of packets received since connection
- serial String
- Serial Number
- site
Id String - status String
- switch
Redundancy Property Map - tx
Bps Number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Pkts Number - Amount of packets sent since connection
- uptime Number
- How long, in seconds, has the device been up (or rebooted)
- usb
Stat Property Map - version String
- x Number
- y Number
GetApStatsDeviceApStatAutoPlacement
- Info
Pulumi.
Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Placement Info - 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 string
- Basic Placement Status
- Status
Detail string - Additional info about placement status
- 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
Get
Ap Stats Device Ap Stat Auto Placement Info - 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 string
- Basic Placement Status
- Status
Detail string - Additional info about placement status
- 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
Get
Ap Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- recommended
Anchor Boolean - Flag to represent if AP is recommended as an anchor by auto placement service
- status String
- Basic Placement Status
- status
Detail String - Additional info about placement status
- x Double
- X Autoplaced Position in pixels
- x
M Double - X Autoplaced Position in meters
- y Double
- Y Autoplaced Position in pixels
- y
M Double - X Autoplaced Position in meters
- info
Get
Ap Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- recommended
Anchor boolean - Flag to represent if AP is recommended as an anchor by auto placement service
- status string
- Basic Placement Status
- status
Detail string - Additional info about placement status
- x number
- X Autoplaced Position in pixels
- x
M number - X Autoplaced Position in meters
- y number
- Y Autoplaced Position in pixels
- y
M number - X Autoplaced Position in meters
- info
Get
Ap Stats Device Ap Stat Auto Placement Info - 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
- 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
- recommended
Anchor Boolean - Flag to represent if AP is recommended as an anchor by auto placement service
- status String
- Basic Placement Status
- status
Detail String - Additional info about placement status
- x Number
- X Autoplaced Position in pixels
- x
M Number - X Autoplaced Position in meters
- y Number
- Y Autoplaced Position in pixels
- y
M Number - X Autoplaced Position in meters
GetApStatsDeviceApStatAutoPlacementInfo
- 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 Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Placement Info Probability Surface - 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 GetAp Stats Device Ap Stat Auto Placement Info Probability Surface - Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
- cluster
Number Integer - All APs sharing a given cluster number can be placed relative to each other
- orientation
Stats Integer - The orientation of an AP
- probability
Surface GetAp Stats Device Ap Stat Auto Placement Info Probability Surface - Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
- cluster
Number number - All APs sharing a given cluster number can be placed relative to each other
- orientation
Stats number - The orientation of an AP
- probability
Surface GetAp Stats Device Ap Stat Auto Placement Info Probability Surface - 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 GetAp Stats Device Ap Stat Auto Placement Info Probability Surface - Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
- cluster
Number Number - All APs sharing a given cluster number can be placed relative to each other
- orientation
Stats Number - The orientation of an AP
- probability
Surface Property Map - Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
GetApStatsDeviceApStatAutoUpgradeStat
- Lastcheck int
- Lastcheck int
- lastcheck Integer
- lastcheck number
- lastcheck int
- lastcheck Number
GetApStatsDeviceApStatBleStat
- Beacon
Enabled bool - Beacon
Rate int - Eddystone
Uid boolEnabled - Eddystone
Uid intFreq Msec - Eddystone
Uid stringInstance - Eddystone
Uid stringNamespace - Eddystone
Url boolEnabled - Eddystone
Url intFreq Msec - Frequency (msec) of data emmit by Eddystone-UID beacon
- Eddystone
Url stringUrl - Ibeacon
Enabled bool - Ibeacon
Freq intMsec - Ibeacon
Major int - Ibeacon
Minor int - Ibeacon
Uuid string - Major int
- Minors List<int>
- Power int
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Tx
Resets int - Resets due to tx hung
- Uuid string
- Beacon
Enabled bool - Beacon
Rate int - Eddystone
Uid boolEnabled - Eddystone
Uid intFreq Msec - Eddystone
Uid stringInstance - Eddystone
Uid stringNamespace - Eddystone
Url boolEnabled - Eddystone
Url intFreq Msec - Frequency (msec) of data emmit by Eddystone-UID beacon
- Eddystone
Url stringUrl - Ibeacon
Enabled bool - Ibeacon
Freq intMsec - Ibeacon
Major int - Ibeacon
Minor int - Ibeacon
Uuid string - Major int
- Minors []int
- Power int
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Tx
Resets int - Resets due to tx hung
- Uuid string
- beacon
Enabled Boolean - beacon
Rate Integer - eddystone
Uid BooleanEnabled - eddystone
Uid IntegerFreq Msec - eddystone
Uid StringInstance - eddystone
Uid StringNamespace - eddystone
Url BooleanEnabled - eddystone
Url IntegerFreq Msec - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone
Url StringUrl - ibeacon
Enabled Boolean - ibeacon
Freq IntegerMsec - ibeacon
Major Integer - ibeacon
Minor Integer - ibeacon
Uuid String - major Integer
- minors List<Integer>
- power Integer
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Pkts Integer - Amount of packets received since connection
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Pkts Integer - Amount of packets sent since connection
- tx
Resets Integer - Resets due to tx hung
- uuid String
- beacon
Enabled boolean - beacon
Rate number - eddystone
Uid booleanEnabled - eddystone
Uid numberFreq Msec - eddystone
Uid stringInstance - eddystone
Uid stringNamespace - eddystone
Url booleanEnabled - eddystone
Url numberFreq Msec - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone
Url stringUrl - ibeacon
Enabled boolean - ibeacon
Freq numberMsec - ibeacon
Major number - ibeacon
Minor number - ibeacon
Uuid string - major number
- minors number[]
- power number
- rx
Bytes number - Amount of traffic received since connection
- rx
Pkts number - Amount of packets received since connection
- tx
Bytes number - Amount of traffic sent since connection
- tx
Pkts number - Amount of packets sent since connection
- tx
Resets number - Resets due to tx hung
- uuid string
- beacon_
enabled bool - beacon_
rate int - eddystone_
uid_ boolenabled - eddystone_
uid_ intfreq_ msec - eddystone_
uid_ strinstance - eddystone_
uid_ strnamespace - eddystone_
url_ boolenabled - eddystone_
url_ intfreq_ msec - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone_
url_ strurl - ibeacon_
enabled bool - ibeacon_
freq_ intmsec - ibeacon_
major int - ibeacon_
minor int - ibeacon_
uuid str - major int
- minors Sequence[int]
- power int
- rx_
bytes int - Amount of traffic received since connection
- rx_
pkts int - Amount of packets received since connection
- tx_
bytes int - Amount of traffic sent since connection
- tx_
pkts int - Amount of packets sent since connection
- tx_
resets int - Resets due to tx hung
- uuid str
- beacon
Enabled Boolean - beacon
Rate Number - eddystone
Uid BooleanEnabled - eddystone
Uid NumberFreq Msec - eddystone
Uid StringInstance - eddystone
Uid StringNamespace - eddystone
Url BooleanEnabled - eddystone
Url NumberFreq Msec - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone
Url StringUrl - ibeacon
Enabled Boolean - ibeacon
Freq NumberMsec - ibeacon
Major Number - ibeacon
Minor Number - ibeacon
Uuid String - major Number
- minors List<Number>
- power Number
- rx
Bytes Number - Amount of traffic received since connection
- rx
Pkts Number - Amount of packets received since connection
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Pkts Number - Amount of packets sent since connection
- tx
Resets Number - Resets due to tx hung
- uuid String
GetApStatsDeviceApStatEnvStat
GetApStatsDeviceApStatEslStat
GetApStatsDeviceApStatFwupdate
- progress int
- status str
- enum:
inprogress,failed,upgraded - status_
id int - timestamp float
- Epoch (seconds)
- will_
retry bool
GetApStatsDeviceApStatGps
- Accuracy double
- The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- Altitude double
- The elevation of the AP above sea level, measured in meters.
- Latitude double
- The geographic latitude of the AP, measured in degrees.
- Longitude double
- The geographic longitude of the AP, measured in degrees.
- Src string
- The origin of the GPS data. enum:
gps: from this device’s GPS estimatesother_apfrom neighboring device GPS estimates
- Timestamp double
- Epoch (seconds)
- Accuracy float64
- The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- Altitude float64
- The elevation of the AP above sea level, measured in meters.
- Latitude float64
- The geographic latitude of the AP, measured in degrees.
- Longitude float64
- The geographic longitude of the AP, measured in degrees.
- Src string
- The origin of the GPS data. enum:
gps: from this device’s GPS estimatesother_apfrom neighboring device GPS estimates
- Timestamp float64
- Epoch (seconds)
- accuracy Double
- The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude Double
- The elevation of the AP above sea level, measured in meters.
- latitude Double
- The geographic latitude of the AP, measured in degrees.
- longitude Double
- The geographic longitude of the AP, measured in degrees.
- src String
- The origin of the GPS data. enum:
gps: from this device’s GPS estimatesother_apfrom neighboring device GPS estimates
- timestamp Double
- Epoch (seconds)
- accuracy number
- The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude number
- The elevation of the AP above sea level, measured in meters.
- latitude number
- The geographic latitude of the AP, measured in degrees.
- longitude number
- The geographic longitude of the AP, measured in degrees.
- src string
- The origin of the GPS data. enum:
gps: from this device’s GPS estimatesother_apfrom neighboring device GPS estimates
- timestamp number
- Epoch (seconds)
- accuracy float
- The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude float
- The elevation of the AP above sea level, measured in meters.
- latitude float
- The geographic latitude of the AP, measured in degrees.
- longitude float
- The geographic longitude of the AP, measured in degrees.
- src str
- The origin of the GPS data. enum:
gps: from this device’s GPS estimatesother_apfrom neighboring device GPS estimates
- timestamp float
- Epoch (seconds)
- accuracy Number
- The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude Number
- The elevation of the AP above sea level, measured in meters.
- latitude Number
- The geographic latitude of the AP, measured in degrees.
- longitude Number
- The geographic longitude of the AP, measured in degrees.
- src String
- The origin of the GPS data. enum:
gps: from this device’s GPS estimatesother_apfrom neighboring device GPS estimates
- timestamp Number
- Epoch (seconds)
GetApStatsDeviceApStatIotStat
- Value int
- Value int
- value Integer
- value number
- value int
- value Number
GetApStatsDeviceApStatIpConfig
- Dns List<string>
- If
type==static - Dns
Suffixes 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
- enum:
dhcp,static - Type6 string
- enum:
autoconf,dhcp,disabled,static - Vlan
Id int - Management VLAN id, default is 1 (untagged)
- Dns []string
- If
type==static - Dns
Suffixes []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
- enum:
dhcp,static - Type6 string
- enum:
autoconf,dhcp,disabled,static - Vlan
Id int - Management VLAN id, default is 1 (untagged)
- dns List<String>
- If
type==static - dns
Suffixes 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
- enum:
dhcp,static - type6 String
- enum:
autoconf,dhcp,disabled,static - vlan
Id Integer - Management VLAN id, default is 1 (untagged)
- dns string[]
- If
type==static - dns
Suffixes 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
- enum:
dhcp,static - type6 string
- enum:
autoconf,dhcp,disabled,static - vlan
Id 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
- enum:
dhcp,static - type6 str
- enum:
autoconf,dhcp,disabled,static - vlan_
id int - Management VLAN id, default is 1 (untagged)
- dns List<String>
- If
type==static - dns
Suffixes 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
- enum:
dhcp,static - type6 String
- enum:
autoconf,dhcp,disabled,static - vlan
Id Number - Management VLAN id, default is 1 (untagged)
GetApStatsDeviceApStatIpStat
- Dhcp
Server string - Dns List<string>
- Dns
Suffixes List<string> - Gateway string
- Gateway6 string
- Ip string
- Ip6 string
- Ips Dictionary<string, string>
- Netmask string
- Netmask6 string
- Dhcp
Server string - Dns []string
- Dns
Suffixes []string - Gateway string
- Gateway6 string
- Ip string
- Ip6 string
- Ips map[string]string
- Netmask string
- Netmask6 string
- dhcp
Server String - dns List<String>
- dns
Suffixes List<String> - gateway String
- gateway6 String
- ip String
- ip6 String
- ips Map<String,String>
- netmask String
- netmask6 String
- dhcp
Server string - dns string[]
- dns
Suffixes 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
- dhcp
Server String - dns List<String>
- dns
Suffixes List<String> - gateway String
- gateway6 String
- ip String
- ip6 String
- ips Map<String>
- netmask String
- netmask6 String
GetApStatsDeviceApStatL2tpStat
- Sessions
List<Pulumi.
Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat L2tp Stat Session> - List of sessions
- State string
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply - Uptime int
- Uptime
- Wxtunnel
Id string - WxlanTunnel ID
- Sessions
[]Get
Ap Stats Device Ap Stat L2tp Stat Session - List of sessions
- State string
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply - Uptime int
- Uptime
- Wxtunnel
Id string - WxlanTunnel ID
- sessions
List<Get
Ap Stats Device Ap Stat L2tp Stat Session> - List of sessions
- state String
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply - uptime Integer
- Uptime
- wxtunnel
Id String - WxlanTunnel ID
- sessions
Get
Ap Stats Device Ap Stat L2tp Stat Session[] - List of sessions
- state string
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply - uptime number
- Uptime
- wxtunnel
Id string - WxlanTunnel ID
- sessions
Sequence[Get
Ap Stats Device Ap Stat L2tp Stat Session] - List of sessions
- state str
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply - uptime int
- Uptime
- wxtunnel_
id str - WxlanTunnel ID
- sessions List<Property Map>
- List of sessions
- state String
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply - uptime Number
- Uptime
- wxtunnel
Id String - WxlanTunnel ID
GetApStatsDeviceApStatL2tpStatSession
- Local
Sid int - Remote sessions id (dynamically unless Tunnel is said to be static)
- Remote
Id string - WxlanTunnel Remote ID (user-configured)
- Remote
Sid int - Remote sessions id (dynamically unless Tunnel is said to be static)
- State string
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply
- Local
Sid int - Remote sessions id (dynamically unless Tunnel is said to be static)
- Remote
Id string - WxlanTunnel Remote ID (user-configured)
- Remote
Sid int - Remote sessions id (dynamically unless Tunnel is said to be static)
- State string
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply
- local
Sid Integer - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote
Id String - WxlanTunnel Remote ID (user-configured)
- remote
Sid Integer - Remote sessions id (dynamically unless Tunnel is said to be static)
- state String
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply
- local
Sid number - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote
Id string - WxlanTunnel Remote ID (user-configured)
- remote
Sid number - Remote sessions id (dynamically unless Tunnel is said to be static)
- state string
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply
- 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
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply
- local
Sid Number - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote
Id String - WxlanTunnel Remote ID (user-configured)
- remote
Sid Number - Remote sessions id (dynamically unless Tunnel is said to be static)
- state String
- enum:
established,established_with_session,idle,wait-ctrl-conn,wait-ctrl-reply
GetApStatsDeviceApStatLastTrouble
GetApStatsDeviceApStatLed
- Brightness int
- Enabled bool
- Brightness int
- Enabled bool
- brightness Integer
- enabled Boolean
- brightness number
- enabled boolean
- brightness int
- enabled bool
- brightness Number
- enabled Boolean
GetApStatsDeviceApStatLldpStat
- Chassis
Id string - Lldp
Med boolSupported - Whether it support LLDP-MED
- Mgmt
Addr string - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- Mgmt
Addrs List<string> - Port
Desc string - ge-0/0/4
- Port
Id string - Power
Allocated double - In mW, provided/allocated by PSE
- Power
Draw double - In mW, total power needed by PD
- Power
Request intCount - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- Power
Requested double - In mW, the current power requested by PD
- System
Desc string - Description provided by switch
- System
Name string - Name of the switch
- Chassis
Id string - Lldp
Med boolSupported - Whether it support LLDP-MED
- Mgmt
Addr string - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- Mgmt
Addrs []string - Port
Desc string - ge-0/0/4
- Port
Id string - Power
Allocated float64 - In mW, provided/allocated by PSE
- Power
Draw float64 - In mW, total power needed by PD
- Power
Request intCount - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- Power
Requested float64 - In mW, the current power requested by PD
- System
Desc string - Description provided by switch
- System
Name string - Name of the switch
- chassis
Id String - lldp
Med BooleanSupported - Whether it support LLDP-MED
- mgmt
Addr String - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt
Addrs List<String> - port
Desc String - ge-0/0/4
- port
Id String - power
Allocated Double - In mW, provided/allocated by PSE
- power
Draw Double - In mW, total power needed by PD
- power
Request IntegerCount - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power
Requested Double - In mW, the current power requested by PD
- system
Desc String - Description provided by switch
- system
Name String - Name of the switch
- chassis
Id string - lldp
Med booleanSupported - Whether it support LLDP-MED
- mgmt
Addr string - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt
Addrs string[] - port
Desc string - ge-0/0/4
- port
Id string - power
Allocated number - In mW, provided/allocated by PSE
- power
Draw number - In mW, total power needed by PD
- power
Request numberCount - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power
Requested number - In mW, the current power requested by PD
- system
Desc string - Description provided by switch
- system
Name string - Name of the switch
- chassis_
id str - lldp_
med_ boolsupported - 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_ intcount - 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
- chassis
Id String - lldp
Med BooleanSupported - Whether it support LLDP-MED
- mgmt
Addr String - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt
Addrs List<String> - port
Desc String - ge-0/0/4
- port
Id String - power
Allocated Number - In mW, provided/allocated by PSE
- power
Draw Number - In mW, total power needed by PD
- power
Request NumberCount - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power
Requested Number - In mW, the current power requested by PD
- system
Desc String - Description provided by switch
- system
Name String - Name of the switch
GetApStatsDeviceApStatMeshDownlinks
- Band string
- Channel int
- Idle
Time int - Last
Seen double - Last seen timestamp
- Proto string
- Rssi int
- Rx
Bps int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Packets int - Amount of packets received since connection
- Rx
Rate double - RX Rate, Mbps
- Rx
Retries int - Amount of rx retries
- Site
Id string - Snr int
- Tx
Bps int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Packets int - Amount of packets sent since connection
- Tx
Rate double - TX Rate, Mbps
- Tx
Retries int - Amount of tx retries
- Band string
- Channel int
- Idle
Time int - Last
Seen float64 - Last seen timestamp
- Proto string
- Rssi int
- Rx
Bps int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Packets int - Amount of packets received since connection
- Rx
Rate float64 - RX Rate, Mbps
- Rx
Retries int - Amount of rx retries
- Site
Id string - Snr int
- Tx
Bps int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Packets int - Amount of packets sent since connection
- Tx
Rate float64 - TX Rate, Mbps
- Tx
Retries int - Amount of tx retries
- band String
- channel Integer
- idle
Time Integer - last
Seen Double - Last seen timestamp
- proto String
- rssi Integer
- rx
Bps Integer - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Packets Integer - Amount of packets received since connection
- rx
Rate Double - RX Rate, Mbps
- rx
Retries Integer - Amount of rx retries
- site
Id String - snr Integer
- tx
Bps Integer - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Packets Integer - Amount of packets sent since connection
- tx
Rate Double - TX Rate, Mbps
- tx
Retries Integer - Amount of tx retries
- band string
- channel number
- idle
Time number - last
Seen number - Last seen timestamp
- proto string
- rssi number
- rx
Bps number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes number - Amount of traffic received since connection
- rx
Packets number - Amount of packets received since connection
- rx
Rate number - RX Rate, Mbps
- rx
Retries number - Amount of rx retries
- site
Id string - snr number
- tx
Bps number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes number - Amount of traffic sent since connection
- tx
Packets number - Amount of packets sent since connection
- tx
Rate number - TX Rate, Mbps
- tx
Retries number - Amount of tx retries
- band str
- channel int
- idle_
time int - last_
seen float - Last seen timestamp
- proto str
- rssi int
- rx_
bps int - Rate of receiving traffic, bits/seconds, last known
- rx_
bytes int - Amount of traffic received since connection
- rx_
packets int - Amount of packets received since connection
- rx_
rate float - RX Rate, Mbps
- rx_
retries int - Amount of rx retries
- site_
id str - snr int
- tx_
bps int - Rate of transmitting traffic, bits/seconds, last known
- tx_
bytes int - Amount of traffic sent since connection
- tx_
packets int - Amount of packets sent since connection
- tx_
rate float - TX Rate, Mbps
- tx_
retries int - Amount of tx retries
- band String
- channel Number
- idle
Time Number - last
Seen Number - Last seen timestamp
- proto String
- rssi Number
- rx
Bps Number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes Number - Amount of traffic received since connection
- rx
Packets Number - Amount of packets received since connection
- rx
Rate Number - RX Rate, Mbps
- rx
Retries Number - Amount of rx retries
- site
Id String - snr Number
- tx
Bps Number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Packets Number - Amount of packets sent since connection
- tx
Rate Number - TX Rate, Mbps
- tx
Retries Number - Amount of tx retries
GetApStatsDeviceApStatMeshUplink
- Band string
- Channel int
- Idle
Time int - Last
Seen double - Last seen timestamp
- Proto string
- Rssi int
- Rx
Bps int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Packets int - Amount of packets received since connection
- Rx
Rate double - RX Rate, Mbps
- Rx
Retries int - Amount of rx retries
- Site
Id string - Snr int
- Tx
Bps int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Packets int - Amount of packets sent since connection
- Tx
Rate double - TX Rate, Mbps
- Tx
Retries int - Amount of tx retries
- Uplink
Ap stringId
- Band string
- Channel int
- Idle
Time int - Last
Seen float64 - Last seen timestamp
- Proto string
- Rssi int
- Rx
Bps int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Packets int - Amount of packets received since connection
- Rx
Rate float64 - RX Rate, Mbps
- Rx
Retries int - Amount of rx retries
- Site
Id string - Snr int
- Tx
Bps int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Packets int - Amount of packets sent since connection
- Tx
Rate float64 - TX Rate, Mbps
- Tx
Retries int - Amount of tx retries
- Uplink
Ap stringId
- band String
- channel Integer
- idle
Time Integer - last
Seen Double - Last seen timestamp
- proto String
- rssi Integer
- rx
Bps Integer - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Packets Integer - Amount of packets received since connection
- rx
Rate Double - RX Rate, Mbps
- rx
Retries Integer - Amount of rx retries
- site
Id String - snr Integer
- tx
Bps Integer - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Packets Integer - Amount of packets sent since connection
- tx
Rate Double - TX Rate, Mbps
- tx
Retries Integer - Amount of tx retries
- uplink
Ap StringId
- band string
- channel number
- idle
Time number - last
Seen number - Last seen timestamp
- proto string
- rssi number
- rx
Bps number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes number - Amount of traffic received since connection
- rx
Packets number - Amount of packets received since connection
- rx
Rate number - RX Rate, Mbps
- rx
Retries number - Amount of rx retries
- site
Id string - snr number
- tx
Bps number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes number - Amount of traffic sent since connection
- tx
Packets number - Amount of packets sent since connection
- tx
Rate number - TX Rate, Mbps
- tx
Retries number - Amount of tx retries
- uplink
Ap stringId
- band str
- channel int
- idle_
time int - last_
seen float - Last seen timestamp
- proto str
- rssi int
- rx_
bps int - Rate of receiving traffic, bits/seconds, last known
- rx_
bytes int - Amount of traffic received since connection
- rx_
packets int - Amount of packets received since connection
- rx_
rate float - RX Rate, Mbps
- rx_
retries int - Amount of rx retries
- site_
id str - snr int
- tx_
bps int - Rate of transmitting traffic, bits/seconds, last known
- tx_
bytes int - Amount of traffic sent since connection
- tx_
packets int - Amount of packets sent since connection
- tx_
rate float - TX Rate, Mbps
- tx_
retries int - Amount of tx retries
- uplink_
ap_ strid
- band String
- channel Number
- idle
Time Number - last
Seen Number - Last seen timestamp
- proto String
- rssi Number
- rx
Bps Number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes Number - Amount of traffic received since connection
- rx
Packets Number - Amount of packets received since connection
- rx
Rate Number - RX Rate, Mbps
- rx
Retries Number - Amount of rx retries
- site
Id String - snr Number
- tx
Bps Number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Packets Number - Amount of packets sent since connection
- tx
Rate Number - TX Rate, Mbps
- tx
Retries Number - Amount of tx retries
- uplink
Ap StringId
GetApStatsDeviceApStatPortStat
- full
Duplex Boolean - rx
Bytes Integer - Amount of traffic received since connection
- rx
Errors Integer - rx
Peak IntegerBps - rx
Pkts Integer - Amount of packets received since connection
- speed Integer
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Peak IntegerBps - tx
Pkts Integer - Amount of packets sent since connection
- up Boolean
- full
Duplex boolean - rx
Bytes number - Amount of traffic received since connection
- rx
Errors number - rx
Peak numberBps - rx
Pkts number - Amount of packets received since connection
- speed number
- tx
Bytes number - Amount of traffic sent since connection
- tx
Peak numberBps - tx
Pkts number - Amount of packets sent since connection
- up boolean
- full_
duplex bool - rx_
bytes int - Amount of traffic received since connection
- rx_
errors int - rx_
peak_ intbps - rx_
pkts int - Amount of packets received since connection
- speed int
- tx_
bytes int - Amount of traffic sent since connection
- tx_
peak_ intbps - tx_
pkts int - Amount of packets sent since connection
- up bool
- full
Duplex Boolean - rx
Bytes Number - Amount of traffic received since connection
- rx
Errors Number - rx
Peak NumberBps - rx
Pkts Number - Amount of packets received since connection
- speed Number
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Peak NumberBps - tx
Pkts Number - Amount of packets sent since connection
- up Boolean
GetApStatsDeviceApStatRadioStat
- Band24
Get
Ap Stats Device Ap Stat Radio Stat Band24 - Radio stat
- Band5
Get
Ap Stats Device Ap Stat Radio Stat Band5 - Radio stat
- Band6
Get
Ap Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
Get
Ap Stats Device Ap Stat Radio Stat Band24 - Radio stat
- band5
Get
Ap Stats Device Ap Stat Radio Stat Band5 - Radio stat
- band6
Get
Ap Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
Get
Ap Stats Device Ap Stat Radio Stat Band24 - Radio stat
- band5
Get
Ap Stats Device Ap Stat Radio Stat Band5 - Radio stat
- band6
Get
Ap Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
Get
Ap Stats Device Ap Stat Radio Stat Band24 - Radio stat
- band5
Get
Ap Stats Device Ap Stat Radio Stat Band5 - Radio stat
- band6
Get
Ap Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24 Property Map
- Radio stat
- band5 Property Map
- Radio stat
- band6 Property Map
- Radio stat
GetApStatsDeviceApStatRadioStatBand24
- Bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - Channel int
- Current channel the radio is running on
- Dynamic
Chaining boolEnabled - Use dynamic chaining for downlink
- Mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor int - Num
Clients int - Num
Wlans int - How many WLANs are applied to the radio
- Power int
- Transmit power (in dBm)
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Usage string
- Util
All int - All utilization in percentage
- Util
Non intWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx intIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx intOther Bss - 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 intWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown intWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- Bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - Channel int
- Current channel the radio is running on
- Dynamic
Chaining boolEnabled - Use dynamic chaining for downlink
- Mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor int - Num
Clients int - Num
Wlans int - How many WLANs are applied to the radio
- Power int
- Transmit power (in dBm)
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Usage string
- Util
All int - All utilization in percentage
- Util
Non intWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx intIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx intOther Bss - 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 intWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown intWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth Integer
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel Integer
- Current channel the radio is running on
- dynamic
Chaining BooleanEnabled - Use dynamic chaining for downlink
- mac String
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor Integer - num
Clients Integer - num
Wlans Integer - How many WLANs are applied to the radio
- power Integer
- Transmit power (in dBm)
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Pkts Integer - Amount of packets received since connection
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Pkts Integer - Amount of packets sent since connection
- usage String
- util
All Integer - All utilization in percentage
- util
Non IntegerWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx IntegerIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx IntegerOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx Integer - Transmission utilization in percentage
- util
Undecodable IntegerWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown IntegerWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth number
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel number
- Current channel the radio is running on
- dynamic
Chaining booleanEnabled - Use dynamic chaining for downlink
- mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor number - num
Clients number - num
Wlans number - How many WLANs are applied to the radio
- power number
- Transmit power (in dBm)
- rx
Bytes number - Amount of traffic received since connection
- rx
Pkts number - Amount of packets received since connection
- tx
Bytes number - Amount of traffic sent since connection
- tx
Pkts number - Amount of packets sent since connection
- usage string
- util
All number - All utilization in percentage
- util
Non numberWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx numberIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx numberOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx number - Transmission utilization in percentage
- util
Undecodable numberWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown numberWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel int
- Current channel the radio is running on
- dynamic_
chaining_ boolenabled - 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 - num_
wlans int - How many WLANs are applied to the radio
- power int
- Transmit power (in dBm)
- rx_
bytes int - Amount of traffic received since connection
- rx_
pkts int - Amount of packets received since connection
- tx_
bytes int - Amount of traffic sent since connection
- tx_
pkts int - Amount of packets sent since connection
- usage str
- util_
all int - All utilization in percentage
- util_
non_ intwifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util_
rx_ intin_ bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util_
rx_ intother_ bss - 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_ intwifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util_
unknown_ intwifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth Number
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel Number
- Current channel the radio is running on
- dynamic
Chaining BooleanEnabled - Use dynamic chaining for downlink
- mac String
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor Number - num
Clients Number - num
Wlans Number - How many WLANs are applied to the radio
- power Number
- Transmit power (in dBm)
- rx
Bytes Number - Amount of traffic received since connection
- rx
Pkts Number - Amount of packets received since connection
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Pkts Number - Amount of packets sent since connection
- usage String
- util
All Number - All utilization in percentage
- util
Non NumberWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx NumberIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx NumberOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx Number - Transmission utilization in percentage
- util
Undecodable NumberWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown NumberWifi - 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.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - Channel int
- Current channel the radio is running on
- Dynamic
Chaining boolEnabled - Use dynamic chaining for downlink
- Mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor int - Num
Clients int - Num
Wlans int - How many WLANs are applied to the radio
- Power int
- Transmit power (in dBm)
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Usage string
- Util
All int - All utilization in percentage
- Util
Non intWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx intIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx intOther Bss - 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 intWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown intWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- Bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - Channel int
- Current channel the radio is running on
- Dynamic
Chaining boolEnabled - Use dynamic chaining for downlink
- Mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor int - Num
Clients int - Num
Wlans int - How many WLANs are applied to the radio
- Power int
- Transmit power (in dBm)
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Usage string
- Util
All int - All utilization in percentage
- Util
Non intWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx intIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx intOther Bss - 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 intWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown intWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth Integer
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel Integer
- Current channel the radio is running on
- dynamic
Chaining BooleanEnabled - Use dynamic chaining for downlink
- mac String
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor Integer - num
Clients Integer - num
Wlans Integer - How many WLANs are applied to the radio
- power Integer
- Transmit power (in dBm)
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Pkts Integer - Amount of packets received since connection
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Pkts Integer - Amount of packets sent since connection
- usage String
- util
All Integer - All utilization in percentage
- util
Non IntegerWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx IntegerIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx IntegerOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx Integer - Transmission utilization in percentage
- util
Undecodable IntegerWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown IntegerWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth number
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel number
- Current channel the radio is running on
- dynamic
Chaining booleanEnabled - Use dynamic chaining for downlink
- mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor number - num
Clients number - num
Wlans number - How many WLANs are applied to the radio
- power number
- Transmit power (in dBm)
- rx
Bytes number - Amount of traffic received since connection
- rx
Pkts number - Amount of packets received since connection
- tx
Bytes number - Amount of traffic sent since connection
- tx
Pkts number - Amount of packets sent since connection
- usage string
- util
All number - All utilization in percentage
- util
Non numberWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx numberIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx numberOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx number - Transmission utilization in percentage
- util
Undecodable numberWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown numberWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel int
- Current channel the radio is running on
- dynamic_
chaining_ boolenabled - 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 - num_
wlans int - How many WLANs are applied to the radio
- power int
- Transmit power (in dBm)
- rx_
bytes int - Amount of traffic received since connection
- rx_
pkts int - Amount of packets received since connection
- tx_
bytes int - Amount of traffic sent since connection
- tx_
pkts int - Amount of packets sent since connection
- usage str
- util_
all int - All utilization in percentage
- util_
non_ intwifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util_
rx_ intin_ bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util_
rx_ intother_ bss - 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_ intwifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util_
unknown_ intwifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth Number
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel Number
- Current channel the radio is running on
- dynamic
Chaining BooleanEnabled - Use dynamic chaining for downlink
- mac String
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor Number - num
Clients Number - num
Wlans Number - How many WLANs are applied to the radio
- power Number
- Transmit power (in dBm)
- rx
Bytes Number - Amount of traffic received since connection
- rx
Pkts Number - Amount of packets received since connection
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Pkts Number - Amount of packets sent since connection
- usage String
- util
All Number - All utilization in percentage
- util
Non NumberWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx NumberIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx NumberOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx Number - Transmission utilization in percentage
- util
Undecodable NumberWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown NumberWifi - 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.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - Channel int
- Current channel the radio is running on
- Dynamic
Chaining boolEnabled - Use dynamic chaining for downlink
- Mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor int - Num
Clients int - Num
Wlans int - How many WLANs are applied to the radio
- Power int
- Transmit power (in dBm)
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Usage string
- Util
All int - All utilization in percentage
- Util
Non intWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx intIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx intOther Bss - 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 intWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown intWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- Bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - Channel int
- Current channel the radio is running on
- Dynamic
Chaining boolEnabled - Use dynamic chaining for downlink
- Mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor int - Num
Clients int - Num
Wlans int - How many WLANs are applied to the radio
- Power int
- Transmit power (in dBm)
- Rx
Bytes int - Amount of traffic received since connection
- Rx
Pkts int - Amount of packets received since connection
- Tx
Bytes int - Amount of traffic sent since connection
- Tx
Pkts int - Amount of packets sent since connection
- Usage string
- Util
All int - All utilization in percentage
- Util
Non intWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx intIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx intOther Bss - 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 intWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown intWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth Integer
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel Integer
- Current channel the radio is running on
- dynamic
Chaining BooleanEnabled - Use dynamic chaining for downlink
- mac String
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor Integer - num
Clients Integer - num
Wlans Integer - How many WLANs are applied to the radio
- power Integer
- Transmit power (in dBm)
- rx
Bytes Integer - Amount of traffic received since connection
- rx
Pkts Integer - Amount of packets received since connection
- tx
Bytes Integer - Amount of traffic sent since connection
- tx
Pkts Integer - Amount of packets sent since connection
- usage String
- util
All Integer - All utilization in percentage
- util
Non IntegerWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx IntegerIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx IntegerOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx Integer - Transmission utilization in percentage
- util
Undecodable IntegerWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown IntegerWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth number
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel number
- Current channel the radio is running on
- dynamic
Chaining booleanEnabled - Use dynamic chaining for downlink
- mac string
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor number - num
Clients number - num
Wlans number - How many WLANs are applied to the radio
- power number
- Transmit power (in dBm)
- rx
Bytes number - Amount of traffic received since connection
- rx
Pkts number - Amount of packets received since connection
- tx
Bytes number - Amount of traffic sent since connection
- tx
Pkts number - Amount of packets sent since connection
- usage string
- util
All number - All utilization in percentage
- util
Non numberWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx numberIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx numberOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx number - Transmission utilization in percentage
- util
Undecodable numberWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown numberWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth int
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel int
- Current channel the radio is running on
- dynamic_
chaining_ boolenabled - 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 - num_
wlans int - How many WLANs are applied to the radio
- power int
- Transmit power (in dBm)
- rx_
bytes int - Amount of traffic received since connection
- rx_
pkts int - Amount of packets received since connection
- tx_
bytes int - Amount of traffic sent since connection
- tx_
pkts int - Amount of packets sent since connection
- usage str
- util_
all int - All utilization in percentage
- util_
non_ intwifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util_
rx_ intin_ bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util_
rx_ intother_ bss - 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_ intwifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util_
unknown_ intwifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth Number
- channel width for the band.enum:
20,40,80(only applicable for band_5 and band_6),160(only for band_6) - channel Number
- Current channel the radio is running on
- dynamic
Chaining BooleanEnabled - Use dynamic chaining for downlink
- mac String
- Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor Number - num
Clients Number - num
Wlans Number - How many WLANs are applied to the radio
- power Number
- Transmit power (in dBm)
- rx
Bytes Number - Amount of traffic received since connection
- rx
Pkts Number - Amount of packets received since connection
- tx
Bytes Number - Amount of traffic sent since connection
- tx
Pkts Number - Amount of packets sent since connection
- usage String
- util
All Number - All utilization in percentage
- util
Non NumberWifi - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx NumberIn Bss - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx NumberOther Bss - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx Number - Transmission utilization in percentage
- util
Undecodable NumberWifi - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown NumberWifi - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
GetApStatsDeviceApStatSwitchRedundancy
- Num
Redundant intAps
- Num
Redundant intAps
- num
Redundant IntegerAps
- num
Redundant numberAps
- num
Redundant NumberAps
GetApStatsDeviceApStatUsbStat
- Channel int
- Connected bool
- Last
Activity int - Type string
- Up bool
- Channel int
- Connected bool
- Last
Activity int - Type string
- Up bool
- channel Integer
- connected Boolean
- last
Activity Integer - type String
- up Boolean
- channel number
- connected boolean
- last
Activity number - type string
- up boolean
- channel int
- connected bool
- last_
activity int - type str
- up bool
- channel Number
- connected Boolean
- last
Activity Number - type String
- up Boolean
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mistTerraform Provider.
