graphiant-sdk 25.8.1__py3-none-any.whl → 25.9.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. graphiant_sdk/__init__.py +3537 -1164
  2. graphiant_sdk/api/__init__.py +16 -1
  3. graphiant_sdk/api/default_api.py +8500 -6220
  4. graphiant_sdk/api_client.py +9 -2
  5. graphiant_sdk/configuration.py +1 -1
  6. graphiant_sdk/models/__init__.py +1196 -13
  7. graphiant_sdk/models/{v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py → v1_diagnostic_reboot_device_id_put_request.py} +7 -11
  8. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +5 -1
  9. graphiant_sdk/models/{v1_extranet_sites_usage_post200_response.py → v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response.py} +9 -9
  10. graphiant_sdk/models/{v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py → v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response_dl_stats_inner.py} +4 -4
  11. graphiant_sdk/models/{v1_extranet_sites_usage_post_request.py → v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py} +4 -4
  12. graphiant_sdk/models/{v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py → v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response.py} +18 -21
  13. graphiant_sdk/models/{v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py → v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response_top_consumers_inner.py} +4 -4
  14. graphiant_sdk/models/{v2_extranet_lan_segments_usage_top_post_request.py → v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py} +4 -4
  15. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response.py +115 -0
  16. graphiant_sdk/models/{v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py → v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response_first_level_inner.py} +4 -4
  17. graphiant_sdk/models/{v2_extranet_consumers_usage_top_post_request.py → v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py} +17 -7
  18. graphiant_sdk/models/{v1_bwtracker_region_site_summary_post200_response.py → v1_extranet_b2b_monitoring_peering_service_service_health_post200_response.py} +15 -11
  19. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner.py +100 -0
  20. graphiant_sdk/models/{v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py → v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health.py} +10 -12
  21. graphiant_sdk/models/{v2_extranet_service_overtime_consumption_post200_response.py → v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response.py} +9 -9
  22. graphiant_sdk/models/{v2_extranet_sites_consumption_overview_post_request.py → v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py} +4 -4
  23. graphiant_sdk/models/{v2_assistant_conversation_context_history_post_request.py → v2_aggregated_notification_enable_disable_post_request.py} +4 -4
  24. graphiant_sdk/models/v2_aggregated_notification_get_state_get200_response.py +87 -0
  25. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +13 -1
  26. graphiant_sdk/models/{v1_software_auto_upgrade_default_get200_response_details.py → v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner.py} +9 -15
  27. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +11 -1
  28. graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +3 -1
  29. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response_apps_inner.py +7 -1
  30. graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +3 -1
  31. graphiant_sdk/models/{v2_extranet_consumers_usage_top_post200_response.py → v2_assurance_bucket_services_post200_response.py} +15 -15
  32. graphiant_sdk/models/{v2_assurance_bucket_topologies_post_request.py → v2_assurance_bucket_services_post_request.py} +4 -4
  33. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post200_response.py +3 -3
  34. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response.py +7 -7
  35. {graphiant_sdk-25.8.1.dist-info → graphiant_sdk-25.9.2.dist-info}/METADATA +9 -20
  36. {graphiant_sdk-25.8.1.dist-info → graphiant_sdk-25.9.2.dist-info}/RECORD +59 -41
  37. test/test_v1_diagnostic_reboot_device_id_put_request.py +51 -0
  38. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response.py +67 -0
  39. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response_dl_stats_inner.py +55 -0
  40. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +64 -0
  41. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response.py +58 -0
  42. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response_top_consumers_inner.py +53 -0
  43. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +61 -0
  44. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response.py +81 -0
  45. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response_first_level_inner.py +57 -0
  46. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +65 -0
  47. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response.py +62 -0
  48. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner.py +62 -0
  49. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health.py +54 -0
  50. test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response.py +66 -0
  51. test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +63 -0
  52. test/test_v2_aggregated_notification_enable_disable_post_request.py +51 -0
  53. test/test_v2_aggregated_notification_get_state_get200_response.py +51 -0
  54. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner.py +52 -0
  55. test/test_v2_assurance_bucket_services_post200_response.py +55 -0
  56. test/test_v2_assurance_bucket_services_post_request.py +51 -0
  57. graphiant_sdk/models/v1_devices_device_id_staged_config_compare_get200_response.py +0 -87
  58. graphiant_sdk/models/v1_healthcheck_devices_get200_response.py +0 -95
  59. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner.py +0 -124
  60. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner_odp_status.py +0 -89
  61. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +0 -89
  62. {graphiant_sdk-25.8.1.dist-info → graphiant_sdk-25.9.2.dist-info}/WHEEL +0 -0
  63. {graphiant_sdk-25.8.1.dist-info → graphiant_sdk-25.9.2.dist-info}/licenses/LICENSE +0 -0
  64. {graphiant_sdk-25.8.1.dist-info → graphiant_sdk-25.9.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,54 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health import V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth
18
+
19
+ class TestV1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth(unittest.TestCase):
20
+ """V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth:
29
+ """Test V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth`
34
+ """
35
+ model = V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth()
36
+ if include_optional:
37
+ return V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth(
38
+ health = 'ENUM_VALUE',
39
+ missing_prefixes = [
40
+ 'example string'
41
+ ]
42
+ )
43
+ else:
44
+ return V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth(
45
+ )
46
+ """
47
+
48
+ def testV1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth(self):
49
+ """Test V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth"""
50
+ # inst_req_only = self.make_instance(include_optional=False)
51
+ # inst_req_and_optional = self.make_instance(include_optional=True)
52
+
53
+ if __name__ == '__main__':
54
+ unittest.main()
@@ -0,0 +1,66 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response import V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response
18
+
19
+ class TestV1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response(unittest.TestCase):
20
+ """V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response:
29
+ """Test V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response`
34
+ """
35
+ model = V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response()
36
+ if include_optional:
37
+ return V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response(
38
+ dl_agg_stats = [
39
+ graphiant_sdk.models._v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_200_response_dl_stats_inner._v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_200_response_dlStats_inner(
40
+ avg_usage = 123.45,
41
+ peak_usage = 123.45,
42
+ ts = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
43
+ nanos = 123,
44
+ seconds = 1234567891011, ), )
45
+ ],
46
+ ul_agg_stats = [
47
+ graphiant_sdk.models._v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_200_response_dl_stats_inner._v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_200_response_dlStats_inner(
48
+ avg_usage = 123.45,
49
+ peak_usage = 123.45,
50
+ ts = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
51
+ nanos = 123,
52
+ seconds = 1234567891011, ), )
53
+ ]
54
+ )
55
+ else:
56
+ return V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response(
57
+ )
58
+ """
59
+
60
+ def testV1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response(self):
61
+ """Test V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response"""
62
+ # inst_req_only = self.make_instance(include_optional=False)
63
+ # inst_req_and_optional = self.make_instance(include_optional=True)
64
+
65
+ if __name__ == '__main__':
66
+ unittest.main()
@@ -0,0 +1,63 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request import V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest
18
+
19
+ class TestV1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest(unittest.TestCase):
20
+ """V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest:
29
+ """Test V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest`
34
+ """
35
+ model = V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest()
36
+ if include_optional:
37
+ return V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest(
38
+ id = 1234567891011,
39
+ is_b2_b = True,
40
+ is_provider = True,
41
+ site_id = 1234567891011,
42
+ time_window = graphiant_sdk.models._v2_notificationlist_post_request_time_window._v2_notificationlist_post_request_timeWindow(
43
+ bucket_size_sec = 123,
44
+ old_ts = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
45
+ nanos = 123,
46
+ seconds = 1234567891011, ),
47
+ recent_ts = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
48
+ nanos = 123,
49
+ seconds = 1234567891011, ), ),
50
+ vrf_id = 1234567891011
51
+ )
52
+ else:
53
+ return V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest(
54
+ )
55
+ """
56
+
57
+ def testV1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest(self):
58
+ """Test V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest"""
59
+ # inst_req_only = self.make_instance(include_optional=False)
60
+ # inst_req_and_optional = self.make_instance(include_optional=True)
61
+
62
+ if __name__ == '__main__':
63
+ unittest.main()
@@ -0,0 +1,51 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v2_aggregated_notification_enable_disable_post_request import V2AggregatedNotificationEnableDisablePostRequest
18
+
19
+ class TestV2AggregatedNotificationEnableDisablePostRequest(unittest.TestCase):
20
+ """V2AggregatedNotificationEnableDisablePostRequest unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V2AggregatedNotificationEnableDisablePostRequest:
29
+ """Test V2AggregatedNotificationEnableDisablePostRequest
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V2AggregatedNotificationEnableDisablePostRequest`
34
+ """
35
+ model = V2AggregatedNotificationEnableDisablePostRequest()
36
+ if include_optional:
37
+ return V2AggregatedNotificationEnableDisablePostRequest(
38
+ enable = True
39
+ )
40
+ else:
41
+ return V2AggregatedNotificationEnableDisablePostRequest(
42
+ )
43
+ """
44
+
45
+ def testV2AggregatedNotificationEnableDisablePostRequest(self):
46
+ """Test V2AggregatedNotificationEnableDisablePostRequest"""
47
+ # inst_req_only = self.make_instance(include_optional=False)
48
+ # inst_req_and_optional = self.make_instance(include_optional=True)
49
+
50
+ if __name__ == '__main__':
51
+ unittest.main()
@@ -0,0 +1,51 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v2_aggregated_notification_get_state_get200_response import V2AggregatedNotificationGetStateGet200Response
18
+
19
+ class TestV2AggregatedNotificationGetStateGet200Response(unittest.TestCase):
20
+ """V2AggregatedNotificationGetStateGet200Response unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V2AggregatedNotificationGetStateGet200Response:
29
+ """Test V2AggregatedNotificationGetStateGet200Response
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V2AggregatedNotificationGetStateGet200Response`
34
+ """
35
+ model = V2AggregatedNotificationGetStateGet200Response()
36
+ if include_optional:
37
+ return V2AggregatedNotificationGetStateGet200Response(
38
+ state = True
39
+ )
40
+ else:
41
+ return V2AggregatedNotificationGetStateGet200Response(
42
+ )
43
+ """
44
+
45
+ def testV2AggregatedNotificationGetStateGet200Response(self):
46
+ """Test V2AggregatedNotificationGetStateGet200Response"""
47
+ # inst_req_only = self.make_instance(include_optional=False)
48
+ # inst_req_and_optional = self.make_instance(include_optional=True)
49
+
50
+ if __name__ == '__main__':
51
+ unittest.main()
@@ -0,0 +1,52 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner import V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner
18
+
19
+ class TestV2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner(unittest.TestCase):
20
+ """V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner:
29
+ """Test V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner`
34
+ """
35
+ model = V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner()
36
+ if include_optional:
37
+ return V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner(
38
+ exchange_service_id = 1234567891011,
39
+ exchange_service_name = 'example string'
40
+ )
41
+ else:
42
+ return V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner(
43
+ )
44
+ """
45
+
46
+ def testV2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner(self):
47
+ """Test V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner"""
48
+ # inst_req_only = self.make_instance(include_optional=False)
49
+ # inst_req_and_optional = self.make_instance(include_optional=True)
50
+
51
+ if __name__ == '__main__':
52
+ unittest.main()
@@ -0,0 +1,55 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v2_assurance_bucket_services_post200_response import V2AssuranceBucketServicesPost200Response
18
+
19
+ class TestV2AssuranceBucketServicesPost200Response(unittest.TestCase):
20
+ """V2AssuranceBucketServicesPost200Response unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V2AssuranceBucketServicesPost200Response:
29
+ """Test V2AssuranceBucketServicesPost200Response
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V2AssuranceBucketServicesPost200Response`
34
+ """
35
+ model = V2AssuranceBucketServicesPost200Response()
36
+ if include_optional:
37
+ return V2AssuranceBucketServicesPost200Response(
38
+ services = [
39
+ graphiant_sdk.models._v2_assurance_applicationdetailsbyname_post_200_response_app_id_record_exchange_service_inner._v2_assurance_applicationdetailsbyname_post_200_response_appIdRecord_exchangeService_inner(
40
+ exchange_service_id = 1234567891011,
41
+ exchange_service_name = 'example string', )
42
+ ]
43
+ )
44
+ else:
45
+ return V2AssuranceBucketServicesPost200Response(
46
+ )
47
+ """
48
+
49
+ def testV2AssuranceBucketServicesPost200Response(self):
50
+ """Test V2AssuranceBucketServicesPost200Response"""
51
+ # inst_req_only = self.make_instance(include_optional=False)
52
+ # inst_req_and_optional = self.make_instance(include_optional=True)
53
+
54
+ if __name__ == '__main__':
55
+ unittest.main()
@@ -0,0 +1,51 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.v2_assurance_bucket_services_post_request import V2AssuranceBucketServicesPostRequest
18
+
19
+ class TestV2AssuranceBucketServicesPostRequest(unittest.TestCase):
20
+ """V2AssuranceBucketServicesPostRequest unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> V2AssuranceBucketServicesPostRequest:
29
+ """Test V2AssuranceBucketServicesPostRequest
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `V2AssuranceBucketServicesPostRequest`
34
+ """
35
+ model = V2AssuranceBucketServicesPostRequest()
36
+ if include_optional:
37
+ return V2AssuranceBucketServicesPostRequest(
38
+ bucket_id = 'ENUM_VALUE'
39
+ )
40
+ else:
41
+ return V2AssuranceBucketServicesPostRequest(
42
+ )
43
+ """
44
+
45
+ def testV2AssuranceBucketServicesPostRequest(self):
46
+ """Test V2AssuranceBucketServicesPostRequest"""
47
+ # inst_req_only = self.make_instance(include_optional=False)
48
+ # inst_req_and_optional = self.make_instance(include_optional=True)
49
+
50
+ if __name__ == '__main__':
51
+ unittest.main()
@@ -1,87 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Graphiant APIs
5
-
6
- **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
- class V1DevicesDeviceIdStagedConfigCompareGet200Response(BaseModel):
26
- """
27
- V1DevicesDeviceIdStagedConfigCompareGet200Response
28
- """ # noqa: E501
29
- diff: Optional[StrictStr] = None
30
- __properties: ClassVar[List[str]] = ["diff"]
31
-
32
- model_config = ConfigDict(
33
- populate_by_name=True,
34
- validate_assignment=True,
35
- protected_namespaces=(),
36
- )
37
-
38
-
39
- def to_str(self) -> str:
40
- """Returns the string representation of the model using alias"""
41
- return pprint.pformat(self.model_dump(by_alias=True))
42
-
43
- def to_json(self) -> str:
44
- """Returns the JSON representation of the model using alias"""
45
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
46
- return json.dumps(self.to_dict())
47
-
48
- @classmethod
49
- def from_json(cls, json_str: str) -> Optional[Self]:
50
- """Create an instance of V1DevicesDeviceIdStagedConfigCompareGet200Response from a JSON string"""
51
- return cls.from_dict(json.loads(json_str))
52
-
53
- def to_dict(self) -> Dict[str, Any]:
54
- """Return the dictionary representation of the model using alias.
55
-
56
- This has the following differences from calling pydantic's
57
- `self.model_dump(by_alias=True)`:
58
-
59
- * `None` is only added to the output dict for nullable fields that
60
- were set at model initialization. Other fields with value `None`
61
- are ignored.
62
- """
63
- excluded_fields: Set[str] = set([
64
- ])
65
-
66
- _dict = self.model_dump(
67
- by_alias=True,
68
- exclude=excluded_fields,
69
- exclude_none=True,
70
- )
71
- return _dict
72
-
73
- @classmethod
74
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
- """Create an instance of V1DevicesDeviceIdStagedConfigCompareGet200Response from a dict"""
76
- if obj is None:
77
- return None
78
-
79
- if not isinstance(obj, dict):
80
- return cls.model_validate(obj)
81
-
82
- _obj = cls.model_validate({
83
- "diff": obj.get("diff")
84
- })
85
- return _obj
86
-
87
-
@@ -1,95 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Graphiant APIs
5
-
6
- **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from graphiant_sdk.models.v1_healthcheck_devices_get200_response_details_inner import V1HealthcheckDevicesGet200ResponseDetailsInner
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class V1HealthcheckDevicesGet200Response(BaseModel):
27
- """
28
- V1HealthcheckDevicesGet200Response
29
- """ # noqa: E501
30
- details: Optional[List[V1HealthcheckDevicesGet200ResponseDetailsInner]] = None
31
- __properties: ClassVar[List[str]] = ["details"]
32
-
33
- model_config = ConfigDict(
34
- populate_by_name=True,
35
- validate_assignment=True,
36
- protected_namespaces=(),
37
- )
38
-
39
-
40
- def to_str(self) -> str:
41
- """Returns the string representation of the model using alias"""
42
- return pprint.pformat(self.model_dump(by_alias=True))
43
-
44
- def to_json(self) -> str:
45
- """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
-
49
- @classmethod
50
- def from_json(cls, json_str: str) -> Optional[Self]:
51
- """Create an instance of V1HealthcheckDevicesGet200Response from a JSON string"""
52
- return cls.from_dict(json.loads(json_str))
53
-
54
- def to_dict(self) -> Dict[str, Any]:
55
- """Return the dictionary representation of the model using alias.
56
-
57
- This has the following differences from calling pydantic's
58
- `self.model_dump(by_alias=True)`:
59
-
60
- * `None` is only added to the output dict for nullable fields that
61
- were set at model initialization. Other fields with value `None`
62
- are ignored.
63
- """
64
- excluded_fields: Set[str] = set([
65
- ])
66
-
67
- _dict = self.model_dump(
68
- by_alias=True,
69
- exclude=excluded_fields,
70
- exclude_none=True,
71
- )
72
- # override the default output from pydantic by calling `to_dict()` of each item in details (list)
73
- _items = []
74
- if self.details:
75
- for _item_details in self.details:
76
- if _item_details:
77
- _items.append(_item_details.to_dict())
78
- _dict['details'] = _items
79
- return _dict
80
-
81
- @classmethod
82
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
83
- """Create an instance of V1HealthcheckDevicesGet200Response from a dict"""
84
- if obj is None:
85
- return None
86
-
87
- if not isinstance(obj, dict):
88
- return cls.model_validate(obj)
89
-
90
- _obj = cls.model_validate({
91
- "details": [V1HealthcheckDevicesGet200ResponseDetailsInner.from_dict(_item) for _item in obj["details"]] if obj.get("details") is not None else None
92
- })
93
- return _obj
94
-
95
-