scc-firewall-manager-sdk 1.15.195__py3-none-any.whl → 1.15.563__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. scc_firewall_manager_sdk/__init__.py +19 -2
  2. scc_firewall_manager_sdk/api/__init__.py +2 -0
  3. scc_firewall_manager_sdk/api/ai_assistant_api.py +12 -12
  4. scc_firewall_manager_sdk/api/asa_access_groups_api.py +12 -12
  5. scc_firewall_manager_sdk/api/asa_access_rules_api.py +12 -12
  6. scc_firewall_manager_sdk/api/asa_interfaces_api.py +72 -72
  7. scc_firewall_manager_sdk/api/audit_logs_api.py +12 -12
  8. scc_firewall_manager_sdk/api/change_requests_api.py +12 -12
  9. scc_firewall_manager_sdk/api/changelogs_api.py +12 -12
  10. scc_firewall_manager_sdk/api/command_line_interface_api.py +24 -24
  11. scc_firewall_manager_sdk/api/connectors_api.py +12 -12
  12. scc_firewall_manager_sdk/api/device_health_aggregations_api.py +19 -19
  13. scc_firewall_manager_sdk/api/device_upgrades_api.py +298 -297
  14. scc_firewall_manager_sdk/api/events_api.py +358 -0
  15. scc_firewall_manager_sdk/api/interface_health_aggregations_api.py +344 -0
  16. scc_firewall_manager_sdk/api/inventory_api.py +48 -48
  17. scc_firewall_manager_sdk/api/licensing_api.py +626 -0
  18. scc_firewall_manager_sdk/api/msp_device_upgrades_api.py +1692 -37
  19. scc_firewall_manager_sdk/api/msp_inventory_api.py +48 -48
  20. scc_firewall_manager_sdk/api/msp_tenant_management_api.py +41 -12
  21. scc_firewall_manager_sdk/api/msp_user_management_api.py +24 -24
  22. scc_firewall_manager_sdk/api/object_management_api.py +17 -0
  23. scc_firewall_manager_sdk/api/remote_access_monitoring_api.py +24 -24
  24. scc_firewall_manager_sdk/api/tenant_management_api.py +21 -18
  25. scc_firewall_manager_sdk/api/users_api.py +30 -30
  26. scc_firewall_manager_sdk/api_client.py +1 -1
  27. scc_firewall_manager_sdk/configuration.py +1 -1
  28. scc_firewall_manager_sdk/models/__init__.py +16 -1
  29. scc_firewall_manager_sdk/models/access_group.py +1 -1
  30. scc_firewall_manager_sdk/models/cdo_token_info.py +3 -1
  31. scc_firewall_manager_sdk/models/cdo_transaction.py +14 -14
  32. scc_firewall_manager_sdk/models/common_api_error.py +3 -3
  33. scc_firewall_manager_sdk/models/compatible_device_dto.py +100 -0
  34. scc_firewall_manager_sdk/models/compatible_version_info_dto.py +112 -0
  35. scc_firewall_manager_sdk/models/completion_status_dto.py +104 -0
  36. scc_firewall_manager_sdk/models/device_license_dto.py +133 -0
  37. scc_firewall_manager_sdk/models/device_license_page.py +102 -0
  38. scc_firewall_manager_sdk/models/{tenant_ftd_compatibility_version.py → device_upgrade_status_dto.py} +14 -18
  39. scc_firewall_manager_sdk/models/enable_cd_fmc_for_tenant_request.py +88 -0
  40. scc_firewall_manager_sdk/models/log_settings.py +1 -1
  41. scc_firewall_manager_sdk/models/metric_aggregation_list_item.py +12 -8
  42. scc_firewall_manager_sdk/models/msp_calculate_compatible_upgrade_versions_input.py +89 -0
  43. scc_firewall_manager_sdk/models/msp_managed_device.py +13 -1
  44. scc_firewall_manager_sdk/models/msp_managed_device_distinct_attribute_values.py +5 -1
  45. scc_firewall_manager_sdk/models/msp_upgrade_ftd_devices_input.py +97 -0
  46. scc_firewall_manager_sdk/models/msp_upgrade_run_dto.py +135 -0
  47. scc_firewall_manager_sdk/models/msp_upgrade_run_dto_page.py +102 -0
  48. scc_firewall_manager_sdk/models/msp_upgrade_runs_attribute_values.py +114 -0
  49. scc_firewall_manager_sdk/models/page.py +94 -0
  50. scc_firewall_manager_sdk/models/smart_account.py +90 -0
  51. scc_firewall_manager_sdk/models/tenant_settings.py +3 -1
  52. scc_firewall_manager_sdk/models/upgrade_compatibility_info_dto.py +107 -0
  53. scc_firewall_manager_sdk/models/upgrade_run_dto.py +14 -4
  54. scc_firewall_manager_sdk/models/upgrade_run_metadata_dto.py +96 -0
  55. {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/METADATA +1 -1
  56. {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/RECORD +58 -41
  57. {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/WHEEL +0 -0
  58. {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/top_level.txt +0 -0
@@ -21,6 +21,7 @@ from pydantic import Field, StrictStr, field_validator
21
21
  from typing import Optional
22
22
  from typing_extensions import Annotated
23
23
  from scc_firewall_manager_sdk.models.interface_metric_error_aggregation_response import InterfaceMetricErrorAggregationResponse
24
+ from scc_firewall_manager_sdk.models.metric_aggregation_list_response import MetricAggregationListResponse
24
25
  from scc_firewall_manager_sdk.models.metric_aggregation_response import MetricAggregationResponse
25
26
 
26
27
  from scc_firewall_manager_sdk.api_client import ApiClient, RequestSerialized
@@ -41,6 +42,349 @@ class InterfaceHealthAggregationsApi:
41
42
  self.api_client = api_client
42
43
 
43
44
 
45
+ @validate_call
46
+ def get_interface_health_metric_aggregation_list(
47
+ self,
48
+ metric: Annotated[StrictStr, Field(description="The metric for the device interface health aggregation detailed list. (e.g. linkStatus,overruns).")],
49
+ threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
50
+ aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
51
+ managed_tenant_uid: Annotated[Optional[StrictStr], Field(description="A managed tenant UUID to filter list, if applicable.")] = None,
52
+ q: Annotated[Optional[StrictStr], Field(description="Lucene-style query filter. Only prefix queries (e.g. field:value*) and wildcard queries (e.g. field:*value or field:*value*) are supported for filtering.")] = None,
53
+ _request_timeout: Union[
54
+ None,
55
+ Annotated[StrictFloat, Field(gt=0)],
56
+ Tuple[
57
+ Annotated[StrictFloat, Field(gt=0)],
58
+ Annotated[StrictFloat, Field(gt=0)]
59
+ ]
60
+ ] = None,
61
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
62
+ _content_type: Optional[StrictStr] = None,
63
+ _headers: Optional[Dict[StrictStr, Any]] = None,
64
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
65
+ ) -> MetricAggregationListResponse:
66
+ """Get device interface detailed list for aggregations
67
+
68
+ Retrieve filtered device interface detailed list corresponding to aggregation metrics.
69
+
70
+ :param metric: The metric for the device interface health aggregation detailed list. (e.g. linkStatus,overruns). (required)
71
+ :type metric: str
72
+ :param threshold: The metric threshold (e.g. CRITICAL). (required)
73
+ :type threshold: str
74
+ :param aggregation_period: The aggregation period of the metrics returned.
75
+ :type aggregation_period: str
76
+ :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
77
+ :type managed_tenant_uid: str
78
+ :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) and wildcard queries (e.g. field:*value or field:*value*) are supported for filtering.
79
+ :type q: str
80
+ :param _request_timeout: timeout setting for this request. If one
81
+ number provided, it will be total request
82
+ timeout. It can also be a pair (tuple) of
83
+ (connection, read) timeouts.
84
+ :type _request_timeout: int, tuple(int, int), optional
85
+ :param _request_auth: set to override the auth_settings for an a single
86
+ request; this effectively ignores the
87
+ authentication in the spec for a single request.
88
+ :type _request_auth: dict, optional
89
+ :param _content_type: force content-type for the request.
90
+ :type _content_type: str, Optional
91
+ :param _headers: set to override the headers for a single
92
+ request; this effectively ignores the headers
93
+ in the spec for a single request.
94
+ :type _headers: dict, optional
95
+ :param _host_index: set to override the host_index for a single
96
+ request; this effectively ignores the host_index
97
+ in the spec for a single request.
98
+ :type _host_index: int, optional
99
+ :return: Returns the result object.
100
+ """ # noqa: E501
101
+
102
+ _param = self._get_interface_health_metric_aggregation_list_serialize(
103
+ metric=metric,
104
+ threshold=threshold,
105
+ aggregation_period=aggregation_period,
106
+ managed_tenant_uid=managed_tenant_uid,
107
+ q=q,
108
+ _request_auth=_request_auth,
109
+ _content_type=_content_type,
110
+ _headers=_headers,
111
+ _host_index=_host_index
112
+ )
113
+
114
+ _response_types_map: Dict[str, Optional[str]] = {
115
+ '200': "MetricAggregationListResponse",
116
+ '400': "CommonApiError",
117
+ '401': "AuthenticationError",
118
+ '403': "CommonApiError",
119
+ '404': "CommonApiError",
120
+ '500': "CommonApiError",
121
+ }
122
+ response_data = self.api_client.call_api(
123
+ *_param,
124
+ _request_timeout=_request_timeout
125
+ )
126
+ response_data.read()
127
+ return self.api_client.response_deserialize(
128
+ response_data=response_data,
129
+ response_types_map=_response_types_map,
130
+ ).data
131
+
132
+
133
+ @validate_call
134
+ def get_interface_health_metric_aggregation_list_with_http_info(
135
+ self,
136
+ metric: Annotated[StrictStr, Field(description="The metric for the device interface health aggregation detailed list. (e.g. linkStatus,overruns).")],
137
+ threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
138
+ aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
139
+ managed_tenant_uid: Annotated[Optional[StrictStr], Field(description="A managed tenant UUID to filter list, if applicable.")] = None,
140
+ q: Annotated[Optional[StrictStr], Field(description="Lucene-style query filter. Only prefix queries (e.g. field:value*) and wildcard queries (e.g. field:*value or field:*value*) are supported for filtering.")] = None,
141
+ _request_timeout: Union[
142
+ None,
143
+ Annotated[StrictFloat, Field(gt=0)],
144
+ Tuple[
145
+ Annotated[StrictFloat, Field(gt=0)],
146
+ Annotated[StrictFloat, Field(gt=0)]
147
+ ]
148
+ ] = None,
149
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
150
+ _content_type: Optional[StrictStr] = None,
151
+ _headers: Optional[Dict[StrictStr, Any]] = None,
152
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
153
+ ) -> ApiResponse[MetricAggregationListResponse]:
154
+ """Get device interface detailed list for aggregations
155
+
156
+ Retrieve filtered device interface detailed list corresponding to aggregation metrics.
157
+
158
+ :param metric: The metric for the device interface health aggregation detailed list. (e.g. linkStatus,overruns). (required)
159
+ :type metric: str
160
+ :param threshold: The metric threshold (e.g. CRITICAL). (required)
161
+ :type threshold: str
162
+ :param aggregation_period: The aggregation period of the metrics returned.
163
+ :type aggregation_period: str
164
+ :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
165
+ :type managed_tenant_uid: str
166
+ :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) and wildcard queries (e.g. field:*value or field:*value*) are supported for filtering.
167
+ :type q: str
168
+ :param _request_timeout: timeout setting for this request. If one
169
+ number provided, it will be total request
170
+ timeout. It can also be a pair (tuple) of
171
+ (connection, read) timeouts.
172
+ :type _request_timeout: int, tuple(int, int), optional
173
+ :param _request_auth: set to override the auth_settings for an a single
174
+ request; this effectively ignores the
175
+ authentication in the spec for a single request.
176
+ :type _request_auth: dict, optional
177
+ :param _content_type: force content-type for the request.
178
+ :type _content_type: str, Optional
179
+ :param _headers: set to override the headers for a single
180
+ request; this effectively ignores the headers
181
+ in the spec for a single request.
182
+ :type _headers: dict, optional
183
+ :param _host_index: set to override the host_index for a single
184
+ request; this effectively ignores the host_index
185
+ in the spec for a single request.
186
+ :type _host_index: int, optional
187
+ :return: Returns the result object.
188
+ """ # noqa: E501
189
+
190
+ _param = self._get_interface_health_metric_aggregation_list_serialize(
191
+ metric=metric,
192
+ threshold=threshold,
193
+ aggregation_period=aggregation_period,
194
+ managed_tenant_uid=managed_tenant_uid,
195
+ q=q,
196
+ _request_auth=_request_auth,
197
+ _content_type=_content_type,
198
+ _headers=_headers,
199
+ _host_index=_host_index
200
+ )
201
+
202
+ _response_types_map: Dict[str, Optional[str]] = {
203
+ '200': "MetricAggregationListResponse",
204
+ '400': "CommonApiError",
205
+ '401': "AuthenticationError",
206
+ '403': "CommonApiError",
207
+ '404': "CommonApiError",
208
+ '500': "CommonApiError",
209
+ }
210
+ response_data = self.api_client.call_api(
211
+ *_param,
212
+ _request_timeout=_request_timeout
213
+ )
214
+ response_data.read()
215
+ return self.api_client.response_deserialize(
216
+ response_data=response_data,
217
+ response_types_map=_response_types_map,
218
+ )
219
+
220
+
221
+ @validate_call
222
+ def get_interface_health_metric_aggregation_list_without_preload_content(
223
+ self,
224
+ metric: Annotated[StrictStr, Field(description="The metric for the device interface health aggregation detailed list. (e.g. linkStatus,overruns).")],
225
+ threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
226
+ aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
227
+ managed_tenant_uid: Annotated[Optional[StrictStr], Field(description="A managed tenant UUID to filter list, if applicable.")] = None,
228
+ q: Annotated[Optional[StrictStr], Field(description="Lucene-style query filter. Only prefix queries (e.g. field:value*) and wildcard queries (e.g. field:*value or field:*value*) are supported for filtering.")] = None,
229
+ _request_timeout: Union[
230
+ None,
231
+ Annotated[StrictFloat, Field(gt=0)],
232
+ Tuple[
233
+ Annotated[StrictFloat, Field(gt=0)],
234
+ Annotated[StrictFloat, Field(gt=0)]
235
+ ]
236
+ ] = None,
237
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
238
+ _content_type: Optional[StrictStr] = None,
239
+ _headers: Optional[Dict[StrictStr, Any]] = None,
240
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
241
+ ) -> RESTResponseType:
242
+ """Get device interface detailed list for aggregations
243
+
244
+ Retrieve filtered device interface detailed list corresponding to aggregation metrics.
245
+
246
+ :param metric: The metric for the device interface health aggregation detailed list. (e.g. linkStatus,overruns). (required)
247
+ :type metric: str
248
+ :param threshold: The metric threshold (e.g. CRITICAL). (required)
249
+ :type threshold: str
250
+ :param aggregation_period: The aggregation period of the metrics returned.
251
+ :type aggregation_period: str
252
+ :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
253
+ :type managed_tenant_uid: str
254
+ :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) and wildcard queries (e.g. field:*value or field:*value*) are supported for filtering.
255
+ :type q: str
256
+ :param _request_timeout: timeout setting for this request. If one
257
+ number provided, it will be total request
258
+ timeout. It can also be a pair (tuple) of
259
+ (connection, read) timeouts.
260
+ :type _request_timeout: int, tuple(int, int), optional
261
+ :param _request_auth: set to override the auth_settings for an a single
262
+ request; this effectively ignores the
263
+ authentication in the spec for a single request.
264
+ :type _request_auth: dict, optional
265
+ :param _content_type: force content-type for the request.
266
+ :type _content_type: str, Optional
267
+ :param _headers: set to override the headers for a single
268
+ request; this effectively ignores the headers
269
+ in the spec for a single request.
270
+ :type _headers: dict, optional
271
+ :param _host_index: set to override the host_index for a single
272
+ request; this effectively ignores the host_index
273
+ in the spec for a single request.
274
+ :type _host_index: int, optional
275
+ :return: Returns the result object.
276
+ """ # noqa: E501
277
+
278
+ _param = self._get_interface_health_metric_aggregation_list_serialize(
279
+ metric=metric,
280
+ threshold=threshold,
281
+ aggregation_period=aggregation_period,
282
+ managed_tenant_uid=managed_tenant_uid,
283
+ q=q,
284
+ _request_auth=_request_auth,
285
+ _content_type=_content_type,
286
+ _headers=_headers,
287
+ _host_index=_host_index
288
+ )
289
+
290
+ _response_types_map: Dict[str, Optional[str]] = {
291
+ '200': "MetricAggregationListResponse",
292
+ '400': "CommonApiError",
293
+ '401': "AuthenticationError",
294
+ '403': "CommonApiError",
295
+ '404': "CommonApiError",
296
+ '500': "CommonApiError",
297
+ }
298
+ response_data = self.api_client.call_api(
299
+ *_param,
300
+ _request_timeout=_request_timeout
301
+ )
302
+ return response_data.response
303
+
304
+
305
+ def _get_interface_health_metric_aggregation_list_serialize(
306
+ self,
307
+ metric,
308
+ threshold,
309
+ aggregation_period,
310
+ managed_tenant_uid,
311
+ q,
312
+ _request_auth,
313
+ _content_type,
314
+ _headers,
315
+ _host_index,
316
+ ) -> RequestSerialized:
317
+
318
+ _host = None
319
+
320
+ _collection_formats: Dict[str, str] = {
321
+ }
322
+
323
+ _path_params: Dict[str, str] = {}
324
+ _query_params: List[Tuple[str, str]] = []
325
+ _header_params: Dict[str, Optional[str]] = _headers or {}
326
+ _form_params: List[Tuple[str, str]] = []
327
+ _files: Dict[str, str] = {}
328
+ _body_params: Optional[bytes] = None
329
+
330
+ # process the path parameters
331
+ # process the query parameters
332
+ if metric is not None:
333
+
334
+ _query_params.append(('metric', metric))
335
+
336
+ if threshold is not None:
337
+
338
+ _query_params.append(('threshold', threshold))
339
+
340
+ if aggregation_period is not None:
341
+
342
+ _query_params.append(('aggregationPeriod', aggregation_period))
343
+
344
+ if managed_tenant_uid is not None:
345
+
346
+ _query_params.append(('managedTenantUid', managed_tenant_uid))
347
+
348
+ if q is not None:
349
+
350
+ _query_params.append(('q', q))
351
+
352
+ # process the header parameters
353
+ # process the form parameters
354
+ # process the body parameter
355
+
356
+
357
+ # set the HTTP header `Accept`
358
+ _header_params['Accept'] = self.api_client.select_header_accept(
359
+ [
360
+ 'application/json'
361
+ ]
362
+ )
363
+
364
+
365
+ # authentication setting
366
+ _auth_settings: List[str] = [
367
+ 'bearerAuth'
368
+ ]
369
+
370
+ return self.api_client.param_serialize(
371
+ method='GET',
372
+ resource_path='/v1/inventory/devices/health/interfaces/aggregations/details',
373
+ path_params=_path_params,
374
+ query_params=_query_params,
375
+ header_params=_header_params,
376
+ body=_body_params,
377
+ post_params=_form_params,
378
+ files=_files,
379
+ auth_settings=_auth_settings,
380
+ collection_formats=_collection_formats,
381
+ _host=_host,
382
+ _request_auth=_request_auth
383
+ )
384
+
385
+
386
+
387
+
44
388
  @validate_call
45
389
  def get_interface_health_metric_aggregations(
46
390
  self,
@@ -4489,8 +4489,8 @@ class InventoryApi:
4489
4489
  @validate_call
4490
4490
  def get_cloud_services(
4491
4491
  self,
4492
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4493
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
4492
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4493
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
4494
4494
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4495
4495
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4496
4496
  _request_timeout: Union[
@@ -4510,9 +4510,9 @@ class InventoryApi:
4510
4510
 
4511
4511
  Get a list of Cloud Services in the Security Cloud Control tenant.
4512
4512
 
4513
- :param limit: The number of results to retrieve.
4513
+ :param limit: Number of results to retrieve.
4514
4514
  :type limit: str
4515
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
4515
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
4516
4516
  :type offset: str
4517
4517
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4518
4518
  :type q: str
@@ -4572,8 +4572,8 @@ class InventoryApi:
4572
4572
  @validate_call
4573
4573
  def get_cloud_services_with_http_info(
4574
4574
  self,
4575
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4576
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
4575
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4576
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
4577
4577
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4578
4578
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4579
4579
  _request_timeout: Union[
@@ -4593,9 +4593,9 @@ class InventoryApi:
4593
4593
 
4594
4594
  Get a list of Cloud Services in the Security Cloud Control tenant.
4595
4595
 
4596
- :param limit: The number of results to retrieve.
4596
+ :param limit: Number of results to retrieve.
4597
4597
  :type limit: str
4598
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
4598
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
4599
4599
  :type offset: str
4600
4600
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4601
4601
  :type q: str
@@ -4655,8 +4655,8 @@ class InventoryApi:
4655
4655
  @validate_call
4656
4656
  def get_cloud_services_without_preload_content(
4657
4657
  self,
4658
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4659
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
4658
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4659
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
4660
4660
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4661
4661
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4662
4662
  _request_timeout: Union[
@@ -4676,9 +4676,9 @@ class InventoryApi:
4676
4676
 
4677
4677
  Get a list of Cloud Services in the Security Cloud Control tenant.
4678
4678
 
4679
- :param limit: The number of results to retrieve.
4679
+ :param limit: Number of results to retrieve.
4680
4680
  :type limit: str
4681
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
4681
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
4682
4682
  :type offset: str
4683
4683
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4684
4684
  :type q: str
@@ -5907,8 +5907,8 @@ class InventoryApi:
5907
5907
  @validate_call
5908
5908
  def get_device_managers(
5909
5909
  self,
5910
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
5911
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
5910
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
5911
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
5912
5912
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
5913
5913
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
5914
5914
  _request_timeout: Union[
@@ -5928,9 +5928,9 @@ class InventoryApi:
5928
5928
 
5929
5929
  Fetch a list of Device Managers (on-prem FMCs and cloud-delivered FMCs) in the Security Cloud Control tenant.
5930
5930
 
5931
- :param limit: The number of results to retrieve.
5931
+ :param limit: Number of results to retrieve.
5932
5932
  :type limit: str
5933
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
5933
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
5934
5934
  :type offset: str
5935
5935
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
5936
5936
  :type q: str
@@ -5990,8 +5990,8 @@ class InventoryApi:
5990
5990
  @validate_call
5991
5991
  def get_device_managers_with_http_info(
5992
5992
  self,
5993
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
5994
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
5993
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
5994
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
5995
5995
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
5996
5996
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
5997
5997
  _request_timeout: Union[
@@ -6011,9 +6011,9 @@ class InventoryApi:
6011
6011
 
6012
6012
  Fetch a list of Device Managers (on-prem FMCs and cloud-delivered FMCs) in the Security Cloud Control tenant.
6013
6013
 
6014
- :param limit: The number of results to retrieve.
6014
+ :param limit: Number of results to retrieve.
6015
6015
  :type limit: str
6016
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6016
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6017
6017
  :type offset: str
6018
6018
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
6019
6019
  :type q: str
@@ -6073,8 +6073,8 @@ class InventoryApi:
6073
6073
  @validate_call
6074
6074
  def get_device_managers_without_preload_content(
6075
6075
  self,
6076
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
6077
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6076
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
6077
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6078
6078
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
6079
6079
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
6080
6080
  _request_timeout: Union[
@@ -6094,9 +6094,9 @@ class InventoryApi:
6094
6094
 
6095
6095
  Fetch a list of Device Managers (on-prem FMCs and cloud-delivered FMCs) in the Security Cloud Control tenant.
6096
6096
 
6097
- :param limit: The number of results to retrieve.
6097
+ :param limit: Number of results to retrieve.
6098
6098
  :type limit: str
6099
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6099
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6100
6100
  :type offset: str
6101
6101
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
6102
6102
  :type q: str
@@ -6231,8 +6231,8 @@ class InventoryApi:
6231
6231
  @validate_call
6232
6232
  def get_devices(
6233
6233
  self,
6234
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
6235
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6234
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
6235
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6236
6236
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
6237
6237
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
6238
6238
  _request_timeout: Union[
@@ -6252,9 +6252,9 @@ class InventoryApi:
6252
6252
 
6253
6253
  Get a list of devices in the Security Cloud Control tenant.
6254
6254
 
6255
- :param limit: The number of results to retrieve.
6255
+ :param limit: Number of results to retrieve.
6256
6256
  :type limit: str
6257
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6257
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6258
6258
  :type offset: str
6259
6259
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
6260
6260
  :type q: str
@@ -6315,8 +6315,8 @@ class InventoryApi:
6315
6315
  @validate_call
6316
6316
  def get_devices_with_http_info(
6317
6317
  self,
6318
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
6319
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6318
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
6319
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6320
6320
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
6321
6321
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
6322
6322
  _request_timeout: Union[
@@ -6336,9 +6336,9 @@ class InventoryApi:
6336
6336
 
6337
6337
  Get a list of devices in the Security Cloud Control tenant.
6338
6338
 
6339
- :param limit: The number of results to retrieve.
6339
+ :param limit: Number of results to retrieve.
6340
6340
  :type limit: str
6341
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6341
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6342
6342
  :type offset: str
6343
6343
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
6344
6344
  :type q: str
@@ -6399,8 +6399,8 @@ class InventoryApi:
6399
6399
  @validate_call
6400
6400
  def get_devices_without_preload_content(
6401
6401
  self,
6402
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
6403
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6402
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
6403
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
6404
6404
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
6405
6405
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
6406
6406
  _request_timeout: Union[
@@ -6420,9 +6420,9 @@ class InventoryApi:
6420
6420
 
6421
6421
  Get a list of devices in the Security Cloud Control tenant.
6422
6422
 
6423
- :param limit: The number of results to retrieve.
6423
+ :param limit: Number of results to retrieve.
6424
6424
  :type limit: str
6425
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6425
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
6426
6426
  :type offset: str
6427
6427
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
6428
6428
  :type q: str
@@ -7122,8 +7122,8 @@ class InventoryApi:
7122
7122
  @validate_call
7123
7123
  def get_template_devices(
7124
7124
  self,
7125
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
7126
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
7125
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
7126
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
7127
7127
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
7128
7128
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
7129
7129
  _request_timeout: Union[
@@ -7143,9 +7143,9 @@ class InventoryApi:
7143
7143
 
7144
7144
  Get a list of template devices in the Security Cloud Control tenant.
7145
7145
 
7146
- :param limit: The number of results to retrieve.
7146
+ :param limit: Number of results to retrieve.
7147
7147
  :type limit: str
7148
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
7148
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
7149
7149
  :type offset: str
7150
7150
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
7151
7151
  :type q: str
@@ -7205,8 +7205,8 @@ class InventoryApi:
7205
7205
  @validate_call
7206
7206
  def get_template_devices_with_http_info(
7207
7207
  self,
7208
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
7209
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
7208
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
7209
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
7210
7210
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
7211
7211
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
7212
7212
  _request_timeout: Union[
@@ -7226,9 +7226,9 @@ class InventoryApi:
7226
7226
 
7227
7227
  Get a list of template devices in the Security Cloud Control tenant.
7228
7228
 
7229
- :param limit: The number of results to retrieve.
7229
+ :param limit: Number of results to retrieve.
7230
7230
  :type limit: str
7231
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
7231
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
7232
7232
  :type offset: str
7233
7233
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
7234
7234
  :type q: str
@@ -7288,8 +7288,8 @@ class InventoryApi:
7288
7288
  @validate_call
7289
7289
  def get_template_devices_without_preload_content(
7290
7290
  self,
7291
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
7292
- offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
7291
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
7292
+ offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
7293
7293
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
7294
7294
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
7295
7295
  _request_timeout: Union[
@@ -7309,9 +7309,9 @@ class InventoryApi:
7309
7309
 
7310
7310
  Get a list of template devices in the Security Cloud Control tenant.
7311
7311
 
7312
- :param limit: The number of results to retrieve.
7312
+ :param limit: Number of results to retrieve.
7313
7313
  :type limit: str
7314
- :param offset: The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
7314
+ :param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
7315
7315
  :type offset: str
7316
7316
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
7317
7317
  :type q: str