scc-firewall-manager-sdk 1.15.371__py3-none-any.whl → 1.15.389__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.

Potentially problematic release.


This version of scc-firewall-manager-sdk might be problematic. Click here for more details.

@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.15.371"
18
+ __version__ = "1.15.389"
19
19
 
20
20
  # import apis into sdk package
21
21
  from scc_firewall_manager_sdk.api.ai_assistant_api import AIAssistantApi
@@ -119,6 +119,7 @@ from scc_firewall_manager_sdk.models.command_response import CommandResponse
119
119
  from scc_firewall_manager_sdk.models.common_api_error import CommonApiError
120
120
  from scc_firewall_manager_sdk.models.compatible_device_dto import CompatibleDeviceDto
121
121
  from scc_firewall_manager_sdk.models.compatible_version_info_dto import CompatibleVersionInfoDto
122
+ from scc_firewall_manager_sdk.models.completion_status_dto import CompletionStatusDto
122
123
  from scc_firewall_manager_sdk.models.config_state import ConfigState
123
124
  from scc_firewall_manager_sdk.models.conflict_detection_interval import ConflictDetectionInterval
124
125
  from scc_firewall_manager_sdk.models.conflict_detection_state import ConflictDetectionState
@@ -233,6 +234,7 @@ from scc_firewall_manager_sdk.models.msp_managed_template_distinct_attribute_val
233
234
  from scc_firewall_manager_sdk.models.msp_managed_templates_page import MspManagedTemplatesPage
234
235
  from scc_firewall_manager_sdk.models.msp_managed_tenant import MspManagedTenant
235
236
  from scc_firewall_manager_sdk.models.msp_managed_tenant_page import MspManagedTenantPage
237
+ from scc_firewall_manager_sdk.models.msp_upgrade_ftd_devices_input import MspUpgradeFtdDevicesInput
236
238
  from scc_firewall_manager_sdk.models.msp_upgrade_run_dto import MspUpgradeRunDto
237
239
  from scc_firewall_manager_sdk.models.msp_upgrade_run_dto_page import MspUpgradeRunDtoPage
238
240
  from scc_firewall_manager_sdk.models.msp_upgrade_runs_attribute_values import MspUpgradeRunsAttributeValues
@@ -2104,8 +2104,8 @@ class ASAInterfacesApi:
2104
2104
  def get_asa_ether_channel_interfaces(
2105
2105
  self,
2106
2106
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
2107
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
2108
- 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,
2107
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
2108
+ 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,
2109
2109
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
2110
2110
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
2111
2111
  _request_timeout: Union[
@@ -2127,9 +2127,9 @@ class ASAInterfacesApi:
2127
2127
 
2128
2128
  :param device_uid: Unique identifier (UUID) of the device. (required)
2129
2129
  :type device_uid: str
2130
- :param limit: The number of results to retrieve.
2130
+ :param limit: Number of results to retrieve.
2131
2131
  :type limit: str
2132
- :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.
2132
+ :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.
2133
2133
  :type offset: str
2134
2134
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
2135
2135
  :type q: str
@@ -2191,8 +2191,8 @@ class ASAInterfacesApi:
2191
2191
  def get_asa_ether_channel_interfaces_with_http_info(
2192
2192
  self,
2193
2193
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
2194
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
2195
- 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,
2194
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
2195
+ 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,
2196
2196
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
2197
2197
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
2198
2198
  _request_timeout: Union[
@@ -2214,9 +2214,9 @@ class ASAInterfacesApi:
2214
2214
 
2215
2215
  :param device_uid: Unique identifier (UUID) of the device. (required)
2216
2216
  :type device_uid: str
2217
- :param limit: The number of results to retrieve.
2217
+ :param limit: Number of results to retrieve.
2218
2218
  :type limit: str
2219
- :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.
2219
+ :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.
2220
2220
  :type offset: str
2221
2221
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
2222
2222
  :type q: str
@@ -2278,8 +2278,8 @@ class ASAInterfacesApi:
2278
2278
  def get_asa_ether_channel_interfaces_without_preload_content(
2279
2279
  self,
2280
2280
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
2281
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
2282
- 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,
2281
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
2282
+ 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,
2283
2283
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
2284
2284
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
2285
2285
  _request_timeout: Union[
@@ -2301,9 +2301,9 @@ class ASAInterfacesApi:
2301
2301
 
2302
2302
  :param device_uid: Unique identifier (UUID) of the device. (required)
2303
2303
  :type device_uid: str
2304
- :param limit: The number of results to retrieve.
2304
+ :param limit: Number of results to retrieve.
2305
2305
  :type limit: str
2306
- :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.
2306
+ :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.
2307
2307
  :type offset: str
2308
2308
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
2309
2309
  :type q: str
@@ -2444,8 +2444,8 @@ class ASAInterfacesApi:
2444
2444
  self,
2445
2445
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
2446
2446
  interface_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the ASA parent interface.")],
2447
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
2448
- 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,
2447
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
2448
+ 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,
2449
2449
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
2450
2450
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
2451
2451
  _request_timeout: Union[
@@ -2469,9 +2469,9 @@ class ASAInterfacesApi:
2469
2469
  :type device_uid: str
2470
2470
  :param interface_uid: Unique identifier (UUID) of the ASA parent interface. (required)
2471
2471
  :type interface_uid: str
2472
- :param limit: The number of results to retrieve.
2472
+ :param limit: Number of results to retrieve.
2473
2473
  :type limit: str
2474
- :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.
2474
+ :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.
2475
2475
  :type offset: str
2476
2476
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
2477
2477
  :type q: str
@@ -2535,8 +2535,8 @@ class ASAInterfacesApi:
2535
2535
  self,
2536
2536
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
2537
2537
  interface_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the ASA parent interface.")],
2538
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
2539
- 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,
2538
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
2539
+ 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,
2540
2540
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
2541
2541
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
2542
2542
  _request_timeout: Union[
@@ -2560,9 +2560,9 @@ class ASAInterfacesApi:
2560
2560
  :type device_uid: str
2561
2561
  :param interface_uid: Unique identifier (UUID) of the ASA parent interface. (required)
2562
2562
  :type interface_uid: str
2563
- :param limit: The number of results to retrieve.
2563
+ :param limit: Number of results to retrieve.
2564
2564
  :type limit: str
2565
- :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.
2565
+ :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.
2566
2566
  :type offset: str
2567
2567
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
2568
2568
  :type q: str
@@ -2626,8 +2626,8 @@ class ASAInterfacesApi:
2626
2626
  self,
2627
2627
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
2628
2628
  interface_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the ASA parent interface.")],
2629
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
2630
- 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,
2629
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
2630
+ 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,
2631
2631
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
2632
2632
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
2633
2633
  _request_timeout: Union[
@@ -2651,9 +2651,9 @@ class ASAInterfacesApi:
2651
2651
  :type device_uid: str
2652
2652
  :param interface_uid: Unique identifier (UUID) of the ASA parent interface. (required)
2653
2653
  :type interface_uid: str
2654
- :param limit: The number of results to retrieve.
2654
+ :param limit: Number of results to retrieve.
2655
2655
  :type limit: str
2656
- :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.
2656
+ :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.
2657
2657
  :type offset: str
2658
2658
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
2659
2659
  :type q: str
@@ -3085,8 +3085,8 @@ class ASAInterfacesApi:
3085
3085
  def get_asa_physical_interfaces(
3086
3086
  self,
3087
3087
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
3088
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
3089
- 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,
3088
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
3089
+ 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,
3090
3090
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
3091
3091
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
3092
3092
  _request_timeout: Union[
@@ -3108,9 +3108,9 @@ class ASAInterfacesApi:
3108
3108
 
3109
3109
  :param device_uid: Unique identifier (UUID) of the device. (required)
3110
3110
  :type device_uid: str
3111
- :param limit: The number of results to retrieve.
3111
+ :param limit: Number of results to retrieve.
3112
3112
  :type limit: str
3113
- :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.
3113
+ :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.
3114
3114
  :type offset: str
3115
3115
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
3116
3116
  :type q: str
@@ -3172,8 +3172,8 @@ class ASAInterfacesApi:
3172
3172
  def get_asa_physical_interfaces_with_http_info(
3173
3173
  self,
3174
3174
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
3175
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
3176
- 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,
3175
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
3176
+ 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,
3177
3177
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
3178
3178
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
3179
3179
  _request_timeout: Union[
@@ -3195,9 +3195,9 @@ class ASAInterfacesApi:
3195
3195
 
3196
3196
  :param device_uid: Unique identifier (UUID) of the device. (required)
3197
3197
  :type device_uid: str
3198
- :param limit: The number of results to retrieve.
3198
+ :param limit: Number of results to retrieve.
3199
3199
  :type limit: str
3200
- :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.
3200
+ :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.
3201
3201
  :type offset: str
3202
3202
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
3203
3203
  :type q: str
@@ -3259,8 +3259,8 @@ class ASAInterfacesApi:
3259
3259
  def get_asa_physical_interfaces_without_preload_content(
3260
3260
  self,
3261
3261
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
3262
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
3263
- 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,
3262
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
3263
+ 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,
3264
3264
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
3265
3265
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
3266
3266
  _request_timeout: Union[
@@ -3282,9 +3282,9 @@ class ASAInterfacesApi:
3282
3282
 
3283
3283
  :param device_uid: Unique identifier (UUID) of the device. (required)
3284
3284
  :type device_uid: str
3285
- :param limit: The number of results to retrieve.
3285
+ :param limit: Number of results to retrieve.
3286
3286
  :type limit: str
3287
- :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.
3287
+ :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.
3288
3288
  :type offset: str
3289
3289
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
3290
3290
  :type q: str
@@ -3712,8 +3712,8 @@ class ASAInterfacesApi:
3712
3712
  def get_asa_sub_interfaces(
3713
3713
  self,
3714
3714
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
3715
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
3716
- 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,
3715
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
3716
+ 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,
3717
3717
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
3718
3718
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
3719
3719
  _request_timeout: Union[
@@ -3735,9 +3735,9 @@ class ASAInterfacesApi:
3735
3735
 
3736
3736
  :param device_uid: Unique identifier (UUID) of the device. (required)
3737
3737
  :type device_uid: str
3738
- :param limit: The number of results to retrieve.
3738
+ :param limit: Number of results to retrieve.
3739
3739
  :type limit: str
3740
- :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.
3740
+ :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.
3741
3741
  :type offset: str
3742
3742
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
3743
3743
  :type q: str
@@ -3799,8 +3799,8 @@ class ASAInterfacesApi:
3799
3799
  def get_asa_sub_interfaces_with_http_info(
3800
3800
  self,
3801
3801
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
3802
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
3803
- 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,
3802
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
3803
+ 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,
3804
3804
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
3805
3805
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
3806
3806
  _request_timeout: Union[
@@ -3822,9 +3822,9 @@ class ASAInterfacesApi:
3822
3822
 
3823
3823
  :param device_uid: Unique identifier (UUID) of the device. (required)
3824
3824
  :type device_uid: str
3825
- :param limit: The number of results to retrieve.
3825
+ :param limit: Number of results to retrieve.
3826
3826
  :type limit: str
3827
- :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.
3827
+ :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.
3828
3828
  :type offset: str
3829
3829
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
3830
3830
  :type q: str
@@ -3886,8 +3886,8 @@ class ASAInterfacesApi:
3886
3886
  def get_asa_sub_interfaces_without_preload_content(
3887
3887
  self,
3888
3888
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
3889
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
3890
- 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,
3889
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
3890
+ 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,
3891
3891
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
3892
3892
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
3893
3893
  _request_timeout: Union[
@@ -3909,9 +3909,9 @@ class ASAInterfacesApi:
3909
3909
 
3910
3910
  :param device_uid: Unique identifier (UUID) of the device. (required)
3911
3911
  :type device_uid: str
3912
- :param limit: The number of results to retrieve.
3912
+ :param limit: Number of results to retrieve.
3913
3913
  :type limit: str
3914
- :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.
3914
+ :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.
3915
3915
  :type offset: str
3916
3916
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
3917
3917
  :type q: str
@@ -4339,8 +4339,8 @@ class ASAInterfacesApi:
4339
4339
  def get_asa_virtual_tunnel_interfaces(
4340
4340
  self,
4341
4341
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
4342
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4343
- 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,
4342
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4343
+ 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,
4344
4344
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4345
4345
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4346
4346
  _request_timeout: Union[
@@ -4362,9 +4362,9 @@ class ASAInterfacesApi:
4362
4362
 
4363
4363
  :param device_uid: Unique identifier (UUID) of the device. (required)
4364
4364
  :type device_uid: str
4365
- :param limit: The number of results to retrieve.
4365
+ :param limit: Number of results to retrieve.
4366
4366
  :type limit: str
4367
- :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.
4367
+ :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.
4368
4368
  :type offset: str
4369
4369
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4370
4370
  :type q: str
@@ -4426,8 +4426,8 @@ class ASAInterfacesApi:
4426
4426
  def get_asa_virtual_tunnel_interfaces_with_http_info(
4427
4427
  self,
4428
4428
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
4429
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4430
- 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,
4429
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4430
+ 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,
4431
4431
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4432
4432
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4433
4433
  _request_timeout: Union[
@@ -4449,9 +4449,9 @@ class ASAInterfacesApi:
4449
4449
 
4450
4450
  :param device_uid: Unique identifier (UUID) of the device. (required)
4451
4451
  :type device_uid: str
4452
- :param limit: The number of results to retrieve.
4452
+ :param limit: Number of results to retrieve.
4453
4453
  :type limit: str
4454
- :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.
4454
+ :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.
4455
4455
  :type offset: str
4456
4456
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4457
4457
  :type q: str
@@ -4513,8 +4513,8 @@ class ASAInterfacesApi:
4513
4513
  def get_asa_virtual_tunnel_interfaces_without_preload_content(
4514
4514
  self,
4515
4515
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
4516
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4517
- 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,
4516
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4517
+ 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,
4518
4518
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4519
4519
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4520
4520
  _request_timeout: Union[
@@ -4536,9 +4536,9 @@ class ASAInterfacesApi:
4536
4536
 
4537
4537
  :param device_uid: Unique identifier (UUID) of the device. (required)
4538
4538
  :type device_uid: str
4539
- :param limit: The number of results to retrieve.
4539
+ :param limit: Number of results to retrieve.
4540
4540
  :type limit: str
4541
- :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.
4541
+ :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.
4542
4542
  :type offset: str
4543
4543
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4544
4544
  :type q: str
@@ -4966,8 +4966,8 @@ class ASAInterfacesApi:
4966
4966
  def get_asa_vlan_interfaces(
4967
4967
  self,
4968
4968
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
4969
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
4970
- 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,
4969
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
4970
+ 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,
4971
4971
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
4972
4972
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
4973
4973
  _request_timeout: Union[
@@ -4989,9 +4989,9 @@ class ASAInterfacesApi:
4989
4989
 
4990
4990
  :param device_uid: Unique identifier (UUID) of the device. (required)
4991
4991
  :type device_uid: str
4992
- :param limit: The number of results to retrieve.
4992
+ :param limit: Number of results to retrieve.
4993
4993
  :type limit: str
4994
- :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.
4994
+ :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.
4995
4995
  :type offset: str
4996
4996
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
4997
4997
  :type q: str
@@ -5053,8 +5053,8 @@ class ASAInterfacesApi:
5053
5053
  def get_asa_vlan_interfaces_with_http_info(
5054
5054
  self,
5055
5055
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
5056
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
5057
- 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,
5056
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
5057
+ 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,
5058
5058
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
5059
5059
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
5060
5060
  _request_timeout: Union[
@@ -5076,9 +5076,9 @@ class ASAInterfacesApi:
5076
5076
 
5077
5077
  :param device_uid: Unique identifier (UUID) of the device. (required)
5078
5078
  :type device_uid: str
5079
- :param limit: The number of results to retrieve.
5079
+ :param limit: Number of results to retrieve.
5080
5080
  :type limit: str
5081
- :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.
5081
+ :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.
5082
5082
  :type offset: str
5083
5083
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
5084
5084
  :type q: str
@@ -5140,8 +5140,8 @@ class ASAInterfacesApi:
5140
5140
  def get_asa_vlan_interfaces_without_preload_content(
5141
5141
  self,
5142
5142
  device_uid: Annotated[StrictStr, Field(description="Unique identifier (UUID) of the device.")],
5143
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
5144
- 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,
5143
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
5144
+ 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,
5145
5145
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
5146
5146
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
5147
5147
  _request_timeout: Union[
@@ -5163,9 +5163,9 @@ class ASAInterfacesApi:
5163
5163
 
5164
5164
  :param device_uid: Unique identifier (UUID) of the device. (required)
5165
5165
  :type device_uid: str
5166
- :param limit: The number of results to retrieve.
5166
+ :param limit: Number of results to retrieve.
5167
5167
  :type limit: str
5168
- :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.
5168
+ :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.
5169
5169
  :type offset: str
5170
5170
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
5171
5171
  :type q: str
@@ -48,7 +48,7 @@ class DeviceHealthAggregationsApi:
48
48
  threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
49
49
  aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
50
50
  managed_tenant_uid: Annotated[Optional[StrictStr], Field(description="A managed tenant UUID to filter list, if applicable.")] = None,
51
- q: Annotated[Optional[StrictStr], Field(description="Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.")] = None,
51
+ 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,
52
52
  _request_timeout: Union[
53
53
  None,
54
54
  Annotated[StrictFloat, Field(gt=0)],
@@ -74,7 +74,7 @@ class DeviceHealthAggregationsApi:
74
74
  :type aggregation_period: str
75
75
  :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
76
76
  :type managed_tenant_uid: str
77
- :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.
77
+ :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.
78
78
  :type q: str
79
79
  :param _request_timeout: timeout setting for this request. If one
80
80
  number provided, it will be total request
@@ -136,7 +136,7 @@ class DeviceHealthAggregationsApi:
136
136
  threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
137
137
  aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
138
138
  managed_tenant_uid: Annotated[Optional[StrictStr], Field(description="A managed tenant UUID to filter list, if applicable.")] = None,
139
- q: Annotated[Optional[StrictStr], Field(description="Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.")] = None,
139
+ 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,
140
140
  _request_timeout: Union[
141
141
  None,
142
142
  Annotated[StrictFloat, Field(gt=0)],
@@ -162,7 +162,7 @@ class DeviceHealthAggregationsApi:
162
162
  :type aggregation_period: str
163
163
  :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
164
164
  :type managed_tenant_uid: str
165
- :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.
165
+ :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.
166
166
  :type q: str
167
167
  :param _request_timeout: timeout setting for this request. If one
168
168
  number provided, it will be total request
@@ -224,7 +224,7 @@ class DeviceHealthAggregationsApi:
224
224
  threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
225
225
  aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
226
226
  managed_tenant_uid: Annotated[Optional[StrictStr], Field(description="A managed tenant UUID to filter list, if applicable.")] = None,
227
- q: Annotated[Optional[StrictStr], Field(description="Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.")] = None,
227
+ 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,
228
228
  _request_timeout: Union[
229
229
  None,
230
230
  Annotated[StrictFloat, Field(gt=0)],
@@ -250,7 +250,7 @@ class DeviceHealthAggregationsApi:
250
250
  :type aggregation_period: str
251
251
  :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
252
252
  :type managed_tenant_uid: str
253
- :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.
253
+ :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.
254
254
  :type q: str
255
255
  :param _request_timeout: timeout setting for this request. If one
256
256
  number provided, it will be total request
@@ -1444,8 +1444,8 @@ class DeviceUpgradesApi:
1444
1444
  @validate_call
1445
1445
  def get_device_upgrade_runs(
1446
1446
  self,
1447
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
1448
- 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,
1447
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
1448
+ 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,
1449
1449
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
1450
1450
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
1451
1451
  _request_timeout: Union[
@@ -1465,9 +1465,9 @@ class DeviceUpgradesApi:
1465
1465
 
1466
1466
  Get a list of FTD device upgrade runs in the SCC Firewall Manager Tenant. Each upgrade run represents a group of devices being upgraded, or staged for upgrades, together.
1467
1467
 
1468
- :param limit: The number of results to retrieve.
1468
+ :param limit: Number of results to retrieve.
1469
1469
  :type limit: str
1470
- :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.
1470
+ :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.
1471
1471
  :type offset: str
1472
1472
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
1473
1473
  :type q: str
@@ -1527,8 +1527,8 @@ class DeviceUpgradesApi:
1527
1527
  @validate_call
1528
1528
  def get_device_upgrade_runs_with_http_info(
1529
1529
  self,
1530
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
1531
- 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,
1530
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
1531
+ 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,
1532
1532
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
1533
1533
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
1534
1534
  _request_timeout: Union[
@@ -1548,9 +1548,9 @@ class DeviceUpgradesApi:
1548
1548
 
1549
1549
  Get a list of FTD device upgrade runs in the SCC Firewall Manager Tenant. Each upgrade run represents a group of devices being upgraded, or staged for upgrades, together.
1550
1550
 
1551
- :param limit: The number of results to retrieve.
1551
+ :param limit: Number of results to retrieve.
1552
1552
  :type limit: str
1553
- :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.
1553
+ :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.
1554
1554
  :type offset: str
1555
1555
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
1556
1556
  :type q: str
@@ -1610,8 +1610,8 @@ class DeviceUpgradesApi:
1610
1610
  @validate_call
1611
1611
  def get_device_upgrade_runs_without_preload_content(
1612
1612
  self,
1613
- limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="The number of results to retrieve.")] = None,
1614
- 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,
1613
+ limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
1614
+ 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,
1615
1615
  q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
1616
1616
  sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
1617
1617
  _request_timeout: Union[
@@ -1631,9 +1631,9 @@ class DeviceUpgradesApi:
1631
1631
 
1632
1632
  Get a list of FTD device upgrade runs in the SCC Firewall Manager Tenant. Each upgrade run represents a group of devices being upgraded, or staged for upgrades, together.
1633
1633
 
1634
- :param limit: The number of results to retrieve.
1634
+ :param limit: Number of results to retrieve.
1635
1635
  :type limit: str
1636
- :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.
1636
+ :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.
1637
1637
  :type offset: str
1638
1638
  :param q: The query to execute. Use the Lucene Query Syntax to construct your query.
1639
1639
  :type q: str
@@ -49,7 +49,7 @@ class InterfaceHealthAggregationsApi:
49
49
  threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
50
50
  aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
51
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*) are supported for filtering.")] = 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
53
  _request_timeout: Union[
54
54
  None,
55
55
  Annotated[StrictFloat, Field(gt=0)],
@@ -75,7 +75,7 @@ class InterfaceHealthAggregationsApi:
75
75
  :type aggregation_period: str
76
76
  :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
77
77
  :type managed_tenant_uid: str
78
- :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.
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
79
  :type q: str
80
80
  :param _request_timeout: timeout setting for this request. If one
81
81
  number provided, it will be total request
@@ -137,7 +137,7 @@ class InterfaceHealthAggregationsApi:
137
137
  threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
138
138
  aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
139
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*) are supported for filtering.")] = 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
141
  _request_timeout: Union[
142
142
  None,
143
143
  Annotated[StrictFloat, Field(gt=0)],
@@ -163,7 +163,7 @@ class InterfaceHealthAggregationsApi:
163
163
  :type aggregation_period: str
164
164
  :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
165
165
  :type managed_tenant_uid: str
166
- :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.
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
167
  :type q: str
168
168
  :param _request_timeout: timeout setting for this request. If one
169
169
  number provided, it will be total request
@@ -225,7 +225,7 @@ class InterfaceHealthAggregationsApi:
225
225
  threshold: Annotated[StrictStr, Field(description="The metric threshold (e.g. CRITICAL).")],
226
226
  aggregation_period: Annotated[Optional[StrictStr], Field(description="The aggregation period of the metrics returned.")] = None,
227
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*) are supported for filtering.")] = 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
229
  _request_timeout: Union[
230
230
  None,
231
231
  Annotated[StrictFloat, Field(gt=0)],
@@ -251,7 +251,7 @@ class InterfaceHealthAggregationsApi:
251
251
  :type aggregation_period: str
252
252
  :param managed_tenant_uid: A managed tenant UUID to filter list, if applicable.
253
253
  :type managed_tenant_uid: str
254
- :param q: Lucene-style query filter. Only prefix queries (e.g. field:value*) are supported for filtering.
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
255
  :type q: str
256
256
  :param _request_timeout: timeout setting for this request. If one
257
257
  number provided, it will be total request
@@ -22,6 +22,7 @@ from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
  from scc_firewall_manager_sdk.models.cdo_transaction import CdoTransaction
24
24
  from scc_firewall_manager_sdk.models.msp_calculate_compatible_upgrade_versions_input import MspCalculateCompatibleUpgradeVersionsInput
25
+ from scc_firewall_manager_sdk.models.msp_upgrade_ftd_devices_input import MspUpgradeFtdDevicesInput
25
26
  from scc_firewall_manager_sdk.models.msp_upgrade_run_dto import MspUpgradeRunDto
26
27
  from scc_firewall_manager_sdk.models.msp_upgrade_run_dto_page import MspUpgradeRunDtoPage
27
28
  from scc_firewall_manager_sdk.models.msp_upgrade_runs_attribute_values import MspUpgradeRunsAttributeValues
@@ -1696,6 +1697,7 @@ class MSPDeviceUpgradesApi:
1696
1697
  @validate_call
1697
1698
  def upgrade_msp_managed_ftd_devices(
1698
1699
  self,
1700
+ msp_upgrade_ftd_devices_input: MspUpgradeFtdDevicesInput,
1699
1701
  _request_timeout: Union[
1700
1702
  None,
1701
1703
  Annotated[StrictFloat, Field(gt=0)],
@@ -1713,6 +1715,8 @@ class MSPDeviceUpgradesApi:
1713
1715
 
1714
1716
  <p>Asynchronous operation to upgrade multiple FTD devices across managed tenants.</p> <p><strong>Notes:</strong></p> <ul> <li>Maximum of 50 FTD devices per hardware model per managed tenant per request</li> </ul> <p><strong>Response:</strong></p> <ul> <li>Returns a transaction object to track upgrade operation progress</li> <li>Use the transaction ID or the entity UID to monitor the status of the upgrade</li> </ul>
1715
1717
 
1718
+ :param msp_upgrade_ftd_devices_input: (required)
1719
+ :type msp_upgrade_ftd_devices_input: MspUpgradeFtdDevicesInput
1716
1720
  :param _request_timeout: timeout setting for this request. If one
1717
1721
  number provided, it will be total request
1718
1722
  timeout. It can also be a pair (tuple) of
@@ -1736,6 +1740,7 @@ class MSPDeviceUpgradesApi:
1736
1740
  """ # noqa: E501
1737
1741
 
1738
1742
  _param = self._upgrade_msp_managed_ftd_devices_serialize(
1743
+ msp_upgrade_ftd_devices_input=msp_upgrade_ftd_devices_input,
1739
1744
  _request_auth=_request_auth,
1740
1745
  _content_type=_content_type,
1741
1746
  _headers=_headers,
@@ -1760,6 +1765,7 @@ class MSPDeviceUpgradesApi:
1760
1765
  @validate_call
1761
1766
  def upgrade_msp_managed_ftd_devices_with_http_info(
1762
1767
  self,
1768
+ msp_upgrade_ftd_devices_input: MspUpgradeFtdDevicesInput,
1763
1769
  _request_timeout: Union[
1764
1770
  None,
1765
1771
  Annotated[StrictFloat, Field(gt=0)],
@@ -1777,6 +1783,8 @@ class MSPDeviceUpgradesApi:
1777
1783
 
1778
1784
  <p>Asynchronous operation to upgrade multiple FTD devices across managed tenants.</p> <p><strong>Notes:</strong></p> <ul> <li>Maximum of 50 FTD devices per hardware model per managed tenant per request</li> </ul> <p><strong>Response:</strong></p> <ul> <li>Returns a transaction object to track upgrade operation progress</li> <li>Use the transaction ID or the entity UID to monitor the status of the upgrade</li> </ul>
1779
1785
 
1786
+ :param msp_upgrade_ftd_devices_input: (required)
1787
+ :type msp_upgrade_ftd_devices_input: MspUpgradeFtdDevicesInput
1780
1788
  :param _request_timeout: timeout setting for this request. If one
1781
1789
  number provided, it will be total request
1782
1790
  timeout. It can also be a pair (tuple) of
@@ -1800,6 +1808,7 @@ class MSPDeviceUpgradesApi:
1800
1808
  """ # noqa: E501
1801
1809
 
1802
1810
  _param = self._upgrade_msp_managed_ftd_devices_serialize(
1811
+ msp_upgrade_ftd_devices_input=msp_upgrade_ftd_devices_input,
1803
1812
  _request_auth=_request_auth,
1804
1813
  _content_type=_content_type,
1805
1814
  _headers=_headers,
@@ -1824,6 +1833,7 @@ class MSPDeviceUpgradesApi:
1824
1833
  @validate_call
1825
1834
  def upgrade_msp_managed_ftd_devices_without_preload_content(
1826
1835
  self,
1836
+ msp_upgrade_ftd_devices_input: MspUpgradeFtdDevicesInput,
1827
1837
  _request_timeout: Union[
1828
1838
  None,
1829
1839
  Annotated[StrictFloat, Field(gt=0)],
@@ -1841,6 +1851,8 @@ class MSPDeviceUpgradesApi:
1841
1851
 
1842
1852
  <p>Asynchronous operation to upgrade multiple FTD devices across managed tenants.</p> <p><strong>Notes:</strong></p> <ul> <li>Maximum of 50 FTD devices per hardware model per managed tenant per request</li> </ul> <p><strong>Response:</strong></p> <ul> <li>Returns a transaction object to track upgrade operation progress</li> <li>Use the transaction ID or the entity UID to monitor the status of the upgrade</li> </ul>
1843
1853
 
1854
+ :param msp_upgrade_ftd_devices_input: (required)
1855
+ :type msp_upgrade_ftd_devices_input: MspUpgradeFtdDevicesInput
1844
1856
  :param _request_timeout: timeout setting for this request. If one
1845
1857
  number provided, it will be total request
1846
1858
  timeout. It can also be a pair (tuple) of
@@ -1864,6 +1876,7 @@ class MSPDeviceUpgradesApi:
1864
1876
  """ # noqa: E501
1865
1877
 
1866
1878
  _param = self._upgrade_msp_managed_ftd_devices_serialize(
1879
+ msp_upgrade_ftd_devices_input=msp_upgrade_ftd_devices_input,
1867
1880
  _request_auth=_request_auth,
1868
1881
  _content_type=_content_type,
1869
1882
  _headers=_headers,
@@ -1883,6 +1896,7 @@ class MSPDeviceUpgradesApi:
1883
1896
 
1884
1897
  def _upgrade_msp_managed_ftd_devices_serialize(
1885
1898
  self,
1899
+ msp_upgrade_ftd_devices_input,
1886
1900
  _request_auth,
1887
1901
  _content_type,
1888
1902
  _headers,
@@ -1906,6 +1920,8 @@ class MSPDeviceUpgradesApi:
1906
1920
  # process the header parameters
1907
1921
  # process the form parameters
1908
1922
  # process the body parameter
1923
+ if msp_upgrade_ftd_devices_input is not None:
1924
+ _body_params = msp_upgrade_ftd_devices_input
1909
1925
 
1910
1926
 
1911
1927
  # set the HTTP header `Accept`
@@ -1915,6 +1931,19 @@ class MSPDeviceUpgradesApi:
1915
1931
  ]
1916
1932
  )
1917
1933
 
1934
+ # set the HTTP header `Content-Type`
1935
+ if _content_type:
1936
+ _header_params['Content-Type'] = _content_type
1937
+ else:
1938
+ _default_content_type = (
1939
+ self.api_client.select_header_content_type(
1940
+ [
1941
+ 'application/json'
1942
+ ]
1943
+ )
1944
+ )
1945
+ if _default_content_type is not None:
1946
+ _header_params['Content-Type'] = _default_content_type
1918
1947
 
1919
1948
  # authentication setting
1920
1949
  _auth_settings: List[str] = [
@@ -88,7 +88,7 @@ class ApiClient:
88
88
  self.default_headers[header_name] = header_value
89
89
  self.cookie = cookie
90
90
  # Set default User-Agent.
91
- self.user_agent = 'OpenAPI-Generator/1.15.371/python'
91
+ self.user_agent = 'OpenAPI-Generator/1.15.389/python'
92
92
  self.client_side_validation = configuration.client_side_validation
93
93
 
94
94
  def __enter__(self):
@@ -380,7 +380,7 @@ class Configuration:
380
380
  "OS: {env}\n"\
381
381
  "Python Version: {pyversion}\n"\
382
382
  "Version of the API: 1.15.0\n"\
383
- "SDK Package Version: 1.15.371".\
383
+ "SDK Package Version: 1.15.389".\
384
384
  format(env=sys.platform, pyversion=sys.version)
385
385
 
386
386
  def get_host_settings(self):
@@ -76,6 +76,7 @@ from scc_firewall_manager_sdk.models.command_response import CommandResponse
76
76
  from scc_firewall_manager_sdk.models.common_api_error import CommonApiError
77
77
  from scc_firewall_manager_sdk.models.compatible_device_dto import CompatibleDeviceDto
78
78
  from scc_firewall_manager_sdk.models.compatible_version_info_dto import CompatibleVersionInfoDto
79
+ from scc_firewall_manager_sdk.models.completion_status_dto import CompletionStatusDto
79
80
  from scc_firewall_manager_sdk.models.config_state import ConfigState
80
81
  from scc_firewall_manager_sdk.models.conflict_detection_interval import ConflictDetectionInterval
81
82
  from scc_firewall_manager_sdk.models.conflict_detection_state import ConflictDetectionState
@@ -190,6 +191,7 @@ from scc_firewall_manager_sdk.models.msp_managed_template_distinct_attribute_val
190
191
  from scc_firewall_manager_sdk.models.msp_managed_templates_page import MspManagedTemplatesPage
191
192
  from scc_firewall_manager_sdk.models.msp_managed_tenant import MspManagedTenant
192
193
  from scc_firewall_manager_sdk.models.msp_managed_tenant_page import MspManagedTenantPage
194
+ from scc_firewall_manager_sdk.models.msp_upgrade_ftd_devices_input import MspUpgradeFtdDevicesInput
193
195
  from scc_firewall_manager_sdk.models.msp_upgrade_run_dto import MspUpgradeRunDto
194
196
  from scc_firewall_manager_sdk.models.msp_upgrade_run_dto_page import MspUpgradeRunDtoPage
195
197
  from scc_firewall_manager_sdk.models.msp_upgrade_runs_attribute_values import MspUpgradeRunsAttributeValues
@@ -29,18 +29,18 @@ class CdoTransaction(BaseModel):
29
29
  CdoTransaction
30
30
  """ # noqa: E501
31
31
  cancellable: Optional[StrictBool] = None
32
- cdo_transaction_status: Optional[StrictStr] = Field(default=None, description="The status of the transaction", alias="cdoTransactionStatus")
33
- entity_uid: Optional[StrictStr] = Field(default=None, description="The unique identifier of the entity that the transaction is triggered on. This can be empty, for a transaction that is not tied to an entity, such as transactions which refresh RA VPN sessions.", alias="entityUid")
34
- entity_url: Optional[StrictStr] = Field(default=None, description="A URL to access the entity that the transaction is triggered on. This can also be empty", alias="entityUrl")
35
- error_details: Optional[Dict[str, StrictStr]] = Field(default=None, description="Transaction error details, if any", alias="errorDetails")
36
- error_message: Optional[StrictStr] = Field(default=None, description="Transaction error message, if any", alias="errorMessage")
37
- last_updated_time: Optional[datetime] = Field(default=None, description="The time (UTC; represented using the RFC-3339 standard) at which the transaction status was last updated", alias="lastUpdatedTime")
38
- submission_time: Optional[datetime] = Field(default=None, description="The time (UTC; represented using the RFC-3339 standard) at which the transaction was triggered", alias="submissionTime")
39
- tenant_uid: Optional[StrictStr] = Field(default=None, description="The unique identifier of the tenant that the transaction triggered on.", alias="tenantUid")
40
- transaction_details: Optional[Dict[str, StrictStr]] = Field(default=None, description="Transaction details, if any", alias="transactionDetails")
41
- transaction_polling_url: Optional[StrictStr] = Field(default=None, description="The URL to poll to track the progress of the transaction.", alias="transactionPollingUrl")
42
- transaction_type: Optional[StrictStr] = Field(default=None, description="the type of the transaction", alias="transactionType")
43
- transaction_uid: Optional[StrictStr] = Field(default=None, description="The unique identifier of the transaction triggered.", alias="transactionUid")
32
+ cdo_transaction_status: Optional[StrictStr] = Field(default=None, description="Status of the transaction.", alias="cdoTransactionStatus")
33
+ entity_uid: Optional[StrictStr] = Field(default=None, description="Unique identifier of the entity that the transaction is triggered on. This can be empty, for a transaction that is not tied to an entity, such as transactions which refresh RA VPN sessions.", alias="entityUid")
34
+ entity_url: Optional[StrictStr] = Field(default=None, description="URL to access the entity that the transaction is triggered on. This can also be empty if not applicable.", alias="entityUrl")
35
+ error_details: Optional[Dict[str, StrictStr]] = Field(default=None, description="Transaction error details, if any.", alias="errorDetails")
36
+ error_message: Optional[StrictStr] = Field(default=None, description="Transaction error message, if any.", alias="errorMessage")
37
+ last_updated_time: Optional[datetime] = Field(default=None, description="Time (UTC; represented using the RFC-3339 standard) at which the transaction status was last updated.", alias="lastUpdatedTime")
38
+ submission_time: Optional[datetime] = Field(default=None, description="Time (UTC; represented using the RFC-3339 standard) at which the transaction was triggered.", alias="submissionTime")
39
+ tenant_uid: Optional[StrictStr] = Field(default=None, description="Unique identifier of the tenant that the transaction was triggered on.", alias="tenantUid")
40
+ transaction_details: Optional[Dict[str, StrictStr]] = Field(default=None, description="Transaction details, if any.", alias="transactionDetails")
41
+ transaction_polling_url: Optional[StrictStr] = Field(default=None, description="Polling URL to track the progress of the transaction.", alias="transactionPollingUrl")
42
+ transaction_type: Optional[StrictStr] = Field(default=None, description="Type of the transaction.", alias="transactionType")
43
+ transaction_uid: Optional[StrictStr] = Field(default=None, description="Unique identifier of the transaction triggered.", alias="transactionUid")
44
44
  __properties: ClassVar[List[str]] = ["cancellable", "cdoTransactionStatus", "entityUid", "entityUrl", "errorDetails", "errorMessage", "lastUpdatedTime", "submissionTime", "tenantUid", "transactionDetails", "transactionPollingUrl", "transactionType", "transactionUid"]
45
45
 
46
46
  @field_validator('cdo_transaction_status')
@@ -0,0 +1,104 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Cisco Security Cloud Control Firewall Manager API
5
+
6
+ Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
+
8
+ The version of the OpenAPI document: 1.15.0
9
+ Contact: cdo.tac@cisco.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr, field_validator
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class CompletionStatusDto(BaseModel):
27
+ """
28
+ CompletionStatusDto
29
+ """ # noqa: E501
30
+ message: Optional[StrictStr] = Field(default=None, description="A message, indicating current progress, returned from the device.")
31
+ name: Optional[StrictStr] = Field(default=None, description="The name of the device. Note: this will be the name of the node on the cdFMC if the device is part of an HA pair or cluster.")
32
+ node_type: Optional[StrictStr] = Field(default=None, description="(HA Pairs and clusters only) The node type of the device.", alias="nodeType")
33
+ percentage_complete: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The percentage completion of the current task being performed", alias="percentageComplete")
34
+ __properties: ClassVar[List[str]] = ["message", "name", "nodeType", "percentageComplete"]
35
+
36
+ @field_validator('node_type')
37
+ def node_type_validate_enum(cls, value):
38
+ """Validates the enum"""
39
+ if value is None:
40
+ return value
41
+
42
+ if value not in set(['HA_PRIMARY', 'HA_SECONDARY', 'CLUSTER_CONTROL', 'CLUSTER_DATA']):
43
+ raise ValueError("must be one of enum values ('HA_PRIMARY', 'HA_SECONDARY', 'CLUSTER_CONTROL', 'CLUSTER_DATA')")
44
+ return value
45
+
46
+ model_config = ConfigDict(
47
+ populate_by_name=True,
48
+ validate_assignment=True,
49
+ protected_namespaces=(),
50
+ )
51
+
52
+
53
+ def to_str(self) -> str:
54
+ """Returns the string representation of the model using alias"""
55
+ return pprint.pformat(self.model_dump(by_alias=True))
56
+
57
+ def to_json(self) -> str:
58
+ """Returns the JSON representation of the model using alias"""
59
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
60
+ return json.dumps(self.to_dict())
61
+
62
+ @classmethod
63
+ def from_json(cls, json_str: str) -> Optional[Self]:
64
+ """Create an instance of CompletionStatusDto from a JSON string"""
65
+ return cls.from_dict(json.loads(json_str))
66
+
67
+ def to_dict(self) -> Dict[str, Any]:
68
+ """Return the dictionary representation of the model using alias.
69
+
70
+ This has the following differences from calling pydantic's
71
+ `self.model_dump(by_alias=True)`:
72
+
73
+ * `None` is only added to the output dict for nullable fields that
74
+ were set at model initialization. Other fields with value `None`
75
+ are ignored.
76
+ """
77
+ excluded_fields: Set[str] = set([
78
+ ])
79
+
80
+ _dict = self.model_dump(
81
+ by_alias=True,
82
+ exclude=excluded_fields,
83
+ exclude_none=True,
84
+ )
85
+ return _dict
86
+
87
+ @classmethod
88
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
89
+ """Create an instance of CompletionStatusDto from a dict"""
90
+ if obj is None:
91
+ return None
92
+
93
+ if not isinstance(obj, dict):
94
+ return cls.model_validate(obj)
95
+
96
+ _obj = cls.model_validate({
97
+ "message": obj.get("message"),
98
+ "name": obj.get("name"),
99
+ "nodeType": obj.get("nodeType"),
100
+ "percentageComplete": obj.get("percentageComplete")
101
+ })
102
+ return _obj
103
+
104
+
@@ -18,8 +18,9 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
22
- from typing import Any, ClassVar, Dict, List, Optional, Union
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
+ from scc_firewall_manager_sdk.models.completion_status_dto import CompletionStatusDto
23
24
  from typing import Optional, Set
24
25
  from typing_extensions import Self
25
26
 
@@ -27,10 +28,9 @@ class DeviceUpgradeStatusDto(BaseModel):
27
28
  """
28
29
  DeviceUpgradeStatusDto
29
30
  """ # noqa: E501
30
- message: Optional[StrictStr] = Field(default=None, description="A message, indicating current progress, returned from the device.")
31
- percentage_complete: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The percentage completion of the current task being performed", alias="percentageComplete")
31
+ completion_statuses: Optional[List[CompletionStatusDto]] = Field(default=None, description="The completion status of the upgrade on the device. For HA pairs or clusters, there will be multiple completion statuses; one per node of the pair or cluster.", alias="completionStatuses")
32
32
  uid: Optional[StrictStr] = Field(default=None, description="The unique identifier, represented as a UUID, of the device in SCC Firewall Manager.")
33
- __properties: ClassVar[List[str]] = ["message", "percentageComplete", "uid"]
33
+ __properties: ClassVar[List[str]] = ["completionStatuses", "uid"]
34
34
 
35
35
  model_config = ConfigDict(
36
36
  populate_by_name=True,
@@ -71,6 +71,13 @@ class DeviceUpgradeStatusDto(BaseModel):
71
71
  exclude=excluded_fields,
72
72
  exclude_none=True,
73
73
  )
74
+ # override the default output from pydantic by calling `to_dict()` of each item in completion_statuses (list)
75
+ _items = []
76
+ if self.completion_statuses:
77
+ for _item in self.completion_statuses:
78
+ if _item:
79
+ _items.append(_item.to_dict())
80
+ _dict['completionStatuses'] = _items
74
81
  return _dict
75
82
 
76
83
  @classmethod
@@ -83,8 +90,7 @@ class DeviceUpgradeStatusDto(BaseModel):
83
90
  return cls.model_validate(obj)
84
91
 
85
92
  _obj = cls.model_validate({
86
- "message": obj.get("message"),
87
- "percentageComplete": obj.get("percentageComplete"),
93
+ "completionStatuses": [CompletionStatusDto.from_dict(_item) for _item in obj["completionStatuses"]] if obj.get("completionStatuses") is not None else None,
88
94
  "uid": obj.get("uid")
89
95
  })
90
96
  return _obj
@@ -0,0 +1,97 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Cisco Security Cloud Control Firewall Manager API
5
+
6
+ Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
+
8
+ The version of the OpenAPI document: 1.15.0
9
+ Contact: cdo.tac@cisco.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
+ from typing_extensions import Annotated
24
+ from typing import Optional, Set
25
+ from typing_extensions import Self
26
+
27
+ class MspUpgradeFtdDevicesInput(BaseModel):
28
+ """
29
+ MspUpgradeFtdDevicesInput
30
+ """ # noqa: E501
31
+ device_uids: Annotated[List[StrictStr], Field(min_length=1)] = Field(description="Set of device unique identifiers (UUIDs) to upgrade in Security Cloud Control. All of the devices have to be managed by the MSSP portal, be of type CDFMC_MANAGED_FTD, have the connectivity state ONLINE, and be compatible with the software version specified.", alias="deviceUids")
32
+ ignore_maintenance_window: Optional[StrictBool] = Field(default=None, description="A boolean value, indicating whether devices maintenance window should be ignored. If this is set to true, upgrade will be allowed even if there are devices outside their maintenance window.", alias="ignoreMaintenanceWindow")
33
+ name: Optional[StrictStr] = Field(default=None, description="Specify a human-readable name for the upgrade run.")
34
+ software_version: Optional[StrictStr] = Field(default=None, description="Specify the software version to which all devices will be upgraded.", alias="softwareVersion")
35
+ stage_upgrade_only: Optional[StrictBool] = Field(default=False, description="A boolean value, indicating whether the upgrade should be staged. If set to true, the image will be downloaded onto the devices and readiness checks will be performed. However, the upgrade will not be applied to the devices.", alias="stageUpgradeOnly")
36
+ __properties: ClassVar[List[str]] = ["deviceUids", "ignoreMaintenanceWindow", "name", "softwareVersion", "stageUpgradeOnly"]
37
+
38
+ model_config = ConfigDict(
39
+ populate_by_name=True,
40
+ validate_assignment=True,
41
+ protected_namespaces=(),
42
+ )
43
+
44
+
45
+ def to_str(self) -> str:
46
+ """Returns the string representation of the model using alias"""
47
+ return pprint.pformat(self.model_dump(by_alias=True))
48
+
49
+ def to_json(self) -> str:
50
+ """Returns the JSON representation of the model using alias"""
51
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
52
+ return json.dumps(self.to_dict())
53
+
54
+ @classmethod
55
+ def from_json(cls, json_str: str) -> Optional[Self]:
56
+ """Create an instance of MspUpgradeFtdDevicesInput from a JSON string"""
57
+ return cls.from_dict(json.loads(json_str))
58
+
59
+ def to_dict(self) -> Dict[str, Any]:
60
+ """Return the dictionary representation of the model using alias.
61
+
62
+ This has the following differences from calling pydantic's
63
+ `self.model_dump(by_alias=True)`:
64
+
65
+ * `None` is only added to the output dict for nullable fields that
66
+ were set at model initialization. Other fields with value `None`
67
+ are ignored.
68
+ """
69
+ excluded_fields: Set[str] = set([
70
+ ])
71
+
72
+ _dict = self.model_dump(
73
+ by_alias=True,
74
+ exclude=excluded_fields,
75
+ exclude_none=True,
76
+ )
77
+ return _dict
78
+
79
+ @classmethod
80
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
81
+ """Create an instance of MspUpgradeFtdDevicesInput from a dict"""
82
+ if obj is None:
83
+ return None
84
+
85
+ if not isinstance(obj, dict):
86
+ return cls.model_validate(obj)
87
+
88
+ _obj = cls.model_validate({
89
+ "deviceUids": obj.get("deviceUids"),
90
+ "ignoreMaintenanceWindow": obj.get("ignoreMaintenanceWindow"),
91
+ "name": obj.get("name"),
92
+ "softwareVersion": obj.get("softwareVersion"),
93
+ "stageUpgradeOnly": obj.get("stageUpgradeOnly") if obj.get("stageUpgradeOnly") is not None else False
94
+ })
95
+ return _obj
96
+
97
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scc-firewall-manager-sdk
3
- Version: 1.15.371
3
+ Version: 1.15.389
4
4
  Summary: Cisco Security Cloud Control Firewall Manager API
5
5
  Home-page:
6
6
  Author: Cisco Security Cloud Control TAC
@@ -1,7 +1,7 @@
1
- scc_firewall_manager_sdk/__init__.py,sha256=T6qKzxX8iRjXRVGqQgRWlLJD6uqlfwxW4tpecNS90pw,23696
2
- scc_firewall_manager_sdk/api_client.py,sha256=qsBpOKi4SdMW1JG_GnI3FnBw9VJaEDYRKg6VJgvT5ak,25921
1
+ scc_firewall_manager_sdk/__init__.py,sha256=FZbOhFYnc8aj2KAVWi31Y0cjP706qE3GvicDUQy_z2Y,23882
2
+ scc_firewall_manager_sdk/api_client.py,sha256=aY8qKTaVmIKmCS8bI6BNquYYbU-2YlU3GRyvUIc0FZs,25921
3
3
  scc_firewall_manager_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- scc_firewall_manager_sdk/configuration.py,sha256=1fmgwU_jjjtYzSgo-x7gsyVmQnkOjfau91whNJzx24A,15993
4
+ scc_firewall_manager_sdk/configuration.py,sha256=Q-UQO2e7dyKwhKInvJTq4iu2N_wDS_8zITZ2EvuSF8c,15993
5
5
  scc_firewall_manager_sdk/exceptions.py,sha256=u5-7l5MRjP-aS2pNudBzqSw9OI4xVsIvUjw4WCA8LEk,6039
6
6
  scc_firewall_manager_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  scc_firewall_manager_sdk/rest.py,sha256=cSeilvAB5y-V_10IdXcZ0kOyv5dYW8jeWVhrD6kUDa0,9309
@@ -9,21 +9,21 @@ scc_firewall_manager_sdk/api/__init__.py,sha256=4QyrZUVjEAjIDVynI9stPsUyDC8aFw3c
9
9
  scc_firewall_manager_sdk/api/ai_assistant_api.py,sha256=k4PXtChJD_MzAc5cn_EYtC1Q4YCCknDPTYhLlh4tFhA,60316
10
10
  scc_firewall_manager_sdk/api/asa_access_groups_api.py,sha256=n29L7dlwRpP8MsBlgMn9pSwV-uCXf5QHf18qiEXU4xY,60430
11
11
  scc_firewall_manager_sdk/api/asa_access_rules_api.py,sha256=zStpYuIiNHyTaIINPqu5qSSWp3-wGo9SmXodwEJEJhI,60377
12
- scc_firewall_manager_sdk/api/asa_interfaces_api.py,sha256=3i-LnJmWJWYL7ToH3vV7-SVV6rDaKgKxjI4hDdbbRcM,291786
12
+ scc_firewall_manager_sdk/api/asa_interfaces_api.py,sha256=2zS6a-90RtlU8aNDa16k4F44KXimd2Tno7TTIW8tKSA,291498
13
13
  scc_firewall_manager_sdk/api/audit_logs_api.py,sha256=o3hgw44okxXzyeVcU05xiQgqML1D1HDIlAj6RbhWdSk,20506
14
14
  scc_firewall_manager_sdk/api/change_requests_api.py,sha256=zCdwKO8E5Jv_4cHGp8PT3Z9ZrqvkyhNN5VH2gWcoBps,48560
15
15
  scc_firewall_manager_sdk/api/changelogs_api.py,sha256=6C4ugk1SwLgJfCM-q-_H2gnNoWB7jYqhUhpIDSUbY-4,30875
16
16
  scc_firewall_manager_sdk/api/command_line_interface_api.py,sha256=_sUPKdTkBkXNbk5m9iGH1t-eYJbFdzDLjLAuNMWJqYc,110872
17
17
  scc_firewall_manager_sdk/api/commands_api.py,sha256=U1cDPCmUAgOPnCOC8KcbcQpLGSwgOBBgHUcKH6JmWK4,33891
18
18
  scc_firewall_manager_sdk/api/connectors_api.py,sha256=lw4asxJMtyHTm3sxM6Z7S1O2tbr4ZtbjVrZIalmYagI,59889
19
- scc_firewall_manager_sdk/api/device_health_aggregations_api.py,sha256=r4YyX6_HDWriUOh9dRFmjNzY08rozUatGOjpFzhkyJ4,29025
19
+ scc_firewall_manager_sdk/api/device_health_aggregations_api.py,sha256=icgXVtuGS-Mr042eNBuzyNW-Y2sqNkEvmDm3vM1VJUw,29373
20
20
  scc_firewall_manager_sdk/api/device_health_api.py,sha256=UoxgUo10Am1kga8U0Kxhb6DDw6d7wpXxzGopsvUJ1JI,62283
21
- scc_firewall_manager_sdk/api/device_upgrades_api.py,sha256=nEtjWfCJ9eDVONZ0TLUApEcanm82CwcXTuax7kUVZxs,138514
21
+ scc_firewall_manager_sdk/api/device_upgrades_api.py,sha256=7LcR01HoNtAijJEjCEkJjI2LuYnhD8eB2vzh73qjwRo,138466
22
22
  scc_firewall_manager_sdk/api/events_api.py,sha256=jYkPjWxnNwNYOk1P7kMBaSp2gpe_lI8WodaxIfUKdQM,15399
23
- scc_firewall_manager_sdk/api/interface_health_aggregations_api.py,sha256=2fxsrkfFpI2zSx3WnviJnP0uuS2XBT8YE_sZ0FcXjk0,40990
23
+ scc_firewall_manager_sdk/api/interface_health_aggregations_api.py,sha256=_vzEX_XsiKLJIq6edOc0CMlGIr0henKiDS1-9KnAZHc,41338
24
24
  scc_firewall_manager_sdk/api/inventory_api.py,sha256=EJqDZzqBE4w_klxuo84rSYmrmbinGSJEbSbU6Wqs4Gg,444995
25
25
  scc_firewall_manager_sdk/api/meta_api.py,sha256=0T4mIpkOc0FyDIvEN5qhRQbKN4CzOM00_sRVY2oG59U,29963
26
- scc_firewall_manager_sdk/api/msp_device_upgrades_api.py,sha256=4aM0if2FEPAjwkSos46ge9IXJYZTajKEKmwHZyrH4vQ,83128
26
+ scc_firewall_manager_sdk/api/msp_device_upgrades_api.py,sha256=rxCdALStZkyZRnglyNCo954iwvOuLUL2IH52CYa6aFM,84661
27
27
  scc_firewall_manager_sdk/api/msp_inventory_api.py,sha256=eLYqsv_7YNxQGLQLqEnWfSFPIJ8nWnuJQkZfxtGapxM,185473
28
28
  scc_firewall_manager_sdk/api/msp_tenant_management_api.py,sha256=OE4LcSCFrAoJ-eeDoFO8aGzqfvoWb3QIQZ73X_5rdH4,110542
29
29
  scc_firewall_manager_sdk/api/msp_user_management_api.py,sha256=MPy-WAv52ziuUcrK_Tq_q38PN1pbpgfL5fdqzYP81S8,54797
@@ -33,7 +33,7 @@ scc_firewall_manager_sdk/api/search_api.py,sha256=PonVl7RieSVsbCCVQOdqIA7vx2NCH5
33
33
  scc_firewall_manager_sdk/api/tenant_management_api.py,sha256=3PWPuirkaUck1VZex3w4Cg3qO05GF0f7xeiptaAc5zE,55069
34
34
  scc_firewall_manager_sdk/api/transactions_api.py,sha256=fz0Ko2bAXFpz0SM8psceOlcxq0gXnrnuTEhaX1E0QzA,23402
35
35
  scc_firewall_manager_sdk/api/users_api.py,sha256=MKuyXmxWLSqPBkfA7rUGZ1EO1Ox-Oge7QhhgzSFAVu8,191609
36
- scc_firewall_manager_sdk/models/__init__.py,sha256=EJrLv9-ouEiPPH5gvD03ByUnHhaoAsSVmXxg7XaJKGE,20958
36
+ scc_firewall_manager_sdk/models/__init__.py,sha256=Nn0R0eMVAuTsTWqkFvj7HWUvhGTCiDkW2gE8uZ8kItE,21144
37
37
  scc_firewall_manager_sdk/models/access_group.py,sha256=9FlXrDT5xhtk-uWuwgMmM-qAGiKZrpfnkphZuogGsHo,4583
38
38
  scc_firewall_manager_sdk/models/access_group_create_input.py,sha256=7tgCifqvqbwS2bZvS_PQdIV_ra_jiEbupJhyaHcG8ys,3930
39
39
  scc_firewall_manager_sdk/models/access_group_page.py,sha256=imWa0te5qmTpXfuE8W8YM3SG01MIn4ewbA-_N8kPKHk,3725
@@ -77,7 +77,7 @@ scc_firewall_manager_sdk/models/cdo_cli_result_page.py,sha256=EEzs3R4dw2xL_DmFPg
77
77
  scc_firewall_manager_sdk/models/cdo_region.py,sha256=fwAiLYKyjGj_dDMLs-_8FPoupimXXltZoVElUoI20OQ,2995
78
78
  scc_firewall_manager_sdk/models/cdo_region_list.py,sha256=L3qMHaEdwsOmQ3PVzXs4MpliUwzQOY8It6el0WOGfKc,3059
79
79
  scc_firewall_manager_sdk/models/cdo_token_info.py,sha256=kWHp0Fc6Lkmd-9WuC--bCwKbyIoAdPqQHXUD5KeCPcU,4767
80
- scc_firewall_manager_sdk/models/cdo_transaction.py,sha256=iaoUzaGriNyMvwyy9SM1EZ2BGB5OcVNADd4FgnpofJ8,8893
80
+ scc_firewall_manager_sdk/models/cdo_transaction.py,sha256=57IFTIhwEokTXmR5DjBHrLjUlo-1ZyiLzwilsYvDik4,8889
81
81
  scc_firewall_manager_sdk/models/change_request.py,sha256=pvjYq818o6W8Fy2_Rt6qMp7jSOFnCqK9goVIWPxENGY,2939
82
82
  scc_firewall_manager_sdk/models/change_request_create_input.py,sha256=VEEWpKGhmegCbIYkzhctJPjBpDQgzATuN9zbE2DjRTA,2961
83
83
  scc_firewall_manager_sdk/models/change_request_page.py,sha256=8OBeXBlutEbhpLVe1n6hhaVpFzAMX4MPtO8jGLjfS-E,3741
@@ -95,6 +95,7 @@ scc_firewall_manager_sdk/models/command_response.py,sha256=zIlZo87Znsc93TBUWAWpm
95
95
  scc_firewall_manager_sdk/models/common_api_error.py,sha256=akVAOg_1NtmytBN58TnFa1WES1-wSn125ek7cxyN93U,3722
96
96
  scc_firewall_manager_sdk/models/compatible_device_dto.py,sha256=iKYMgQHIWj70d45nC2k6CRfMk0qF7nhse_bZuCMrf3g,4099
97
97
  scc_firewall_manager_sdk/models/compatible_version_info_dto.py,sha256=fuv4bGtHukdzC10LLZhsm1CH_pDsjrK1mu13yQpQtfs,4524
98
+ scc_firewall_manager_sdk/models/completion_status_dto.py,sha256=px4OzUa0wflM6VNy1pxgQLm0qJTiMzKZiFiDcE01mdQ,3877
98
99
  scc_firewall_manager_sdk/models/config_state.py,sha256=4ThYVdFgktHjHnki-J1iasHvW2LRRStcGrLJAtjl0eE,873
99
100
  scc_firewall_manager_sdk/models/conflict_detection_interval.py,sha256=HUeSSF-fnKlddq_AtRYAiw4u2fmdh1SliZBqIWYlxew,957
100
101
  scc_firewall_manager_sdk/models/conflict_detection_state.py,sha256=BrUVNTXo6N2td50eMOvLCmj7GvO1CFvcLj1kep09ES4,880
@@ -119,7 +120,7 @@ scc_firewall_manager_sdk/models/device_metadata.py,sha256=PNCBkG35enpJhcwqiku4NH
119
120
  scc_firewall_manager_sdk/models/device_page.py,sha256=ha32rLEnC9v8JpDff_07t_rtFLa-pAJFelG7czmFl8g,3684
120
121
  scc_firewall_manager_sdk/models/device_patch_input.py,sha256=1LOG---DhQRxRYP0qA8PzzopCUX5c0bbLu7ptIySYXo,4224
121
122
  scc_firewall_manager_sdk/models/device_role.py,sha256=cqv0xYyNhsvAOoDRUpdeSwkbEE9u89hEf8gA66cAteQ,1038
122
- scc_firewall_manager_sdk/models/device_upgrade_status_dto.py,sha256=APBrvjPIxnDTUDPSsQBttDpwyTjqC77b0opzJ32A6ZY,3216
123
+ scc_firewall_manager_sdk/models/device_upgrade_status_dto.py,sha256=m-mt_9DP77Tm3d1dzLKvpD4BMaXUrBqzgDa2eUDy0Ng,3629
123
124
  scc_firewall_manager_sdk/models/devices_patch_input.py,sha256=lSH-tNHYdS0CjWsHcSsnzQ9kL5ZxIsaVoHMxp5_Z8n4,3836
124
125
  scc_firewall_manager_sdk/models/disk_health_metrics.py,sha256=QU7XHLFoitOo4_ijLYromfp0stM8c7tx1T20uocXGXs,2947
125
126
  scc_firewall_manager_sdk/models/domain_settings.py,sha256=QqPTLHlNLd-PDoVqviIrU0IIPXhqLdTqTokV6uVQ8ug,3852
@@ -209,6 +210,7 @@ scc_firewall_manager_sdk/models/msp_managed_template_distinct_attribute_values.p
209
210
  scc_firewall_manager_sdk/models/msp_managed_templates_page.py,sha256=gtzwQeg0bEFDWbMDM4uBt-L4aYpp3hotFur4mdYZX1s,3786
210
211
  scc_firewall_manager_sdk/models/msp_managed_tenant.py,sha256=TNe2ICfaX9ZvueCjSovGdNDoTW6L9b6gIcrY4l3MlJI,3784
211
212
  scc_firewall_manager_sdk/models/msp_managed_tenant_page.py,sha256=eMkOCp0F3rSPYEYWxOMm99QIhLkPxj26-OM77nyWOKc,3766
213
+ scc_firewall_manager_sdk/models/msp_upgrade_ftd_devices_input.py,sha256=-CgOY7Ju_wypfERMPR3Fi_Uo8UsZdR0sVfqTbhFAmms,4312
212
214
  scc_firewall_manager_sdk/models/msp_upgrade_run_dto.py,sha256=43fIdsW4UY-xKZ4TnIkTXdMSj99Db-ahwQfBgb5klk0,6821
213
215
  scc_firewall_manager_sdk/models/msp_upgrade_run_dto_page.py,sha256=eE2zAYd6zeQ3aSP4GfYjJMFRvID6LzWAkBih_H3Gp9A,3767
214
216
  scc_firewall_manager_sdk/models/msp_upgrade_runs_attribute_values.py,sha256=S-tiVbwfK92uqJTN5-pis5IxZrXQbnhUjDldHzmXU0Q,4414
@@ -284,7 +286,7 @@ scc_firewall_manager_sdk/models/vlan_interface_create_input.py,sha256=AKUqPJw5ku
284
286
  scc_firewall_manager_sdk/models/vlan_interface_patch_input.py,sha256=srEFTyQykscNrWsbp8KGEzbmHC07_AU3DXjJ-7Be4zc,6054
285
287
  scc_firewall_manager_sdk/models/ztp_onboarding_input.py,sha256=HAgBTdocZeHGDZP_-9NyRtzP9E7BReGtiOmn4S3J-_g,5326
286
288
  scc_firewall_manager_sdk/models/ztp_onboarding_template_configuration.py,sha256=f9Z62yGFvz4QAQ07Z4bjfHLw2bRg46ccwoLuQ8q30TE,4808
287
- scc_firewall_manager_sdk-1.15.371.dist-info/METADATA,sha256=dQ7LJKXMcvaRqXI4kuH3Aid6hYSMYDc33GWP-AYzjS8,596
288
- scc_firewall_manager_sdk-1.15.371.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
289
- scc_firewall_manager_sdk-1.15.371.dist-info/top_level.txt,sha256=_g9WfFWGagKs6ULdfhEt8e7RXknpcp9_jA9ubIL4U3I,25
290
- scc_firewall_manager_sdk-1.15.371.dist-info/RECORD,,
289
+ scc_firewall_manager_sdk-1.15.389.dist-info/METADATA,sha256=vSepCni3D73eZCFDem52VrKPRPRuISFjdvEJ8HlM0hc,596
290
+ scc_firewall_manager_sdk-1.15.389.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
291
+ scc_firewall_manager_sdk-1.15.389.dist-info/top_level.txt,sha256=_g9WfFWGagKs6ULdfhEt8e7RXknpcp9_jA9ubIL4U3I,25
292
+ scc_firewall_manager_sdk-1.15.389.dist-info/RECORD,,