Skip to content

Latest commit

 

History

History
181 lines (132 loc) · 7.75 KB

File metadata and controls

181 lines (132 loc) · 7.75 KB

extremecloudiq.model.xiq_rm_device_metadata_response.XiqRmDeviceMetadataResponse

RM Metadata Response Class

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, RM Metadata Response Class

Dictionary Keys

Key Input Type Accessed Type Description Notes
default_gateway list, tuple, tuple, The device default gateway [optional]
software_version list, tuple, tuple, The device OS software version [optional]
product_type dict, frozendict.frozendict, frozendict.frozendict, The product type map, eg. Key - AP_350, Value(displayed on UI) - AP350 [optional]
device_admin_state list, tuple, tuple, The device admin state [optional]
country_code list, tuple, tuple, The assigned country code on the device [optional]
managed_by list, tuple, tuple, The managed application for the device [optional]
sim_type list, tuple, tuple, The device type - REAL or SIMULATED [optional]
country_code_name list, tuple, tuple, The assigned country name on the device [optional]
network_policy list, tuple, tuple, The network policy applied to the device [optional]
uplink_speeds list, tuple, tuple, The Eth0 and Eth1 port speed [optional]
serial_number list, tuple, tuple, The serial number of the device [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]

default_gateway

The device default gateway

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The device default gateway

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The device default gateway

software_version

The device OS software version

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The device OS software version

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The device OS software version

product_type

The product type map, eg. Key - AP_350, Value(displayed on UI) - AP350

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The product type map, eg. Key - AP_350, Value(displayed on UI) - AP350

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name str, str, any string name can be used but the value must be the correct type The product type map, eg. Key - AP_350, Value(displayed on UI) - AP350 [optional]

device_admin_state

The device admin state

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The device admin state

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqDeviceAdminState XiqDeviceAdminState XiqDeviceAdminState

country_code

The assigned country code on the device

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The assigned country code on the device

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, The assigned country code on the device value must be a 32 bit integer

managed_by

The managed application for the device

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The managed application for the device

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The managed application for the device

sim_type

The device type - REAL or SIMULATED

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The device type - REAL or SIMULATED

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqDeviceType XiqDeviceType XiqDeviceType

country_code_name

The assigned country name on the device

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The assigned country name on the device

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqCountryCodeName XiqCountryCodeName XiqCountryCodeName

network_policy

The network policy applied to the device

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The network policy applied to the device

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The network policy applied to the device

uplink_speeds

The Eth0 and Eth1 port speed

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The Eth0 and Eth1 port speed

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The Eth0 and Eth1 port speed

serial_number

The serial number of the device

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The serial number of the device

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The serial number of the device

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