Enums

Overview

Enums represent a fixed set of allowed values for a field or argument.

AlertTargetType

An enumeration of possible alert target types.

ValueDescription
EMAILAlert target type indicating an email address.
SALESFORCEAlert target type indicating a salesforce instance.
SLACKAlert target type indicating a slack channel.
WEBHOOKAlert target type indicating a webhook endpoint.

ClientAssignmentProtocol

ClientAssignmentProtocol defines the method used to assign IP addresses to clients.

ValueDescription
DHCPDHCP protocol assigns IP addresses dynamically to clients.
STATICStatic protocol assigns fixed IP addresses to clients.

DeviceType

DeviceType enumerates the different types of hardware devices that Meter deploys.

ValueDescription
ACCESS_POINTRepresents an Access Point device type.
CELLULAR_GATEWAYRepresents a Cellular Gateway device type.
CONTROLLERRepresents a Controller device type.
POWER_DISTRIBUTION_UNITRepresents a Power Distribution Unit device type.
SWITCHRepresents a Switch device type.

EventType

Enumerate the known event types that exist in the event log.

ValueDescription
ACCESS_POINT_CONNECTIONEvent indicating a wireless connection event on an access point.
ACCESS_POINT_DFS_CHANNEL_RESETEvent indicating that a DFS channel reset occurred on an access point.
ACCESS_POINT_INVALID_VLAN_CONNECTIONEvent indicating a connection on an invalid (unknown or disabled) VLAN
ACCESS_POINT_RADAR_HIT_DETECTEDEvent indicating that a DFS radar hit was detected by an access point.
CALIBRATION_JOB_CHANNEL_RESET_FAILEDEvent indicating that APs failed to return to their configured channel after a wireless calibration job.
CALIBRATION_JOB_COMPLETEDEvent indicating that a wireless calibration job completed.
COS_HA_FAILOVEREvent indicating that a High Availability failover event occurred.
COS_HA_MULTIPLE_ACTIVEEvent indicating that multiple Security Appliances are active in a High Availability setup.
COS_HA_RECOVERYEvent indicating that a High Availability recovery event occurred.
DEVICE_BOOTEvent indicating that a device booted with a specific version of the firmware.
DEVICE_OFFLINEEvent indicating that a device has gone offline.
DEVICE_ONLINEEvent indicating that a device has come online.
FIRMWARE_UPGRADE_CANCELLEDEvent indicating that a firmware upgrade was cancelled on a network.
FIRMWARE_UPGRADE_COMPLETEDEvent indicating that a firmware upgrade is completed on a network.
FIRMWARE_UPGRADE_PENDINGEvent indicating that a firmware upgrade is pending on a network. An upgrade has been applied to the respective device configs and should immediately take affect, given that these devices are online.
FIRMWARE_UPGRADE_SCHEDULEDEvent indicating that a firmware upgrade is scheduled on a network. An upgrade is scheduled for sometime in the future when and no device config change has been made, but will at the scheduled time.
HONEYPOT_ACCESS_POINT_DETECTEDEvent indicating that a honeypot access point was detected.
HONEYPOT_ACCESS_POINT_NO_LONGER_DETECTEDEvent indicating that a honeypot access point is no longer detected.
IPSEC_TUNNEL_STATUS_CHANGEEvent indicating that an IPSec tunnel had a status change.
MANAGEMENT_CONNECTION_STATUS_CHANGEDEvent indicating that a management connection status changed.
PDU_OUTLET_STATUS_CHANGEDEvent indicating that a PDU outlet event occurred.
PORT_BLOCKEDEvent indicating that a port was blocked due to flap link intervention protocol (FLIP).
PORT_UNBLOCKEDEvent indicating that a port was unblocked due to flap link intervention protocol (FLIP).
ROGUE_ACCESS_POINT_DETECTEDEvent indicating that a rogue access point was detected.
ROGUE_ACCESS_POINT_NO_LONGER_DETECTEDEvent indicating that a rogue access point is no longer detected.
STP_ERROR_PORT_BLOCKEDEvent indicating that a Spanning Tree Protocol (STP) error caused a port to be blocked.
STP_ERROR_PORT_UNBLOCKEDEvent indicating that a Spanning Tree Protocol (STP) error on a port has been unblocked.
UNSPECIFIEDThe event type is unspecified.
WAN_DOWNEvent indicating that the WAN connection is down.
WAN_STATUS_CHANGEEvent indicating a change in WAN status.
WAN_UPEvent indicating that the WAN connection is up.

NetworkClientHWMode

Represents the hardware mode of a device the client is connected to.

ValueDescription
NARepresents no HW mode.
WIFI_2Represents WiFi 2 HW mode.
WIFI_3Represents WiFi 3 HW mode.
WIFI_4Represents WiFi 4 HW mode.
WIFI_5Represents WiFi 5 HW mode.
WIFI_6Represents WiFi 6 HW mode.
WIFI_7Represents WiFi 7 HW mode.

RadioBand

An enumeration of radio bands.

ValueDescription
BAND_2_4GRepresents the 2.4 GHz radio band.
BAND_5GRepresents the 5 GHz radio band.
BAND_6GRepresents the 6 GHz radio band.

SSIDEncryptionProtocol

ValueDescription
OPEN_MAC_AUTH_RADIUSOpen network with MAC address authentication via RADIUS.
WPA2Wi-Fi Protected Access II (WPA2) Personal.
WPA2_ENTERPRISEWPA2 Enterprise with 802.1X authentication.
WPA2_IPSKSSID with multiple WPA2 passwords (iPSKs)
WPA2_MPSKSSID with MPSK (Radius-based iPSK solution in partnership with RoamingIQ)
WPA3WPA3 Personal.
WPA3_ENTERPRISEWPA3 Enterprise with 802.1X authentication.
WPA3_OWEWPA3 OWE (Open).
WPA3_TRANSITIONSupports clients that use WPA2 or WPA3.

TrafficDirection

Represents the direction of network traffic.

ValueDescription
RXIncoming traffic direction (Received traffic).
TXOutgoing traffic direction (Transmitted traffic).

VirtualDeviceType

VirtualDeviceType enumerates the different types of virtual devices that Meter deploys.

ValueDescription
ACCESS_POINTRepresents an Access Point virtual device type.
CELLULAR_GATEWAYRepresents an Cellular Gateway virtual device type.
CONTROLLERRepresents a Controller virtual device type.
OBSERVERRepresents an Observer virtual device type.
POWER_DISTRIBUTION_UNITRepresents a Power Distribution Unit virtual device type.
SWITCHRepresents a Switch virtual device type.

WirelessClientConnectionEventType

ValueDescription
ARP_FAILEDThe client failed to connect to the AP due to an ARP failure.
ARP_LATEThe client failed to connect to the AP due to ARP taking too long.
CONNECTEDThe client successfully connected to the AP.
DHCP_FAILEDThe client failed to receive an IP address from the DHCP server.
DHCP_OKThe client successfully received an IP address from the DHCP server.
DISASSOCIATEDThe client disassociated from the AP.
FAILEDThe client attempted to connect to the AP but failed.

Need help?

If you run into any issues or have questions, please reach out to our Support Engineering team by opening a ticket via the Dashboard: https://dashboard.meter.com/support

Was this helpful?