catalystwan 0.40.1.dev7__py3-none-any.whl → 2.0.0a0__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 (630) hide show
  1. catalystwan/core/__init__.py +2 -0
  2. catalystwan/core/abstractions.py +26 -0
  3. catalystwan/{apigw_auth.py → core/apigw_auth.py} +29 -14
  4. catalystwan/core/client.py +71 -0
  5. catalystwan/core/encoder.py +12 -0
  6. catalystwan/{exceptions.py → core/exceptions.py} +29 -9
  7. catalystwan/core/loader.py +37 -0
  8. catalystwan/{__init__.py → core/metadata.py} +9 -22
  9. catalystwan/core/models/deserialize.py +203 -0
  10. catalystwan/core/models/serialize.py +137 -0
  11. catalystwan/core/request_adapter.py +246 -0
  12. catalystwan/{request_limiter.py → core/request_limiter.py} +1 -2
  13. catalystwan/{response.py → core/response.py} +38 -85
  14. catalystwan/{session.py → core/session.py} +84 -101
  15. catalystwan/core/types.py +33 -0
  16. catalystwan/{version.py → core/version.py} +3 -5
  17. catalystwan/{vmanage_auth.py → core/vmanage_auth.py} +46 -21
  18. catalystwan-2.0.0a0.dist-info/METADATA +327 -0
  19. catalystwan-2.0.0a0.dist-info/RECORD +24 -0
  20. {catalystwan-0.40.1.dev7.dist-info → catalystwan-2.0.0a0.dist-info}/WHEEL +2 -1
  21. catalystwan-2.0.0a0.dist-info/top_level.txt +1 -0
  22. catalystwan/abstractions.py +0 -77
  23. catalystwan/api/admin_tech_api.py +0 -176
  24. catalystwan/api/administration.py +0 -434
  25. catalystwan/api/alarms_api.py +0 -186
  26. catalystwan/api/api_container.py +0 -73
  27. catalystwan/api/basic_api.py +0 -338
  28. catalystwan/api/builders/__init__.py +0 -14
  29. catalystwan/api/builders/feature_profiles/application_priority.py +0 -58
  30. catalystwan/api/builders/feature_profiles/builder_factory.py +0 -59
  31. catalystwan/api/builders/feature_profiles/cli.py +0 -76
  32. catalystwan/api/builders/feature_profiles/other.py +0 -79
  33. catalystwan/api/builders/feature_profiles/report.py +0 -137
  34. catalystwan/api/builders/feature_profiles/service.py +0 -213
  35. catalystwan/api/builders/feature_profiles/system.py +0 -80
  36. catalystwan/api/builders/feature_profiles/transport.py +0 -214
  37. catalystwan/api/builders/feature_profiles/uc_voice.py +0 -287
  38. catalystwan/api/config_device_inventory_api.py +0 -58
  39. catalystwan/api/config_group_api.py +0 -150
  40. catalystwan/api/configuration_groups/parcel.py +0 -206
  41. catalystwan/api/dashboard_api.py +0 -215
  42. catalystwan/api/device_action_api.py +0 -216
  43. catalystwan/api/feature_profile_api.py +0 -2401
  44. catalystwan/api/logs_api.py +0 -63
  45. catalystwan/api/monitoring_status_api.py +0 -76
  46. catalystwan/api/mtt_aaa_api.py +0 -197
  47. catalystwan/api/omp_api.py +0 -124
  48. catalystwan/api/packet_capture_api.py +0 -152
  49. catalystwan/api/parcel_api.py +0 -42
  50. catalystwan/api/partition_manager_api.py +0 -143
  51. catalystwan/api/policy_api.py +0 -1163
  52. catalystwan/api/resource_pool_api.py +0 -74
  53. catalystwan/api/software_action_api.py +0 -269
  54. catalystwan/api/speedtest_api.py +0 -153
  55. catalystwan/api/task_status_api.py +0 -171
  56. catalystwan/api/template_api.py +0 -761
  57. catalystwan/api/templates/README.md +0 -101
  58. catalystwan/api/templates/bool_str.py +0 -6
  59. catalystwan/api/templates/cli_template.py +0 -236
  60. catalystwan/api/templates/device_template/device_template.py +0 -181
  61. catalystwan/api/templates/device_variable.py +0 -7
  62. catalystwan/api/templates/feature_template.py +0 -133
  63. catalystwan/api/templates/feature_template_field.py +0 -175
  64. catalystwan/api/templates/feature_template_payload.py +0 -17
  65. catalystwan/api/templates/models/aaa_model.py +0 -387
  66. catalystwan/api/templates/models/cisco_aaa_model.py +0 -331
  67. catalystwan/api/templates/models/cisco_banner_model.py +0 -27
  68. catalystwan/api/templates/models/cisco_bfd_model.py +0 -61
  69. catalystwan/api/templates/models/cisco_bgp_model.py +0 -510
  70. catalystwan/api/templates/models/cisco_logging_model.py +0 -122
  71. catalystwan/api/templates/models/cisco_ntp_model.py +0 -60
  72. catalystwan/api/templates/models/cisco_omp_model.py +0 -121
  73. catalystwan/api/templates/models/cisco_ospf.py +0 -241
  74. catalystwan/api/templates/models/cisco_ospfv3.py +0 -498
  75. catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -385
  76. catalystwan/api/templates/models/cisco_snmp_model.py +0 -102
  77. catalystwan/api/templates/models/cisco_system.py +0 -318
  78. catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -822
  79. catalystwan/api/templates/models/cisco_vpn_model.py +0 -603
  80. catalystwan/api/templates/models/cli_template.py +0 -18
  81. catalystwan/api/templates/models/omp_vsmart_model.py +0 -73
  82. catalystwan/api/templates/models/security_vsmart_model.py +0 -28
  83. catalystwan/api/templates/models/supported.py +0 -42
  84. catalystwan/api/templates/models/system_vsmart_model.py +0 -182
  85. catalystwan/api/templates/models/vpn_vsmart_interface_model.py +0 -198
  86. catalystwan/api/templates/models/vpn_vsmart_model.py +0 -124
  87. catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -91
  88. catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -373
  89. catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -40
  90. catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -107
  91. catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -95
  92. catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -60
  93. catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -92
  94. catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -224
  95. catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -86
  96. catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -59
  97. catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -58
  98. catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -24
  99. catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -127
  100. catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -43
  101. catalystwan/api/tenant_backup_restore_api.py +0 -154
  102. catalystwan/api/tenant_management_api.py +0 -127
  103. catalystwan/api/tenant_migration_api.py +0 -121
  104. catalystwan/api/versions_utils.py +0 -414
  105. catalystwan/api/virtual_image_action_api.py +0 -200
  106. catalystwan/dataclasses.py +0 -493
  107. catalystwan/endpoints/__init__.py +0 -606
  108. catalystwan/endpoints/administration_user_and_group.py +0 -341
  109. catalystwan/endpoints/api_gateway.py +0 -24
  110. catalystwan/endpoints/certificate_management_device.py +0 -137
  111. catalystwan/endpoints/certificate_management_vmanage.py +0 -48
  112. catalystwan/endpoints/client.py +0 -96
  113. catalystwan/endpoints/cluster_management.py +0 -130
  114. catalystwan/endpoints/configuration/device/software_update.py +0 -31
  115. catalystwan/endpoints/configuration/disaster_recovery.py +0 -305
  116. catalystwan/endpoints/configuration/feature_profile/sdwan/application_priority.py +0 -107
  117. catalystwan/endpoints/configuration/feature_profile/sdwan/cli.py +0 -60
  118. catalystwan/endpoints/configuration/feature_profile/sdwan/dns_security.py +0 -83
  119. catalystwan/endpoints/configuration/feature_profile/sdwan/embedded_security.py +0 -88
  120. catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -62
  121. catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -105
  122. catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -137
  123. catalystwan/endpoints/configuration/feature_profile/sdwan/sig_security.py +0 -88
  124. catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -205
  125. catalystwan/endpoints/configuration/feature_profile/sdwan/topology.py +0 -93
  126. catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -214
  127. catalystwan/endpoints/configuration/feature_profile/sdwan/uc_voice.py +0 -77
  128. catalystwan/endpoints/configuration/network_hierarchy.py +0 -32
  129. catalystwan/endpoints/configuration/policy/abstractions.py +0 -49
  130. catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -57
  131. catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -57
  132. catalystwan/endpoints/configuration/policy/definition/aip.py +0 -52
  133. catalystwan/endpoints/configuration/policy/definition/amp.py +0 -52
  134. catalystwan/endpoints/configuration/policy/definition/app_route.py +0 -50
  135. catalystwan/endpoints/configuration/policy/definition/cflowd.py +0 -46
  136. catalystwan/endpoints/configuration/policy/definition/control.py +0 -57
  137. catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -57
  138. catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -59
  139. catalystwan/endpoints/configuration/policy/definition/dial_peer.py +0 -57
  140. catalystwan/endpoints/configuration/policy/definition/dns_security.py +0 -50
  141. catalystwan/endpoints/configuration/policy/definition/fxo_port.py +0 -57
  142. catalystwan/endpoints/configuration/policy/definition/fxs_did_port.py +0 -57
  143. catalystwan/endpoints/configuration/policy/definition/fxs_port.py +0 -57
  144. catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -57
  145. catalystwan/endpoints/configuration/policy/definition/intrusion_prevention.py +0 -52
  146. catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -53
  147. catalystwan/endpoints/configuration/policy/definition/pri_isdn_port.py +0 -57
  148. catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -53
  149. catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -57
  150. catalystwan/endpoints/configuration/policy/definition/route_policy.py +0 -50
  151. catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -53
  152. catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -57
  153. catalystwan/endpoints/configuration/policy/definition/srst_phone_profile.py +0 -59
  154. catalystwan/endpoints/configuration/policy/definition/ssl_decryption.py +0 -50
  155. catalystwan/endpoints/configuration/policy/definition/ssl_decryption_utd_profile.py +0 -52
  156. catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -58
  157. catalystwan/endpoints/configuration/policy/definition/url_filtering.py +0 -50
  158. catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -57
  159. catalystwan/endpoints/configuration/policy/definition/vpn_qos_map.py +0 -50
  160. catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -57
  161. catalystwan/endpoints/configuration/policy/list/app.py +0 -48
  162. catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -52
  163. catalystwan/endpoints/configuration/policy/list/as_path.py +0 -48
  164. catalystwan/endpoints/configuration/policy/list/class_map.py +0 -48
  165. catalystwan/endpoints/configuration/policy/list/color.py +0 -48
  166. catalystwan/endpoints/configuration/policy/list/community.py +0 -48
  167. catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -52
  168. catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -48
  169. catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -52
  170. catalystwan/endpoints/configuration/policy/list/extended_community.py +0 -52
  171. catalystwan/endpoints/configuration/policy/list/fax_protocol.py +0 -48
  172. catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -48
  173. catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -48
  174. catalystwan/endpoints/configuration/policy/list/identity.py +0 -48
  175. catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -52
  176. catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -48
  177. catalystwan/endpoints/configuration/policy/list/local_app.py +0 -48
  178. catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -48
  179. catalystwan/endpoints/configuration/policy/list/media_profile.py +0 -52
  180. catalystwan/endpoints/configuration/policy/list/mirror.py +0 -48
  181. catalystwan/endpoints/configuration/policy/list/modem_pass_through.py +0 -52
  182. catalystwan/endpoints/configuration/policy/list/policer.py +0 -48
  183. catalystwan/endpoints/configuration/policy/list/port.py +0 -48
  184. catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -52
  185. catalystwan/endpoints/configuration/policy/list/prefix.py +0 -49
  186. catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -52
  187. catalystwan/endpoints/configuration/policy/list/region.py +0 -47
  188. catalystwan/endpoints/configuration/policy/list/scalable_group_tag.py +0 -52
  189. catalystwan/endpoints/configuration/policy/list/site.py +0 -52
  190. catalystwan/endpoints/configuration/policy/list/sla.py +0 -48
  191. catalystwan/endpoints/configuration/policy/list/supervisory_disconnect.py +0 -52
  192. catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -52
  193. catalystwan/endpoints/configuration/policy/list/tloc.py +0 -48
  194. catalystwan/endpoints/configuration/policy/list/translation_profile.py +0 -52
  195. catalystwan/endpoints/configuration/policy/list/translation_rules.py +0 -52
  196. catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -48
  197. catalystwan/endpoints/configuration/policy/list/umbrella_data.py +0 -52
  198. catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -48
  199. catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -48
  200. catalystwan/endpoints/configuration/policy/list/vpn.py +0 -50
  201. catalystwan/endpoints/configuration/policy/list/zone.py +0 -48
  202. catalystwan/endpoints/configuration/policy/security_template.py +0 -55
  203. catalystwan/endpoints/configuration/policy/vedge_template.py +0 -52
  204. catalystwan/endpoints/configuration/policy/voice_template.py +0 -39
  205. catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -79
  206. catalystwan/endpoints/configuration/policy_group.py +0 -30
  207. catalystwan/endpoints/configuration/software_actions.py +0 -201
  208. catalystwan/endpoints/configuration/topology_group.py +0 -51
  209. catalystwan/endpoints/configuration_dashboard_status.py +0 -127
  210. catalystwan/endpoints/configuration_device_actions.py +0 -385
  211. catalystwan/endpoints/configuration_device_inventory.py +0 -309
  212. catalystwan/endpoints/configuration_device_template.py +0 -39
  213. catalystwan/endpoints/configuration_feature_profile.py +0 -135
  214. catalystwan/endpoints/configuration_general_template.py +0 -31
  215. catalystwan/endpoints/configuration_group.py +0 -197
  216. catalystwan/endpoints/configuration_settings.py +0 -749
  217. catalystwan/endpoints/configuration_template_master.py +0 -48
  218. catalystwan/endpoints/endpoints_container.py +0 -279
  219. catalystwan/endpoints/misc.py +0 -21
  220. catalystwan/endpoints/monitoring/device_details.py +0 -246
  221. catalystwan/endpoints/monitoring/security_policy.py +0 -12
  222. catalystwan/endpoints/monitoring/server_info.py +0 -12
  223. catalystwan/endpoints/monitoring/status.py +0 -76
  224. catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -35
  225. catalystwan/endpoints/sdavc_cloud_connector.py +0 -43
  226. catalystwan/endpoints/tenant_backup_restore.py +0 -40
  227. catalystwan/endpoints/tenant_management.py +0 -215
  228. catalystwan/endpoints/tenant_migration.py +0 -102
  229. catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -128
  230. catalystwan/endpoints/url_monitoring.py +0 -26
  231. catalystwan/integration_tests/__init__.py +0 -0
  232. catalystwan/integration_tests/base.py +0 -81
  233. catalystwan/integration_tests/feature_profile/sdwan/__init__.py +0 -0
  234. catalystwan/integration_tests/feature_profile/sdwan/policy/__init__.py +0 -0
  235. catalystwan/integration_tests/feature_profile/sdwan/policy/base.py +0 -33
  236. catalystwan/integration_tests/feature_profile/sdwan/policy/test_extended_community.py +0 -33
  237. catalystwan/integration_tests/feature_profile/sdwan/policy/test_security_app_list.py +0 -32
  238. catalystwan/integration_tests/feature_profile/sdwan/test_application_priority.py +0 -433
  239. catalystwan/integration_tests/feature_profile/sdwan/test_cli.py +0 -54
  240. catalystwan/integration_tests/feature_profile/sdwan/test_dns_security.py +0 -106
  241. catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -49
  242. catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -1078
  243. catalystwan/integration_tests/feature_profile/sdwan/test_sig_security.py +0 -322
  244. catalystwan/integration_tests/feature_profile/sdwan/test_ssl_decryption.py +0 -85
  245. catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -368
  246. catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -1700
  247. catalystwan/integration_tests/feature_profile/sdwan/topology/test_topology.py +0 -93
  248. catalystwan/integration_tests/profile_builder/__init__.py +0 -0
  249. catalystwan/integration_tests/profile_builder/test_pb_service.py +0 -78
  250. catalystwan/integration_tests/profile_builder/test_pb_transport.py +0 -56
  251. catalystwan/integration_tests/profile_builder/test_pb_uc_voice.py +0 -277
  252. catalystwan/integration_tests/test_data/__init__.py +0 -117
  253. catalystwan/integration_tests/test_find_template_values.py +0 -38
  254. catalystwan/integration_tests/test_network_hierarchy.py +0 -82
  255. catalystwan/integration_tests/test_settings.py +0 -30
  256. catalystwan/logging.conf +0 -37
  257. catalystwan/models/common.py +0 -1508
  258. catalystwan/models/configuration/common.py +0 -11
  259. catalystwan/models/configuration/feature_profile/README.md +0 -344
  260. catalystwan/models/configuration/feature_profile/builder.py +0 -22
  261. catalystwan/models/configuration/feature_profile/common.py +0 -749
  262. catalystwan/models/configuration/feature_profile/parcel.py +0 -232
  263. catalystwan/models/configuration/feature_profile/sdwan/acl/__init__.py +0 -13
  264. catalystwan/models/configuration/feature_profile/sdwan/acl/ipv4acl.py +0 -298
  265. catalystwan/models/configuration/feature_profile/sdwan/acl/ipv6acl.py +0 -344
  266. catalystwan/models/configuration/feature_profile/sdwan/application_priority/__init__.py +0 -215
  267. catalystwan/models/configuration/feature_profile/sdwan/application_priority/policy_settings.py +0 -31
  268. catalystwan/models/configuration/feature_profile/sdwan/application_priority/qos_policy.py +0 -102
  269. catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py +0 -1054
  270. catalystwan/models/configuration/feature_profile/sdwan/cli/__init__.py +0 -23
  271. catalystwan/models/configuration/feature_profile/sdwan/cli/config.py +0 -18
  272. catalystwan/models/configuration/feature_profile/sdwan/cli/full_config.py +0 -15
  273. catalystwan/models/configuration/feature_profile/sdwan/dns_security/__init__.py +0 -13
  274. catalystwan/models/configuration/feature_profile/sdwan/dns_security/dns.py +0 -107
  275. catalystwan/models/configuration/feature_profile/sdwan/embedded_security/__init__.py +0 -23
  276. catalystwan/models/configuration/feature_profile/sdwan/embedded_security/ngfirewall.py +0 -915
  277. catalystwan/models/configuration/feature_profile/sdwan/embedded_security/policy.py +0 -171
  278. catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -23
  279. catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -147
  280. catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -110
  281. catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +0 -175
  282. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +0 -56
  283. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +0 -31
  284. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +0 -22
  285. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +0 -21
  286. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -35
  287. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -25
  288. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/extended_community.py +0 -34
  289. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +0 -26
  290. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +0 -28
  291. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +0 -38
  292. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +0 -27
  293. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +0 -42
  294. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +0 -83
  295. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -28
  296. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +0 -130
  297. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +0 -30
  298. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +0 -44
  299. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +0 -64
  300. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -79
  301. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +0 -31
  302. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +0 -22
  303. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +0 -24
  304. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +0 -32
  305. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/identity.py +0 -30
  306. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +0 -58
  307. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +0 -44
  308. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +0 -24
  309. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +0 -21
  310. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/scalable_group_tag.py +0 -26
  311. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +0 -45
  312. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +0 -126
  313. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +0 -165
  314. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +0 -32
  315. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +0 -148
  316. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +0 -44
  317. catalystwan/models/configuration/feature_profile/sdwan/routing/__init__.py +0 -26
  318. catalystwan/models/configuration/feature_profile/sdwan/routing/bgp.py +0 -594
  319. catalystwan/models/configuration/feature_profile/sdwan/routing/ospf.py +0 -170
  320. catalystwan/models/configuration/feature_profile/sdwan/routing/ospfv3.py +0 -298
  321. catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -85
  322. catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -270
  323. catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -127
  324. catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +0 -103
  325. catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -33
  326. catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +0 -275
  327. catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -136
  328. catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -119
  329. catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py +0 -101
  330. catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +0 -172
  331. catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +0 -627
  332. catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -242
  333. catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -84
  334. catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +0 -419
  335. catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -184
  336. catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -112
  337. catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -92
  338. catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -216
  339. catalystwan/models/configuration/feature_profile/sdwan/sig_security/__init__.py +0 -19
  340. catalystwan/models/configuration/feature_profile/sdwan/sig_security/sig_security.py +0 -379
  341. catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -59
  342. catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -406
  343. catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -30
  344. catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -290
  345. catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -69
  346. catalystwan/models/configuration/feature_profile/sdwan/system/device_access.py +0 -157
  347. catalystwan/models/configuration/feature_profile/sdwan/system/device_access_ipv6.py +0 -157
  348. catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -149
  349. catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +0 -162
  350. catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -75
  351. catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +0 -103
  352. catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -111
  353. catalystwan/models/configuration/feature_profile/sdwan/system/security.py +0 -179
  354. catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +0 -173
  355. catalystwan/models/configuration/feature_profile/sdwan/topology/__init__.py +0 -29
  356. catalystwan/models/configuration/feature_profile/sdwan/topology/custom_control.py +0 -425
  357. catalystwan/models/configuration/feature_profile/sdwan/topology/hubspoke.py +0 -60
  358. catalystwan/models/configuration/feature_profile/sdwan/topology/mesh.py +0 -23
  359. catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -93
  360. catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -58
  361. catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_profile.py +0 -71
  362. catalystwan/models/configuration/feature_profile/sdwan/transport/gps.py +0 -37
  363. catalystwan/models/configuration/feature_profile/sdwan/transport/management/ethernet.py +0 -121
  364. catalystwan/models/configuration/feature_profile/sdwan/transport/t1e1controller.py +0 -124
  365. catalystwan/models/configuration/feature_profile/sdwan/transport/vpn.py +0 -285
  366. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/cellular.py +0 -166
  367. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ethernet.py +0 -281
  368. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/gre.py +0 -46
  369. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ipsec.py +0 -98
  370. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/multilink.py +0 -219
  371. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/protocol_over.py +0 -405
  372. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/t1e1serial.py +0 -195
  373. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/__init__.py +0 -62
  374. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/analog_interface.py +0 -436
  375. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/call_routing.py +0 -179
  376. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/digital_interface.py +0 -329
  377. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/dsp_farm.py +0 -193
  378. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/media_profile.py +0 -25
  379. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/server_group.py +0 -51
  380. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/srst.py +0 -86
  381. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/supervisory_disconnect.py +0 -68
  382. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_profile.py +0 -42
  383. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_rule.py +0 -31
  384. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/trunk_group.py +0 -26
  385. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py +0 -55
  386. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_tenant.py +0 -40
  387. catalystwan/models/configuration/network_hierarchy/__init__.py +0 -22
  388. catalystwan/models/configuration/network_hierarchy/cflowd.py +0 -120
  389. catalystwan/models/configuration/network_hierarchy/node.py +0 -88
  390. catalystwan/models/configuration/policy_group.py +0 -74
  391. catalystwan/models/configuration/profile_type.py +0 -5
  392. catalystwan/models/configuration/topology_group.py +0 -52
  393. catalystwan/models/device_inventory.py +0 -30
  394. catalystwan/models/feature_profile_parcel.py +0 -15
  395. catalystwan/models/misc/application_protocols.py +0 -29
  396. catalystwan/models/monitoring/security_policy.py +0 -16
  397. catalystwan/models/monitoring/server_info.py +0 -12
  398. catalystwan/models/policy/__init__.py +0 -392
  399. catalystwan/models/policy/centralized.py +0 -265
  400. catalystwan/models/policy/definition/access_control_list.py +0 -193
  401. catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -187
  402. catalystwan/models/policy/definition/aip.py +0 -60
  403. catalystwan/models/policy/definition/amp.py +0 -65
  404. catalystwan/models/policy/definition/app_route.py +0 -246
  405. catalystwan/models/policy/definition/cflowd.py +0 -95
  406. catalystwan/models/policy/definition/control.py +0 -366
  407. catalystwan/models/policy/definition/device_access.py +0 -117
  408. catalystwan/models/policy/definition/device_access_ipv6.py +0 -115
  409. catalystwan/models/policy/definition/dial_peer.py +0 -60
  410. catalystwan/models/policy/definition/dns_security.py +0 -130
  411. catalystwan/models/policy/definition/fxo_port.py +0 -63
  412. catalystwan/models/policy/definition/fxs_did_port.py +0 -58
  413. catalystwan/models/policy/definition/fxs_port.py +0 -56
  414. catalystwan/models/policy/definition/hub_and_spoke.py +0 -87
  415. catalystwan/models/policy/definition/intrusion_prevention.py +0 -55
  416. catalystwan/models/policy/definition/mesh.py +0 -47
  417. catalystwan/models/policy/definition/pri_isdn_port.py +0 -48
  418. catalystwan/models/policy/definition/qos_map.py +0 -111
  419. catalystwan/models/policy/definition/rewrite.py +0 -47
  420. catalystwan/models/policy/definition/route_policy.py +0 -187
  421. catalystwan/models/policy/definition/rule_set.py +0 -270
  422. catalystwan/models/policy/definition/security_group.py +0 -93
  423. catalystwan/models/policy/definition/srst_phone_profile.py +0 -37
  424. catalystwan/models/policy/definition/ssl_decryption.py +0 -209
  425. catalystwan/models/policy/definition/ssl_decryption_utd_profile.py +0 -87
  426. catalystwan/models/policy/definition/traffic_data.py +0 -496
  427. catalystwan/models/policy/definition/url_filtering.py +0 -70
  428. catalystwan/models/policy/definition/vpn_membership.py +0 -42
  429. catalystwan/models/policy/definition/vpn_qos_map.py +0 -46
  430. catalystwan/models/policy/definition/zone_based_firewall.py +0 -301
  431. catalystwan/models/policy/list/app.py +0 -44
  432. catalystwan/models/policy/list/app_probe.py +0 -42
  433. catalystwan/models/policy/list/as_path.py +0 -30
  434. catalystwan/models/policy/list/class_map.py +0 -30
  435. catalystwan/models/policy/list/color.py +0 -28
  436. catalystwan/models/policy/list/communities.py +0 -83
  437. catalystwan/models/policy/list/data_ipv6_prefix.py +0 -30
  438. catalystwan/models/policy/list/data_prefix.py +0 -30
  439. catalystwan/models/policy/list/fax_protocol.py +0 -45
  440. catalystwan/models/policy/list/fqdn.py +0 -24
  441. catalystwan/models/policy/list/geo_location.py +0 -33
  442. catalystwan/models/policy/list/identity.py +0 -29
  443. catalystwan/models/policy/list/ips_signature.py +0 -27
  444. catalystwan/models/policy/list/ipv6_prefix.py +0 -33
  445. catalystwan/models/policy/list/local_app.py +0 -45
  446. catalystwan/models/policy/list/local_domain.py +0 -36
  447. catalystwan/models/policy/list/media_profile.py +0 -44
  448. catalystwan/models/policy/list/mirror.py +0 -27
  449. catalystwan/models/policy/list/modem_pass_through.py +0 -27
  450. catalystwan/models/policy/list/policer.py +0 -39
  451. catalystwan/models/policy/list/port.py +0 -33
  452. catalystwan/models/policy/list/preferred_color_group.py +0 -82
  453. catalystwan/models/policy/list/prefix.py +0 -33
  454. catalystwan/models/policy/list/protocol_name.py +0 -26
  455. catalystwan/models/policy/list/region.py +0 -45
  456. catalystwan/models/policy/list/scalable_group_tag.py +0 -30
  457. catalystwan/models/policy/list/site.py +0 -34
  458. catalystwan/models/policy/list/sla.py +0 -77
  459. catalystwan/models/policy/list/supervisory_disconnect.py +0 -62
  460. catalystwan/models/policy/list/threat_grid_api_key.py +0 -32
  461. catalystwan/models/policy/list/tloc.py +0 -32
  462. catalystwan/models/policy/list/translation_profile.py +0 -32
  463. catalystwan/models/policy/list/translation_rules.py +0 -29
  464. catalystwan/models/policy/list/trunkgroup.py +0 -56
  465. catalystwan/models/policy/list/umbrella_data.py +0 -30
  466. catalystwan/models/policy/list/url.py +0 -39
  467. catalystwan/models/policy/list/vpn.py +0 -40
  468. catalystwan/models/policy/list/zone.py +0 -45
  469. catalystwan/models/policy/localized.py +0 -154
  470. catalystwan/models/policy/policy.py +0 -100
  471. catalystwan/models/policy/policy_definition.py +0 -1624
  472. catalystwan/models/policy/policy_list.py +0 -47
  473. catalystwan/models/policy/security.py +0 -279
  474. catalystwan/models/policy/voice.py +0 -71
  475. catalystwan/models/settings.py +0 -41
  476. catalystwan/models/templates.py +0 -79
  477. catalystwan/models/tenant.py +0 -105
  478. catalystwan/models/url_monitoring.py +0 -28
  479. catalystwan/tests/__init__.py +0 -0
  480. catalystwan/tests/builders/uc_voice.py +0 -85
  481. catalystwan/tests/models/__init__.py +0 -0
  482. catalystwan/tests/templates/__init__.py +0 -0
  483. catalystwan/tests/templates/definitions/__init__.py +0 -0
  484. catalystwan/tests/templates/definitions/aaa_basic.json +0 -96
  485. catalystwan/tests/templates/definitions/aaa_complex.json +0 -464
  486. catalystwan/tests/templates/definitions/basic/__init__.py +0 -0
  487. catalystwan/tests/templates/definitions/basic/alias.json +0 -7
  488. catalystwan/tests/templates/definitions/basic/basic.json +0 -7
  489. catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -7
  490. catalystwan/tests/templates/definitions/basic/children.json +0 -39
  491. catalystwan/tests/templates/definitions/basic/children_nested.json +0 -72
  492. catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -72
  493. catalystwan/tests/templates/definitions/basic/data_path.json +0 -13
  494. catalystwan/tests/templates/definitions/cisco_aaa.json +0 -178
  495. catalystwan/tests/templates/definitions/cisco_aaa_complex.json +0 -361
  496. catalystwan/tests/templates/definitions/cisco_banner.json +0 -20
  497. catalystwan/tests/templates/definitions/cisco_bfd.json +0 -90
  498. catalystwan/tests/templates/definitions/cisco_logging_complex.json +0 -268
  499. catalystwan/tests/templates/definitions/cisco_ntp_complex.json +0 -143
  500. catalystwan/tests/templates/definitions/cisco_omp_complex.json +0 -175
  501. catalystwan/tests/templates/definitions/cisco_ospf_complex.json +0 -302
  502. catalystwan/tests/templates/definitions/cisco_sig.json +0 -405
  503. catalystwan/tests/templates/definitions/cisco_snmp_complex.json +0 -258
  504. catalystwan/tests/templates/definitions/cisco_system_complex.json +0 -502
  505. catalystwan/tests/templates/definitions/cisco_vpn_basic.json +0 -17
  506. catalystwan/tests/templates/definitions/cisco_vpn_complex.json +0 -1081
  507. catalystwan/tests/templates/definitions/cisco_vpn_interface_complex.json +0 -821
  508. catalystwan/tests/templates/definitions/default_cisco_system.json +0 -184
  509. catalystwan/tests/templates/definitions/omp_vsmart_1.json +0 -26
  510. catalystwan/tests/templates/definitions/omp_vsmart_2.json +0 -48
  511. catalystwan/tests/templates/definitions/omp_vsmart_3.json +0 -71
  512. catalystwan/tests/templates/definitions/omp_vsmart_complex.json +0 -73
  513. catalystwan/tests/templates/definitions/security_vsmart_complex.json +0 -24
  514. catalystwan/tests/templates/definitions/system_vsmart_complex.json +0 -193
  515. catalystwan/tests/templates/definitions/vpn_vsmart_basic.json +0 -17
  516. catalystwan/tests/templates/definitions/vpn_vsmart_complex.json +0 -179
  517. catalystwan/tests/templates/definitions/vpn_vsmart_interface_basic.json +0 -42
  518. catalystwan/tests/templates/definitions/vpn_vsmart_interface_complex.json +0 -208
  519. catalystwan/tests/templates/models/__init__.py +0 -53
  520. catalystwan/tests/templates/models/aaa.py +0 -106
  521. catalystwan/tests/templates/models/cisco_aaa.py +0 -124
  522. catalystwan/tests/templates/models/cisco_banner.py +0 -7
  523. catalystwan/tests/templates/models/cisco_bfd.py +0 -15
  524. catalystwan/tests/templates/models/cisco_logging.py +0 -65
  525. catalystwan/tests/templates/models/cisco_ntp.py +0 -17
  526. catalystwan/tests/templates/models/cisco_omp.py +0 -37
  527. catalystwan/tests/templates/models/cisco_ospf.py +0 -60
  528. catalystwan/tests/templates/models/cisco_secure_internet_gateway.py +0 -95
  529. catalystwan/tests/templates/models/cisco_snmp.py +0 -40
  530. catalystwan/tests/templates/models/cisco_system.py +0 -113
  531. catalystwan/tests/templates/models/cisco_vpn.py +0 -240
  532. catalystwan/tests/templates/models/cisco_vpn_interface.py +0 -200
  533. catalystwan/tests/templates/models/omp_vsmart.py +0 -53
  534. catalystwan/tests/templates/models/security_vsmart.py +0 -11
  535. catalystwan/tests/templates/models/system_vsmart.py +0 -37
  536. catalystwan/tests/templates/models/vpn_vsmart.py +0 -32
  537. catalystwan/tests/templates/models/vpn_vsmart_interface.py +0 -54
  538. catalystwan/tests/templates/schemas/aaa.json +0 -1096
  539. catalystwan/tests/templates/schemas/basic/alias.json +0 -24
  540. catalystwan/tests/templates/schemas/basic/basic.json +0 -23
  541. catalystwan/tests/templates/schemas/basic/children.json +0 -59
  542. catalystwan/tests/templates/schemas/basic/children_nested.json +0 -112
  543. catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -112
  544. catalystwan/tests/templates/schemas/basic/data_path.json +0 -29
  545. catalystwan/tests/templates/schemas/cedge_aaa.json +0 -1185
  546. catalystwan/tests/templates/schemas/cisco_banner.json +0 -44
  547. catalystwan/tests/templates/schemas/cisco_bfd.json +0 -266
  548. catalystwan/tests/templates/schemas/cisco_logging.json +0 -577
  549. catalystwan/tests/templates/schemas/cisco_ntp.json +0 -265
  550. catalystwan/tests/templates/schemas/cisco_omp.json +0 -479
  551. catalystwan/tests/templates/schemas/cisco_ospf.json +0 -908
  552. catalystwan/tests/templates/schemas/cisco_secure_internet_gateway.json +0 -1520
  553. catalystwan/tests/templates/schemas/cisco_snmp.json +0 -561
  554. catalystwan/tests/templates/schemas/cisco_system.json +0 -3099
  555. catalystwan/tests/templates/schemas/cisco_vpn.json +0 -2504
  556. catalystwan/tests/templates/schemas/cisco_vpn_interface.json +0 -3348
  557. catalystwan/tests/templates/schemas/omp-vsmart.json +0 -222
  558. catalystwan/tests/templates/schemas/security-vsmart.json +0 -58
  559. catalystwan/tests/templates/schemas/system-vsmart.json +0 -2585
  560. catalystwan/tests/templates/schemas/vpn-vsmart-interface.json +0 -859
  561. catalystwan/tests/templates/schemas/vpn-vsmart.json +0 -445
  562. catalystwan/tests/templates/test_chose_model.py +0 -32
  563. catalystwan/tests/templates/test_deserialize_model.py +0 -69
  564. catalystwan/tests/templates/test_find_template_values.py +0 -193
  565. catalystwan/tests/templates/test_find_template_values_2.py +0 -193
  566. catalystwan/tests/templates/test_generate_payload.py +0 -137
  567. catalystwan/tests/templates/test_serialize_model.py +0 -52
  568. catalystwan/tests/test_admin_tech_api.py +0 -198
  569. catalystwan/tests/test_administration.py +0 -470
  570. catalystwan/tests/test_alarms_api.py +0 -251
  571. catalystwan/tests/test_cli_template.py +0 -218
  572. catalystwan/tests/test_creation_tools.py +0 -155
  573. catalystwan/tests/test_device_action_api.py +0 -117
  574. catalystwan/tests/test_devices_api.py +0 -674
  575. catalystwan/tests/test_endpoints.py +0 -907
  576. catalystwan/tests/test_feature_profile_api.py +0 -282
  577. catalystwan/tests/test_feature_template_field.py +0 -33
  578. catalystwan/tests/test_logs_api.py +0 -40
  579. catalystwan/tests/test_models_common.py +0 -53
  580. catalystwan/tests/test_monitoring_security_policy.py +0 -65
  581. catalystwan/tests/test_monitoring_server_info.py +0 -49
  582. catalystwan/tests/test_monitoring_status_api.py +0 -118
  583. catalystwan/tests/test_mtt_aaa_api.py +0 -293
  584. catalystwan/tests/test_omp_api.py +0 -438
  585. catalystwan/tests/test_packet_capture.py +0 -125
  586. catalystwan/tests/test_partition_manager_api.py +0 -121
  587. catalystwan/tests/test_response.py +0 -183
  588. catalystwan/tests/test_session.py +0 -102
  589. catalystwan/tests/test_software_action_api.py +0 -154
  590. catalystwan/tests/test_speed_test_api.py +0 -143
  591. catalystwan/tests/test_task_status_api.py +0 -381
  592. catalystwan/tests/test_templates.py +0 -405
  593. catalystwan/tests/test_tenant_backup_restore_api.py +0 -88
  594. catalystwan/tests/test_tenant_management_api.py +0 -153
  595. catalystwan/tests/test_tenant_migration_api.py +0 -102
  596. catalystwan/tests/test_typed_list.py +0 -426
  597. catalystwan/tests/test_url_monitoring.py +0 -80
  598. catalystwan/tests/test_version.py +0 -99
  599. catalystwan/tests/test_version_utils.py +0 -240
  600. catalystwan/tests/test_vmanage_auth.py +0 -149
  601. catalystwan/typed_list.py +0 -288
  602. catalystwan/utils/__init__.py +0 -0
  603. catalystwan/utils/alarm_status.py +0 -16
  604. catalystwan/utils/certificate_status.py +0 -13
  605. catalystwan/utils/colors.py +0 -12
  606. catalystwan/utils/config_status.py +0 -8
  607. catalystwan/utils/creation_tools.py +0 -136
  608. catalystwan/utils/dashboard.py +0 -255
  609. catalystwan/utils/device_model.py +0 -322
  610. catalystwan/utils/dict.py +0 -61
  611. catalystwan/utils/feature_template/choose_model.py +0 -30
  612. catalystwan/utils/feature_template/find_template_values.py +0 -111
  613. catalystwan/utils/model.py +0 -45
  614. catalystwan/utils/operation_status.py +0 -22
  615. catalystwan/utils/persona.py +0 -5
  616. catalystwan/utils/personality.py +0 -10
  617. catalystwan/utils/pydantic_field.py +0 -12
  618. catalystwan/utils/reachability.py +0 -14
  619. catalystwan/utils/session_type.py +0 -17
  620. catalystwan/utils/template_type.py +0 -8
  621. catalystwan/utils/type_check.py +0 -22
  622. catalystwan/utils/upgrades_helper.py +0 -95
  623. catalystwan/utils/validate_status.py +0 -8
  624. catalystwan/workflows/backup_restore_device_templates.py +0 -467
  625. catalystwan/workflows/tenant_migration.py +0 -203
  626. catalystwan-0.40.1.dev7.dist-info/METADATA +0 -539
  627. catalystwan-0.40.1.dev7.dist-info/RECORD +0 -618
  628. /catalystwan/{api → core/models}/__init__.py +0 -0
  629. /catalystwan/{api/builders/feature_profiles/__init__.py → core/py.typed} +0 -0
  630. {catalystwan-0.40.1.dev7.dist-info → catalystwan-2.0.0a0.dist-info}/LICENSE +0 -0
@@ -1,3099 +0,0 @@
1
- {
2
- "name": "cisco_system",
3
- "xmlPath": [],
4
- "xmlRootTag": "system",
5
- "nameSpace": "http://viptela.com/system",
6
- "fields": [
7
- {
8
- "key": "timezone",
9
- "description": "Timezone",
10
- "details": "Set the timezone",
11
- "optionType": [
12
- "constant",
13
- "variable",
14
- "ignore"
15
- ],
16
- "defaultOption": "ignore",
17
- "dataType": {
18
- "type": "enum",
19
- "values": [
20
- {
21
- "key": "Europe/Andorra",
22
- "value": "Europe/Andorra"
23
- },
24
- {
25
- "key": "Asia/Dubai",
26
- "value": "Asia/Dubai"
27
- },
28
- {
29
- "key": "Asia/Kabul",
30
- "value": "Asia/Kabul"
31
- },
32
- {
33
- "key": "America/Antigua",
34
- "value": "America/Antigua"
35
- },
36
- {
37
- "key": "America/Anguilla",
38
- "value": "America/Anguilla"
39
- },
40
- {
41
- "key": "Europe/Tirane",
42
- "value": "Europe/Tirane"
43
- },
44
- {
45
- "key": "Asia/Yerevan",
46
- "value": "Asia/Yerevan"
47
- },
48
- {
49
- "key": "Africa/Luanda",
50
- "value": "Africa/Luanda"
51
- },
52
- {
53
- "key": "Antarctica/McMurdo",
54
- "value": "Antarctica/McMurdo"
55
- },
56
- {
57
- "key": "Antarctica/Rothera",
58
- "value": "Antarctica/Rothera"
59
- },
60
- {
61
- "key": "Antarctica/Palmer",
62
- "value": "Antarctica/Palmer"
63
- },
64
- {
65
- "key": "Antarctica/Mawson",
66
- "value": "Antarctica/Mawson"
67
- },
68
- {
69
- "key": "Antarctica/Davis",
70
- "value": "Antarctica/Davis"
71
- },
72
- {
73
- "key": "Antarctica/Casey",
74
- "value": "Antarctica/Casey"
75
- },
76
- {
77
- "key": "Antarctica/Vostok",
78
- "value": "Antarctica/Vostok"
79
- },
80
- {
81
- "key": "Antarctica/DumontDUrville",
82
- "value": "Antarctica/DumontDUrville"
83
- },
84
- {
85
- "key": "Antarctica/Syowa",
86
- "value": "Antarctica/Syowa"
87
- },
88
- {
89
- "key": "America/Argentina/Buenos_Aires",
90
- "value": "America/Argentina/Buenos_Aires"
91
- },
92
- {
93
- "key": "America/Argentina/Cordoba",
94
- "value": "America/Argentina/Cordoba"
95
- },
96
- {
97
- "key": "America/Argentina/Salta",
98
- "value": "America/Argentina/Salta"
99
- },
100
- {
101
- "key": "America/Argentina/Jujuy",
102
- "value": "America/Argentina/Jujuy"
103
- },
104
- {
105
- "key": "America/Argentina/Tucuman",
106
- "value": "America/Argentina/Tucuman"
107
- },
108
- {
109
- "key": "America/Argentina/Catamarca",
110
- "value": "America/Argentina/Catamarca"
111
- },
112
- {
113
- "key": "America/Argentina/La_Rioja",
114
- "value": "America/Argentina/La_Rioja"
115
- },
116
- {
117
- "key": "America/Argentina/San_Juan",
118
- "value": "America/Argentina/San_Juan"
119
- },
120
- {
121
- "key": "America/Argentina/Mendoza",
122
- "value": "America/Argentina/Mendoza"
123
- },
124
- {
125
- "key": "America/Argentina/San_Luis",
126
- "value": "America/Argentina/San_Luis"
127
- },
128
- {
129
- "key": "America/Argentina/Rio_Gallegos",
130
- "value": "America/Argentina/Rio_Gallegos"
131
- },
132
- {
133
- "key": "America/Argentina/Ushuaia",
134
- "value": "America/Argentina/Ushuaia"
135
- },
136
- {
137
- "key": "Pacific/Pago_Pago",
138
- "value": "Pacific/Pago_Pago"
139
- },
140
- {
141
- "key": "Europe/Vienna",
142
- "value": "Europe/Vienna"
143
- },
144
- {
145
- "key": "Australia/Lord_Howe",
146
- "value": "Australia/Lord_Howe"
147
- },
148
- {
149
- "key": "Antarctica/Macquarie",
150
- "value": "Antarctica/Macquarie"
151
- },
152
- {
153
- "key": "Australia/Hobart",
154
- "value": "Australia/Hobart"
155
- },
156
- {
157
- "key": "Australia/Currie",
158
- "value": "Australia/Currie"
159
- },
160
- {
161
- "key": "Australia/Melbourne",
162
- "value": "Australia/Melbourne"
163
- },
164
- {
165
- "key": "Australia/Sydney",
166
- "value": "Australia/Sydney"
167
- },
168
- {
169
- "key": "Australia/Broken_Hill",
170
- "value": "Australia/Broken_Hill"
171
- },
172
- {
173
- "key": "Australia/Brisbane",
174
- "value": "Australia/Brisbane"
175
- },
176
- {
177
- "key": "Australia/Lindeman",
178
- "value": "Australia/Lindeman"
179
- },
180
- {
181
- "key": "Australia/Adelaide",
182
- "value": "Australia/Adelaide"
183
- },
184
- {
185
- "key": "Australia/Darwin",
186
- "value": "Australia/Darwin"
187
- },
188
- {
189
- "key": "Australia/Perth",
190
- "value": "Australia/Perth"
191
- },
192
- {
193
- "key": "Australia/Eucla",
194
- "value": "Australia/Eucla"
195
- },
196
- {
197
- "key": "America/Aruba",
198
- "value": "America/Aruba"
199
- },
200
- {
201
- "key": "Europe/Mariehamn",
202
- "value": "Europe/Mariehamn"
203
- },
204
- {
205
- "key": "Asia/Baku",
206
- "value": "Asia/Baku"
207
- },
208
- {
209
- "key": "Europe/Sarajevo",
210
- "value": "Europe/Sarajevo"
211
- },
212
- {
213
- "key": "America/Barbados",
214
- "value": "America/Barbados"
215
- },
216
- {
217
- "key": "Asia/Dhaka",
218
- "value": "Asia/Dhaka"
219
- },
220
- {
221
- "key": "Europe/Brussels",
222
- "value": "Europe/Brussels"
223
- },
224
- {
225
- "key": "Africa/Ouagadougou",
226
- "value": "Africa/Ouagadougou"
227
- },
228
- {
229
- "key": "Europe/Sofia",
230
- "value": "Europe/Sofia"
231
- },
232
- {
233
- "key": "Asia/Bahrain",
234
- "value": "Asia/Bahrain"
235
- },
236
- {
237
- "key": "Africa/Bujumbura",
238
- "value": "Africa/Bujumbura"
239
- },
240
- {
241
- "key": "Africa/Porto-Novo",
242
- "value": "Africa/Porto-Novo"
243
- },
244
- {
245
- "key": "America/St_Barthelemy",
246
- "value": "America/St_Barthelemy"
247
- },
248
- {
249
- "key": "Atlantic/Bermuda",
250
- "value": "Atlantic/Bermuda"
251
- },
252
- {
253
- "key": "Asia/Brunei",
254
- "value": "Asia/Brunei"
255
- },
256
- {
257
- "key": "America/La_Paz",
258
- "value": "America/La_Paz"
259
- },
260
- {
261
- "key": "America/Kralendijk",
262
- "value": "America/Kralendijk"
263
- },
264
- {
265
- "key": "America/Noronha",
266
- "value": "America/Noronha"
267
- },
268
- {
269
- "key": "America/Belem",
270
- "value": "America/Belem"
271
- },
272
- {
273
- "key": "America/Fortaleza",
274
- "value": "America/Fortaleza"
275
- },
276
- {
277
- "key": "America/Recife",
278
- "value": "America/Recife"
279
- },
280
- {
281
- "key": "America/Araguaina",
282
- "value": "America/Araguaina"
283
- },
284
- {
285
- "key": "America/Maceio",
286
- "value": "America/Maceio"
287
- },
288
- {
289
- "key": "America/Bahia",
290
- "value": "America/Bahia"
291
- },
292
- {
293
- "key": "America/Sao_Paulo",
294
- "value": "America/Sao_Paulo"
295
- },
296
- {
297
- "key": "America/Campo_Grande",
298
- "value": "America/Campo_Grande"
299
- },
300
- {
301
- "key": "America/Cuiaba",
302
- "value": "America/Cuiaba"
303
- },
304
- {
305
- "key": "America/Santarem",
306
- "value": "America/Santarem"
307
- },
308
- {
309
- "key": "America/Porto_Velho",
310
- "value": "America/Porto_Velho"
311
- },
312
- {
313
- "key": "America/Boa_Vista",
314
- "value": "America/Boa_Vista"
315
- },
316
- {
317
- "key": "America/Manaus",
318
- "value": "America/Manaus"
319
- },
320
- {
321
- "key": "America/Eirunepe",
322
- "value": "America/Eirunepe"
323
- },
324
- {
325
- "key": "America/Rio_Branco",
326
- "value": "America/Rio_Branco"
327
- },
328
- {
329
- "key": "America/Nassau",
330
- "value": "America/Nassau"
331
- },
332
- {
333
- "key": "Asia/Thimphu",
334
- "value": "Asia/Thimphu"
335
- },
336
- {
337
- "key": "Africa/Gaborone",
338
- "value": "Africa/Gaborone"
339
- },
340
- {
341
- "key": "Europe/Minsk",
342
- "value": "Europe/Minsk"
343
- },
344
- {
345
- "key": "America/Belize",
346
- "value": "America/Belize"
347
- },
348
- {
349
- "key": "America/St_Johns",
350
- "value": "America/St_Johns"
351
- },
352
- {
353
- "key": "America/Halifax",
354
- "value": "America/Halifax"
355
- },
356
- {
357
- "key": "America/Glace_Bay",
358
- "value": "America/Glace_Bay"
359
- },
360
- {
361
- "key": "America/Moncton",
362
- "value": "America/Moncton"
363
- },
364
- {
365
- "key": "America/Goose_Bay",
366
- "value": "America/Goose_Bay"
367
- },
368
- {
369
- "key": "America/Blanc-Sablon",
370
- "value": "America/Blanc-Sablon"
371
- },
372
- {
373
- "key": "America/Toronto",
374
- "value": "America/Toronto"
375
- },
376
- {
377
- "key": "America/Nipigon",
378
- "value": "America/Nipigon"
379
- },
380
- {
381
- "key": "America/Thunder_Bay",
382
- "value": "America/Thunder_Bay"
383
- },
384
- {
385
- "key": "America/Iqaluit",
386
- "value": "America/Iqaluit"
387
- },
388
- {
389
- "key": "America/Pangnirtung",
390
- "value": "America/Pangnirtung"
391
- },
392
- {
393
- "key": "America/Resolute",
394
- "value": "America/Resolute"
395
- },
396
- {
397
- "key": "America/Atikokan",
398
- "value": "America/Atikokan"
399
- },
400
- {
401
- "key": "America/Rankin_Inlet",
402
- "value": "America/Rankin_Inlet"
403
- },
404
- {
405
- "key": "America/Winnipeg",
406
- "value": "America/Winnipeg"
407
- },
408
- {
409
- "key": "America/Rainy_River",
410
- "value": "America/Rainy_River"
411
- },
412
- {
413
- "key": "America/Regina",
414
- "value": "America/Regina"
415
- },
416
- {
417
- "key": "America/Swift_Current",
418
- "value": "America/Swift_Current"
419
- },
420
- {
421
- "key": "America/Edmonton",
422
- "value": "America/Edmonton"
423
- },
424
- {
425
- "key": "America/Cambridge_Bay",
426
- "value": "America/Cambridge_Bay"
427
- },
428
- {
429
- "key": "America/Yellowknife",
430
- "value": "America/Yellowknife"
431
- },
432
- {
433
- "key": "America/Inuvik",
434
- "value": "America/Inuvik"
435
- },
436
- {
437
- "key": "America/Creston",
438
- "value": "America/Creston"
439
- },
440
- {
441
- "key": "America/Dawson_Creek",
442
- "value": "America/Dawson_Creek"
443
- },
444
- {
445
- "key": "America/Vancouver",
446
- "value": "America/Vancouver"
447
- },
448
- {
449
- "key": "America/Whitehorse",
450
- "value": "America/Whitehorse"
451
- },
452
- {
453
- "key": "America/Dawson",
454
- "value": "America/Dawson"
455
- },
456
- {
457
- "key": "Indian/Cocos",
458
- "value": "Indian/Cocos"
459
- },
460
- {
461
- "key": "Africa/Kinshasa",
462
- "value": "Africa/Kinshasa"
463
- },
464
- {
465
- "key": "Africa/Lubumbashi",
466
- "value": "Africa/Lubumbashi"
467
- },
468
- {
469
- "key": "Africa/Bangui",
470
- "value": "Africa/Bangui"
471
- },
472
- {
473
- "key": "Africa/Brazzaville",
474
- "value": "Africa/Brazzaville"
475
- },
476
- {
477
- "key": "Europe/Zurich",
478
- "value": "Europe/Zurich"
479
- },
480
- {
481
- "key": "Africa/Abidjan",
482
- "value": "Africa/Abidjan"
483
- },
484
- {
485
- "key": "Pacific/Rarotonga",
486
- "value": "Pacific/Rarotonga"
487
- },
488
- {
489
- "key": "America/Santiago",
490
- "value": "America/Santiago"
491
- },
492
- {
493
- "key": "Pacific/Easter",
494
- "value": "Pacific/Easter"
495
- },
496
- {
497
- "key": "Africa/Douala",
498
- "value": "Africa/Douala"
499
- },
500
- {
501
- "key": "Asia/Shanghai",
502
- "value": "Asia/Shanghai"
503
- },
504
- {
505
- "key": "Asia/Harbin",
506
- "value": "Asia/Harbin"
507
- },
508
- {
509
- "key": "Asia/Chongqing",
510
- "value": "Asia/Chongqing"
511
- },
512
- {
513
- "key": "Asia/Urumqi",
514
- "value": "Asia/Urumqi"
515
- },
516
- {
517
- "key": "Asia/Kashgar",
518
- "value": "Asia/Kashgar"
519
- },
520
- {
521
- "key": "America/Bogota",
522
- "value": "America/Bogota"
523
- },
524
- {
525
- "key": "America/Costa_Rica",
526
- "value": "America/Costa_Rica"
527
- },
528
- {
529
- "key": "America/Havana",
530
- "value": "America/Havana"
531
- },
532
- {
533
- "key": "Atlantic/Cape_Verde",
534
- "value": "Atlantic/Cape_Verde"
535
- },
536
- {
537
- "key": "America/Curacao",
538
- "value": "America/Curacao"
539
- },
540
- {
541
- "key": "Indian/Christmas",
542
- "value": "Indian/Christmas"
543
- },
544
- {
545
- "key": "Asia/Nicosia",
546
- "value": "Asia/Nicosia"
547
- },
548
- {
549
- "key": "Europe/Prague",
550
- "value": "Europe/Prague"
551
- },
552
- {
553
- "key": "Europe/Berlin",
554
- "value": "Europe/Berlin"
555
- },
556
- {
557
- "key": "Europe/Busingen",
558
- "value": "Europe/Busingen"
559
- },
560
- {
561
- "key": "Africa/Djibouti",
562
- "value": "Africa/Djibouti"
563
- },
564
- {
565
- "key": "Europe/Copenhagen",
566
- "value": "Europe/Copenhagen"
567
- },
568
- {
569
- "key": "America/Dominica",
570
- "value": "America/Dominica"
571
- },
572
- {
573
- "key": "America/Santo_Domingo",
574
- "value": "America/Santo_Domingo"
575
- },
576
- {
577
- "key": "Africa/Algiers",
578
- "value": "Africa/Algiers"
579
- },
580
- {
581
- "key": "America/Guayaquil",
582
- "value": "America/Guayaquil"
583
- },
584
- {
585
- "key": "Pacific/Galapagos",
586
- "value": "Pacific/Galapagos"
587
- },
588
- {
589
- "key": "Europe/Tallinn",
590
- "value": "Europe/Tallinn"
591
- },
592
- {
593
- "key": "Africa/Cairo",
594
- "value": "Africa/Cairo"
595
- },
596
- {
597
- "key": "Africa/El_Aaiun",
598
- "value": "Africa/El_Aaiun"
599
- },
600
- {
601
- "key": "Africa/Asmara",
602
- "value": "Africa/Asmara"
603
- },
604
- {
605
- "key": "Europe/Madrid",
606
- "value": "Europe/Madrid"
607
- },
608
- {
609
- "key": "Africa/Ceuta",
610
- "value": "Africa/Ceuta"
611
- },
612
- {
613
- "key": "Atlantic/Canary",
614
- "value": "Atlantic/Canary"
615
- },
616
- {
617
- "key": "Africa/Addis_Ababa",
618
- "value": "Africa/Addis_Ababa"
619
- },
620
- {
621
- "key": "Europe/Helsinki",
622
- "value": "Europe/Helsinki"
623
- },
624
- {
625
- "key": "Pacific/Fiji",
626
- "value": "Pacific/Fiji"
627
- },
628
- {
629
- "key": "Atlantic/Stanley",
630
- "value": "Atlantic/Stanley"
631
- },
632
- {
633
- "key": "Pacific/Chuuk",
634
- "value": "Pacific/Chuuk"
635
- },
636
- {
637
- "key": "Pacific/Pohnpei",
638
- "value": "Pacific/Pohnpei"
639
- },
640
- {
641
- "key": "Pacific/Kosrae",
642
- "value": "Pacific/Kosrae"
643
- },
644
- {
645
- "key": "Atlantic/Faroe",
646
- "value": "Atlantic/Faroe"
647
- },
648
- {
649
- "key": "Europe/Paris",
650
- "value": "Europe/Paris"
651
- },
652
- {
653
- "key": "Africa/Libreville",
654
- "value": "Africa/Libreville"
655
- },
656
- {
657
- "key": "Europe/London",
658
- "value": "Europe/London"
659
- },
660
- {
661
- "key": "America/Grenada",
662
- "value": "America/Grenada"
663
- },
664
- {
665
- "key": "Asia/Tbilisi",
666
- "value": "Asia/Tbilisi"
667
- },
668
- {
669
- "key": "America/Cayenne",
670
- "value": "America/Cayenne"
671
- },
672
- {
673
- "key": "Europe/Guernsey",
674
- "value": "Europe/Guernsey"
675
- },
676
- {
677
- "key": "Africa/Accra",
678
- "value": "Africa/Accra"
679
- },
680
- {
681
- "key": "Europe/Gibraltar",
682
- "value": "Europe/Gibraltar"
683
- },
684
- {
685
- "key": "America/Godthab",
686
- "value": "America/Godthab"
687
- },
688
- {
689
- "key": "America/Danmarkshavn",
690
- "value": "America/Danmarkshavn"
691
- },
692
- {
693
- "key": "America/Scoresbysund",
694
- "value": "America/Scoresbysund"
695
- },
696
- {
697
- "key": "America/Thule",
698
- "value": "America/Thule"
699
- },
700
- {
701
- "key": "Africa/Banjul",
702
- "value": "Africa/Banjul"
703
- },
704
- {
705
- "key": "Africa/Conakry",
706
- "value": "Africa/Conakry"
707
- },
708
- {
709
- "key": "America/Guadeloupe",
710
- "value": "America/Guadeloupe"
711
- },
712
- {
713
- "key": "Africa/Malabo",
714
- "value": "Africa/Malabo"
715
- },
716
- {
717
- "key": "Europe/Athens",
718
- "value": "Europe/Athens"
719
- },
720
- {
721
- "key": "Atlantic/South_Georgia",
722
- "value": "Atlantic/South_Georgia"
723
- },
724
- {
725
- "key": "America/Guatemala",
726
- "value": "America/Guatemala"
727
- },
728
- {
729
- "key": "Pacific/Guam",
730
- "value": "Pacific/Guam"
731
- },
732
- {
733
- "key": "Africa/Bissau",
734
- "value": "Africa/Bissau"
735
- },
736
- {
737
- "key": "America/Guyana",
738
- "value": "America/Guyana"
739
- },
740
- {
741
- "key": "Asia/Hong_Kong",
742
- "value": "Asia/Hong_Kong"
743
- },
744
- {
745
- "key": "America/Tegucigalpa",
746
- "value": "America/Tegucigalpa"
747
- },
748
- {
749
- "key": "Europe/Zagreb",
750
- "value": "Europe/Zagreb"
751
- },
752
- {
753
- "key": "America/Port-au-Prince",
754
- "value": "America/Port-au-Prince"
755
- },
756
- {
757
- "key": "Europe/Budapest",
758
- "value": "Europe/Budapest"
759
- },
760
- {
761
- "key": "Asia/Jakarta",
762
- "value": "Asia/Jakarta"
763
- },
764
- {
765
- "key": "Asia/Pontianak",
766
- "value": "Asia/Pontianak"
767
- },
768
- {
769
- "key": "Asia/Makassar",
770
- "value": "Asia/Makassar"
771
- },
772
- {
773
- "key": "Asia/Jayapura",
774
- "value": "Asia/Jayapura"
775
- },
776
- {
777
- "key": "Europe/Dublin",
778
- "value": "Europe/Dublin"
779
- },
780
- {
781
- "key": "Asia/Jerusalem",
782
- "value": "Asia/Jerusalem"
783
- },
784
- {
785
- "key": "Europe/Isle_of_Man",
786
- "value": "Europe/Isle_of_Man"
787
- },
788
- {
789
- "key": "Asia/Kolkata",
790
- "value": "Asia/Kolkata"
791
- },
792
- {
793
- "key": "Indian/Chagos",
794
- "value": "Indian/Chagos"
795
- },
796
- {
797
- "key": "Asia/Baghdad",
798
- "value": "Asia/Baghdad"
799
- },
800
- {
801
- "key": "Asia/Tehran",
802
- "value": "Asia/Tehran"
803
- },
804
- {
805
- "key": "Atlantic/Reykjavik",
806
- "value": "Atlantic/Reykjavik"
807
- },
808
- {
809
- "key": "Europe/Rome",
810
- "value": "Europe/Rome"
811
- },
812
- {
813
- "key": "Europe/Jersey",
814
- "value": "Europe/Jersey"
815
- },
816
- {
817
- "key": "America/Jamaica",
818
- "value": "America/Jamaica"
819
- },
820
- {
821
- "key": "Asia/Amman",
822
- "value": "Asia/Amman"
823
- },
824
- {
825
- "key": "Asia/Tokyo",
826
- "value": "Asia/Tokyo"
827
- },
828
- {
829
- "key": "Africa/Nairobi",
830
- "value": "Africa/Nairobi"
831
- },
832
- {
833
- "key": "Asia/Bishkek",
834
- "value": "Asia/Bishkek"
835
- },
836
- {
837
- "key": "Asia/Phnom_Penh",
838
- "value": "Asia/Phnom_Penh"
839
- },
840
- {
841
- "key": "Pacific/Tarawa",
842
- "value": "Pacific/Tarawa"
843
- },
844
- {
845
- "key": "Pacific/Enderbury",
846
- "value": "Pacific/Enderbury"
847
- },
848
- {
849
- "key": "Pacific/Kiritimati",
850
- "value": "Pacific/Kiritimati"
851
- },
852
- {
853
- "key": "Indian/Comoro",
854
- "value": "Indian/Comoro"
855
- },
856
- {
857
- "key": "America/St_Kitts",
858
- "value": "America/St_Kitts"
859
- },
860
- {
861
- "key": "Asia/Pyongyang",
862
- "value": "Asia/Pyongyang"
863
- },
864
- {
865
- "key": "Asia/Seoul",
866
- "value": "Asia/Seoul"
867
- },
868
- {
869
- "key": "Asia/Kuwait",
870
- "value": "Asia/Kuwait"
871
- },
872
- {
873
- "key": "America/Cayman",
874
- "value": "America/Cayman"
875
- },
876
- {
877
- "key": "Asia/Almaty",
878
- "value": "Asia/Almaty"
879
- },
880
- {
881
- "key": "Asia/Qyzylorda",
882
- "value": "Asia/Qyzylorda"
883
- },
884
- {
885
- "key": "Asia/Aqtobe",
886
- "value": "Asia/Aqtobe"
887
- },
888
- {
889
- "key": "Asia/Aqtau",
890
- "value": "Asia/Aqtau"
891
- },
892
- {
893
- "key": "Asia/Oral",
894
- "value": "Asia/Oral"
895
- },
896
- {
897
- "key": "Asia/Vientiane",
898
- "value": "Asia/Vientiane"
899
- },
900
- {
901
- "key": "Asia/Beirut",
902
- "value": "Asia/Beirut"
903
- },
904
- {
905
- "key": "America/St_Lucia",
906
- "value": "America/St_Lucia"
907
- },
908
- {
909
- "key": "Europe/Vaduz",
910
- "value": "Europe/Vaduz"
911
- },
912
- {
913
- "key": "Asia/Colombo",
914
- "value": "Asia/Colombo"
915
- },
916
- {
917
- "key": "Africa/Monrovia",
918
- "value": "Africa/Monrovia"
919
- },
920
- {
921
- "key": "Africa/Maseru",
922
- "value": "Africa/Maseru"
923
- },
924
- {
925
- "key": "Europe/Vilnius",
926
- "value": "Europe/Vilnius"
927
- },
928
- {
929
- "key": "Europe/Luxembourg",
930
- "value": "Europe/Luxembourg"
931
- },
932
- {
933
- "key": "Europe/Riga",
934
- "value": "Europe/Riga"
935
- },
936
- {
937
- "key": "Africa/Tripoli",
938
- "value": "Africa/Tripoli"
939
- },
940
- {
941
- "key": "Africa/Casablanca",
942
- "value": "Africa/Casablanca"
943
- },
944
- {
945
- "key": "Europe/Monaco",
946
- "value": "Europe/Monaco"
947
- },
948
- {
949
- "key": "Europe/Chisinau",
950
- "value": "Europe/Chisinau"
951
- },
952
- {
953
- "key": "Europe/Podgorica",
954
- "value": "Europe/Podgorica"
955
- },
956
- {
957
- "key": "America/Marigot",
958
- "value": "America/Marigot"
959
- },
960
- {
961
- "key": "Indian/Antananarivo",
962
- "value": "Indian/Antananarivo"
963
- },
964
- {
965
- "key": "Pacific/Majuro",
966
- "value": "Pacific/Majuro"
967
- },
968
- {
969
- "key": "Pacific/Kwajalein",
970
- "value": "Pacific/Kwajalein"
971
- },
972
- {
973
- "key": "Europe/Skopje",
974
- "value": "Europe/Skopje"
975
- },
976
- {
977
- "key": "Africa/Bamako",
978
- "value": "Africa/Bamako"
979
- },
980
- {
981
- "key": "Asia/Rangoon",
982
- "value": "Asia/Rangoon"
983
- },
984
- {
985
- "key": "Asia/Ulaanbaatar",
986
- "value": "Asia/Ulaanbaatar"
987
- },
988
- {
989
- "key": "Asia/Hovd",
990
- "value": "Asia/Hovd"
991
- },
992
- {
993
- "key": "Asia/Choibalsan",
994
- "value": "Asia/Choibalsan"
995
- },
996
- {
997
- "key": "Asia/Macau",
998
- "value": "Asia/Macau"
999
- },
1000
- {
1001
- "key": "Pacific/Saipan",
1002
- "value": "Pacific/Saipan"
1003
- },
1004
- {
1005
- "key": "America/Martinique",
1006
- "value": "America/Martinique"
1007
- },
1008
- {
1009
- "key": "Africa/Nouakchott",
1010
- "value": "Africa/Nouakchott"
1011
- },
1012
- {
1013
- "key": "America/Montserrat",
1014
- "value": "America/Montserrat"
1015
- },
1016
- {
1017
- "key": "Europe/Malta",
1018
- "value": "Europe/Malta"
1019
- },
1020
- {
1021
- "key": "Indian/Mauritius",
1022
- "value": "Indian/Mauritius"
1023
- },
1024
- {
1025
- "key": "Indian/Maldives",
1026
- "value": "Indian/Maldives"
1027
- },
1028
- {
1029
- "key": "Africa/Blantyre",
1030
- "value": "Africa/Blantyre"
1031
- },
1032
- {
1033
- "key": "America/Mexico_City",
1034
- "value": "America/Mexico_City"
1035
- },
1036
- {
1037
- "key": "America/Cancun",
1038
- "value": "America/Cancun"
1039
- },
1040
- {
1041
- "key": "America/Merida",
1042
- "value": "America/Merida"
1043
- },
1044
- {
1045
- "key": "America/Monterrey",
1046
- "value": "America/Monterrey"
1047
- },
1048
- {
1049
- "key": "America/Matamoros",
1050
- "value": "America/Matamoros"
1051
- },
1052
- {
1053
- "key": "America/Mazatlan",
1054
- "value": "America/Mazatlan"
1055
- },
1056
- {
1057
- "key": "America/Chihuahua",
1058
- "value": "America/Chihuahua"
1059
- },
1060
- {
1061
- "key": "America/Ojinaga",
1062
- "value": "America/Ojinaga"
1063
- },
1064
- {
1065
- "key": "America/Hermosillo",
1066
- "value": "America/Hermosillo"
1067
- },
1068
- {
1069
- "key": "America/Tijuana",
1070
- "value": "America/Tijuana"
1071
- },
1072
- {
1073
- "key": "America/Santa_Isabel",
1074
- "value": "America/Santa_Isabel"
1075
- },
1076
- {
1077
- "key": "America/Bahia_Banderas",
1078
- "value": "America/Bahia_Banderas"
1079
- },
1080
- {
1081
- "key": "Asia/Kuala_Lumpur",
1082
- "value": "Asia/Kuala_Lumpur"
1083
- },
1084
- {
1085
- "key": "Asia/Kuching",
1086
- "value": "Asia/Kuching"
1087
- },
1088
- {
1089
- "key": "Africa/Maputo",
1090
- "value": "Africa/Maputo"
1091
- },
1092
- {
1093
- "key": "Africa/Windhoek",
1094
- "value": "Africa/Windhoek"
1095
- },
1096
- {
1097
- "key": "Pacific/Noumea",
1098
- "value": "Pacific/Noumea"
1099
- },
1100
- {
1101
- "key": "Africa/Niamey",
1102
- "value": "Africa/Niamey"
1103
- },
1104
- {
1105
- "key": "Pacific/Norfolk",
1106
- "value": "Pacific/Norfolk"
1107
- },
1108
- {
1109
- "key": "Africa/Lagos",
1110
- "value": "Africa/Lagos"
1111
- },
1112
- {
1113
- "key": "America/Managua",
1114
- "value": "America/Managua"
1115
- },
1116
- {
1117
- "key": "Europe/Amsterdam",
1118
- "value": "Europe/Amsterdam"
1119
- },
1120
- {
1121
- "key": "Europe/Oslo",
1122
- "value": "Europe/Oslo"
1123
- },
1124
- {
1125
- "key": "Asia/Kathmandu",
1126
- "value": "Asia/Kathmandu"
1127
- },
1128
- {
1129
- "key": "Pacific/Nauru",
1130
- "value": "Pacific/Nauru"
1131
- },
1132
- {
1133
- "key": "Pacific/Niue",
1134
- "value": "Pacific/Niue"
1135
- },
1136
- {
1137
- "key": "Pacific/Auckland",
1138
- "value": "Pacific/Auckland"
1139
- },
1140
- {
1141
- "key": "Pacific/Chatham",
1142
- "value": "Pacific/Chatham"
1143
- },
1144
- {
1145
- "key": "Asia/Muscat",
1146
- "value": "Asia/Muscat"
1147
- },
1148
- {
1149
- "key": "America/Panama",
1150
- "value": "America/Panama"
1151
- },
1152
- {
1153
- "key": "America/Lima",
1154
- "value": "America/Lima"
1155
- },
1156
- {
1157
- "key": "Pacific/Tahiti",
1158
- "value": "Pacific/Tahiti"
1159
- },
1160
- {
1161
- "key": "Pacific/Marquesas",
1162
- "value": "Pacific/Marquesas"
1163
- },
1164
- {
1165
- "key": "Pacific/Gambier",
1166
- "value": "Pacific/Gambier"
1167
- },
1168
- {
1169
- "key": "Pacific/Port_Moresby",
1170
- "value": "Pacific/Port_Moresby"
1171
- },
1172
- {
1173
- "key": "Asia/Manila",
1174
- "value": "Asia/Manila"
1175
- },
1176
- {
1177
- "key": "Asia/Karachi",
1178
- "value": "Asia/Karachi"
1179
- },
1180
- {
1181
- "key": "Europe/Warsaw",
1182
- "value": "Europe/Warsaw"
1183
- },
1184
- {
1185
- "key": "America/Miquelon",
1186
- "value": "America/Miquelon"
1187
- },
1188
- {
1189
- "key": "Pacific/Pitcairn",
1190
- "value": "Pacific/Pitcairn"
1191
- },
1192
- {
1193
- "key": "America/Puerto_Rico",
1194
- "value": "America/Puerto_Rico"
1195
- },
1196
- {
1197
- "key": "Asia/Gaza",
1198
- "value": "Asia/Gaza"
1199
- },
1200
- {
1201
- "key": "Asia/Hebron",
1202
- "value": "Asia/Hebron"
1203
- },
1204
- {
1205
- "key": "Europe/Lisbon",
1206
- "value": "Europe/Lisbon"
1207
- },
1208
- {
1209
- "key": "Atlantic/Madeira",
1210
- "value": "Atlantic/Madeira"
1211
- },
1212
- {
1213
- "key": "Atlantic/Azores",
1214
- "value": "Atlantic/Azores"
1215
- },
1216
- {
1217
- "key": "Pacific/Palau",
1218
- "value": "Pacific/Palau"
1219
- },
1220
- {
1221
- "key": "America/Asuncion",
1222
- "value": "America/Asuncion"
1223
- },
1224
- {
1225
- "key": "Asia/Qatar",
1226
- "value": "Asia/Qatar"
1227
- },
1228
- {
1229
- "key": "Indian/Reunion",
1230
- "value": "Indian/Reunion"
1231
- },
1232
- {
1233
- "key": "Europe/Bucharest",
1234
- "value": "Europe/Bucharest"
1235
- },
1236
- {
1237
- "key": "Europe/Belgrade",
1238
- "value": "Europe/Belgrade"
1239
- },
1240
- {
1241
- "key": "Europe/Kaliningrad",
1242
- "value": "Europe/Kaliningrad"
1243
- },
1244
- {
1245
- "key": "Europe/Moscow",
1246
- "value": "Europe/Moscow"
1247
- },
1248
- {
1249
- "key": "Europe/Volgograd",
1250
- "value": "Europe/Volgograd"
1251
- },
1252
- {
1253
- "key": "Europe/Samara",
1254
- "value": "Europe/Samara"
1255
- },
1256
- {
1257
- "key": "Asia/Yekaterinburg",
1258
- "value": "Asia/Yekaterinburg"
1259
- },
1260
- {
1261
- "key": "Asia/Omsk",
1262
- "value": "Asia/Omsk"
1263
- },
1264
- {
1265
- "key": "Asia/Novosibirsk",
1266
- "value": "Asia/Novosibirsk"
1267
- },
1268
- {
1269
- "key": "Asia/Novokuznetsk",
1270
- "value": "Asia/Novokuznetsk"
1271
- },
1272
- {
1273
- "key": "Asia/Krasnoyarsk",
1274
- "value": "Asia/Krasnoyarsk"
1275
- },
1276
- {
1277
- "key": "Asia/Irkutsk",
1278
- "value": "Asia/Irkutsk"
1279
- },
1280
- {
1281
- "key": "Asia/Yakutsk",
1282
- "value": "Asia/Yakutsk"
1283
- },
1284
- {
1285
- "key": "Asia/Khandyga",
1286
- "value": "Asia/Khandyga"
1287
- },
1288
- {
1289
- "key": "Asia/Vladivostok",
1290
- "value": "Asia/Vladivostok"
1291
- },
1292
- {
1293
- "key": "Asia/Sakhalin",
1294
- "value": "Asia/Sakhalin"
1295
- },
1296
- {
1297
- "key": "Asia/Ust-Nera",
1298
- "value": "Asia/Ust-Nera"
1299
- },
1300
- {
1301
- "key": "Asia/Magadan",
1302
- "value": "Asia/Magadan"
1303
- },
1304
- {
1305
- "key": "Asia/Kamchatka",
1306
- "value": "Asia/Kamchatka"
1307
- },
1308
- {
1309
- "key": "Asia/Anadyr",
1310
- "value": "Asia/Anadyr"
1311
- },
1312
- {
1313
- "key": "Africa/Kigali",
1314
- "value": "Africa/Kigali"
1315
- },
1316
- {
1317
- "key": "Asia/Riyadh",
1318
- "value": "Asia/Riyadh"
1319
- },
1320
- {
1321
- "key": "Pacific/Guadalcanal",
1322
- "value": "Pacific/Guadalcanal"
1323
- },
1324
- {
1325
- "key": "Indian/Mahe",
1326
- "value": "Indian/Mahe"
1327
- },
1328
- {
1329
- "key": "Africa/Khartoum",
1330
- "value": "Africa/Khartoum"
1331
- },
1332
- {
1333
- "key": "Europe/Stockholm",
1334
- "value": "Europe/Stockholm"
1335
- },
1336
- {
1337
- "key": "Asia/Singapore",
1338
- "value": "Asia/Singapore"
1339
- },
1340
- {
1341
- "key": "Atlantic/St_Helena",
1342
- "value": "Atlantic/St_Helena"
1343
- },
1344
- {
1345
- "key": "Europe/Ljubljana",
1346
- "value": "Europe/Ljubljana"
1347
- },
1348
- {
1349
- "key": "Arctic/Longyearbyen",
1350
- "value": "Arctic/Longyearbyen"
1351
- },
1352
- {
1353
- "key": "Europe/Bratislava",
1354
- "value": "Europe/Bratislava"
1355
- },
1356
- {
1357
- "key": "Africa/Freetown",
1358
- "value": "Africa/Freetown"
1359
- },
1360
- {
1361
- "key": "Europe/San_Marino",
1362
- "value": "Europe/San_Marino"
1363
- },
1364
- {
1365
- "key": "Africa/Dakar",
1366
- "value": "Africa/Dakar"
1367
- },
1368
- {
1369
- "key": "Africa/Mogadishu",
1370
- "value": "Africa/Mogadishu"
1371
- },
1372
- {
1373
- "key": "America/Paramaribo",
1374
- "value": "America/Paramaribo"
1375
- },
1376
- {
1377
- "key": "Africa/Juba",
1378
- "value": "Africa/Juba"
1379
- },
1380
- {
1381
- "key": "Africa/Sao_Tome",
1382
- "value": "Africa/Sao_Tome"
1383
- },
1384
- {
1385
- "key": "America/El_Salvador",
1386
- "value": "America/El_Salvador"
1387
- },
1388
- {
1389
- "key": "America/Lower_Princes",
1390
- "value": "America/Lower_Princes"
1391
- },
1392
- {
1393
- "key": "Asia/Damascus",
1394
- "value": "Asia/Damascus"
1395
- },
1396
- {
1397
- "key": "Africa/Mbabane",
1398
- "value": "Africa/Mbabane"
1399
- },
1400
- {
1401
- "key": "America/Grand_Turk",
1402
- "value": "America/Grand_Turk"
1403
- },
1404
- {
1405
- "key": "Africa/Ndjamena",
1406
- "value": "Africa/Ndjamena"
1407
- },
1408
- {
1409
- "key": "Indian/Kerguelen",
1410
- "value": "Indian/Kerguelen"
1411
- },
1412
- {
1413
- "key": "Africa/Lome",
1414
- "value": "Africa/Lome"
1415
- },
1416
- {
1417
- "key": "Asia/Bangkok",
1418
- "value": "Asia/Bangkok"
1419
- },
1420
- {
1421
- "key": "Asia/Dushanbe",
1422
- "value": "Asia/Dushanbe"
1423
- },
1424
- {
1425
- "key": "Pacific/Fakaofo",
1426
- "value": "Pacific/Fakaofo"
1427
- },
1428
- {
1429
- "key": "Asia/Dili",
1430
- "value": "Asia/Dili"
1431
- },
1432
- {
1433
- "key": "Asia/Ashgabat",
1434
- "value": "Asia/Ashgabat"
1435
- },
1436
- {
1437
- "key": "Africa/Tunis",
1438
- "value": "Africa/Tunis"
1439
- },
1440
- {
1441
- "key": "Pacific/Tongatapu",
1442
- "value": "Pacific/Tongatapu"
1443
- },
1444
- {
1445
- "key": "Europe/Istanbul",
1446
- "value": "Europe/Istanbul"
1447
- },
1448
- {
1449
- "key": "America/Port_of_Spain",
1450
- "value": "America/Port_of_Spain"
1451
- },
1452
- {
1453
- "key": "Pacific/Funafuti",
1454
- "value": "Pacific/Funafuti"
1455
- },
1456
- {
1457
- "key": "Asia/Taipei",
1458
- "value": "Asia/Taipei"
1459
- },
1460
- {
1461
- "key": "Africa/Dar_es_Salaam",
1462
- "value": "Africa/Dar_es_Salaam"
1463
- },
1464
- {
1465
- "key": "Europe/Kiev",
1466
- "value": "Europe/Kiev"
1467
- },
1468
- {
1469
- "key": "Europe/Uzhgorod",
1470
- "value": "Europe/Uzhgorod"
1471
- },
1472
- {
1473
- "key": "Europe/Zaporozhye",
1474
- "value": "Europe/Zaporozhye"
1475
- },
1476
- {
1477
- "key": "Europe/Simferopol",
1478
- "value": "Europe/Simferopol"
1479
- },
1480
- {
1481
- "key": "Africa/Kampala",
1482
- "value": "Africa/Kampala"
1483
- },
1484
- {
1485
- "key": "Pacific/Johnston",
1486
- "value": "Pacific/Johnston"
1487
- },
1488
- {
1489
- "key": "Pacific/Midway",
1490
- "value": "Pacific/Midway"
1491
- },
1492
- {
1493
- "key": "Pacific/Wake",
1494
- "value": "Pacific/Wake"
1495
- },
1496
- {
1497
- "key": "America/New_York",
1498
- "value": "America/New_York"
1499
- },
1500
- {
1501
- "key": "America/Detroit",
1502
- "value": "America/Detroit"
1503
- },
1504
- {
1505
- "key": "America/Kentucky/Louisville",
1506
- "value": "America/Kentucky/Louisville"
1507
- },
1508
- {
1509
- "key": "America/Kentucky/Monticello",
1510
- "value": "America/Kentucky/Monticello"
1511
- },
1512
- {
1513
- "key": "America/Indiana/Indianapolis",
1514
- "value": "America/Indiana/Indianapolis"
1515
- },
1516
- {
1517
- "key": "America/Indiana/Vincennes",
1518
- "value": "America/Indiana/Vincennes"
1519
- },
1520
- {
1521
- "key": "America/Indiana/Winamac",
1522
- "value": "America/Indiana/Winamac"
1523
- },
1524
- {
1525
- "key": "America/Indiana/Marengo",
1526
- "value": "America/Indiana/Marengo"
1527
- },
1528
- {
1529
- "key": "America/Indiana/Petersburg",
1530
- "value": "America/Indiana/Petersburg"
1531
- },
1532
- {
1533
- "key": "America/Indiana/Vevay",
1534
- "value": "America/Indiana/Vevay"
1535
- },
1536
- {
1537
- "key": "America/Chicago",
1538
- "value": "America/Chicago"
1539
- },
1540
- {
1541
- "key": "America/Indiana/Tell_City",
1542
- "value": "America/Indiana/Tell_City"
1543
- },
1544
- {
1545
- "key": "America/Indiana/Knox",
1546
- "value": "America/Indiana/Knox"
1547
- },
1548
- {
1549
- "key": "America/Menominee",
1550
- "value": "America/Menominee"
1551
- },
1552
- {
1553
- "key": "America/North_Dakota/Center",
1554
- "value": "America/North_Dakota/Center"
1555
- },
1556
- {
1557
- "key": "America/North_Dakota/New_Salem",
1558
- "value": "America/North_Dakota/New_Salem"
1559
- },
1560
- {
1561
- "key": "America/North_Dakota/Beulah",
1562
- "value": "America/North_Dakota/Beulah"
1563
- },
1564
- {
1565
- "key": "America/Denver",
1566
- "value": "America/Denver"
1567
- },
1568
- {
1569
- "key": "America/Boise",
1570
- "value": "America/Boise"
1571
- },
1572
- {
1573
- "key": "America/Phoenix",
1574
- "value": "America/Phoenix"
1575
- },
1576
- {
1577
- "key": "America/Los_Angeles",
1578
- "value": "America/Los_Angeles"
1579
- },
1580
- {
1581
- "key": "America/Anchorage",
1582
- "value": "America/Anchorage"
1583
- },
1584
- {
1585
- "key": "America/Juneau",
1586
- "value": "America/Juneau"
1587
- },
1588
- {
1589
- "key": "America/Sitka",
1590
- "value": "America/Sitka"
1591
- },
1592
- {
1593
- "key": "America/Yakutat",
1594
- "value": "America/Yakutat"
1595
- },
1596
- {
1597
- "key": "America/Nome",
1598
- "value": "America/Nome"
1599
- },
1600
- {
1601
- "key": "America/Adak",
1602
- "value": "America/Adak"
1603
- },
1604
- {
1605
- "key": "America/Metlakatla",
1606
- "value": "America/Metlakatla"
1607
- },
1608
- {
1609
- "key": "Pacific/Honolulu",
1610
- "value": "Pacific/Honolulu"
1611
- },
1612
- {
1613
- "key": "America/Montevideo",
1614
- "value": "America/Montevideo"
1615
- },
1616
- {
1617
- "key": "Asia/Samarkand",
1618
- "value": "Asia/Samarkand"
1619
- },
1620
- {
1621
- "key": "Asia/Tashkent",
1622
- "value": "Asia/Tashkent"
1623
- },
1624
- {
1625
- "key": "Europe/Vatican",
1626
- "value": "Europe/Vatican"
1627
- },
1628
- {
1629
- "key": "America/St_Vincent",
1630
- "value": "America/St_Vincent"
1631
- },
1632
- {
1633
- "key": "America/Caracas",
1634
- "value": "America/Caracas"
1635
- },
1636
- {
1637
- "key": "America/Tortola",
1638
- "value": "America/Tortola"
1639
- },
1640
- {
1641
- "key": "America/St_Thomas",
1642
- "value": "America/St_Thomas"
1643
- },
1644
- {
1645
- "key": "Asia/Ho_Chi_Minh",
1646
- "value": "Asia/Ho_Chi_Minh"
1647
- },
1648
- {
1649
- "key": "Pacific/Efate",
1650
- "value": "Pacific/Efate"
1651
- },
1652
- {
1653
- "key": "Pacific/Wallis",
1654
- "value": "Pacific/Wallis"
1655
- },
1656
- {
1657
- "key": "Pacific/Apia",
1658
- "value": "Pacific/Apia"
1659
- },
1660
- {
1661
- "key": "Asia/Aden",
1662
- "value": "Asia/Aden"
1663
- },
1664
- {
1665
- "key": "Indian/Mayotte",
1666
- "value": "Indian/Mayotte"
1667
- },
1668
- {
1669
- "key": "Africa/Johannesburg",
1670
- "value": "Africa/Johannesburg"
1671
- },
1672
- {
1673
- "key": "Africa/Lusaka",
1674
- "value": "Africa/Lusaka"
1675
- },
1676
- {
1677
- "key": "Africa/Harare",
1678
- "value": "Africa/Harare"
1679
- },
1680
- {
1681
- "key": "UTC",
1682
- "value": "UTC"
1683
- }
1684
- ],
1685
- "default": "UTC"
1686
- },
1687
- "dataPath": [
1688
- "clock"
1689
- ],
1690
- "objectType": "object"
1691
- },
1692
- {
1693
- "key": "host-name",
1694
- "description": "Hostname",
1695
- "details": "Set the hostname",
1696
- "optionType": [
1697
- "variable"
1698
- ],
1699
- "defaultOption": "variable",
1700
- "dataType": {
1701
- "type": "string",
1702
- "minLength": 1,
1703
- "maxLength": 32
1704
- },
1705
- "dataPath": [],
1706
- "objectType": "object"
1707
- },
1708
- {
1709
- "key": "description",
1710
- "description": "Description",
1711
- "details": "Set a text description of the device",
1712
- "optionType": [
1713
- "constant",
1714
- "variable",
1715
- "ignore"
1716
- ],
1717
- "defaultOption": "ignore",
1718
- "dataType": {
1719
- "type": "string",
1720
- "minLength": 1,
1721
- "maxLength": 32
1722
- },
1723
- "dataPath": [],
1724
- "objectType": "object"
1725
- },
1726
- {
1727
- "key": "location",
1728
- "description": "Location",
1729
- "details": "Set the location of the device",
1730
- "optionType": [
1731
- "constant",
1732
- "variable",
1733
- "ignore"
1734
- ],
1735
- "defaultOption": "ignore",
1736
- "dataType": {
1737
- "type": "string",
1738
- "minLength": 1,
1739
- "maxLength": 128
1740
- },
1741
- "dataPath": [],
1742
- "objectType": "object"
1743
- },
1744
- {
1745
- "key": "latitude",
1746
- "description": "Latitude",
1747
- "details": "Set the device\u2019s physical latitude",
1748
- "optionType": [
1749
- "constant",
1750
- "variable",
1751
- "ignore"
1752
- ],
1753
- "defaultOption": "ignore",
1754
- "dataType": {
1755
- "type": "float",
1756
- "min": -90,
1757
- "max": 90
1758
- },
1759
- "dataPath": [
1760
- "gps-location"
1761
- ],
1762
- "objectType": "object"
1763
- },
1764
- {
1765
- "key": "longitude",
1766
- "description": "Longitude",
1767
- "details": "Set the device\u2019s physical longitude",
1768
- "optionType": [
1769
- "constant",
1770
- "variable",
1771
- "ignore"
1772
- ],
1773
- "defaultOption": "ignore",
1774
- "dataType": {
1775
- "type": "float",
1776
- "min": -180,
1777
- "max": 180
1778
- },
1779
- "dataPath": [
1780
- "gps-location"
1781
- ],
1782
- "objectType": "object"
1783
- },
1784
- {
1785
- "key": "enable",
1786
- "description": "Geo Fencing Enable",
1787
- "details": "Enable Geo fencing",
1788
- "optionType": [
1789
- "constant",
1790
- "ignore"
1791
- ],
1792
- "defaultOption": "ignore",
1793
- "dataType": {
1794
- "type": "boolean",
1795
- "default": "false",
1796
- "label": {
1797
- "on": "Yes",
1798
- "off": "No"
1799
- }
1800
- },
1801
- "dataPath": [
1802
- "gps-location",
1803
- "geo-fencing"
1804
- ],
1805
- "objectType": "object"
1806
- },
1807
- {
1808
- "key": "range",
1809
- "description": "Geo Fencing Range in meters",
1810
- "details": "Set the device\u2019s geo fencing range",
1811
- "optionType": [
1812
- "constant",
1813
- "variable",
1814
- "ignore"
1815
- ],
1816
- "defaultOption": "ignore",
1817
- "dataType": {
1818
- "type": "number",
1819
- "min": 100,
1820
- "max": 10000,
1821
- "default": 100
1822
- },
1823
- "dataPath": [
1824
- "gps-location",
1825
- "geo-fencing"
1826
- ],
1827
- "objectType": "object"
1828
- },
1829
- {
1830
- "key": "enable",
1831
- "description": "Enable SMS",
1832
- "details": "Enable device\u2019s geo fencing SMS",
1833
- "optionType": [
1834
- "constant",
1835
- "ignore"
1836
- ],
1837
- "defaultOption": "ignore",
1838
- "dataType": {
1839
- "type": "boolean",
1840
- "default": "false",
1841
- "label": {
1842
- "on": "Yes",
1843
- "off": "No"
1844
- }
1845
- },
1846
- "dataPath": [
1847
- "gps-location",
1848
- "geo-fencing",
1849
- "sms"
1850
- ],
1851
- "objectType": "object"
1852
- },
1853
- {
1854
- "key": "mobile-number",
1855
- "description": "Geo fencing SMS phone number",
1856
- "details": "Set device\u2019s geo fencing SMS phone number",
1857
- "optionType": [
1858
- "constant",
1859
- "ignore"
1860
- ],
1861
- "defaultOption": "ignore",
1862
- "dataPath": [
1863
- "gps-location",
1864
- "geo-fencing",
1865
- "sms"
1866
- ],
1867
- "objectType": "tree",
1868
- "maxElements": 4,
1869
- "primaryKeys": [
1870
- "number"
1871
- ],
1872
- "children": [
1873
- {
1874
- "key": "number",
1875
- "description": "Mobile number",
1876
- "details": "Mobile number, ex: +1231234414",
1877
- "optionType": [
1878
- "constant",
1879
- "variable"
1880
- ],
1881
- "defaultOption": "constant",
1882
- "dataType": {
1883
- "type": "string",
1884
- "minLength": 7,
1885
- "maxLength": 20
1886
- },
1887
- "dataPath": [],
1888
- "objectType": "object"
1889
- }
1890
- ]
1891
- },
1892
- {
1893
- "key": "device-groups",
1894
- "description": "Device Groups",
1895
- "details": "Device groups (Use comma(,) for multiple groups)",
1896
- "optionType": [
1897
- "constant",
1898
- "variable",
1899
- "ignore"
1900
- ],
1901
- "defaultOption": "ignore",
1902
- "dataType": {
1903
- "type": "string"
1904
- },
1905
- "dataPath": [],
1906
- "objectType": "list"
1907
- },
1908
- {
1909
- "key": "controller-group-list",
1910
- "description": "Controller Groups",
1911
- "details": "Configure a list of comma-separated device groups",
1912
- "optionType": [
1913
- "constant",
1914
- "variable",
1915
- "ignore"
1916
- ],
1917
- "defaultOption": "ignore",
1918
- "dataType": {
1919
- "type": "number",
1920
- "min": 1,
1921
- "max": 100
1922
- },
1923
- "dataPath": [],
1924
- "objectType": "list"
1925
- },
1926
- {
1927
- "key": "system-ip",
1928
- "description": "System IP",
1929
- "details": "Set the system IP address",
1930
- "optionType": [
1931
- "variable"
1932
- ],
1933
- "defaultOption": "variable",
1934
- "dataType": {
1935
- "type": "string"
1936
- },
1937
- "dataPath": [],
1938
- "objectType": "object"
1939
- },
1940
- {
1941
- "key": "overlay-id",
1942
- "description": "Overlay ID",
1943
- "details": "Set the Overlay ID",
1944
- "optionType": [
1945
- "constant",
1946
- "variable",
1947
- "ignore"
1948
- ],
1949
- "defaultOption": "ignore",
1950
- "dataType": {
1951
- "type": "number",
1952
- "min": 1,
1953
- "max": 4294967295,
1954
- "default": 1
1955
- },
1956
- "dataPath": [],
1957
- "objectType": "object"
1958
- },
1959
- {
1960
- "key": "site-id",
1961
- "description": "Site ID",
1962
- "details": "Set the site identifier",
1963
- "optionType": [
1964
- "constant",
1965
- "variable"
1966
- ],
1967
- "defaultOption": "variable",
1968
- "dataType": {
1969
- "type": "number",
1970
- "min": 1,
1971
- "max": 4294967295
1972
- },
1973
- "dataPath": [],
1974
- "objectType": "object"
1975
- },
1976
- {
1977
- "key": "site-type",
1978
- "description": "Site Type",
1979
- "details": "Configure site type",
1980
- "optionType": [
1981
- "constant",
1982
- "ignore",
1983
- "variable"
1984
- ],
1985
- "defaultOption": "ignore",
1986
- "dataType": {
1987
- "type": "enum",
1988
- "values": [
1989
- {
1990
- "key": "type-1",
1991
- "value": "type-1"
1992
- },
1993
- {
1994
- "key": "type-2",
1995
- "value": "type-2"
1996
- },
1997
- {
1998
- "key": "type-3",
1999
- "value": "type-3"
2000
- },
2001
- {
2002
- "key": "cloud",
2003
- "value": "cloud"
2004
- },
2005
- {
2006
- "key": "branch",
2007
- "value": "branch"
2008
- },
2009
- {
2010
- "key": "br",
2011
- "value": "br"
2012
- },
2013
- {
2014
- "key": "spoke",
2015
- "value": "spoke"
2016
- }
2017
- ]
2018
- },
2019
- "dataPath": [],
2020
- "objectType": "list"
2021
- },
2022
- {
2023
- "key": "port-offset",
2024
- "description": "Port Offset",
2025
- "details": "Set the TLOC port offset when multiple devices are behind a NAT",
2026
- "optionType": [
2027
- "constant",
2028
- "variable",
2029
- "ignore"
2030
- ],
2031
- "defaultOption": "ignore",
2032
- "dataType": {
2033
- "type": "number",
2034
- "min": 0,
2035
- "max": 19,
2036
- "default": 0
2037
- },
2038
- "dataPath": [],
2039
- "objectType": "object"
2040
- },
2041
- {
2042
- "key": "port-hop",
2043
- "description": "Port Hopping",
2044
- "details": "Enable port hopping",
2045
- "optionType": [
2046
- "constant",
2047
- "variable",
2048
- "ignore"
2049
- ],
2050
- "defaultOption": "ignore",
2051
- "dataType": {
2052
- "type": "boolean",
2053
- "default": "true"
2054
- },
2055
- "dataPath": [],
2056
- "objectType": "object"
2057
- },
2058
- {
2059
- "key": "control-session-pps",
2060
- "description": "Control Session Policer Rate (pps)",
2061
- "details": "Set the policer rate for control sessions",
2062
- "optionType": [
2063
- "constant",
2064
- "variable",
2065
- "ignore"
2066
- ],
2067
- "defaultOption": "ignore",
2068
- "dataType": {
2069
- "type": "number",
2070
- "min": 1,
2071
- "max": 65535,
2072
- "default": 300
2073
- },
2074
- "dataPath": [],
2075
- "objectType": "object"
2076
- },
2077
- {
2078
- "key": "track-transport",
2079
- "description": "Track Transport",
2080
- "details": "Configure tracking of transport",
2081
- "optionType": [
2082
- "constant",
2083
- "variable",
2084
- "ignore"
2085
- ],
2086
- "defaultOption": "ignore",
2087
- "dataType": {
2088
- "type": "boolean",
2089
- "default": "true"
2090
- },
2091
- "dataPath": [],
2092
- "objectType": "object"
2093
- },
2094
- {
2095
- "key": "track-interface-tag",
2096
- "description": "Track Interface",
2097
- "details": "OMP Tag attached to routes based on interface tracking",
2098
- "optionType": [
2099
- "constant",
2100
- "variable",
2101
- "ignore"
2102
- ],
2103
- "defaultOption": "ignore",
2104
- "dataType": {
2105
- "type": "number",
2106
- "min": 1,
2107
- "max": 4294967295
2108
- },
2109
- "dataPath": [],
2110
- "objectType": "object"
2111
- },
2112
- {
2113
- "key": "console-baud-rate",
2114
- "description": "Console Baud Rate (bps)",
2115
- "details": "Set the console baud rate",
2116
- "optionType": [
2117
- "constant",
2118
- "variable",
2119
- "notIgnore"
2120
- ],
2121
- "defaultOption": "constant",
2122
- "dataType": {
2123
- "type": "enum",
2124
- "values": [
2125
- {
2126
- "key": "1200",
2127
- "value": "1200"
2128
- },
2129
- {
2130
- "key": "2400",
2131
- "value": "2400"
2132
- },
2133
- {
2134
- "key": "4800",
2135
- "value": "4800"
2136
- },
2137
- {
2138
- "key": "9600",
2139
- "value": "9600"
2140
- },
2141
- {
2142
- "key": "19200",
2143
- "value": "19200"
2144
- },
2145
- {
2146
- "key": "38400",
2147
- "value": "38400"
2148
- },
2149
- {
2150
- "key": "57600",
2151
- "value": "57600"
2152
- },
2153
- {
2154
- "key": "115200",
2155
- "value": "115200"
2156
- }
2157
- ],
2158
- "default": "9600"
2159
- },
2160
- "dataPath": [],
2161
- "objectType": "object"
2162
- },
2163
- {
2164
- "key": "max-omp-sessions",
2165
- "description": "Maximum OMP Sessions",
2166
- "details": "Set the maximum number of OMP sessions <1..100> the device can have",
2167
- "optionType": [
2168
- "constant",
2169
- "variable",
2170
- "ignore"
2171
- ],
2172
- "defaultOption": "ignore",
2173
- "dataType": {
2174
- "type": "number",
2175
- "min": 1,
2176
- "max": 100
2177
- },
2178
- "dataPath": [],
2179
- "objectType": "object"
2180
- },
2181
- {
2182
- "key": "multi-tenant",
2183
- "description": "Multi Tenant",
2184
- "details": "Device is multi-tenant",
2185
- "optionType": [
2186
- "constant",
2187
- "variable",
2188
- "notIgnore"
2189
- ],
2190
- "defaultOption": "notIgnore",
2191
- "dataType": {
2192
- "type": "boolean",
2193
- "default": "false"
2194
- },
2195
- "dataPath": [],
2196
- "objectType": "node-only"
2197
- },
2198
- {
2199
- "key": "track-default-gateway",
2200
- "description": "Gateway Tracking",
2201
- "details": "Enable or disable default gateway tracking",
2202
- "optionType": [
2203
- "constant",
2204
- "variable",
2205
- "ignore"
2206
- ],
2207
- "defaultOption": "ignore",
2208
- "dataType": {
2209
- "type": "boolean",
2210
- "default": "true"
2211
- },
2212
- "dataPath": [],
2213
- "objectType": "object"
2214
- },
2215
- {
2216
- "key": "admin-tech-on-failure",
2217
- "description": "Collect Admin Tech on Reboot",
2218
- "details": "Collect admin-tech before reboot due to daemon failure",
2219
- "optionType": [
2220
- "constant",
2221
- "variable",
2222
- "ignore"
2223
- ],
2224
- "defaultOption": "ignore",
2225
- "dataType": {
2226
- "type": "boolean",
2227
- "default": "true"
2228
- },
2229
- "dataPath": [],
2230
- "objectType": "object"
2231
- },
2232
- {
2233
- "key": "idle-timeout",
2234
- "description": "Idle Timeout",
2235
- "details": "Idle CLI timeout in minutes",
2236
- "optionType": [
2237
- "constant",
2238
- "variable",
2239
- "ignore"
2240
- ],
2241
- "defaultOption": "ignore",
2242
- "dataType": {
2243
- "type": "number",
2244
- "min": 0,
2245
- "max": 300
2246
- },
2247
- "dataPath": [],
2248
- "objectType": "object"
2249
- },
2250
- {
2251
- "key": "tracker",
2252
- "description": "Tracker",
2253
- "details": "Tracker configuration",
2254
- "optionType": [
2255
- "constant",
2256
- "ignore"
2257
- ],
2258
- "defaultOption": "ignore",
2259
- "dataPath": [],
2260
- "objectType": "tree",
2261
- "primaryKeys": [
2262
- "name"
2263
- ],
2264
- "children": [
2265
- {
2266
- "key": "name",
2267
- "description": "Name",
2268
- "details": "Tracker name",
2269
- "optionType": [
2270
- "constant",
2271
- "variable"
2272
- ],
2273
- "defaultOption": "constant",
2274
- "dataType": {
2275
- "type": "string",
2276
- "minLength": 1,
2277
- "maxLength": 128
2278
- },
2279
- "dataPath": [],
2280
- "objectType": "object"
2281
- },
2282
- {
2283
- "key": "endpoint-ip",
2284
- "description": "Endpoint IP",
2285
- "details": "IP address of endpoint",
2286
- "optionType": [
2287
- "constant",
2288
- "variable"
2289
- ],
2290
- "defaultOption": "constant",
2291
- "dataType": {
2292
- "type": "ipv4"
2293
- },
2294
- "dataPath": [],
2295
- "objectType": "object"
2296
- },
2297
- {
2298
- "key": "endpoint-ip",
2299
- "description": "Endpoint IP",
2300
- "details": "IP address of endpoint",
2301
- "optionType": [
2302
- "constant",
2303
- "variable"
2304
- ],
2305
- "defaultOption": "constant",
2306
- "dataType": {
2307
- "type": "ipv4"
2308
- },
2309
- "dataPath": [
2310
- "endpoint-ip-transport-port"
2311
- ],
2312
- "objectType": "object"
2313
- },
2314
- {
2315
- "key": "protocol",
2316
- "description": "transport protocol: TCP/UDP",
2317
- "details": "transport protocol: TCP/UDP",
2318
- "optionType": [
2319
- "constant",
2320
- "variable"
2321
- ],
2322
- "defaultOption": "constant",
2323
- "dataType": {
2324
- "type": "enum",
2325
- "values": [
2326
- {
2327
- "key": "tcp",
2328
- "value": "tcp"
2329
- },
2330
- {
2331
- "key": "udp",
2332
- "value": "udp"
2333
- }
2334
- ]
2335
- },
2336
- "dataPath": [
2337
- "endpoint-ip-transport-port"
2338
- ],
2339
- "objectType": "object"
2340
- },
2341
- {
2342
- "key": "port",
2343
- "description": "Endpoint port",
2344
- "details": "TCP/UDP port pf endpoint",
2345
- "optionType": [
2346
- "constant",
2347
- "variable"
2348
- ],
2349
- "defaultOption": "constant",
2350
- "dataType": {
2351
- "type": "number",
2352
- "min": 1,
2353
- "max": 65535
2354
- },
2355
- "dataPath": [
2356
- "endpoint-ip-transport-port"
2357
- ],
2358
- "objectType": "object"
2359
- },
2360
- {
2361
- "key": "endpoint-dns-name",
2362
- "description": "Endpoint DNS Name",
2363
- "details": "DNS name of endpoint",
2364
- "optionType": [
2365
- "constant",
2366
- "variable"
2367
- ],
2368
- "defaultOption": "constant",
2369
- "dataType": {
2370
- "type": "string",
2371
- "minLength": 0,
2372
- "maxLength": 63
2373
- },
2374
- "dataPath": [],
2375
- "objectType": "object"
2376
- },
2377
- {
2378
- "key": "endpoint-api-url",
2379
- "description": "API url of endpoint",
2380
- "details": "API url of endpoint",
2381
- "optionType": [
2382
- "constant",
2383
- "variable"
2384
- ],
2385
- "defaultOption": "constant",
2386
- "dataType": {
2387
- "type": "string",
2388
- "minLength": 0,
2389
- "maxLength": 512
2390
- },
2391
- "dataPath": [],
2392
- "objectType": "object"
2393
- },
2394
- {
2395
- "key": "elements",
2396
- "description": "Tracker Elements",
2397
- "details": "Tracker member names separated by space",
2398
- "optionType": [
2399
- "constant",
2400
- "variable"
2401
- ],
2402
- "defaultOption": "constant",
2403
- "dataType": {
2404
- "type": "string",
2405
- "minLength": 1,
2406
- "maxLength": 257
2407
- },
2408
- "minElements": 2,
2409
- "maxElements": 2,
2410
- "dataPath": [],
2411
- "objectType": "list"
2412
- },
2413
- {
2414
- "key": "boolean",
2415
- "description": "Tracker Boolean",
2416
- "details": "Type of grouping to be performed for tracker group",
2417
- "optionType": [
2418
- "constant",
2419
- "variable",
2420
- "ignore"
2421
- ],
2422
- "defaultOption": "ignore",
2423
- "dataType": {
2424
- "type": "radioButtonList",
2425
- "values": [
2426
- {
2427
- "label": "or",
2428
- "value": "or"
2429
- },
2430
- {
2431
- "label": "and",
2432
- "value": "and"
2433
- }
2434
- ],
2435
- "default": "or"
2436
- },
2437
- "dataPath": [],
2438
- "objectType": "object"
2439
- },
2440
- {
2441
- "key": "threshold",
2442
- "description": "Threshold",
2443
- "details": "Probe Timeout threshold <100..1000> milliseconds",
2444
- "optionType": [
2445
- "constant",
2446
- "variable",
2447
- "ignore"
2448
- ],
2449
- "defaultOption": "ignore",
2450
- "dataType": {
2451
- "type": "number",
2452
- "min": 100,
2453
- "max": 1000,
2454
- "default": 300
2455
- },
2456
- "dataPath": [],
2457
- "objectType": "object"
2458
- },
2459
- {
2460
- "key": "interval",
2461
- "description": "Interval",
2462
- "details": "Probe interval <10..600> seconds",
2463
- "optionType": [
2464
- "constant",
2465
- "variable",
2466
- "ignore"
2467
- ],
2468
- "defaultOption": "ignore",
2469
- "dataType": {
2470
- "type": "number",
2471
- "min": 20,
2472
- "max": 600,
2473
- "default": 60
2474
- },
2475
- "dataPath": [],
2476
- "objectType": "object"
2477
- },
2478
- {
2479
- "key": "multiplier",
2480
- "description": "Multiplier",
2481
- "details": "Probe failure multiplier <1..10> failed attempts",
2482
- "optionType": [
2483
- "constant",
2484
- "variable",
2485
- "ignore"
2486
- ],
2487
- "defaultOption": "ignore",
2488
- "dataType": {
2489
- "type": "number",
2490
- "min": 1,
2491
- "max": 10,
2492
- "default": 3
2493
- },
2494
- "dataPath": [],
2495
- "objectType": "object"
2496
- },
2497
- {
2498
- "key": "type",
2499
- "description": "Tracker Type",
2500
- "details": "Default(Interface)",
2501
- "optionType": [
2502
- "constant",
2503
- "variable",
2504
- "ignore"
2505
- ],
2506
- "defaultOption": "ignore",
2507
- "dataType": {
2508
- "type": "enum",
2509
- "values": [
2510
- {
2511
- "key": "interface",
2512
- "value": "interface"
2513
- },
2514
- {
2515
- "key": "static-route",
2516
- "value": "static-route"
2517
- }
2518
- ],
2519
- "default": "interface"
2520
- },
2521
- "dataPath": [],
2522
- "objectType": "object"
2523
- }
2524
- ]
2525
- },
2526
- {
2527
- "key": "object-track",
2528
- "description": "Object Track",
2529
- "details": "Object Track configuration",
2530
- "optionType": [
2531
- "constant",
2532
- "ignore"
2533
- ],
2534
- "defaultOption": "ignore",
2535
- "dataPath": [],
2536
- "objectType": "tree",
2537
- "primaryKeys": [
2538
- "object-number"
2539
- ],
2540
- "children": [
2541
- {
2542
- "key": "object-number",
2543
- "description": "Object ID",
2544
- "details": "Object tracker ID",
2545
- "optionType": [
2546
- "constant",
2547
- "variable"
2548
- ],
2549
- "defaultOption": "constant",
2550
- "dataType": {
2551
- "type": "number",
2552
- "min": 1,
2553
- "max": 1000
2554
- },
2555
- "dataPath": [],
2556
- "objectType": "object"
2557
- },
2558
- {
2559
- "key": "interface",
2560
- "description": "Interface",
2561
- "details": "interface name",
2562
- "optionType": [
2563
- "constant",
2564
- "variable"
2565
- ],
2566
- "defaultOption": "constant",
2567
- "dataType": {
2568
- "type": "string",
2569
- "minLength": 1,
2570
- "maxLength": 32
2571
- },
2572
- "dataPath": [],
2573
- "objectType": "object"
2574
- },
2575
- {
2576
- "key": "sig",
2577
- "description": "SIG",
2578
- "details": "service sig",
2579
- "optionType": [
2580
- "constant",
2581
- "variable"
2582
- ],
2583
- "defaultOption": "constant",
2584
- "dataType": {
2585
- "type": "string"
2586
- },
2587
- "default": "global",
2588
- "dataPath": [],
2589
- "objectType": "object"
2590
- },
2591
- {
2592
- "key": "ip",
2593
- "description": "Route IP",
2594
- "details": "IP address of route",
2595
- "optionType": [
2596
- "constant",
2597
- "variable"
2598
- ],
2599
- "defaultOption": "constant",
2600
- "dataType": {
2601
- "type": "ipv4"
2602
- },
2603
- "dataPath": [],
2604
- "objectType": "object"
2605
- },
2606
- {
2607
- "key": "mask",
2608
- "description": "Route Ip Mask",
2609
- "details": "Route Ip Mask",
2610
- "optionType": [
2611
- "constant",
2612
- "variable",
2613
- "ignore"
2614
- ],
2615
- "defaultOption": "ignore",
2616
- "dataType": {
2617
- "type": "ipv4",
2618
- "default": "0.0.0.0"
2619
- },
2620
- "dataPath": [],
2621
- "objectType": "object"
2622
- },
2623
- {
2624
- "key": "vpn",
2625
- "description": "VPN",
2626
- "details": "VPN",
2627
- "optionType": [
2628
- "constant"
2629
- ],
2630
- "defaultOption": "constant",
2631
- "dataType": {
2632
- "type": "number",
2633
- "min": 0,
2634
- "max": 65527,
2635
- "default": 0
2636
- },
2637
- "dataPath": [],
2638
- "objectType": "object"
2639
- },
2640
- {
2641
- "key": "object",
2642
- "description": "Group Tracks ID",
2643
- "details": "Tracks id in group configuration",
2644
- "optionType": [
2645
- "constant",
2646
- "variable"
2647
- ],
2648
- "defaultOption": "constant",
2649
- "dataPath": [],
2650
- "objectType": "tree",
2651
- "primaryKeys": [
2652
- "number"
2653
- ],
2654
- "children": [
2655
- {
2656
- "key": "number",
2657
- "description": "Track ID",
2658
- "details": "Track id",
2659
- "optionType": [
2660
- "constant",
2661
- "variable"
2662
- ],
2663
- "defaultOption": "constant",
2664
- "dataType": {
2665
- "type": "number",
2666
- "min": 1,
2667
- "max": 1000
2668
- },
2669
- "dataPath": [],
2670
- "objectType": "object"
2671
- }
2672
- ]
2673
- },
2674
- {
2675
- "key": "boolean",
2676
- "description": "Criteria",
2677
- "details": "Type of grouping to be performed for tracker group",
2678
- "optionType": [
2679
- "constant",
2680
- "variable"
2681
- ],
2682
- "defaultOption": "constant",
2683
- "dataType": {
2684
- "type": "radioButtonList",
2685
- "values": [
2686
- {
2687
- "label": "and",
2688
- "value": "and"
2689
- },
2690
- {
2691
- "label": "or",
2692
- "value": "or"
2693
- }
2694
- ]
2695
- },
2696
- "dataPath": [],
2697
- "objectType": "object"
2698
- }
2699
- ]
2700
- },
2701
- {
2702
- "key": "enable",
2703
- "description": "On-demand Tunnel",
2704
- "details": "Enable or disable On-demand Tunnel",
2705
- "optionType": [
2706
- "constant",
2707
- "variable",
2708
- "ignore"
2709
- ],
2710
- "defaultOption": "ignore",
2711
- "dataType": {
2712
- "type": "boolean",
2713
- "default": "false"
2714
- },
2715
- "dataPath": [
2716
- "on-demand"
2717
- ],
2718
- "objectType": "object"
2719
- },
2720
- {
2721
- "key": "idle-timeout",
2722
- "description": "On-demand Tunnel Idle Timeout(min)",
2723
- "details": "Set the idle timeout for on-demand tunnels",
2724
- "optionType": [
2725
- "constant",
2726
- "variable",
2727
- "ignore"
2728
- ],
2729
- "defaultOption": "ignore",
2730
- "dataType": {
2731
- "type": "number",
2732
- "min": 1,
2733
- "max": 65535,
2734
- "default": 10
2735
- },
2736
- "dataPath": [
2737
- "on-demand"
2738
- ],
2739
- "objectType": "object"
2740
- },
2741
- {
2742
- "key": "region-id",
2743
- "description": "Region ID",
2744
- "details": "Set region ID",
2745
- "optionType": [
2746
- "constant",
2747
- "variable",
2748
- "ignore"
2749
- ],
2750
- "defaultOption": "ignore",
2751
- "dataType": {
2752
- "type": "number",
2753
- "min": 1,
2754
- "max": 63
2755
- },
2756
- "dataPath": [],
2757
- "objectType": "object"
2758
- },
2759
- {
2760
- "key": "secondary-region",
2761
- "description": "Secondary Region ID",
2762
- "details": "Set secondary region ID",
2763
- "optionType": [
2764
- "constant",
2765
- "variable",
2766
- "ignore"
2767
- ],
2768
- "defaultOption": "ignore",
2769
- "dataType": {
2770
- "type": "number",
2771
- "min": 1,
2772
- "max": 63
2773
- },
2774
- "dataPath": [],
2775
- "objectType": "object"
2776
- },
2777
- {
2778
- "key": "role",
2779
- "description": "Role",
2780
- "details": "Set the role for router",
2781
- "optionType": [
2782
- "constant",
2783
- "variable",
2784
- "ignore"
2785
- ],
2786
- "defaultOption": "ignore",
2787
- "dataType": {
2788
- "type": "enum",
2789
- "values": [
2790
- {
2791
- "key": "edge-router",
2792
- "value": "Edge Router"
2793
- },
2794
- {
2795
- "key": "border-router",
2796
- "value": "Border Router"
2797
- }
2798
- ]
2799
- },
2800
- "dataPath": [],
2801
- "objectType": "object"
2802
- },
2803
- {
2804
- "key": "affinity-group-number",
2805
- "description": "Affinity Group Number",
2806
- "details": "Set the affinity group number for router",
2807
- "optionType": [
2808
- "constant",
2809
- "variable",
2810
- "ignore"
2811
- ],
2812
- "defaultOption": "ignore",
2813
- "dataType": {
2814
- "type": "number",
2815
- "min": 1,
2816
- "max": 63
2817
- },
2818
- "dataPath": [
2819
- "affinity-group"
2820
- ],
2821
- "objectType": "object"
2822
- },
2823
- {
2824
- "key": "preference",
2825
- "description": "Affinity Group Preference",
2826
- "details": "Set the affinity group preference",
2827
- "optionType": [
2828
- "constant",
2829
- "variable",
2830
- "ignore"
2831
- ],
2832
- "defaultOption": "ignore",
2833
- "dataType": {
2834
- "type": "number",
2835
- "min": 1,
2836
- "max": 63
2837
- },
2838
- "dataPath": [
2839
- "affinity-group"
2840
- ],
2841
- "objectType": "list"
2842
- },
2843
- {
2844
- "key": "preference-auto",
2845
- "description": "Affinity Group Preference Auto",
2846
- "details": "Enable affinity preference auto flag",
2847
- "optionType": [
2848
- "constant",
2849
- "variable",
2850
- "ignore"
2851
- ],
2852
- "defaultOption": "ignore",
2853
- "dataType": {
2854
- "type": "boolean",
2855
- "default": "false"
2856
- },
2857
- "dataPath": [
2858
- "affinity-group"
2859
- ],
2860
- "objectType": "object"
2861
- },
2862
- {
2863
- "key": "affinity-per-vrf",
2864
- "description": "Affinity Group Number for VRFs",
2865
- "details": "Set Affinity per VRF",
2866
- "optionType": [
2867
- "constant",
2868
- "ignore"
2869
- ],
2870
- "defaultOption": "ignore",
2871
- "primaryKeys": [
2872
- "affinity-group-number"
2873
- ],
2874
- "children": [
2875
- {
2876
- "key": "affinity-group-number",
2877
- "description": "Affinity Group Number",
2878
- "details": "Router affinity group number",
2879
- "optionType": [
2880
- "constant",
2881
- "ignore"
2882
- ],
2883
- "defaultOption": "ignore",
2884
- "dataType": {
2885
- "type": "number",
2886
- "min": 1,
2887
- "max": 63
2888
- },
2889
- "dataPath": [],
2890
- "objectType": "object"
2891
- },
2892
- {
2893
- "key": "vrf-range",
2894
- "description": "VRFs",
2895
- "details": "Range of VRFs",
2896
- "optionType": [
2897
- "constant",
2898
- "ignore"
2899
- ],
2900
- "defaultOption": "ignore",
2901
- "dataType": {
2902
- "type": "string",
2903
- "minLength": 1,
2904
- "maxLength": 11
2905
- },
2906
- "dataPath": [],
2907
- "objectType": "object"
2908
- }
2909
- ],
2910
- "dataPath": [
2911
- "affinity-group"
2912
- ],
2913
- "objectType": "tree"
2914
- },
2915
- {
2916
- "key": "transport-gateway",
2917
- "description": "Transport Gateway",
2918
- "details": "Enable transport gateway",
2919
- "optionType": [
2920
- "constant",
2921
- "variable",
2922
- "ignore"
2923
- ],
2924
- "defaultOption": "ignore",
2925
- "dataType": {
2926
- "type": "boolean",
2927
- "default": "false"
2928
- },
2929
- "dataPath": [],
2930
- "objectType": "object"
2931
- },
2932
- {
2933
- "key": "enable-mrf-migration",
2934
- "description": "Enable Migration Mode to Multi-Region Fabric",
2935
- "details": "Enable migration mode to Multi-Region Fabric",
2936
- "optionType": [
2937
- "constant",
2938
- "ignore"
2939
- ],
2940
- "defaultOption": "ignore",
2941
- "dataType": {
2942
- "type": "enum",
2943
- "values": [
2944
- {
2945
- "key": "enabled",
2946
- "value": "Enable"
2947
- },
2948
- {
2949
- "key": "enabled-from-bgp-core",
2950
- "value": "Enable from BGP Core"
2951
- }
2952
- ]
2953
- },
2954
- "dataPath": [],
2955
- "objectType": "object"
2956
- },
2957
- {
2958
- "key": "migration-bgp-community",
2959
- "description": "Migration BGP Community",
2960
- "details": "Set BGP community during migration from BGP-core based network",
2961
- "optionType": [
2962
- "constant",
2963
- "ignore"
2964
- ],
2965
- "defaultOption": "ignore",
2966
- "dataType": {
2967
- "type": "number",
2968
- "min": 1,
2969
- "max": 4294967295
2970
- },
2971
- "dataPath": [],
2972
- "objectType": "object"
2973
- },
2974
- {
2975
- "key": "enable-management-region",
2976
- "description": "Management Region",
2977
- "details": "Enable Management Region",
2978
- "optionType": [
2979
- "constant",
2980
- "ignore",
2981
- "variable"
2982
- ],
2983
- "defaultOption": "ignore",
2984
- "dataType": {
2985
- "type": "boolean",
2986
- "default": "false"
2987
- },
2988
- "dataPath": [],
2989
- "objectType": "object"
2990
- },
2991
- {
2992
- "key": "vrf",
2993
- "description": "VRF Name",
2994
- "details": "VRF Name for Management Region",
2995
- "optionType": [
2996
- "constant",
2997
- "ignore"
2998
- ],
2999
- "defaultOption": "ignore",
3000
- "dataPath": [
3001
- "management-region"
3002
- ],
3003
- "objectType": "tree",
3004
- "maxElements": 1,
3005
- "primaryKeys": [
3006
- "vrf-id"
3007
- ],
3008
- "children": [
3009
- {
3010
- "key": "vrf-id",
3011
- "description": "VRF ID",
3012
- "details": "VRF ID for management region",
3013
- "optionType": [
3014
- "constant",
3015
- "variable"
3016
- ],
3017
- "defaultOption": "constant",
3018
- "dataType": {
3019
- "type": "number",
3020
- "min": 0,
3021
- "max": 65531
3022
- },
3023
- "dataPath": [],
3024
- "objectType": "object"
3025
- },
3026
- {
3027
- "key": "gateway-preference",
3028
- "description": "List of affinity group preferences for VRF",
3029
- "details": "List of affinity group preferences for VRF",
3030
- "optionType": [
3031
- "constant",
3032
- "variable",
3033
- "ignore"
3034
- ],
3035
- "defaultOption": "ignore",
3036
- "dataType": {
3037
- "type": "number",
3038
- "min": 1,
3039
- "max": 63
3040
- },
3041
- "dataPath": [],
3042
- "objectType": "list"
3043
- }
3044
- ]
3045
- },
3046
- {
3047
- "key": "management-gateway",
3048
- "description": "Management Gateway",
3049
- "details": "Enable Management Gateway",
3050
- "optionType": [
3051
- "constant",
3052
- "ignore",
3053
- "variable"
3054
- ],
3055
- "defaultOption": "ignore",
3056
- "dataType": {
3057
- "type": "boolean",
3058
- "default": "false"
3059
- },
3060
- "dataPath": [],
3061
- "objectType": "object"
3062
- },
3063
- {
3064
- "key": "epfr",
3065
- "description": "Enhanced App-Aware Routing",
3066
- "details": "Enable SLA Dampening and Enhanced App-Aware Routing.",
3067
- "optionType": [
3068
- "constant",
3069
- "variable",
3070
- "ignore"
3071
- ],
3072
- "defaultOption": "ignore",
3073
- "dataType": {
3074
- "type": "enum",
3075
- "values": [
3076
- {
3077
- "key": "disabled",
3078
- "value": "Disabled"
3079
- },
3080
- {
3081
- "key": "aggressive",
3082
- "value": "Aggressive"
3083
- },
3084
- {
3085
- "key": "moderate",
3086
- "value": "Moderate"
3087
- },
3088
- {
3089
- "key": "conservative",
3090
- "value": "Conservative"
3091
- }
3092
- ],
3093
- "default": "disabled"
3094
- },
3095
- "dataPath": [],
3096
- "objectType": "object"
3097
- }
3098
- ]
3099
- }