Juniper Mist v0.4.0 published on Wednesday, Apr 16, 2025 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",
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 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
- 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 This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Placement - Auto
Upgrade Stat This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Upgrade Stat - Ble
Stat This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Ble Stat - Cert
Expiry This property is required. double - Config
Reverted This property is required. bool - Cpu
System This property is required. int - Cpu
Util This property is required. int - Created
Time This property is required. double - When the object has been created, in epoch
- Deviceprofile
Id This property is required. string - Env
Stat This property is required. 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 This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Esl Stat - Ext
Ip This property is required. string - Fwupdate
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Fwupdate - Gps
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Gps - Hw
Rev This property is required. string - Id
This property is required. string - Unique ID of the object instance in the Mist Organization
- Inactive
Wired Vlans This property is required. List<int> - Iot
Stat This property is required. Dictionary<string, Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Iot Stat> - Ip
This property is required. string - Ip
Config This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Ip Config - IP AP settings
- Ip
Stat This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Ip Stat - L2tp
Stat This property is required. 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 This property is required. double - Last seen timestamp
- Last
Trouble This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Last Trouble - Last trouble code of switch
- Led
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Led - LED AP settings
- Lldp
Stat This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Lldp Stat - LLDP Stat (neighbor information, power negotiations)
- Locating
This property is required. bool - Locked
This property is required. bool - Whether this AP is considered locked (placement / orientation has been vetted)
- Mac
This property is required. string - Device mac
- Map
Id This property is required. string - Mem
Used Kb This property is required. int - Mesh
Downlinks This property is required. 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 This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Mesh Uplink - Model
This property is required. string - Device model
- Modified
Time This property is required. double - When the object has been modified for the last time, in epoch
- Mount
This property is required. string - Name
This property is required. string - Notes
This property is required. string - Num
Clients This property is required. int - How many wireless clients are currently connected
- Num
Wlans This property is required. int - How many WLANs are applied to the device
- Org
Id This property is required. string - Port
Stat This property is required. 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 This property is required. int - In mW, surplus if positive or deficit if negative
- Power
Constrained This property is required. bool - Whether insufficient power
- Power
Opmode This property is required. string - Constrained mode
- Power
Src This property is required. string - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- Radio
Stat This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Radio Stat - Rx
Bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Serial
This property is required. string - Serial Number
- Site
Id This property is required. string - Status
This property is required. string - Switch
Redundancy This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Switch Redundancy - Tx
Bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Uptime
This property is required. double - How long, in seconds, has the device been up (or rebooted)
- Usb
Stat This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Usb Stat - Version
This property is required. string - X
This property is required. double - Y
This property is required. double
- Auto
Placement This property is required. GetAp Stats Device Ap Stat Auto Placement - Auto
Upgrade Stat This property is required. GetAp Stats Device Ap Stat Auto Upgrade Stat - Ble
Stat This property is required. GetAp Stats Device Ap Stat Ble Stat - Cert
Expiry This property is required. float64 - Config
Reverted This property is required. bool - Cpu
System This property is required. int - Cpu
Util This property is required. int - Created
Time This property is required. float64 - When the object has been created, in epoch
- Deviceprofile
Id This property is required. string - Env
Stat This property is required. GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- Esl
Stat This property is required. GetAp Stats Device Ap Stat Esl Stat - Ext
Ip This property is required. string - Fwupdate
This property is required. GetAp Stats Device Ap Stat Fwupdate - Gps
This property is required. GetAp Stats Device Ap Stat Gps - Hw
Rev This property is required. string - Id
This property is required. string - Unique ID of the object instance in the Mist Organization
- Inactive
Wired Vlans This property is required. []int - Iot
Stat This property is required. map[string]GetAp Stats Device Ap Stat Iot Stat - Ip
This property is required. string - Ip
Config This property is required. GetAp Stats Device Ap Stat Ip Config - IP AP settings
- Ip
Stat This property is required. GetAp Stats Device Ap Stat Ip Stat - L2tp
Stat This property is required. map[string]GetAp Stats Device Ap Stat L2tp Stat - L2TP tunnel status (key is the wxtunnel_id)
- Last
Seen This property is required. float64 - Last seen timestamp
- Last
Trouble This property is required. GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- Led
This property is required. GetAp Stats Device Ap Stat Led - LED AP settings
- Lldp
Stat This property is required. GetAp Stats Device Ap Stat Lldp Stat - LLDP Stat (neighbor information, power negotiations)
- Locating
This property is required. bool - Locked
This property is required. bool - Whether this AP is considered locked (placement / orientation has been vetted)
- Mac
This property is required. string - Device mac
- Map
Id This property is required. string - Mem
Used Kb This property is required. int - Mesh
Downlinks This property is required. 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 This property is required. GetAp Stats Device Ap Stat Mesh Uplink - Model
This property is required. string - Device model
- Modified
Time This property is required. float64 - When the object has been modified for the last time, in epoch
- Mount
This property is required. string - Name
This property is required. string - Notes
This property is required. string - Num
Clients This property is required. int - How many wireless clients are currently connected
- Num
Wlans This property is required. int - How many WLANs are applied to the device
- Org
Id This property is required. string - Port
Stat This property is required. map[string]GetAp Stats Device Ap Stat Port Stat - Property key is the port name (e.g.
eth0
) - Power
Budget This property is required. int - In mW, surplus if positive or deficit if negative
- Power
Constrained This property is required. bool - Whether insufficient power
- Power
Opmode This property is required. string - Constrained mode
- Power
Src This property is required. string - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- Radio
Stat This property is required. GetAp Stats Device Ap Stat Radio Stat - Rx
Bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Serial
This property is required. string - Serial Number
- Site
Id This property is required. string - Status
This property is required. string - Switch
Redundancy This property is required. GetAp Stats Device Ap Stat Switch Redundancy - Tx
Bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Uptime
This property is required. float64 - How long, in seconds, has the device been up (or rebooted)
- Usb
Stat This property is required. GetAp Stats Device Ap Stat Usb Stat - Version
This property is required. string - X
This property is required. float64 - Y
This property is required. float64
- auto
Placement This property is required. GetAp Stats Device Ap Stat Auto Placement - auto
Upgrade Stat This property is required. GetAp Stats Device Ap Stat Auto Upgrade Stat - ble
Stat This property is required. GetAp Stats Device Ap Stat Ble Stat - cert
Expiry This property is required. Double - config
Reverted This property is required. Boolean - cpu
System This property is required. Integer - cpu
Util This property is required. Integer - created
Time This property is required. Double - When the object has been created, in epoch
- deviceprofile
Id This property is required. String - env
Stat This property is required. GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl
Stat This property is required. GetAp Stats Device Ap Stat Esl Stat - ext
Ip This property is required. String - fwupdate
This property is required. GetAp Stats Device Ap Stat Fwupdate - gps
This property is required. GetAp Stats Device Ap Stat Gps - hw
Rev This property is required. String - id
This property is required. String - Unique ID of the object instance in the Mist Organization
- inactive
Wired Vlans This property is required. List<Integer> - iot
Stat This property is required. Map<String,GetAp Stats Device Ap Stat Iot Stat> - ip
This property is required. String - ip
Config This property is required. GetAp Stats Device Ap Stat Ip Config - IP AP settings
- ip
Stat This property is required. GetAp Stats Device Ap Stat Ip Stat - l2tp
Stat This property is required. Map<String,GetAp Stats Device Ap Stat L2tp Stat> - L2TP tunnel status (key is the wxtunnel_id)
- last
Seen This property is required. Double - Last seen timestamp
- last
Trouble This property is required. GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- led
This property is required. GetAp Stats Device Ap Stat Led - LED AP settings
- lldp
Stat This property is required. GetAp Stats Device Ap Stat Lldp Stat - LLDP Stat (neighbor information, power negotiations)
- locating
This property is required. Boolean - locked
This property is required. Boolean - Whether this AP is considered locked (placement / orientation has been vetted)
- mac
This property is required. String - Device mac
- map
Id This property is required. String - mem
Used Kb This property is required. Integer - mesh
Downlinks This property is required. 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 This property is required. GetAp Stats Device Ap Stat Mesh Uplink - model
This property is required. String - Device model
- modified
Time This property is required. Double - When the object has been modified for the last time, in epoch
- mount
This property is required. String - name
This property is required. String - notes
This property is required. String - num
Clients This property is required. Integer - How many wireless clients are currently connected
- num
Wlans This property is required. Integer - How many WLANs are applied to the device
- org
Id This property is required. String - port
Stat This property is required. Map<String,GetAp Stats Device Ap Stat Port Stat> - Property key is the port name (e.g.
eth0
) - power
Budget This property is required. Integer - In mW, surplus if positive or deficit if negative
- power
Constrained This property is required. Boolean - Whether insufficient power
- power
Opmode This property is required. String - Constrained mode
- power
Src This property is required. String - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio
Stat This property is required. GetAp Stats Device Ap Stat Radio Stat - rx
Bps This property is required. Integer - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Pkts This property is required. Integer - Amount of packets received since connection
- serial
This property is required. String - Serial Number
- site
Id This property is required. String - status
This property is required. String - switch
Redundancy This property is required. GetAp Stats Device Ap Stat Switch Redundancy - tx
Bps This property is required. Integer - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Pkts This property is required. Integer - Amount of packets sent since connection
- uptime
This property is required. Double - How long, in seconds, has the device been up (or rebooted)
- usb
Stat This property is required. GetAp Stats Device Ap Stat Usb Stat - version
This property is required. String - x
This property is required. Double - y
This property is required. Double
- auto
Placement This property is required. GetAp Stats Device Ap Stat Auto Placement - auto
Upgrade Stat This property is required. GetAp Stats Device Ap Stat Auto Upgrade Stat - ble
Stat This property is required. GetAp Stats Device Ap Stat Ble Stat - cert
Expiry This property is required. number - config
Reverted This property is required. boolean - cpu
System This property is required. number - cpu
Util This property is required. number - created
Time This property is required. number - When the object has been created, in epoch
- deviceprofile
Id This property is required. string - env
Stat This property is required. GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl
Stat This property is required. GetAp Stats Device Ap Stat Esl Stat - ext
Ip This property is required. string - fwupdate
This property is required. GetAp Stats Device Ap Stat Fwupdate - gps
This property is required. GetAp Stats Device Ap Stat Gps - hw
Rev This property is required. string - id
This property is required. string - Unique ID of the object instance in the Mist Organization
- inactive
Wired Vlans This property is required. number[] - iot
Stat This property is required. {[key: string]: GetAp Stats Device Ap Stat Iot Stat} - ip
This property is required. string - ip
Config This property is required. GetAp Stats Device Ap Stat Ip Config - IP AP settings
- ip
Stat This property is required. GetAp Stats Device Ap Stat Ip Stat - l2tp
Stat This property is required. {[key: string]: GetAp Stats Device Ap Stat L2tp Stat} - L2TP tunnel status (key is the wxtunnel_id)
- last
Seen This property is required. number - Last seen timestamp
- last
Trouble This property is required. GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- led
This property is required. GetAp Stats Device Ap Stat Led - LED AP settings
- lldp
Stat This property is required. GetAp Stats Device Ap Stat Lldp Stat - LLDP Stat (neighbor information, power negotiations)
- locating
This property is required. boolean - locked
This property is required. boolean - Whether this AP is considered locked (placement / orientation has been vetted)
- mac
This property is required. string - Device mac
- map
Id This property is required. string - mem
Used Kb This property is required. number - mesh
Downlinks This property is required. {[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 This property is required. GetAp Stats Device Ap Stat Mesh Uplink - model
This property is required. string - Device model
- modified
Time This property is required. number - When the object has been modified for the last time, in epoch
- mount
This property is required. string - name
This property is required. string - notes
This property is required. string - num
Clients This property is required. number - How many wireless clients are currently connected
- num
Wlans This property is required. number - How many WLANs are applied to the device
- org
Id This property is required. string - port
Stat This property is required. {[key: string]: GetAp Stats Device Ap Stat Port Stat} - Property key is the port name (e.g.
eth0
) - power
Budget This property is required. number - In mW, surplus if positive or deficit if negative
- power
Constrained This property is required. boolean - Whether insufficient power
- power
Opmode This property is required. string - Constrained mode
- power
Src This property is required. string - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio
Stat This property is required. GetAp Stats Device Ap Stat Radio Stat - rx
Bps This property is required. number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Pkts This property is required. number - Amount of packets received since connection
- serial
This property is required. string - Serial Number
- site
Id This property is required. string - status
This property is required. string - switch
Redundancy This property is required. GetAp Stats Device Ap Stat Switch Redundancy - tx
Bps This property is required. number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Pkts This property is required. number - Amount of packets sent since connection
- uptime
This property is required. number - How long, in seconds, has the device been up (or rebooted)
- usb
Stat This property is required. GetAp Stats Device Ap Stat Usb Stat - version
This property is required. string - x
This property is required. number - y
This property is required. number
- auto_
placement This property is required. GetAp Stats Device Ap Stat Auto Placement - auto_
upgrade_ stat This property is required. GetAp Stats Device Ap Stat Auto Upgrade Stat - ble_
stat This property is required. GetAp Stats Device Ap Stat Ble Stat - cert_
expiry This property is required. float - config_
reverted This property is required. bool - cpu_
system This property is required. int - cpu_
util This property is required. int - created_
time This property is required. float - When the object has been created, in epoch
- deviceprofile_
id This property is required. str - env_
stat This property is required. GetAp Stats Device Ap Stat Env Stat - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl_
stat This property is required. GetAp Stats Device Ap Stat Esl Stat - ext_
ip This property is required. str - fwupdate
This property is required. GetAp Stats Device Ap Stat Fwupdate - gps
This property is required. GetAp Stats Device Ap Stat Gps - hw_
rev This property is required. str - id
This property is required. str - Unique ID of the object instance in the Mist Organization
- inactive_
wired_ vlans This property is required. Sequence[int] - iot_
stat This property is required. Mapping[str, GetAp Stats Device Ap Stat Iot Stat] - ip
This property is required. str - ip_
config This property is required. GetAp Stats Device Ap Stat Ip Config - IP AP settings
- ip_
stat This property is required. GetAp Stats Device Ap Stat Ip Stat - l2tp_
stat This property is required. Mapping[str, GetAp Stats Device Ap Stat L2tp Stat] - L2TP tunnel status (key is the wxtunnel_id)
- last_
seen This property is required. float - Last seen timestamp
- last_
trouble This property is required. GetAp Stats Device Ap Stat Last Trouble - Last trouble code of switch
- led
This property is required. GetAp Stats Device Ap Stat Led - LED AP settings
- lldp_
stat This property is required. GetAp Stats Device Ap Stat Lldp Stat - LLDP Stat (neighbor information, power negotiations)
- locating
This property is required. bool - locked
This property is required. bool - Whether this AP is considered locked (placement / orientation has been vetted)
- mac
This property is required. str - Device mac
- map_
id This property is required. str - mem_
used_ kb This property is required. int - mesh_
downlinks This property is required. 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 This property is required. GetAp Stats Device Ap Stat Mesh Uplink - model
This property is required. str - Device model
- modified_
time This property is required. float - When the object has been modified for the last time, in epoch
- mount
This property is required. str - name
This property is required. str - notes
This property is required. str - num_
clients This property is required. int - How many wireless clients are currently connected
- num_
wlans This property is required. int - How many WLANs are applied to the device
- org_
id This property is required. str - port_
stat This property is required. Mapping[str, GetAp Stats Device Ap Stat Port Stat] - Property key is the port name (e.g.
eth0
) - power_
budget This property is required. int - In mW, surplus if positive or deficit if negative
- power_
constrained This property is required. bool - Whether insufficient power
- power_
opmode This property is required. str - Constrained mode
- power_
src This property is required. str - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio_
stat This property is required. GetAp Stats Device Ap Stat Radio Stat - rx_
bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
pkts This property is required. int - Amount of packets received since connection
- serial
This property is required. str - Serial Number
- site_
id This property is required. str - status
This property is required. str - switch_
redundancy This property is required. GetAp Stats Device Ap Stat Switch Redundancy - tx_
bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
pkts This property is required. int - Amount of packets sent since connection
- uptime
This property is required. float - How long, in seconds, has the device been up (or rebooted)
- usb_
stat This property is required. GetAp Stats Device Ap Stat Usb Stat - version
This property is required. str - x
This property is required. float - y
This property is required. float
- auto
Placement This property is required. Property Map - auto
Upgrade Stat This property is required. Property Map - ble
Stat This property is required. Property Map - cert
Expiry This property is required. Number - config
Reverted This property is required. Boolean - cpu
System This property is required. Number - cpu
Util This property is required. Number - created
Time This property is required. Number - When the object has been created, in epoch
- deviceprofile
Id This property is required. String - env
Stat This property is required. Property Map - Device environment, including CPU temperature, Ambient temperature, Humidity, Attitude, Pressure, Accelerometers, Magnetometers and vCore Voltage
- esl
Stat This property is required. Property Map - ext
Ip This property is required. String - fwupdate
This property is required. Property Map - gps
This property is required. Property Map - hw
Rev This property is required. String - id
This property is required. String - Unique ID of the object instance in the Mist Organization
- inactive
Wired Vlans This property is required. List<Number> - iot
Stat This property is required. Map<Property Map> - ip
This property is required. String - ip
Config This property is required. Property Map - IP AP settings
- ip
Stat This property is required. Property Map - l2tp
Stat This property is required. Map<Property Map> - L2TP tunnel status (key is the wxtunnel_id)
- last
Seen This property is required. Number - Last seen timestamp
- last
Trouble This property is required. Property Map - Last trouble code of switch
- led
This property is required. Property Map - LED AP settings
- lldp
Stat This property is required. Property Map - LLDP Stat (neighbor information, power negotiations)
- locating
This property is required. Boolean - locked
This property is required. Boolean - Whether this AP is considered locked (placement / orientation has been vetted)
- mac
This property is required. String - Device mac
- map
Id This property is required. String - mem
Used Kb This property is required. Number - mesh
Downlinks This property is required. Map<Property Map> - Property key is the mesh downlink id (e.g.
00000000-0000-0000-1000-5c5b35000010
) - mesh
Uplink This property is required. Property Map - model
This property is required. String - Device model
- modified
Time This property is required. Number - When the object has been modified for the last time, in epoch
- mount
This property is required. String - name
This property is required. String - notes
This property is required. String - num
Clients This property is required. Number - How many wireless clients are currently connected
- num
Wlans This property is required. Number - How many WLANs are applied to the device
- org
Id This property is required. String - port
Stat This property is required. Map<Property Map> - Property key is the port name (e.g.
eth0
) - power
Budget This property is required. Number - In mW, surplus if positive or deficit if negative
- power
Constrained This property is required. Boolean - Whether insufficient power
- power
Opmode This property is required. String - Constrained mode
- power
Src This property is required. String - DC Input / PoE 802.3at / PoE 802.3af / LLDP / ? (unknown)
- radio
Stat This property is required. Property Map - rx
Bps This property is required. Number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Pkts This property is required. Number - Amount of packets received since connection
- serial
This property is required. String - Serial Number
- site
Id This property is required. String - status
This property is required. String - switch
Redundancy This property is required. Property Map - tx
Bps This property is required. Number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Pkts This property is required. Number - Amount of packets sent since connection
- uptime
This property is required. Number - How long, in seconds, has the device been up (or rebooted)
- usb
Stat This property is required. Property Map - version
This property is required. String - x
This property is required. Number - y
This property is required. Number
GetApStatsDeviceApStatAutoPlacement
- Info
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- Recommended
Anchor This property is required. bool - Flag to represent if AP is recommended as an anchor by auto placement service
- Status
This property is required. string - Basic Placement Status
- Status
Detail This property is required. string - Additional info about placement status
- X
This property is required. double - X Autoplaced Position in pixels
- XM
This property is required. double - X Autoplaced Position in meters
- Y
This property is required. double - Y Autoplaced Position in pixels
- YM
This property is required. double - X Autoplaced Position in meters
- Info
This property is required. GetAp Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- Recommended
Anchor This property is required. bool - Flag to represent if AP is recommended as an anchor by auto placement service
- Status
This property is required. string - Basic Placement Status
- Status
Detail This property is required. string - Additional info about placement status
- X
This property is required. float64 - X Autoplaced Position in pixels
- XM
This property is required. float64 - X Autoplaced Position in meters
- Y
This property is required. float64 - Y Autoplaced Position in pixels
- YM
This property is required. float64 - X Autoplaced Position in meters
- info
This property is required. GetAp Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- recommended
Anchor This property is required. Boolean - Flag to represent if AP is recommended as an anchor by auto placement service
- status
This property is required. String - Basic Placement Status
- status
Detail This property is required. String - Additional info about placement status
- x
This property is required. Double - X Autoplaced Position in pixels
- x
M This property is required. Double - X Autoplaced Position in meters
- y
This property is required. Double - Y Autoplaced Position in pixels
- y
M This property is required. Double - X Autoplaced Position in meters
- info
This property is required. GetAp Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- recommended
Anchor This property is required. boolean - Flag to represent if AP is recommended as an anchor by auto placement service
- status
This property is required. string - Basic Placement Status
- status
Detail This property is required. string - Additional info about placement status
- x
This property is required. number - X Autoplaced Position in pixels
- x
M This property is required. number - X Autoplaced Position in meters
- y
This property is required. number - Y Autoplaced Position in pixels
- y
M This property is required. number - X Autoplaced Position in meters
- info
This property is required. GetAp Stats Device Ap Stat Auto Placement Info - Additional information about auto placements AP data
- recommended_
anchor This property is required. bool - Flag to represent if AP is recommended as an anchor by auto placement service
- status
This property is required. str - Basic Placement Status
- status_
detail This property is required. str - Additional info about placement status
- x
This property is required. float - X Autoplaced Position in pixels
- x_
m This property is required. float - X Autoplaced Position in meters
- y
This property is required. float - Y Autoplaced Position in pixels
- y_
m This property is required. float - X Autoplaced Position in meters
- info
This property is required. Property Map - Additional information about auto placements AP data
- recommended
Anchor This property is required. Boolean - Flag to represent if AP is recommended as an anchor by auto placement service
- status
This property is required. String - Basic Placement Status
- status
Detail This property is required. String - Additional info about placement status
- x
This property is required. Number - X Autoplaced Position in pixels
- x
M This property is required. Number - X Autoplaced Position in meters
- y
This property is required. Number - Y Autoplaced Position in pixels
- y
M This property is required. Number - X Autoplaced Position in meters
GetApStatsDeviceApStatAutoPlacementInfo
- Cluster
Number This property is required. int - All APs sharing a given cluster number can be placed relative to each other
- Orientation
Stats This property is required. int - The orientation of an AP
- Probability
Surface This property is required. 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 This property is required. int - All APs sharing a given cluster number can be placed relative to each other
- Orientation
Stats This property is required. int - The orientation of an AP
- Probability
Surface This property is required. 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 This property is required. Integer - All APs sharing a given cluster number can be placed relative to each other
- orientation
Stats This property is required. Integer - The orientation of an AP
- probability
Surface This property is required. 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 This property is required. number - All APs sharing a given cluster number can be placed relative to each other
- orientation
Stats This property is required. number - The orientation of an AP
- probability
Surface This property is required. 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 This property is required. int - All APs sharing a given cluster number can be placed relative to each other
- orientation_
stats This property is required. int - The orientation of an AP
- probability_
surface This property is required. 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 This property is required. Number - All APs sharing a given cluster number can be placed relative to each other
- orientation
Stats This property is required. Number - The orientation of an AP
- probability
Surface This property is required. Property Map - Coordinates representing a circle where the AP is most likely exists in the event of an inaccurate placement result
GetApStatsDeviceApStatAutoPlacementInfoProbabilitySurface
- Radius
This property is required. double - The radius representing placement uncertainty, measured in pixels
- Radius
M This property is required. double - The radius representing placement uncertainty, measured in meters
- X
This property is required. double - Y-coordinate of the potential placement’s center, measured in pixels
- Radius
This property is required. float64 - The radius representing placement uncertainty, measured in pixels
- Radius
M This property is required. float64 - The radius representing placement uncertainty, measured in meters
- X
This property is required. float64 - Y-coordinate of the potential placement’s center, measured in pixels
- radius
This property is required. Double - The radius representing placement uncertainty, measured in pixels
- radius
M This property is required. Double - The radius representing placement uncertainty, measured in meters
- x
This property is required. Double - Y-coordinate of the potential placement’s center, measured in pixels
- radius
This property is required. number - The radius representing placement uncertainty, measured in pixels
- radius
M This property is required. number - The radius representing placement uncertainty, measured in meters
- x
This property is required. number - Y-coordinate of the potential placement’s center, measured in pixels
- radius
This property is required. float - The radius representing placement uncertainty, measured in pixels
- radius_
m This property is required. float - The radius representing placement uncertainty, measured in meters
- x
This property is required. float - Y-coordinate of the potential placement’s center, measured in pixels
- radius
This property is required. Number - The radius representing placement uncertainty, measured in pixels
- radius
M This property is required. Number - The radius representing placement uncertainty, measured in meters
- x
This property is required. Number - Y-coordinate of the potential placement’s center, measured in pixels
GetApStatsDeviceApStatAutoUpgradeStat
- Lastcheck
This property is required. int
- Lastcheck
This property is required. int
- lastcheck
This property is required. Integer
- lastcheck
This property is required. number
- lastcheck
This property is required. int
- lastcheck
This property is required. Number
GetApStatsDeviceApStatBleStat
- Beacon
Enabled This property is required. bool - Beacon
Rate This property is required. int - Eddystone
Uid Enabled This property is required. bool - Eddystone
Uid Freq Msec This property is required. int - Eddystone
Uid Instance This property is required. string - Eddystone
Uid Namespace This property is required. string - Eddystone
Url Enabled This property is required. bool - Eddystone
Url Freq Msec This property is required. int - Frequency (msec) of data emmit by Eddystone-UID beacon
- Eddystone
Url Url This property is required. string - Ibeacon
Enabled This property is required. bool - Ibeacon
Freq Msec This property is required. int - Ibeacon
Major This property is required. int - Ibeacon
Minor This property is required. int - Ibeacon
Uuid This property is required. string - Major
This property is required. int - Minors
This property is required. List<int> - Power
This property is required. int - Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Tx
Resets This property is required. int - Resets due to tx hung
- Uuid
This property is required. string
- Beacon
Enabled This property is required. bool - Beacon
Rate This property is required. int - Eddystone
Uid Enabled This property is required. bool - Eddystone
Uid Freq Msec This property is required. int - Eddystone
Uid Instance This property is required. string - Eddystone
Uid Namespace This property is required. string - Eddystone
Url Enabled This property is required. bool - Eddystone
Url Freq Msec This property is required. int - Frequency (msec) of data emmit by Eddystone-UID beacon
- Eddystone
Url Url This property is required. string - Ibeacon
Enabled This property is required. bool - Ibeacon
Freq Msec This property is required. int - Ibeacon
Major This property is required. int - Ibeacon
Minor This property is required. int - Ibeacon
Uuid This property is required. string - Major
This property is required. int - Minors
This property is required. []int - Power
This property is required. int - Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Tx
Resets This property is required. int - Resets due to tx hung
- Uuid
This property is required. string
- beacon
Enabled This property is required. Boolean - beacon
Rate This property is required. Integer - eddystone
Uid Enabled This property is required. Boolean - eddystone
Uid Freq Msec This property is required. Integer - eddystone
Uid Instance This property is required. String - eddystone
Uid Namespace This property is required. String - eddystone
Url Enabled This property is required. Boolean - eddystone
Url Freq Msec This property is required. Integer - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone
Url Url This property is required. String - ibeacon
Enabled This property is required. Boolean - ibeacon
Freq Msec This property is required. Integer - ibeacon
Major This property is required. Integer - ibeacon
Minor This property is required. Integer - ibeacon
Uuid This property is required. String - major
This property is required. Integer - minors
This property is required. List<Integer> - power
This property is required. Integer - rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Pkts This property is required. Integer - Amount of packets received since connection
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Pkts This property is required. Integer - Amount of packets sent since connection
- tx
Resets This property is required. Integer - Resets due to tx hung
- uuid
This property is required. String
- beacon
Enabled This property is required. boolean - beacon
Rate This property is required. number - eddystone
Uid Enabled This property is required. boolean - eddystone
Uid Freq Msec This property is required. number - eddystone
Uid Instance This property is required. string - eddystone
Uid Namespace This property is required. string - eddystone
Url Enabled This property is required. boolean - eddystone
Url Freq Msec This property is required. number - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone
Url Url This property is required. string - ibeacon
Enabled This property is required. boolean - ibeacon
Freq Msec This property is required. number - ibeacon
Major This property is required. number - ibeacon
Minor This property is required. number - ibeacon
Uuid This property is required. string - major
This property is required. number - minors
This property is required. number[] - power
This property is required. number - rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Pkts This property is required. number - Amount of packets received since connection
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Pkts This property is required. number - Amount of packets sent since connection
- tx
Resets This property is required. number - Resets due to tx hung
- uuid
This property is required. string
- beacon_
enabled This property is required. bool - beacon_
rate This property is required. int - eddystone_
uid_ enabled This property is required. bool - eddystone_
uid_ freq_ msec This property is required. int - eddystone_
uid_ instance This property is required. str - eddystone_
uid_ namespace This property is required. str - eddystone_
url_ enabled This property is required. bool - eddystone_
url_ freq_ msec This property is required. int - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone_
url_ url This property is required. str - ibeacon_
enabled This property is required. bool - ibeacon_
freq_ msec This property is required. int - ibeacon_
major This property is required. int - ibeacon_
minor This property is required. int - ibeacon_
uuid This property is required. str - major
This property is required. int - minors
This property is required. Sequence[int] - power
This property is required. int - rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
pkts This property is required. int - Amount of packets received since connection
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
pkts This property is required. int - Amount of packets sent since connection
- tx_
resets This property is required. int - Resets due to tx hung
- uuid
This property is required. str
- beacon
Enabled This property is required. Boolean - beacon
Rate This property is required. Number - eddystone
Uid Enabled This property is required. Boolean - eddystone
Uid Freq Msec This property is required. Number - eddystone
Uid Instance This property is required. String - eddystone
Uid Namespace This property is required. String - eddystone
Url Enabled This property is required. Boolean - eddystone
Url Freq Msec This property is required. Number - Frequency (msec) of data emmit by Eddystone-UID beacon
- eddystone
Url Url This property is required. String - ibeacon
Enabled This property is required. Boolean - ibeacon
Freq Msec This property is required. Number - ibeacon
Major This property is required. Number - ibeacon
Minor This property is required. Number - ibeacon
Uuid This property is required. String - major
This property is required. Number - minors
This property is required. List<Number> - power
This property is required. Number - rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Pkts This property is required. Number - Amount of packets received since connection
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Pkts This property is required. Number - Amount of packets sent since connection
- tx
Resets This property is required. Number - Resets due to tx hung
- uuid
This property is required. String
GetApStatsDeviceApStatEnvStat
- Accel
X This property is required. double - Accel
Y This property is required. double - Accel
Z This property is required. double - Ambient
Temp This property is required. int - Attitude
This property is required. int - Cpu
Temp This property is required. int - Humidity
This property is required. int - Magne
X This property is required. double - Magne
Y This property is required. double - Magne
Z This property is required. double - Pressure
This property is required. double - Vcore
Voltage This property is required. int
- Accel
X This property is required. float64 - Accel
Y This property is required. float64 - Accel
Z This property is required. float64 - Ambient
Temp This property is required. int - Attitude
This property is required. int - Cpu
Temp This property is required. int - Humidity
This property is required. int - Magne
X This property is required. float64 - Magne
Y This property is required. float64 - Magne
Z This property is required. float64 - Pressure
This property is required. float64 - Vcore
Voltage This property is required. int
- accel
X This property is required. Double - accel
Y This property is required. Double - accel
Z This property is required. Double - ambient
Temp This property is required. Integer - attitude
This property is required. Integer - cpu
Temp This property is required. Integer - humidity
This property is required. Integer - magne
X This property is required. Double - magne
Y This property is required. Double - magne
Z This property is required. Double - pressure
This property is required. Double - vcore
Voltage This property is required. Integer
- accel
X This property is required. number - accel
Y This property is required. number - accel
Z This property is required. number - ambient
Temp This property is required. number - attitude
This property is required. number - cpu
Temp This property is required. number - humidity
This property is required. number - magne
X This property is required. number - magne
Y This property is required. number - magne
Z This property is required. number - pressure
This property is required. number - vcore
Voltage This property is required. number
- accel_
x This property is required. float - accel_
y This property is required. float - accel_
z This property is required. float - ambient_
temp This property is required. int - attitude
This property is required. int - cpu_
temp This property is required. int - humidity
This property is required. int - magne_
x This property is required. float - magne_
y This property is required. float - magne_
z This property is required. float - pressure
This property is required. float - vcore_
voltage This property is required. int
- accel
X This property is required. Number - accel
Y This property is required. Number - accel
Z This property is required. Number - ambient
Temp This property is required. Number - attitude
This property is required. Number - cpu
Temp This property is required. Number - humidity
This property is required. Number - magne
X This property is required. Number - magne
Y This property is required. Number - magne
Z This property is required. Number - pressure
This property is required. Number - vcore
Voltage This property is required. Number
GetApStatsDeviceApStatEslStat
GetApStatsDeviceApStatFwupdate
- progress
This property is required. int - status
This property is required. str - enum:
inprogress
,failed
,upgraded
- status_
id This property is required. int - timestamp
This property is required. float - Epoch (seconds)
- will_
retry This property is required. bool
GetApStatsDeviceApStatGps
- Accuracy
This property is required. double - The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- Altitude
This property is required. double - The elevation of the AP above sea level, measured in meters.
- Latitude
This property is required. double - The geographic latitude of the AP, measured in degrees.
- Longitude
This property is required. double - The geographic longitude of the AP, measured in degrees.
- Src
This property is required. string - The origin of the GPS data. enum:
gps
: from this device’s GPS estimatesother_ap
from neighboring device GPS estimates
- Timestamp
This property is required. double - Epoch (seconds)
- Accuracy
This property is required. float64 - The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- Altitude
This property is required. float64 - The elevation of the AP above sea level, measured in meters.
- Latitude
This property is required. float64 - The geographic latitude of the AP, measured in degrees.
- Longitude
This property is required. float64 - The geographic longitude of the AP, measured in degrees.
- Src
This property is required. string - The origin of the GPS data. enum:
gps
: from this device’s GPS estimatesother_ap
from neighboring device GPS estimates
- Timestamp
This property is required. float64 - Epoch (seconds)
- accuracy
This property is required. Double - The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude
This property is required. Double - The elevation of the AP above sea level, measured in meters.
- latitude
This property is required. Double - The geographic latitude of the AP, measured in degrees.
- longitude
This property is required. Double - The geographic longitude of the AP, measured in degrees.
- src
This property is required. String - The origin of the GPS data. enum:
gps
: from this device’s GPS estimatesother_ap
from neighboring device GPS estimates
- timestamp
This property is required. Double - Epoch (seconds)
- accuracy
This property is required. number - The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude
This property is required. number - The elevation of the AP above sea level, measured in meters.
- latitude
This property is required. number - The geographic latitude of the AP, measured in degrees.
- longitude
This property is required. number - The geographic longitude of the AP, measured in degrees.
- src
This property is required. string - The origin of the GPS data. enum:
gps
: from this device’s GPS estimatesother_ap
from neighboring device GPS estimates
- timestamp
This property is required. number - Epoch (seconds)
- accuracy
This property is required. float - The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude
This property is required. float - The elevation of the AP above sea level, measured in meters.
- latitude
This property is required. float - The geographic latitude of the AP, measured in degrees.
- longitude
This property is required. float - The geographic longitude of the AP, measured in degrees.
- src
This property is required. str - The origin of the GPS data. enum:
gps
: from this device’s GPS estimatesother_ap
from neighboring device GPS estimates
- timestamp
This property is required. float - Epoch (seconds)
- accuracy
This property is required. Number - The estimated accuracy or accuracy of the GPS coordinates, measured in meters.
- altitude
This property is required. Number - The elevation of the AP above sea level, measured in meters.
- latitude
This property is required. Number - The geographic latitude of the AP, measured in degrees.
- longitude
This property is required. Number - The geographic longitude of the AP, measured in degrees.
- src
This property is required. String - The origin of the GPS data. enum:
gps
: from this device’s GPS estimatesother_ap
from neighboring device GPS estimates
- timestamp
This property is required. Number - Epoch (seconds)
GetApStatsDeviceApStatIotStat
- Value
This property is required. int
- Value
This property is required. int
- value
This property is required. Integer
- value
This property is required. number
- value
This property is required. int
- value
This property is required. Number
GetApStatsDeviceApStatIpConfig
- Dns
This property is required. List<string> - If
type
==static
- Dns
Suffixes This property is required. List<string> - Required if
type
==static
- Gateway
This property is required. string - Required if
type
==static
- Gateway6
This property is required. string - Ip
This property is required. string - Required if
type
==static
- Ip6
This property is required. string - Mtu
This property is required. int - Netmask
This property is required. string - Required if
type
==static
- Netmask6
This property is required. string - Type
This property is required. string - enum:
dhcp
,static
- Type6
This property is required. string - enum:
autoconf
,dhcp
,disabled
,static
- Vlan
Id This property is required. int - Management VLAN id, default is 1 (untagged)
- Dns
This property is required. []string - If
type
==static
- Dns
Suffixes This property is required. []string - Required if
type
==static
- Gateway
This property is required. string - Required if
type
==static
- Gateway6
This property is required. string - Ip
This property is required. string - Required if
type
==static
- Ip6
This property is required. string - Mtu
This property is required. int - Netmask
This property is required. string - Required if
type
==static
- Netmask6
This property is required. string - Type
This property is required. string - enum:
dhcp
,static
- Type6
This property is required. string - enum:
autoconf
,dhcp
,disabled
,static
- Vlan
Id This property is required. int - Management VLAN id, default is 1 (untagged)
- dns
This property is required. List<String> - If
type
==static
- dns
Suffixes This property is required. List<String> - Required if
type
==static
- gateway
This property is required. String - Required if
type
==static
- gateway6
This property is required. String - ip
This property is required. String - Required if
type
==static
- ip6
This property is required. String - mtu
This property is required. Integer - netmask
This property is required. String - Required if
type
==static
- netmask6
This property is required. String - type
This property is required. String - enum:
dhcp
,static
- type6
This property is required. String - enum:
autoconf
,dhcp
,disabled
,static
- vlan
Id This property is required. Integer - Management VLAN id, default is 1 (untagged)
- dns
This property is required. string[] - If
type
==static
- dns
Suffixes This property is required. string[] - Required if
type
==static
- gateway
This property is required. string - Required if
type
==static
- gateway6
This property is required. string - ip
This property is required. string - Required if
type
==static
- ip6
This property is required. string - mtu
This property is required. number - netmask
This property is required. string - Required if
type
==static
- netmask6
This property is required. string - type
This property is required. string - enum:
dhcp
,static
- type6
This property is required. string - enum:
autoconf
,dhcp
,disabled
,static
- vlan
Id This property is required. number - Management VLAN id, default is 1 (untagged)
- dns
This property is required. Sequence[str] - If
type
==static
- dns_
suffixes This property is required. Sequence[str] - Required if
type
==static
- gateway
This property is required. str - Required if
type
==static
- gateway6
This property is required. str - ip
This property is required. str - Required if
type
==static
- ip6
This property is required. str - mtu
This property is required. int - netmask
This property is required. str - Required if
type
==static
- netmask6
This property is required. str - type
This property is required. str - enum:
dhcp
,static
- type6
This property is required. str - enum:
autoconf
,dhcp
,disabled
,static
- vlan_
id This property is required. int - Management VLAN id, default is 1 (untagged)
- dns
This property is required. List<String> - If
type
==static
- dns
Suffixes This property is required. List<String> - Required if
type
==static
- gateway
This property is required. String - Required if
type
==static
- gateway6
This property is required. String - ip
This property is required. String - Required if
type
==static
- ip6
This property is required. String - mtu
This property is required. Number - netmask
This property is required. String - Required if
type
==static
- netmask6
This property is required. String - type
This property is required. String - enum:
dhcp
,static
- type6
This property is required. String - enum:
autoconf
,dhcp
,disabled
,static
- vlan
Id This property is required. Number - Management VLAN id, default is 1 (untagged)
GetApStatsDeviceApStatIpStat
- Dhcp
Server This property is required. string - Dns
This property is required. List<string> - Dns
Suffixes This property is required. List<string> - Gateway
This property is required. string - Gateway6
This property is required. string - Ip
This property is required. string - Ip6
This property is required. string - Ips
This property is required. Dictionary<string, string> - Netmask
This property is required. string - Netmask6
This property is required. string
- Dhcp
Server This property is required. string - Dns
This property is required. []string - Dns
Suffixes This property is required. []string - Gateway
This property is required. string - Gateway6
This property is required. string - Ip
This property is required. string - Ip6
This property is required. string - Ips
This property is required. map[string]string - Netmask
This property is required. string - Netmask6
This property is required. string
- dhcp
Server This property is required. String - dns
This property is required. List<String> - dns
Suffixes This property is required. List<String> - gateway
This property is required. String - gateway6
This property is required. String - ip
This property is required. String - ip6
This property is required. String - ips
This property is required. Map<String,String> - netmask
This property is required. String - netmask6
This property is required. String
- dhcp
Server This property is required. string - dns
This property is required. string[] - dns
Suffixes This property is required. string[] - gateway
This property is required. string - gateway6
This property is required. string - ip
This property is required. string - ip6
This property is required. string - ips
This property is required. {[key: string]: string} - netmask
This property is required. string - netmask6
This property is required. string
- dhcp_
server This property is required. str - dns
This property is required. Sequence[str] - dns_
suffixes This property is required. Sequence[str] - gateway
This property is required. str - gateway6
This property is required. str - ip
This property is required. str - ip6
This property is required. str - ips
This property is required. Mapping[str, str] - netmask
This property is required. str - netmask6
This property is required. str
- dhcp
Server This property is required. String - dns
This property is required. List<String> - dns
Suffixes This property is required. List<String> - gateway
This property is required. String - gateway6
This property is required. String - ip
This property is required. String - ip6
This property is required. String - ips
This property is required. Map<String> - netmask
This property is required. String - netmask6
This property is required. String
GetApStatsDeviceApStatL2tpStat
- Sessions
This property is required. List<Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat L2tp Stat Session> - List of sessions
- State
This property is required. string - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- Uptime
This property is required. int - Uptime
- Wxtunnel
Id This property is required. string - WxlanTunnel ID
- Sessions
This property is required. []GetAp Stats Device Ap Stat L2tp Stat Session - List of sessions
- State
This property is required. string - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- Uptime
This property is required. int - Uptime
- Wxtunnel
Id This property is required. string - WxlanTunnel ID
- sessions
This property is required. List<GetAp Stats Device Ap Stat L2tp Stat Session> - List of sessions
- state
This property is required. String - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- uptime
This property is required. Integer - Uptime
- wxtunnel
Id This property is required. String - WxlanTunnel ID
- sessions
This property is required. GetAp Stats Device Ap Stat L2tp Stat Session[] - List of sessions
- state
This property is required. string - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- uptime
This property is required. number - Uptime
- wxtunnel
Id This property is required. string - WxlanTunnel ID
- sessions
This property is required. Sequence[GetAp Stats Device Ap Stat L2tp Stat Session] - List of sessions
- state
This property is required. str - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- uptime
This property is required. int - Uptime
- wxtunnel_
id This property is required. str - WxlanTunnel ID
- sessions
This property is required. List<Property Map> - List of sessions
- state
This property is required. String - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- uptime
This property is required. Number - Uptime
- wxtunnel
Id This property is required. String - WxlanTunnel ID
GetApStatsDeviceApStatL2tpStatSession
- Local
Sid This property is required. int - Remote sessions id (dynamically unless Tunnel is said to be static)
- Remote
Id This property is required. string - WxlanTunnel Remote ID (user-configured)
- Remote
Sid This property is required. int - Remote sessions id (dynamically unless Tunnel is said to be static)
- State
This property is required. string - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- Local
Sid This property is required. int - Remote sessions id (dynamically unless Tunnel is said to be static)
- Remote
Id This property is required. string - WxlanTunnel Remote ID (user-configured)
- Remote
Sid This property is required. int - Remote sessions id (dynamically unless Tunnel is said to be static)
- State
This property is required. string - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- local
Sid This property is required. Integer - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote
Id This property is required. String - WxlanTunnel Remote ID (user-configured)
- remote
Sid This property is required. Integer - Remote sessions id (dynamically unless Tunnel is said to be static)
- state
This property is required. String - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- local
Sid This property is required. number - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote
Id This property is required. string - WxlanTunnel Remote ID (user-configured)
- remote
Sid This property is required. number - Remote sessions id (dynamically unless Tunnel is said to be static)
- state
This property is required. string - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- local_
sid This property is required. int - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote_
id This property is required. str - WxlanTunnel Remote ID (user-configured)
- remote_
sid This property is required. int - Remote sessions id (dynamically unless Tunnel is said to be static)
- state
This property is required. str - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
- local
Sid This property is required. Number - Remote sessions id (dynamically unless Tunnel is said to be static)
- remote
Id This property is required. String - WxlanTunnel Remote ID (user-configured)
- remote
Sid This property is required. Number - Remote sessions id (dynamically unless Tunnel is said to be static)
- state
This property is required. String - enum:
established
,established_with_session
,idle
,wait-ctrl-conn
,wait-ctrl-reply
GetApStatsDeviceApStatLastTrouble
GetApStatsDeviceApStatLed
- Brightness
This property is required. int - Enabled
This property is required. bool
- Brightness
This property is required. int - Enabled
This property is required. bool
- brightness
This property is required. Integer - enabled
This property is required. Boolean
- brightness
This property is required. number - enabled
This property is required. boolean
- brightness
This property is required. int - enabled
This property is required. bool
- brightness
This property is required. Number - enabled
This property is required. Boolean
GetApStatsDeviceApStatLldpStat
- Chassis
Id This property is required. string - Lldp
Med Supported This property is required. bool - Whether it support LLDP-MED
- Mgmt
Addr This property is required. string - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- Mgmt
Addrs This property is required. List<string> - Port
Desc This property is required. string - ge-0/0/4
- Port
Id This property is required. string - Power
Allocated This property is required. double - In mW, provided/allocated by PSE
- Power
Draw This property is required. double - In mW, total power needed by PD
- Power
Request Count This property is required. int - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- Power
Requested This property is required. double - In mW, the current power requested by PD
- System
Desc This property is required. string - Description provided by switch
- System
Name This property is required. string - Name of the switch
- Chassis
Id This property is required. string - Lldp
Med Supported This property is required. bool - Whether it support LLDP-MED
- Mgmt
Addr This property is required. string - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- Mgmt
Addrs This property is required. []string - Port
Desc This property is required. string - ge-0/0/4
- Port
Id This property is required. string - Power
Allocated This property is required. float64 - In mW, provided/allocated by PSE
- Power
Draw This property is required. float64 - In mW, total power needed by PD
- Power
Request Count This property is required. int - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- Power
Requested This property is required. float64 - In mW, the current power requested by PD
- System
Desc This property is required. string - Description provided by switch
- System
Name This property is required. string - Name of the switch
- chassis
Id This property is required. String - lldp
Med Supported This property is required. Boolean - Whether it support LLDP-MED
- mgmt
Addr This property is required. String - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt
Addrs This property is required. List<String> - port
Desc This property is required. String - ge-0/0/4
- port
Id This property is required. String - power
Allocated This property is required. Double - In mW, provided/allocated by PSE
- power
Draw This property is required. Double - In mW, total power needed by PD
- power
Request Count This property is required. Integer - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power
Requested This property is required. Double - In mW, the current power requested by PD
- system
Desc This property is required. String - Description provided by switch
- system
Name This property is required. String - Name of the switch
- chassis
Id This property is required. string - lldp
Med Supported This property is required. boolean - Whether it support LLDP-MED
- mgmt
Addr This property is required. string - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt
Addrs This property is required. string[] - port
Desc This property is required. string - ge-0/0/4
- port
Id This property is required. string - power
Allocated This property is required. number - In mW, provided/allocated by PSE
- power
Draw This property is required. number - In mW, total power needed by PD
- power
Request Count This property is required. number - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power
Requested This property is required. number - In mW, the current power requested by PD
- system
Desc This property is required. string - Description provided by switch
- system
Name This property is required. string - Name of the switch
- chassis_
id This property is required. str - lldp_
med_ supported This property is required. bool - Whether it support LLDP-MED
- mgmt_
addr This property is required. str - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt_
addrs This property is required. Sequence[str] - port_
desc This property is required. str - ge-0/0/4
- port_
id This property is required. str - power_
allocated This property is required. float - In mW, provided/allocated by PSE
- power_
draw This property is required. float - In mW, total power needed by PD
- power_
request_ count This property is required. int - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power_
requested This property is required. float - In mW, the current power requested by PD
- system_
desc This property is required. str - Description provided by switch
- system_
name This property is required. str - Name of the switch
- chassis
Id This property is required. String - lldp
Med Supported This property is required. Boolean - Whether it support LLDP-MED
- mgmt
Addr This property is required. String - Switch’s management address (if advertised), can be IPv4, IPv6, or MAC
- mgmt
Addrs This property is required. List<String> - port
Desc This property is required. String - ge-0/0/4
- port
Id This property is required. String - power
Allocated This property is required. Number - In mW, provided/allocated by PSE
- power
Draw This property is required. Number - In mW, total power needed by PD
- power
Request Count This property is required. Number - Number of negotiations, if it keeps increasing, we don’ t have a stable power
- power
Requested This property is required. Number - In mW, the current power requested by PD
- system
Desc This property is required. String - Description provided by switch
- system
Name This property is required. String - Name of the switch
GetApStatsDeviceApStatMeshDownlinks
- Band
This property is required. string - Channel
This property is required. int - Idle
Time This property is required. int - Last
Seen This property is required. double - Last seen timestamp
- Proto
This property is required. string - Rssi
This property is required. int - Rx
Bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Packets This property is required. int - Amount of packets received since connection
- Rx
Rate This property is required. double - RX Rate, Mbps
- Rx
Retries This property is required. int - Amount of rx retries
- Site
Id This property is required. string - Snr
This property is required. int - Tx
Bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Packets This property is required. int - Amount of packets sent since connection
- Tx
Rate This property is required. double - TX Rate, Mbps
- Tx
Retries This property is required. int - Amount of tx retries
- Band
This property is required. string - Channel
This property is required. int - Idle
Time This property is required. int - Last
Seen This property is required. float64 - Last seen timestamp
- Proto
This property is required. string - Rssi
This property is required. int - Rx
Bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Packets This property is required. int - Amount of packets received since connection
- Rx
Rate This property is required. float64 - RX Rate, Mbps
- Rx
Retries This property is required. int - Amount of rx retries
- Site
Id This property is required. string - Snr
This property is required. int - Tx
Bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Packets This property is required. int - Amount of packets sent since connection
- Tx
Rate This property is required. float64 - TX Rate, Mbps
- Tx
Retries This property is required. int - Amount of tx retries
- band
This property is required. String - channel
This property is required. Integer - idle
Time This property is required. Integer - last
Seen This property is required. Double - Last seen timestamp
- proto
This property is required. String - rssi
This property is required. Integer - rx
Bps This property is required. Integer - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Packets This property is required. Integer - Amount of packets received since connection
- rx
Rate This property is required. Double - RX Rate, Mbps
- rx
Retries This property is required. Integer - Amount of rx retries
- site
Id This property is required. String - snr
This property is required. Integer - tx
Bps This property is required. Integer - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Packets This property is required. Integer - Amount of packets sent since connection
- tx
Rate This property is required. Double - TX Rate, Mbps
- tx
Retries This property is required. Integer - Amount of tx retries
- band
This property is required. string - channel
This property is required. number - idle
Time This property is required. number - last
Seen This property is required. number - Last seen timestamp
- proto
This property is required. string - rssi
This property is required. number - rx
Bps This property is required. number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Packets This property is required. number - Amount of packets received since connection
- rx
Rate This property is required. number - RX Rate, Mbps
- rx
Retries This property is required. number - Amount of rx retries
- site
Id This property is required. string - snr
This property is required. number - tx
Bps This property is required. number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Packets This property is required. number - Amount of packets sent since connection
- tx
Rate This property is required. number - TX Rate, Mbps
- tx
Retries This property is required. number - Amount of tx retries
- band
This property is required. str - channel
This property is required. int - idle_
time This property is required. int - last_
seen This property is required. float - Last seen timestamp
- proto
This property is required. str - rssi
This property is required. int - rx_
bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
packets This property is required. int - Amount of packets received since connection
- rx_
rate This property is required. float - RX Rate, Mbps
- rx_
retries This property is required. int - Amount of rx retries
- site_
id This property is required. str - snr
This property is required. int - tx_
bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
packets This property is required. int - Amount of packets sent since connection
- tx_
rate This property is required. float - TX Rate, Mbps
- tx_
retries This property is required. int - Amount of tx retries
- band
This property is required. String - channel
This property is required. Number - idle
Time This property is required. Number - last
Seen This property is required. Number - Last seen timestamp
- proto
This property is required. String - rssi
This property is required. Number - rx
Bps This property is required. Number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Packets This property is required. Number - Amount of packets received since connection
- rx
Rate This property is required. Number - RX Rate, Mbps
- rx
Retries This property is required. Number - Amount of rx retries
- site
Id This property is required. String - snr
This property is required. Number - tx
Bps This property is required. Number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Packets This property is required. Number - Amount of packets sent since connection
- tx
Rate This property is required. Number - TX Rate, Mbps
- tx
Retries This property is required. Number - Amount of tx retries
GetApStatsDeviceApStatMeshUplink
- Band
This property is required. string - Channel
This property is required. int - Idle
Time This property is required. int - Last
Seen This property is required. double - Last seen timestamp
- Proto
This property is required. string - Rssi
This property is required. int - Rx
Bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Packets This property is required. int - Amount of packets received since connection
- Rx
Rate This property is required. double - RX Rate, Mbps
- Rx
Retries This property is required. int - Amount of rx retries
- Site
Id This property is required. string - Snr
This property is required. int - Tx
Bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Packets This property is required. int - Amount of packets sent since connection
- Tx
Rate This property is required. double - TX Rate, Mbps
- Tx
Retries This property is required. int - Amount of tx retries
- Uplink
Ap Id This property is required. string
- Band
This property is required. string - Channel
This property is required. int - Idle
Time This property is required. int - Last
Seen This property is required. float64 - Last seen timestamp
- Proto
This property is required. string - Rssi
This property is required. int - Rx
Bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Packets This property is required. int - Amount of packets received since connection
- Rx
Rate This property is required. float64 - RX Rate, Mbps
- Rx
Retries This property is required. int - Amount of rx retries
- Site
Id This property is required. string - Snr
This property is required. int - Tx
Bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Packets This property is required. int - Amount of packets sent since connection
- Tx
Rate This property is required. float64 - TX Rate, Mbps
- Tx
Retries This property is required. int - Amount of tx retries
- Uplink
Ap Id This property is required. string
- band
This property is required. String - channel
This property is required. Integer - idle
Time This property is required. Integer - last
Seen This property is required. Double - Last seen timestamp
- proto
This property is required. String - rssi
This property is required. Integer - rx
Bps This property is required. Integer - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Packets This property is required. Integer - Amount of packets received since connection
- rx
Rate This property is required. Double - RX Rate, Mbps
- rx
Retries This property is required. Integer - Amount of rx retries
- site
Id This property is required. String - snr
This property is required. Integer - tx
Bps This property is required. Integer - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Packets This property is required. Integer - Amount of packets sent since connection
- tx
Rate This property is required. Double - TX Rate, Mbps
- tx
Retries This property is required. Integer - Amount of tx retries
- uplink
Ap Id This property is required. String
- band
This property is required. string - channel
This property is required. number - idle
Time This property is required. number - last
Seen This property is required. number - Last seen timestamp
- proto
This property is required. string - rssi
This property is required. number - rx
Bps This property is required. number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Packets This property is required. number - Amount of packets received since connection
- rx
Rate This property is required. number - RX Rate, Mbps
- rx
Retries This property is required. number - Amount of rx retries
- site
Id This property is required. string - snr
This property is required. number - tx
Bps This property is required. number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Packets This property is required. number - Amount of packets sent since connection
- tx
Rate This property is required. number - TX Rate, Mbps
- tx
Retries This property is required. number - Amount of tx retries
- uplink
Ap Id This property is required. string
- band
This property is required. str - channel
This property is required. int - idle_
time This property is required. int - last_
seen This property is required. float - Last seen timestamp
- proto
This property is required. str - rssi
This property is required. int - rx_
bps This property is required. int - Rate of receiving traffic, bits/seconds, last known
- rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
packets This property is required. int - Amount of packets received since connection
- rx_
rate This property is required. float - RX Rate, Mbps
- rx_
retries This property is required. int - Amount of rx retries
- site_
id This property is required. str - snr
This property is required. int - tx_
bps This property is required. int - Rate of transmitting traffic, bits/seconds, last known
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
packets This property is required. int - Amount of packets sent since connection
- tx_
rate This property is required. float - TX Rate, Mbps
- tx_
retries This property is required. int - Amount of tx retries
- uplink_
ap_ id This property is required. str
- band
This property is required. String - channel
This property is required. Number - idle
Time This property is required. Number - last
Seen This property is required. Number - Last seen timestamp
- proto
This property is required. String - rssi
This property is required. Number - rx
Bps This property is required. Number - Rate of receiving traffic, bits/seconds, last known
- rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Packets This property is required. Number - Amount of packets received since connection
- rx
Rate This property is required. Number - RX Rate, Mbps
- rx
Retries This property is required. Number - Amount of rx retries
- site
Id This property is required. String - snr
This property is required. Number - tx
Bps This property is required. Number - Rate of transmitting traffic, bits/seconds, last known
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Packets This property is required. Number - Amount of packets sent since connection
- tx
Rate This property is required. Number - TX Rate, Mbps
- tx
Retries This property is required. Number - Amount of tx retries
- uplink
Ap Id This property is required. String
GetApStatsDeviceApStatPortStat
- Full
Duplex This property is required. bool - Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Errors This property is required. int - Rx
Peak Bps This property is required. int - Rx
Pkts This property is required. int - Amount of packets received since connection
- Speed
This property is required. int - Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Peak Bps This property is required. int - Tx
Pkts This property is required. int - Amount of packets sent since connection
- Up
This property is required. bool
- Full
Duplex This property is required. bool - Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Errors This property is required. int - Rx
Peak Bps This property is required. int - Rx
Pkts This property is required. int - Amount of packets received since connection
- Speed
This property is required. int - Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Peak Bps This property is required. int - Tx
Pkts This property is required. int - Amount of packets sent since connection
- Up
This property is required. bool
- full
Duplex This property is required. Boolean - rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Errors This property is required. Integer - rx
Peak Bps This property is required. Integer - rx
Pkts This property is required. Integer - Amount of packets received since connection
- speed
This property is required. Integer - tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Peak Bps This property is required. Integer - tx
Pkts This property is required. Integer - Amount of packets sent since connection
- up
This property is required. Boolean
- full
Duplex This property is required. boolean - rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Errors This property is required. number - rx
Peak Bps This property is required. number - rx
Pkts This property is required. number - Amount of packets received since connection
- speed
This property is required. number - tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Peak Bps This property is required. number - tx
Pkts This property is required. number - Amount of packets sent since connection
- up
This property is required. boolean
- full_
duplex This property is required. bool - rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
errors This property is required. int - rx_
peak_ bps This property is required. int - rx_
pkts This property is required. int - Amount of packets received since connection
- speed
This property is required. int - tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
peak_ bps This property is required. int - tx_
pkts This property is required. int - Amount of packets sent since connection
- up
This property is required. bool
- full
Duplex This property is required. Boolean - rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Errors This property is required. Number - rx
Peak Bps This property is required. Number - rx
Pkts This property is required. Number - Amount of packets received since connection
- speed
This property is required. Number - tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Peak Bps This property is required. Number - tx
Pkts This property is required. Number - Amount of packets sent since connection
- up
This property is required. Boolean
GetApStatsDeviceApStatRadioStat
- Band24
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Radio Stat Band24 - Radio stat
- Band5
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Radio Stat Band5 - Radio stat
- Band6
This property is required. Pulumi.Juniper Mist. Device. Inputs. Get Ap Stats Device Ap Stat Radio Stat Band6 - Radio stat
- Band24
This property is required. GetAp Stats Device Ap Stat Radio Stat Band24 - Radio stat
- Band5
This property is required. GetAp Stats Device Ap Stat Radio Stat Band5 - Radio stat
- Band6
This property is required. GetAp Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
This property is required. GetAp Stats Device Ap Stat Radio Stat Band24 - Radio stat
- band5
This property is required. GetAp Stats Device Ap Stat Radio Stat Band5 - Radio stat
- band6
This property is required. GetAp Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
This property is required. GetAp Stats Device Ap Stat Radio Stat Band24 - Radio stat
- band5
This property is required. GetAp Stats Device Ap Stat Radio Stat Band5 - Radio stat
- band6
This property is required. GetAp Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
This property is required. GetAp Stats Device Ap Stat Radio Stat Band24 - Radio stat
- band5
This property is required. GetAp Stats Device Ap Stat Radio Stat Band5 - Radio stat
- band6
This property is required. GetAp Stats Device Ap Stat Radio Stat Band6 - Radio stat
- band24
This property is required. Property Map - Radio stat
- band5
This property is required. Property Map - Radio stat
- band6
This property is required. Property Map - Radio stat
GetApStatsDeviceApStatRadioStatBand24
- Bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - Channel
This property is required. int - Current channel the radio is running on
- Dynamic
Chaining Enabled This property is required. bool - Use dynamic chaining for downlink
- Mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor This property is required. int - Num
Clients This property is required. int - Num
Wlans This property is required. int - How many WLANs are applied to the radio
- Power
This property is required. int - Transmit power (in dBm)
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Usage
This property is required. string - Util
All This property is required. int - All utilization in percentage
- Util
Non Wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx In Bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx Other Bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- Util
Tx This property is required. int - Transmission utilization in percentage
- Util
Undecodable Wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown Wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- Bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - Channel
This property is required. int - Current channel the radio is running on
- Dynamic
Chaining Enabled This property is required. bool - Use dynamic chaining for downlink
- Mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor This property is required. int - Num
Clients This property is required. int - Num
Wlans This property is required. int - How many WLANs are applied to the radio
- Power
This property is required. int - Transmit power (in dBm)
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Usage
This property is required. string - Util
All This property is required. int - All utilization in percentage
- Util
Non Wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx In Bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx Other Bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- Util
Tx This property is required. int - Transmission utilization in percentage
- Util
Undecodable Wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown Wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. Integer - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. Integer - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. Boolean - Use dynamic chaining for downlink
- mac
This property is required. String - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. Integer - num
Clients This property is required. Integer - num
Wlans This property is required. Integer - How many WLANs are applied to the radio
- power
This property is required. Integer - Transmit power (in dBm)
- rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Pkts This property is required. Integer - Amount of packets received since connection
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Pkts This property is required. Integer - Amount of packets sent since connection
- usage
This property is required. String - util
All This property is required. Integer - All utilization in percentage
- util
Non Wifi This property is required. Integer - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. Integer - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. Integer - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. Integer - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. Integer - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. Integer - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. number - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. number - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. boolean - Use dynamic chaining for downlink
- mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. number - num
Clients This property is required. number - num
Wlans This property is required. number - How many WLANs are applied to the radio
- power
This property is required. number - Transmit power (in dBm)
- rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Pkts This property is required. number - Amount of packets received since connection
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Pkts This property is required. number - Amount of packets sent since connection
- usage
This property is required. string - util
All This property is required. number - All utilization in percentage
- util
Non Wifi This property is required. number - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. number - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. number - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. number - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. number - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. number - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. int - Current channel the radio is running on
- dynamic_
chaining_ enabled This property is required. bool - Use dynamic chaining for downlink
- mac
This property is required. str - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise_
floor This property is required. int - num_
clients This property is required. int - num_
wlans This property is required. int - How many WLANs are applied to the radio
- power
This property is required. int - Transmit power (in dBm)
- rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
pkts This property is required. int - Amount of packets received since connection
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
pkts This property is required. int - Amount of packets sent since connection
- usage
This property is required. str - util_
all This property is required. int - All utilization in percentage
- util_
non_ wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util_
rx_ in_ bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util_
rx_ other_ bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util_
tx This property is required. int - Transmission utilization in percentage
- util_
undecodable_ wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util_
unknown_ wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. Number - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. Number - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. Boolean - Use dynamic chaining for downlink
- mac
This property is required. String - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. Number - num
Clients This property is required. Number - num
Wlans This property is required. Number - How many WLANs are applied to the radio
- power
This property is required. Number - Transmit power (in dBm)
- rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Pkts This property is required. Number - Amount of packets received since connection
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Pkts This property is required. Number - Amount of packets sent since connection
- usage
This property is required. String - util
All This property is required. Number - All utilization in percentage
- util
Non Wifi This property is required. Number - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. Number - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. Number - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. Number - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. Number - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. Number - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
GetApStatsDeviceApStatRadioStatBand5
- Bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - Channel
This property is required. int - Current channel the radio is running on
- Dynamic
Chaining Enabled This property is required. bool - Use dynamic chaining for downlink
- Mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor This property is required. int - Num
Clients This property is required. int - Num
Wlans This property is required. int - How many WLANs are applied to the radio
- Power
This property is required. int - Transmit power (in dBm)
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Usage
This property is required. string - Util
All This property is required. int - All utilization in percentage
- Util
Non Wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx In Bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx Other Bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- Util
Tx This property is required. int - Transmission utilization in percentage
- Util
Undecodable Wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown Wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- Bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - Channel
This property is required. int - Current channel the radio is running on
- Dynamic
Chaining Enabled This property is required. bool - Use dynamic chaining for downlink
- Mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor This property is required. int - Num
Clients This property is required. int - Num
Wlans This property is required. int - How many WLANs are applied to the radio
- Power
This property is required. int - Transmit power (in dBm)
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Usage
This property is required. string - Util
All This property is required. int - All utilization in percentage
- Util
Non Wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx In Bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx Other Bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- Util
Tx This property is required. int - Transmission utilization in percentage
- Util
Undecodable Wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown Wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. Integer - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. Integer - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. Boolean - Use dynamic chaining for downlink
- mac
This property is required. String - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. Integer - num
Clients This property is required. Integer - num
Wlans This property is required. Integer - How many WLANs are applied to the radio
- power
This property is required. Integer - Transmit power (in dBm)
- rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Pkts This property is required. Integer - Amount of packets received since connection
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Pkts This property is required. Integer - Amount of packets sent since connection
- usage
This property is required. String - util
All This property is required. Integer - All utilization in percentage
- util
Non Wifi This property is required. Integer - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. Integer - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. Integer - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. Integer - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. Integer - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. Integer - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. number - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. number - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. boolean - Use dynamic chaining for downlink
- mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. number - num
Clients This property is required. number - num
Wlans This property is required. number - How many WLANs are applied to the radio
- power
This property is required. number - Transmit power (in dBm)
- rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Pkts This property is required. number - Amount of packets received since connection
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Pkts This property is required. number - Amount of packets sent since connection
- usage
This property is required. string - util
All This property is required. number - All utilization in percentage
- util
Non Wifi This property is required. number - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. number - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. number - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. number - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. number - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. number - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. int - Current channel the radio is running on
- dynamic_
chaining_ enabled This property is required. bool - Use dynamic chaining for downlink
- mac
This property is required. str - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise_
floor This property is required. int - num_
clients This property is required. int - num_
wlans This property is required. int - How many WLANs are applied to the radio
- power
This property is required. int - Transmit power (in dBm)
- rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
pkts This property is required. int - Amount of packets received since connection
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
pkts This property is required. int - Amount of packets sent since connection
- usage
This property is required. str - util_
all This property is required. int - All utilization in percentage
- util_
non_ wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util_
rx_ in_ bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util_
rx_ other_ bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util_
tx This property is required. int - Transmission utilization in percentage
- util_
undecodable_ wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util_
unknown_ wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. Number - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. Number - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. Boolean - Use dynamic chaining for downlink
- mac
This property is required. String - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. Number - num
Clients This property is required. Number - num
Wlans This property is required. Number - How many WLANs are applied to the radio
- power
This property is required. Number - Transmit power (in dBm)
- rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Pkts This property is required. Number - Amount of packets received since connection
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Pkts This property is required. Number - Amount of packets sent since connection
- usage
This property is required. String - util
All This property is required. Number - All utilization in percentage
- util
Non Wifi This property is required. Number - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. Number - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. Number - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. Number - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. Number - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. Number - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
GetApStatsDeviceApStatRadioStatBand6
- Bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - Channel
This property is required. int - Current channel the radio is running on
- Dynamic
Chaining Enabled This property is required. bool - Use dynamic chaining for downlink
- Mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor This property is required. int - Num
Clients This property is required. int - Num
Wlans This property is required. int - How many WLANs are applied to the radio
- Power
This property is required. int - Transmit power (in dBm)
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Usage
This property is required. string - Util
All This property is required. int - All utilization in percentage
- Util
Non Wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx In Bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx Other Bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- Util
Tx This property is required. int - Transmission utilization in percentage
- Util
Undecodable Wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown Wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- Bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - Channel
This property is required. int - Current channel the radio is running on
- Dynamic
Chaining Enabled This property is required. bool - Use dynamic chaining for downlink
- Mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- Noise
Floor This property is required. int - Num
Clients This property is required. int - Num
Wlans This property is required. int - How many WLANs are applied to the radio
- Power
This property is required. int - Transmit power (in dBm)
- Rx
Bytes This property is required. int - Amount of traffic received since connection
- Rx
Pkts This property is required. int - Amount of packets received since connection
- Tx
Bytes This property is required. int - Amount of traffic sent since connection
- Tx
Pkts This property is required. int - Amount of packets sent since connection
- Usage
This property is required. string - Util
All This property is required. int - All utilization in percentage
- Util
Non Wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- Util
Rx In Bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- Util
Rx Other Bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- Util
Tx This property is required. int - Transmission utilization in percentage
- Util
Undecodable Wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- Util
Unknown Wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. Integer - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. Integer - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. Boolean - Use dynamic chaining for downlink
- mac
This property is required. String - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. Integer - num
Clients This property is required. Integer - num
Wlans This property is required. Integer - How many WLANs are applied to the radio
- power
This property is required. Integer - Transmit power (in dBm)
- rx
Bytes This property is required. Integer - Amount of traffic received since connection
- rx
Pkts This property is required. Integer - Amount of packets received since connection
- tx
Bytes This property is required. Integer - Amount of traffic sent since connection
- tx
Pkts This property is required. Integer - Amount of packets sent since connection
- usage
This property is required. String - util
All This property is required. Integer - All utilization in percentage
- util
Non Wifi This property is required. Integer - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. Integer - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. Integer - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. Integer - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. Integer - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. Integer - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. number - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. number - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. boolean - Use dynamic chaining for downlink
- mac
This property is required. string - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. number - num
Clients This property is required. number - num
Wlans This property is required. number - How many WLANs are applied to the radio
- power
This property is required. number - Transmit power (in dBm)
- rx
Bytes This property is required. number - Amount of traffic received since connection
- rx
Pkts This property is required. number - Amount of packets received since connection
- tx
Bytes This property is required. number - Amount of traffic sent since connection
- tx
Pkts This property is required. number - Amount of packets sent since connection
- usage
This property is required. string - util
All This property is required. number - All utilization in percentage
- util
Non Wifi This property is required. number - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. number - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. number - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. number - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. number - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. number - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. int - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. int - Current channel the radio is running on
- dynamic_
chaining_ enabled This property is required. bool - Use dynamic chaining for downlink
- mac
This property is required. str - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise_
floor This property is required. int - num_
clients This property is required. int - num_
wlans This property is required. int - How many WLANs are applied to the radio
- power
This property is required. int - Transmit power (in dBm)
- rx_
bytes This property is required. int - Amount of traffic received since connection
- rx_
pkts This property is required. int - Amount of packets received since connection
- tx_
bytes This property is required. int - Amount of traffic sent since connection
- tx_
pkts This property is required. int - Amount of packets sent since connection
- usage
This property is required. str - util_
all This property is required. int - All utilization in percentage
- util_
non_ wifi This property is required. int - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util_
rx_ in_ bss This property is required. int - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util_
rx_ other_ bss This property is required. int - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util_
tx This property is required. int - Transmission utilization in percentage
- util_
undecodable_ wifi This property is required. int - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util_
unknown_ wifi This property is required. int - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
- bandwidth
This property is required. Number - channel width for the band.enum:
20
,40
,80
(only applicable for band_5 and band_6),160
(only for band_6) - channel
This property is required. Number - Current channel the radio is running on
- dynamic
Chaining Enabled This property is required. Boolean - Use dynamic chaining for downlink
- mac
This property is required. String - Radio (base) mac, it can have 16 bssids (e.g. 5c5b350001a0-5c5b350001af)
- noise
Floor This property is required. Number - num
Clients This property is required. Number - num
Wlans This property is required. Number - How many WLANs are applied to the radio
- power
This property is required. Number - Transmit power (in dBm)
- rx
Bytes This property is required. Number - Amount of traffic received since connection
- rx
Pkts This property is required. Number - Amount of packets received since connection
- tx
Bytes This property is required. Number - Amount of traffic sent since connection
- tx
Pkts This property is required. Number - Amount of packets sent since connection
- usage
This property is required. String - util
All This property is required. Number - All utilization in percentage
- util
Non Wifi This property is required. Number - Reception of "No Packets" utilization in percentage, received frames with invalid PLCPs and CRS glitches as noise
- util
Rx In Bss This property is required. Number - Reception of "In BSS" utilization in percentage, only frames that are received from AP/STAs within the BSS
- util
Rx Other Bss This property is required. Number - Reception of "Other BSS" utilization in percentage, all frames received from AP/STAs that are outside the BSS
- util
Tx This property is required. Number - Transmission utilization in percentage
- util
Undecodable Wifi This property is required. Number - Reception of "UnDecodable Wifi" utilization in percentage, only Preamble, PLCP header is decoded, Rest is undecodable in this radio
- util
Unknown Wifi This property is required. Number - Reception of "No Category" utilization in percentage, all 802.11 frames that are corrupted at the receiver
GetApStatsDeviceApStatSwitchRedundancy
- Num
Redundant Aps This property is required. int
- Num
Redundant Aps This property is required. int
- num
Redundant Aps This property is required. Integer
- num
Redundant Aps This property is required. number
- num_
redundant_ aps This property is required. int
- num
Redundant Aps This property is required. Number
GetApStatsDeviceApStatUsbStat
- Channel
This property is required. int - Connected
This property is required. bool - Last
Activity This property is required. int - Type
This property is required. string - Up
This property is required. bool
- Channel
This property is required. int - Connected
This property is required. bool - Last
Activity This property is required. int - Type
This property is required. string - Up
This property is required. bool
- channel
This property is required. Integer - connected
This property is required. Boolean - last
Activity This property is required. Integer - type
This property is required. String - up
This property is required. Boolean
- channel
This property is required. number - connected
This property is required. boolean - last
Activity This property is required. number - type
This property is required. string - up
This property is required. boolean
- channel
This property is required. int - connected
This property is required. bool - last_
activity This property is required. int - type
This property is required. str - up
This property is required. bool
- channel
This property is required. Number - connected
This property is required. Boolean - last
Activity This property is required. Number - type
This property is required. String - up
This property is required. Boolean
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mist
Terraform Provider.