Juniper Mist v0.1.1 published on Monday, Nov 4, 2024 by Pulumi
junipermist.device.getApStats
Explore with Pulumi AI
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:
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
- duration like 7d, 2w
- End int
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- Mac string
- Site
Id string - Start int
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- 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
- duration like 7d, 2w
- End int
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- Mac string
- Site
Id string - Start int
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- 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
- duration like 7d, 2w
- end Integer
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- mac String
- site
Id String - start Integer
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- 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
- duration like 7d, 2w
- end number
- end datetime, can be epoch or relative time like -1d, -2h; now if not specified
- mac string
- site
Id string - start number
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- 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
- 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
- device
Ap List<Property Map>Stats - id String
- The provider-assigned unique ID for this managed resource.
- org
Id 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
- site
Id String - start Number
- start datetime, can be epoch or relative time like -1d, -1w; -1d if not specified
- 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 int - 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 - Hw
Rev string - Id string
- 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 int - Mount string
- Name string
- Notes string
- Num
Clients int - how many wireless clients are currently connected
- 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 double - Rx
Bytes int - Rx
Pkts int - Serial string
- serial
- Site
Id string - Status string
- Switch
Redundancy Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Switch Redundancy - Tx
Bps double - Tx
Bytes double - Tx
Pkts double - 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 int - 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 - Hw
Rev string - Id string
- 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 int - Mount string
- Name string
- Notes string
- Num
Clients int - how many wireless clients are currently connected
- 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 float64 - Rx
Bytes int - Rx
Pkts int - Serial string
- serial
- Site
Id string - Status string
- Switch
Redundancy GetAp Stats Device Ap Stat Switch Redundancy - Tx
Bps float64 - Tx
Bytes float64 - Tx
Pkts float64 - 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 Integer - 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 - hw
Rev String - id String
- 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 Integer - mount String
- name String
- notes String
- num
Clients Integer - how many wireless clients are currently connected
- 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 Double - rx
Bytes Integer - rx
Pkts Integer - serial String
- serial
- site
Id String - status String
- switch
Redundancy GetAp Stats Device Ap Stat Switch Redundancy - tx
Bps Double - tx
Bytes Double - tx
Pkts Double - 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 - 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 - hw
Rev string - id string
- 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 - mount string
- name string
- notes string
- num
Clients number - how many wireless clients are currently connected
- 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 - rx
Bytes number - rx
Pkts number - serial string
- serial
- site
Id string - status string
- switch
Redundancy GetAp Stats Device Ap Stat Switch Redundancy - tx
Bps number - tx
Bytes number - tx
Pkts number - 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 int - 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 - hw_
rev str - id str
- 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 int - mount str
- name str
- notes str
- num_
clients int - how many wireless clients are currently connected
- 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 float - rx_
bytes int - rx_
pkts int - serial str
- serial
- site_
id str - status str
- switch_
redundancy GetAp Stats Device Ap Stat Switch Redundancy - tx_
bps float - tx_
bytes float - tx_
pkts float - 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 - 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
- hw
Rev String - id String
- 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 - mount String
- name String
- notes String
- num
Clients Number - how many wireless clients are currently connected
- 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 - rx
Bytes Number - rx
Pkts Number - serial String
- serial
- site
Id String - status String
- switch
Redundancy Property Map - tx
Bps Number - tx
Bytes Number - tx
Pkts Number - 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
- Use
Auto boolPlacement - 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
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
- Use
Auto boolPlacement - 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
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
- use
Auto BooleanPlacement - Flag to represent if auto_placement values are currently utilized
- 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
- use
Auto booleanPlacement - Flag to represent if auto_placement values are currently utilized
- 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
- use_
auto_ boolplacement - 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
- 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
- use
Auto BooleanPlacement - Flag to represent if auto_placement values are currently utilized
- 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 - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 - rx
Pkts Integer - tx
Bytes Integer - tx
Pkts Integer - 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 - rx
Pkts number - tx
Bytes number - tx
Pkts number - 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 - rx_
pkts int - tx_
bytes int - tx_
pkts int - 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 - rx
Pkts Number - tx
Bytes Number - tx
Pkts Number - tx
Resets Number - resets due to tx hung
- uuid String
GetApStatsDeviceApStatEnvStat
GetApStatsDeviceApStatEslStat
GetApStatsDeviceApStatFwupdate
- progress int
- status str
- status_
id int - timestamp float
- will_
retry bool
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
- Type6 string
- 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
- Type6 string
- 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
- type6 String
- 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
- type6 string
- vlan
Id number - 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
- type6 String
- 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
- Uptime int
- uptime
- Wxtunnel
Id string - WxlanTunnel ID
- Sessions
[]Get
Ap Stats Device Ap Stat L2tp Stat Session - list of sessions
- State string
- Uptime int
- uptime
- Wxtunnel
Id string - WxlanTunnel ID
- sessions
List<Get
Ap Stats Device Ap Stat L2tp Stat Session> - list of sessions
- state String
- uptime Integer
- uptime
- wxtunnel
Id String - WxlanTunnel ID
- sessions
Get
Ap Stats Device Ap Stat L2tp Stat Session[] - list of sessions
- state string
- uptime number
- uptime
- wxtunnel
Id string - WxlanTunnel ID
- sessions
Sequence[Get
Ap Stats Device Ap Stat L2tp Stat Session] - list of sessions
- state str
- uptime int
- uptime
- wxtunnel_
id str - WxlanTunnel ID
- sessions List<Property Map>
- list of sessions
- state String
- 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 str - WxlanTunnel Remote ID (user-configured)
- remote_
sid int - remote sessions id (dynamically unless Tunnel is said to be static)
- state str
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 str
- channel int
- idle_
time int - last_
seen float - proto str
- rssi int
- rx_
bps int - rx_
bytes int - rx_
packets int - rx_
rate int - rx_
retries int - site_
id str - snr int
- tx_
bps int - tx_
bytes int - tx_
packets int - tx_
rate int - tx_
retries int
GetApStatsDeviceApStatMeshUplink
- band str
- channel int
- idle_
time int - last_
seen float - proto str
- rssi int
- rx_
bps int - rx_
bytes int - rx_
packets int - rx_
rate int - rx_
retries int - site_
id str - snr int
- tx_
bps int - tx_
bytes int - tx_
packets int - tx_
rate int - tx_
retries int - uplink_
ap_ strid
GetApStatsDeviceApStatPortStat
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 *
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 boolEnalbed - 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 - Power int
- transmit power (in dBm)
- Rx
Bytes int - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 *
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 boolEnalbed - 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 - Power int
- transmit power (in dBm)
- Rx
Bytes int - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel Integer
- current channel the radio is running on
- dynamic
Chaining BooleanEnalbed - 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 - power Integer
- transmit power (in dBm)
- rx
Bytes Integer - rx
Pkts Integer - tx
Bytes Integer - tx
Pkts Integer - 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel number
- current channel the radio is running on
- dynamic
Chaining booleanEnalbed - 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 - power number
- transmit power (in dBm)
- rx
Bytes number - rx
Pkts number - tx
Bytes number - tx
Pkts number - 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 *
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_ boolenalbed - 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_ 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel Number
- current channel the radio is running on
- dynamic
Chaining BooleanEnalbed - 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 - power Number
- transmit power (in dBm)
- rx
Bytes Number - rx
Pkts Number - tx
Bytes Number - tx
Pkts Number - 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 *
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 boolEnalbed - 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 - Power int
- transmit power (in dBm)
- Rx
Bytes int - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 *
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 boolEnalbed - 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 - Power int
- transmit power (in dBm)
- Rx
Bytes int - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel Integer
- current channel the radio is running on
- dynamic
Chaining BooleanEnalbed - 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 - power Integer
- transmit power (in dBm)
- rx
Bytes Integer - rx
Pkts Integer - tx
Bytes Integer - tx
Pkts Integer - 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel number
- current channel the radio is running on
- dynamic
Chaining booleanEnalbed - 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 - power number
- transmit power (in dBm)
- rx
Bytes number - rx
Pkts number - tx
Bytes number - tx
Pkts number - 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 *
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_ boolenalbed - 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_ 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel Number
- current channel the radio is running on
- dynamic
Chaining BooleanEnalbed - 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 - power Number
- transmit power (in dBm)
- rx
Bytes Number - rx
Pkts Number - tx
Bytes Number - tx
Pkts Number - 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 *
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 boolEnalbed - 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 - Power int
- transmit power (in dBm)
- Rx
Bytes int - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 *
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 boolEnalbed - 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 - Power int
- transmit power (in dBm)
- Rx
Bytes int - Rx
Pkts int - Tx
Bytes int - Tx
Pkts int - 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel Integer
- current channel the radio is running on
- dynamic
Chaining BooleanEnalbed - 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 - power Integer
- transmit power (in dBm)
- rx
Bytes Integer - rx
Pkts Integer - tx
Bytes Integer - tx
Pkts Integer - 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel number
- current channel the radio is running on
- dynamic
Chaining booleanEnalbed - 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 - power number
- transmit power (in dBm)
- rx
Bytes number - rx
Pkts number - tx
Bytes number - tx
Pkts number - 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 *
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_ boolenalbed - 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_ 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 *
80
is only applicable for band5 and band6 *160
is only for band_6 - channel Number
- current channel the radio is running on
- dynamic
Chaining BooleanEnalbed - 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 - power Number
- transmit power (in dBm)
- rx
Bytes Number - rx
Pkts Number - tx
Bytes Number - tx
Pkts Number - 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
mist
Terraform Provider.