Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 3.16 KB

File metadata and controls

61 lines (44 loc) · 3.16 KB

extremecloudiq.model.xiq_wired_usage_capacity_grid_request.XiqWiredUsageCapacityGridRequest

Request body for Wired Usage and Capacity grid

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Request body for Wired Usage and Capacity grid

Dictionary Keys

Key Input Type Accessed Type Description Notes
site_ids list, tuple, tuple, List of site IDs to filter usage and capacity grid [optional]
device_ids list, tuple, tuple, List of device IDs to filter usage and capacity grid [optional]
filter_field list, tuple, tuple, The filters available for usage and capacity grid [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 to filter usage and capacity grid

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, List of site IDs to filter usage and capacity grid

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, List of site IDs to filter usage and capacity grid value must be a 64 bit integer

device_ids

List of device IDs to filter usage and capacity grid

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, List of device IDs to filter usage and capacity grid

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, List of device IDs to filter usage and capacity grid value must be a 64 bit integer

filter_field

The filters available for usage and capacity grid

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The filters available for usage and capacity grid

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqWiredUsageAndCapacityFilterType XiqWiredUsageAndCapacityFilterType XiqWiredUsageAndCapacityFilterType

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