Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.92 KB

File metadata and controls

63 lines (46 loc) · 2.92 KB

extremecloudiq.model.xiq_wireless_device_health_grid_filter.XiqWirelessDeviceHealthGridFilter

Request body for Wireless Device Health Grid Filter

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Request body for Wireless Device Health Grid Filter

Dictionary Keys

Key Input Type Accessed Type Description Notes
site_ids list, tuple, tuple, List of site ids [optional]
device_ids list, tuple, tuple, List of device ids [optional]
has_device_health_issues bool, BoolClass, Flag to filter device health issue [optional]
has_poe_issues bool, BoolClass, Flag to filter poe issue [optional]
number_filter list, tuple, tuple, Object of CPU Usage Percentage [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

site_ids

List of site ids

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, List of site ids

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, List of site ids value must be a 64 bit integer

device_ids

List of device ids

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, List of device ids

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, List of device ids value must be a 64 bit integer

number_filter

Object of CPU Usage Percentage

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, Object of CPU Usage Percentage

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqNumberFilter XiqNumberFilter XiqNumberFilter

[Back to Model list] [Back to API list] [Back to README]