diff --git a/dnacentersdk/api/v1_2_10/devices.py b/dnacentersdk/api/v1_2_10/devices.py index e55aa7c4..37cd7016 100644 --- a/dnacentersdk/api/v1_2_10/devices.py +++ b/dnacentersdk/api/v1_2_10/devices.py @@ -2633,8 +2633,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -2745,8 +2745,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) diff --git a/dnacentersdk/api/v1_2_10/path_trace.py b/dnacentersdk/api/v1_2_10/path_trace.py index be532f4d..96a3d7ee 100644 --- a/dnacentersdk/api/v1_2_10/path_trace.py +++ b/dnacentersdk/api/v1_2_10/path_trace.py @@ -129,8 +129,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_2_10/tag.py b/dnacentersdk/api/v1_2_10/tag.py index 61a69d9b..346b718a 100644 --- a/dnacentersdk/api/v1_2_10/tag.py +++ b/dnacentersdk/api/v1_2_10/tag.py @@ -767,8 +767,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, @@ -916,8 +916,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) diff --git a/dnacentersdk/api/v1_2_10/task.py b/dnacentersdk/api/v1_2_10/task.py index c9612054..70c4eef7 100644 --- a/dnacentersdk/api/v1_2_10/task.py +++ b/dnacentersdk/api/v1_2_10/task.py @@ -280,8 +280,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_3_0/devices.py b/dnacentersdk/api/v1_3_0/devices.py index 91d0555a..a9556fe8 100644 --- a/dnacentersdk/api/v1_3_0/devices.py +++ b/dnacentersdk/api/v1_3_0/devices.py @@ -2209,8 +2209,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) @@ -2836,8 +2836,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v1_3_0/path_trace.py b/dnacentersdk/api/v1_3_0/path_trace.py index 07447829..1a2bc3da 100644 --- a/dnacentersdk/api/v1_3_0/path_trace.py +++ b/dnacentersdk/api/v1_3_0/path_trace.py @@ -129,8 +129,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_3_0/tag.py b/dnacentersdk/api/v1_3_0/tag.py index 58f68066..d7c0bbd1 100644 --- a/dnacentersdk/api/v1_3_0/tag.py +++ b/dnacentersdk/api/v1_3_0/tag.py @@ -762,8 +762,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, @@ -916,8 +916,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) diff --git a/dnacentersdk/api/v1_3_0/task.py b/dnacentersdk/api/v1_3_0/task.py index fff3a8c4..83fdf823 100644 --- a/dnacentersdk/api/v1_3_0/task.py +++ b/dnacentersdk/api/v1_3_0/task.py @@ -280,8 +280,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_3_1/devices.py b/dnacentersdk/api/v1_3_1/devices.py index f41ca8d6..0e3a8917 100644 --- a/dnacentersdk/api/v1_3_1/devices.py +++ b/dnacentersdk/api/v1_3_1/devices.py @@ -1930,8 +1930,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -2738,8 +2738,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) diff --git a/dnacentersdk/api/v1_3_1/path_trace.py b/dnacentersdk/api/v1_3_1/path_trace.py index 0d6d7e6c..bae6edfc 100644 --- a/dnacentersdk/api/v1_3_1/path_trace.py +++ b/dnacentersdk/api/v1_3_1/path_trace.py @@ -240,8 +240,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_3_1/sites.py b/dnacentersdk/api/v1_3_1/sites.py index 1965eb0e..5146bdcb 100644 --- a/dnacentersdk/api/v1_3_1/sites.py +++ b/dnacentersdk/api/v1_3_1/sites.py @@ -100,8 +100,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v1_3_1/tag.py b/dnacentersdk/api/v1_3_1/tag.py index d8075cc2..f45615e4 100644 --- a/dnacentersdk/api/v1_3_1/tag.py +++ b/dnacentersdk/api/v1_3_1/tag.py @@ -717,8 +717,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, @@ -811,8 +811,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) diff --git a/dnacentersdk/api/v1_3_1/task.py b/dnacentersdk/api/v1_3_1/task.py index 94e00eb3..77f9858e 100644 --- a/dnacentersdk/api/v1_3_1/task.py +++ b/dnacentersdk/api/v1_3_1/task.py @@ -280,8 +280,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_3_3/devices.py b/dnacentersdk/api/v1_3_3/devices.py index 07ab0878..516c19c4 100644 --- a/dnacentersdk/api/v1_3_3/devices.py +++ b/dnacentersdk/api/v1_3_3/devices.py @@ -2225,8 +2225,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) @@ -2774,8 +2774,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v1_3_3/network_settings.py b/dnacentersdk/api/v1_3_3/network_settings.py index cf07308c..e8aa73c1 100644 --- a/dnacentersdk/api/v1_3_3/network_settings.py +++ b/dnacentersdk/api/v1_3_3/network_settings.py @@ -878,8 +878,8 @@ def get_global_pool(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v1_3_3/path_trace.py b/dnacentersdk/api/v1_3_3/path_trace.py index 0b841833..59cef13c 100644 --- a/dnacentersdk/api/v1_3_3/path_trace.py +++ b/dnacentersdk/api/v1_3_3/path_trace.py @@ -129,8 +129,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v1_3_3/sites.py b/dnacentersdk/api/v1_3_3/sites.py index 382229a2..ef4e7f83 100644 --- a/dnacentersdk/api/v1_3_3/sites.py +++ b/dnacentersdk/api/v1_3_3/sites.py @@ -328,8 +328,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v1_3_3/tag.py b/dnacentersdk/api/v1_3_3/tag.py index ea444bbd..b3d2ff70 100644 --- a/dnacentersdk/api/v1_3_3/tag.py +++ b/dnacentersdk/api/v1_3_3/tag.py @@ -830,8 +830,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) @@ -928,8 +928,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, diff --git a/dnacentersdk/api/v1_3_3/task.py b/dnacentersdk/api/v1_3_3/task.py index 4cd1eaaa..757f68fb 100644 --- a/dnacentersdk/api/v1_3_3/task.py +++ b/dnacentersdk/api/v1_3_3/task.py @@ -402,8 +402,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_1_1/devices.py b/dnacentersdk/api/v2_1_1/devices.py index 33c9162d..74ad1dfd 100644 --- a/dnacentersdk/api/v2_1_1/devices.py +++ b/dnacentersdk/api/v2_1_1/devices.py @@ -2455,8 +2455,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) @@ -2658,8 +2658,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_1_1/network_settings.py b/dnacentersdk/api/v2_1_1/network_settings.py index 9adfab63..1ec3360e 100644 --- a/dnacentersdk/api/v2_1_1/network_settings.py +++ b/dnacentersdk/api/v2_1_1/network_settings.py @@ -878,8 +878,8 @@ def get_global_pool(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_1_1/path_trace.py b/dnacentersdk/api/v2_1_1/path_trace.py index d3ea34d5..a3a4294a 100644 --- a/dnacentersdk/api/v2_1_1/path_trace.py +++ b/dnacentersdk/api/v2_1_1/path_trace.py @@ -129,8 +129,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_1_1/site_design.py b/dnacentersdk/api/v2_1_1/site_design.py index 877b1565..4b53c17e 100644 --- a/dnacentersdk/api/v2_1_1/site_design.py +++ b/dnacentersdk/api/v2_1_1/site_design.py @@ -95,8 +95,8 @@ def get_nfv_profile(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(name, basestring) check_type(id, basestring, may_be_none=False) diff --git a/dnacentersdk/api/v2_1_1/sites.py b/dnacentersdk/api/v2_1_1/sites.py index 457ee71f..75c7ea78 100644 --- a/dnacentersdk/api/v2_1_1/sites.py +++ b/dnacentersdk/api/v2_1_1/sites.py @@ -328,8 +328,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_1_1/tag.py b/dnacentersdk/api/v2_1_1/tag.py index 332386a7..2e66d225 100644 --- a/dnacentersdk/api/v2_1_1/tag.py +++ b/dnacentersdk/api/v2_1_1/tag.py @@ -822,8 +822,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, @@ -916,8 +916,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) diff --git a/dnacentersdk/api/v2_1_1/task.py b/dnacentersdk/api/v2_1_1/task.py index cdcf9d6f..69985a62 100644 --- a/dnacentersdk/api/v2_1_1/task.py +++ b/dnacentersdk/api/v2_1_1/task.py @@ -280,8 +280,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_1_2/devices.py b/dnacentersdk/api/v2_1_2/devices.py index adc0cbfc..0e6dc50a 100644 --- a/dnacentersdk/api/v2_1_2/devices.py +++ b/dnacentersdk/api/v2_1_2/devices.py @@ -2685,8 +2685,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) @@ -3064,8 +3064,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_1_2/network_settings.py b/dnacentersdk/api/v2_1_2/network_settings.py index 8e892c9b..1a38687a 100644 --- a/dnacentersdk/api/v2_1_2/network_settings.py +++ b/dnacentersdk/api/v2_1_2/network_settings.py @@ -823,8 +823,8 @@ def get_global_pool(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_1_2/path_trace.py b/dnacentersdk/api/v2_1_2/path_trace.py index 24f9e8c2..3329a41b 100644 --- a/dnacentersdk/api/v2_1_2/path_trace.py +++ b/dnacentersdk/api/v2_1_2/path_trace.py @@ -129,8 +129,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_1_2/site_design.py b/dnacentersdk/api/v2_1_2/site_design.py index 054d52e1..85a76623 100644 --- a/dnacentersdk/api/v2_1_2/site_design.py +++ b/dnacentersdk/api/v2_1_2/site_design.py @@ -95,8 +95,8 @@ def get_nfv_profile(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(name, basestring) check_type(id, basestring, may_be_none=False) diff --git a/dnacentersdk/api/v2_1_2/sites.py b/dnacentersdk/api/v2_1_2/sites.py index e3a34d47..54c7ea2b 100644 --- a/dnacentersdk/api/v2_1_2/sites.py +++ b/dnacentersdk/api/v2_1_2/sites.py @@ -244,8 +244,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -510,8 +510,8 @@ def get_membership(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(device_family, basestring) check_type(serial_number, basestring) check_type(site_id, basestring, diff --git a/dnacentersdk/api/v2_1_2/tag.py b/dnacentersdk/api/v2_1_2/tag.py index d84f713c..6a01fdf7 100644 --- a/dnacentersdk/api/v2_1_2/tag.py +++ b/dnacentersdk/api/v2_1_2/tag.py @@ -822,8 +822,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, @@ -916,8 +916,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) diff --git a/dnacentersdk/api/v2_1_2/task.py b/dnacentersdk/api/v2_1_2/task.py index 04b9d9f8..6a2c068a 100644 --- a/dnacentersdk/api/v2_1_2/task.py +++ b/dnacentersdk/api/v2_1_2/task.py @@ -402,8 +402,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_2_1/devices.py b/dnacentersdk/api/v2_2_1/devices.py index 7d04765d..5d8e79a8 100644 --- a/dnacentersdk/api/v2_2_1/devices.py +++ b/dnacentersdk/api/v2_2_1/devices.py @@ -2707,8 +2707,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) @@ -3020,8 +3020,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_1/network_settings.py b/dnacentersdk/api/v2_2_1/network_settings.py index 23cd4620..7bac29f8 100644 --- a/dnacentersdk/api/v2_2_1/network_settings.py +++ b/dnacentersdk/api/v2_2_1/network_settings.py @@ -91,8 +91,8 @@ def get_global_pool(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -463,8 +463,8 @@ def get_reserve_ip_subpool(self, """ check_type(headers, dict) check_type(site_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_1/path_trace.py b/dnacentersdk/api/v2_2_1/path_trace.py index 1af0e83a..2c3cc739 100644 --- a/dnacentersdk/api/v2_2_1/path_trace.py +++ b/dnacentersdk/api/v2_2_1/path_trace.py @@ -128,8 +128,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_2_1/site_design.py b/dnacentersdk/api/v2_2_1/site_design.py index 6b7789c7..fa35c2a9 100644 --- a/dnacentersdk/api/v2_2_1/site_design.py +++ b/dnacentersdk/api/v2_2_1/site_design.py @@ -95,8 +95,8 @@ def get_nfv_profile(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(name, basestring) check_type(id, basestring, may_be_none=False) diff --git a/dnacentersdk/api/v2_2_1/sites.py b/dnacentersdk/api/v2_2_1/sites.py index 6c88ba18..76ae0e89 100644 --- a/dnacentersdk/api/v2_2_1/sites.py +++ b/dnacentersdk/api/v2_2_1/sites.py @@ -243,8 +243,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -596,8 +596,8 @@ def get_membership(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(device_family, basestring) check_type(serial_number, basestring) check_type(site_id, basestring, diff --git a/dnacentersdk/api/v2_2_1/tag.py b/dnacentersdk/api/v2_2_1/tag.py index 08720f98..08f8a988 100644 --- a/dnacentersdk/api/v2_2_1/tag.py +++ b/dnacentersdk/api/v2_2_1/tag.py @@ -107,8 +107,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, @@ -276,8 +276,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) diff --git a/dnacentersdk/api/v2_2_1/task.py b/dnacentersdk/api/v2_2_1/task.py index 20ce825d..ef02a2c1 100644 --- a/dnacentersdk/api/v2_2_1/task.py +++ b/dnacentersdk/api/v2_2_1/task.py @@ -355,8 +355,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_2_2_3/compliance.py b/dnacentersdk/api/v2_2_2_3/compliance.py index ba17cc30..ff69cfb6 100644 --- a/dnacentersdk/api/v2_2_2_3/compliance.py +++ b/dnacentersdk/api/v2_2_2_3/compliance.py @@ -349,8 +349,8 @@ def get_compliance_detail(self, check_type(compliance_type, basestring) check_type(compliance_status, basestring) check_type(device_uuid, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_2_3/devices.py b/dnacentersdk/api/v2_2_2_3/devices.py index 8391e905..e49ec24c 100644 --- a/dnacentersdk/api/v2_2_2_3/devices.py +++ b/dnacentersdk/api/v2_2_2_3/devices.py @@ -1500,8 +1500,8 @@ def retrieves_all_network_devices(self, check_type(role, basestring) check_type(role_source, basestring) check_type(associated_wlc_ip, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -2101,8 +2101,8 @@ def inventory_insight_device_link_mismatch(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(category, basestring, may_be_none=False) check_type(sort_by, basestring) @@ -2182,8 +2182,8 @@ def get_devices_with_snmpv3_des(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) check_type(site_id, basestring, @@ -2319,8 +2319,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) diff --git a/dnacentersdk/api/v2_2_2_3/network_settings.py b/dnacentersdk/api/v2_2_2_3/network_settings.py index b219c178..c85d500e 100644 --- a/dnacentersdk/api/v2_2_2_3/network_settings.py +++ b/dnacentersdk/api/v2_2_2_3/network_settings.py @@ -440,8 +440,8 @@ def get_global_pool(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -909,8 +909,8 @@ def get_reserve_ip_subpool(self, """ check_type(headers, dict) check_type(site_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_2_3/path_trace.py b/dnacentersdk/api/v2_2_2_3/path_trace.py index 4d128fa9..2b11db35 100644 --- a/dnacentersdk/api/v2_2_2_3/path_trace.py +++ b/dnacentersdk/api/v2_2_2_3/path_trace.py @@ -128,8 +128,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_2_2_3/site_design.py b/dnacentersdk/api/v2_2_2_3/site_design.py index f46b7b4a..1df2b608 100644 --- a/dnacentersdk/api/v2_2_2_3/site_design.py +++ b/dnacentersdk/api/v2_2_2_3/site_design.py @@ -468,8 +468,8 @@ def get_nfv_profile(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(name, basestring) check_type(id, basestring, may_be_none=False) diff --git a/dnacentersdk/api/v2_2_2_3/sites.py b/dnacentersdk/api/v2_2_2_3/sites.py index 65a0fc54..ea6f3515 100644 --- a/dnacentersdk/api/v2_2_2_3/sites.py +++ b/dnacentersdk/api/v2_2_2_3/sites.py @@ -97,8 +97,8 @@ def get_membership(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(device_family, basestring) check_type(serial_number, basestring) check_type(site_id, basestring, @@ -259,8 +259,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_2_3/tag.py b/dnacentersdk/api/v2_2_2_3/tag.py index 9f1e3a26..1d3a3725 100644 --- a/dnacentersdk/api/v2_2_2_3/tag.py +++ b/dnacentersdk/api/v2_2_2_3/tag.py @@ -208,8 +208,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) @@ -716,8 +716,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, diff --git a/dnacentersdk/api/v2_2_2_3/task.py b/dnacentersdk/api/v2_2_2_3/task.py index 07e92933..78fb08b8 100644 --- a/dnacentersdk/api/v2_2_2_3/task.py +++ b/dnacentersdk/api/v2_2_2_3/task.py @@ -129,8 +129,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_2_3_3/compliance.py b/dnacentersdk/api/v2_2_3_3/compliance.py index 11b44a34..0785c9d7 100644 --- a/dnacentersdk/api/v2_2_3_3/compliance.py +++ b/dnacentersdk/api/v2_2_3_3/compliance.py @@ -349,8 +349,8 @@ def get_compliance_detail(self, check_type(compliance_type, basestring) check_type(compliance_status, basestring) check_type(device_uuid, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_3_3/devices.py b/dnacentersdk/api/v2_2_3_3/devices.py index 9d5f77b0..400a6153 100644 --- a/dnacentersdk/api/v2_2_3_3/devices.py +++ b/dnacentersdk/api/v2_2_3_3/devices.py @@ -2106,8 +2106,8 @@ def inventory_insight_device_link_mismatch(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(category, basestring, may_be_none=False) check_type(sort_by, basestring) @@ -2187,8 +2187,8 @@ def get_devices_with_snmpv3_des(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) check_type(site_id, basestring, @@ -2324,8 +2324,8 @@ def get_modules(self, check_type(headers, dict) check_type(device_id, basestring, may_be_none=False) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(name_list, (basestring, list, set, tuple)) check_type(vendor_equipment_type_list, (basestring, list, set, tuple)) check_type(part_number_list, (basestring, list, set, tuple)) diff --git a/dnacentersdk/api/v2_2_3_3/network_settings.py b/dnacentersdk/api/v2_2_3_3/network_settings.py index 11a66387..e0aed52c 100644 --- a/dnacentersdk/api/v2_2_3_3/network_settings.py +++ b/dnacentersdk/api/v2_2_3_3/network_settings.py @@ -440,8 +440,8 @@ def get_global_pool(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), @@ -909,8 +909,8 @@ def get_reserve_ip_subpool(self, """ check_type(headers, dict) check_type(site_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_3_3/path_trace.py b/dnacentersdk/api/v2_2_3_3/path_trace.py index 8ed8e7bf..8420e8e2 100644 --- a/dnacentersdk/api/v2_2_3_3/path_trace.py +++ b/dnacentersdk/api/v2_2_3_3/path_trace.py @@ -128,8 +128,8 @@ def retrives_all_previous_pathtraces_summary(self, check_type(status, basestring) check_type(task_id, basestring) check_type(last_update_time, basestring) - check_type(limit, basestring) - check_type(offset, basestring) + check_type(limit, (basestring, int)) + check_type(offset, (basestring, int)) check_type(order, basestring) check_type(sort_by, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_2_3_3/site_design.py b/dnacentersdk/api/v2_2_3_3/site_design.py index 4c5a06fc..82b802b0 100644 --- a/dnacentersdk/api/v2_2_3_3/site_design.py +++ b/dnacentersdk/api/v2_2_3_3/site_design.py @@ -593,8 +593,8 @@ def get_nfv_profile(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(name, basestring) check_type(id, basestring, may_be_none=False) diff --git a/dnacentersdk/api/v2_2_3_3/sites.py b/dnacentersdk/api/v2_2_3_3/sites.py index 3739242c..564e3dcc 100644 --- a/dnacentersdk/api/v2_2_3_3/sites.py +++ b/dnacentersdk/api/v2_2_3_3/sites.py @@ -97,8 +97,8 @@ def get_membership(self, ApiError: If the DNA Center cloud returns an error. """ check_type(headers, dict) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(device_family, basestring) check_type(serial_number, basestring) check_type(site_id, basestring, @@ -259,8 +259,8 @@ def get_site(self, check_type(name, basestring) check_type(site_id, basestring) check_type(type, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) if headers is not None: if 'X-Auth-Token' in headers: check_type(headers.get('X-Auth-Token'), diff --git a/dnacentersdk/api/v2_2_3_3/tag.py b/dnacentersdk/api/v2_2_3_3/tag.py index a7b80c63..bd6aa1ee 100644 --- a/dnacentersdk/api/v2_2_3_3/tag.py +++ b/dnacentersdk/api/v2_2_3_3/tag.py @@ -208,8 +208,8 @@ def get_tag(self, check_type(additional_info_name_space, basestring) check_type(additional_info_attributes, basestring) check_type(level, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(size, basestring) check_type(field, basestring) check_type(sort_by, basestring) @@ -716,8 +716,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int,basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring, diff --git a/dnacentersdk/api/v2_2_3_3/task.py b/dnacentersdk/api/v2_2_3_3/task.py index 9dc88cba..30b50ded 100644 --- a/dnacentersdk/api/v2_2_3_3/task.py +++ b/dnacentersdk/api/v2_2_3_3/task.py @@ -185,8 +185,8 @@ def get_tasks(self, check_type(is_error, basestring) check_type(failure_reason, basestring) check_type(parent_id, basestring) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (basestring, int)) + check_type(limit, (basestring, int)) check_type(sort_by, basestring) check_type(order, basestring) if headers is not None: diff --git a/dnacentersdk/api/v2_3_5_3/tag.py b/dnacentersdk/api/v2_3_5_3/tag.py index b6cb0492..7d9c4080 100644 --- a/dnacentersdk/api/v2_3_5_3/tag.py +++ b/dnacentersdk/api/v2_3_5_3/tag.py @@ -706,9 +706,9 @@ def get_tag_members_by_id(self, id(basestring): id path parameter. Tag ID . member_type(basestring): memberType query parameter. Entity type of the member. Possible values can be retrieved by using /tag/member/type API . - offset(basestring): offset query parameter. Used for pagination. It indicates the starting row number + offset(int, basestring): offset query parameter. Used for pagination. It indicates the starting row number out of available member records . - limit(basestring): limit query parameter. Used to Number of maximum members to return in the result . + limit(int, basestring): limit query parameter. Used to Number of maximum members to return in the result . member_association_type(basestring): memberAssociationType query parameter. Indicates how the member is associated with the tag. Possible values and description. 1) DYNAMIC : The member is associated to the tag through rules. 2) STATIC – The member is associated to the tag @@ -734,8 +734,8 @@ def get_tag_members_by_id(self, check_type(headers, dict) check_type(member_type, basestring, may_be_none=False) - check_type(offset, basestring) - check_type(limit, basestring) + check_type(offset, (int,basestring)) + check_type(limit, (int, basestring)) check_type(member_association_type, basestring) check_type(level, basestring) check_type(id, basestring,