assisted-service-client 2.0.10.post1__tar.gz → 2.37.0.post25__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (417) hide show
  1. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/PKG-INFO +105 -90
  2. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/README.md +101 -86
  3. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/__init__.py +49 -17
  4. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/__init__.py +0 -1
  5. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/events_api.py +81 -56
  6. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/installer_api.py +1000 -5200
  7. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/managed_domains_api.py +0 -91
  8. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/manifests_api.py +76 -393
  9. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/operators_api.py +0 -400
  10. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/versions_api.py +34 -117
  11. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/configuration.py +14 -0
  12. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/__init__.py +49 -16
  13. assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip.py +173 -0
  14. assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip_connectivity_additional_request_header.py +145 -0
  15. assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip_connectivity_request.py +230 -0
  16. assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip_connectivity_response.py +201 -0
  17. assisted_service_client-2.37.0.post25/assisted_service_client/models/architecture_support_level_id.py +96 -0
  18. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/boot.py +55 -3
  19. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster.py +323 -69
  20. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_create_params.py +141 -25
  21. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_default_config.py +135 -3
  22. assisted-service-client-2.0.10.post1/assisted_service_client/models/api_vip_connectivity_response.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/cluster_finalizing_progress.py +21 -23
  23. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_network.py +2 -2
  24. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_progress_info.py +81 -3
  25. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_validation_id.py +18 -4
  26. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/completion_params.py +31 -3
  27. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_remote_host.py +29 -3
  28. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk.py +112 -6
  29. assisted_service_client-2.37.0.post25/assisted_service_client/models/disk_skip_formatting_params.py +147 -0
  30. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/domain_resolution_request.py +3 -3
  31. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/domain_resolution_response_resolutions.py +31 -3
  32. assisted_service_client-2.37.0.post25/assisted_service_client/models/download_boot_artifacts_request.py +205 -0
  33. assisted_service_client-2.37.0.post25/assisted_service_client/models/drive_type.py +105 -0
  34. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/event.py +29 -1
  35. assisted_service_client-2.37.0.post25/assisted_service_client/models/feature_support_level_id.py +127 -0
  36. assisted_service_client-2.37.0.post25/assisted_service_client/models/finalizing_stage.py +98 -0
  37. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host.py +238 -10
  38. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_progress_info.py +31 -3
  39. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_update_params.py +87 -3
  40. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_validation_id.py +24 -1
  41. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ignition_endpoint.py +2 -2
  42. assisted_service_client-2.37.0.post25/assisted_service_client/models/ignition_endpoint_http_headers_params.py +147 -0
  43. assisted_service_client-2.37.0.post25/assisted_service_client/models/ignored_validations.py +145 -0
  44. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/import_cluster_params.py +2 -3
  45. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env.py +65 -3
  46. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env_create_params.py +67 -6
  47. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env_update_params.py +87 -3
  48. assisted_service_client-2.37.0.post25/assisted_service_client/models/ingress_vip.py +173 -0
  49. assisted-service-client-2.0.10.post1/assisted_service_client/models/discovery_ignition_params.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/inline_response200.py +23 -21
  50. assisted_service_client-2.37.0.post25/assisted_service_client/models/inline_response2001.py +117 -0
  51. assisted_service_client-2.37.0.post25/assisted_service_client/models/install_cmd_request.py +630 -0
  52. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/interface.py +29 -3
  53. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/inventory.py +1 -27
  54. assisted_service_client-2.37.0.post25/assisted_service_client/models/ip.py +87 -0
  55. assisted-service-client-2.0.10.post1/assisted_service_client/models/presigned.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/iscsi.py +21 -20
  56. assisted_service_client-2.37.0.post25/assisted_service_client/models/kernel_argument.py +151 -0
  57. assisted_service_client-2.37.0.post25/assisted_service_client/models/kernel_arguments.py +87 -0
  58. assisted_service_client-2.37.0.post25/assisted_service_client/models/last_installation_preparation.py +151 -0
  59. assisted-service-client-2.0.10.post1/assisted_service_client/models/feature_support_level.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/load_balancer.py +27 -47
  60. assisted_service_client-2.37.0.post25/assisted_service_client/models/logs_gather_cmd_request.py +262 -0
  61. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/machine_network.py +2 -2
  62. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/manifest.py +37 -3
  63. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/monitored_operator.py +29 -1
  64. assisted_service_client-2.37.0.post25/assisted_service_client/models/mtu_report.py +167 -0
  65. assisted_service_client-2.37.0.post25/assisted_service_client/models/next_step_cmd_request.py +176 -0
  66. assisted-service-client-2.0.10.post1/assisted_service_client/models/clusterupdateparams_hosts_names.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/node_label_params.py +39 -33
  67. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/openshift_version.py +11 -148
  68. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_monitor_report.py +29 -1
  69. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/os_image.py +9 -32
  70. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/platform.py +17 -43
  71. assisted_service_client-2.37.0.post25/assisted_service_client/models/platform_external.py +153 -0
  72. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/platform_type.py +2 -1
  73. assisted-service-client-2.0.10.post1/assisted_service_client/models/infra_env_image_url.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/presigned_url.py +15 -14
  74. assisted_service_client-2.37.0.post25/assisted_service_client/models/reboot_for_reclaim_request.py +118 -0
  75. assisted_service_client-2.37.0.post25/assisted_service_client/models/release_channel.py +95 -0
  76. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/release_image.py +38 -4
  77. assisted_service_client-2.37.0.post25/assisted_service_client/models/release_source.py +179 -0
  78. assisted_service_client-2.37.0.post25/assisted_service_client/models/release_sources.py +87 -0
  79. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/route.py +31 -3
  80. assisted_service_client-2.37.0.post25/assisted_service_client/models/secure_boot_state.py +95 -0
  81. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/service_network.py +2 -2
  82. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/step.py +1 -27
  83. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/step_type.py +8 -1
  84. assisted_service_client-2.37.0.post25/assisted_service_client/models/support_level.py +96 -0
  85. assisted_service_client-2.37.0.post25/assisted_service_client/models/support_levels.py +87 -0
  86. assisted-service-client-2.0.10.post1/assisted_service_client/models/domain_resolution_request_domains.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/tang_connectivity_request.py +22 -22
  87. assisted-service-client-2.0.10.post1/assisted_service_client/models/api_vip_connectivity_request.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/tang_connectivity_response.py +39 -42
  88. assisted_service_client-2.37.0.post25/assisted_service_client/models/tang_connectivity_response_signatures.py +141 -0
  89. assisted_service_client-2.37.0.post25/assisted_service_client/models/tang_connectivity_response_tang_server_response.py +171 -0
  90. assisted_service_client-2.37.0.post25/assisted_service_client/models/update_manifest_params.py +243 -0
  91. assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_agent_request.py +117 -0
  92. assisted-service-client-2.0.10.post1/assisted_service_client/models/clusterupdateparams_hosts_roles.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_agent_response.py +37 -35
  93. assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_agent_result.py +93 -0
  94. assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_channel.py +151 -0
  95. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/v2_cluster_update_params.py +123 -41
  96. assisted_service_client-2.37.0.post25/assisted_service_client/models/verified_vip.py +167 -0
  97. assisted_service_client-2.37.0.post25/assisted_service_client/models/verify_vip.py +141 -0
  98. assisted_service_client-2.37.0.post25/assisted_service_client/models/verify_vips_request.py +87 -0
  99. assisted_service_client-2.37.0.post25/assisted_service_client/models/verify_vips_response.py +87 -0
  100. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/versioned_host_requirements.py +31 -3
  101. assisted_service_client-2.37.0.post25/assisted_service_client/models/vip_type.py +93 -0
  102. assisted_service_client-2.37.0.post25/assisted_service_client/models/vip_verification.py +94 -0
  103. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/PKG-INFO +105 -90
  104. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/SOURCES.txt +98 -34
  105. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/setup.py +103 -88
  106. assisted_service_client-2.37.0.post25/test/test_api_vip.py +40 -0
  107. assisted_service_client-2.37.0.post25/test/test_api_vip_connectivity_additional_request_header.py +40 -0
  108. assisted_service_client-2.37.0.post25/test/test_architecture_support_level_id.py +40 -0
  109. assisted_service_client-2.37.0.post25/test/test_cluster_finalizing_progress.py +40 -0
  110. assisted_service_client-2.37.0.post25/test/test_disk_skip_formatting_params.py +40 -0
  111. assisted-service-client-2.0.10.post1/test/test_add_hosts_cluster_create_params.py → assisted_service_client-2.37.0.post25/test/test_download_boot_artifacts_request.py +6 -6
  112. assisted_service_client-2.37.0.post25/test/test_drive_type.py +40 -0
  113. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_events_api.py +4 -4
  114. assisted-service-client-2.0.10.post1/test/test_feature_support_level.py → assisted_service_client-2.37.0.post25/test/test_feature_support_level_id.py +6 -6
  115. assisted_service_client-2.37.0.post25/test/test_finalizing_stage.py +40 -0
  116. assisted_service_client-2.37.0.post25/test/test_ignition_endpoint_http_headers_params.py +40 -0
  117. assisted_service_client-2.37.0.post25/test/test_ignored_validations.py +40 -0
  118. assisted_service_client-2.37.0.post25/test/test_ingress_vip.py +40 -0
  119. assisted_service_client-2.37.0.post25/test/test_inline_response200.py +40 -0
  120. assisted_service_client-2.37.0.post25/test/test_inline_response2001.py +40 -0
  121. assisted_service_client-2.37.0.post25/test/test_install_cmd_request.py +40 -0
  122. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_installer_api.py +42 -283
  123. assisted_service_client-2.37.0.post25/test/test_ip.py +40 -0
  124. assisted_service_client-2.37.0.post25/test/test_iscsi.py +40 -0
  125. assisted_service_client-2.37.0.post25/test/test_kernel_argument.py +40 -0
  126. assisted_service_client-2.37.0.post25/test/test_kernel_arguments.py +40 -0
  127. assisted_service_client-2.37.0.post25/test/test_last_installation_preparation.py +40 -0
  128. assisted_service_client-2.37.0.post25/test/test_load_balancer.py +40 -0
  129. assisted_service_client-2.37.0.post25/test/test_logs_gather_cmd_request.py +40 -0
  130. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_managed_domains_api.py +0 -6
  131. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_manifests_api.py +6 -24
  132. assisted_service_client-2.37.0.post25/test/test_mtu_report.py +40 -0
  133. assisted_service_client-2.37.0.post25/test/test_next_step_cmd_request.py +40 -0
  134. assisted_service_client-2.37.0.post25/test/test_node_label_params.py +40 -0
  135. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operators_api.py +0 -24
  136. assisted_service_client-2.37.0.post25/test/test_platform_external.py +40 -0
  137. assisted_service_client-2.37.0.post25/test/test_presigned_url.py +40 -0
  138. assisted_service_client-2.37.0.post25/test/test_reboot_for_reclaim_request.py +40 -0
  139. assisted_service_client-2.37.0.post25/test/test_release_channel.py +40 -0
  140. assisted_service_client-2.37.0.post25/test/test_release_source.py +40 -0
  141. assisted_service_client-2.37.0.post25/test/test_release_sources.py +40 -0
  142. assisted_service_client-2.37.0.post25/test/test_secure_boot_state.py +40 -0
  143. assisted_service_client-2.37.0.post25/test/test_support_level.py +40 -0
  144. assisted_service_client-2.37.0.post25/test/test_support_levels.py +40 -0
  145. assisted_service_client-2.37.0.post25/test/test_tang_connectivity_request.py +40 -0
  146. assisted_service_client-2.37.0.post25/test/test_tang_connectivity_response.py +40 -0
  147. assisted-service-client-2.0.10.post1/test/test_domain_resolution_request_domains.py → assisted_service_client-2.37.0.post25/test/test_tang_connectivity_response_signatures.py +6 -6
  148. assisted_service_client-2.37.0.post25/test/test_tang_connectivity_response_tang_server_response.py +40 -0
  149. assisted_service_client-2.37.0.post25/test/test_update_manifest_params.py +40 -0
  150. assisted_service_client-2.37.0.post25/test/test_upgrade_agent_request.py +40 -0
  151. assisted_service_client-2.37.0.post25/test/test_upgrade_agent_response.py +40 -0
  152. assisted_service_client-2.37.0.post25/test/test_upgrade_agent_result.py +40 -0
  153. assisted_service_client-2.37.0.post25/test/test_upgrade_channel.py +40 -0
  154. assisted_service_client-2.37.0.post25/test/test_verified_vip.py +40 -0
  155. assisted_service_client-2.37.0.post25/test/test_verify_vip.py +40 -0
  156. assisted_service_client-2.37.0.post25/test/test_verify_vips_request.py +40 -0
  157. assisted_service_client-2.37.0.post25/test/test_verify_vips_response.py +40 -0
  158. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_versions_api.py +4 -10
  159. assisted_service_client-2.37.0.post25/test/test_vip_type.py +40 -0
  160. assisted_service_client-2.37.0.post25/test/test_vip_verification.py +40 -0
  161. assisted-service-client-2.0.10.post1/assisted_service_client/api/assisted_service_iso_api.py +0 -315
  162. assisted-service-client-2.0.10.post1/assisted_service_client/models/add_hosts_cluster_create_params.py +0 -205
  163. assisted-service-client-2.0.10.post1/assisted_service_client/models/assisted_service_iso_create_params.py +0 -173
  164. assisted-service-client-2.0.10.post1/assisted_service_client/models/cluster_update_params.py +0 -973
  165. assisted-service-client-2.0.10.post1/assisted_service_client/models/clusterupdateparams_disks_selected_config.py +0 -143
  166. assisted-service-client-2.0.10.post1/assisted_service_client/models/clusterupdateparams_hosts_machine_config_pool_names.py +0 -141
  167. assisted-service-client-2.0.10.post1/assisted_service_client/models/feature_support_levels.py +0 -87
  168. assisted-service-client-2.0.10.post1/assisted_service_client/models/featuresupportlevel_features.py +0 -155
  169. assisted-service-client-2.0.10.post1/assisted_service_client/models/ovirt_platform.py +0 -341
  170. assisted-service-client-2.0.10.post1/assisted_service_client/models/vsphere_platform.py +0 -313
  171. assisted-service-client-2.0.10.post1/test/test_assisted_service_iso_api.py +0 -52
  172. assisted-service-client-2.0.10.post1/test/test_assisted_service_iso_create_params.py +0 -40
  173. assisted-service-client-2.0.10.post1/test/test_cluster_update_params.py +0 -40
  174. assisted-service-client-2.0.10.post1/test/test_clusterupdateparams_disks_selected_config.py +0 -40
  175. assisted-service-client-2.0.10.post1/test/test_clusterupdateparams_hosts_machine_config_pool_names.py +0 -40
  176. assisted-service-client-2.0.10.post1/test/test_clusterupdateparams_hosts_names.py +0 -40
  177. assisted-service-client-2.0.10.post1/test/test_clusterupdateparams_hosts_roles.py +0 -40
  178. assisted-service-client-2.0.10.post1/test/test_discovery_ignition_params.py +0 -40
  179. assisted-service-client-2.0.10.post1/test/test_feature_support_levels.py +0 -40
  180. assisted-service-client-2.0.10.post1/test/test_featuresupportlevel_features.py +0 -40
  181. assisted-service-client-2.0.10.post1/test/test_infra_env_image_url.py +0 -40
  182. assisted-service-client-2.0.10.post1/test/test_ovirt_platform.py +0 -40
  183. assisted-service-client-2.0.10.post1/test/test_presigned.py +0 -40
  184. assisted-service-client-2.0.10.post1/test/test_vsphere_platform.py +0 -40
  185. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/MANIFEST.in +0 -0
  186. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api_client.py +0 -0
  187. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/bind_host_params.py +0 -0
  188. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_host_requirements.py +0 -0
  189. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_host_requirements_details.py +0 -0
  190. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_host_requirements_list.py +0 -0
  191. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_list.py +0 -0
  192. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_check_host.py +0 -0
  193. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_check_nic.py +0 -0
  194. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_check_params.py +0 -0
  195. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_report.py +0 -0
  196. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability.py +0 -0
  197. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability_request.py +0 -0
  198. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability_response.py +0 -0
  199. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability_result.py +0 -0
  200. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cpu.py +0 -0
  201. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/create_manifest_params.py +0 -0
  202. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/credentials.py +0 -0
  203. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/dhcp_allocation_request.py +0 -0
  204. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/dhcp_allocation_response.py +0 -0
  205. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_config_params.py +0 -0
  206. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_encryption.py +0 -0
  207. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_info.py +0 -0
  208. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_installation_eligibility.py +0 -0
  209. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_role.py +0 -0
  210. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_speed.py +0 -0
  211. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_speed_check_request.py +0 -0
  212. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_speed_check_response.py +0 -0
  213. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/domain_resolution_response.py +0 -0
  214. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/error.py +0 -0
  215. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/event_list.py +0 -0
  216. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_addresses_list.py +0 -0
  217. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_addresses_request.py +0 -0
  218. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_network_addresses.py +0 -0
  219. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_networks_addresses.py +0 -0
  220. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/gpu.py +0 -0
  221. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_create_params.py +0 -0
  222. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_ignition_params.py +0 -0
  223. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_list.py +0 -0
  224. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_network.py +0 -0
  225. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_progress.py +0 -0
  226. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_registration_response.py +0 -0
  227. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_registration_response_next_step_runner_command.py +0 -0
  228. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_role.py +0 -0
  229. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_role_update_params.py +0 -0
  230. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_stage.py +0 -0
  231. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_static_network_config.py +0 -0
  232. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_type_hardware_requirements.py +0 -0
  233. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_type_hardware_requirements_wrapper.py +0 -0
  234. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/image_create_params.py +0 -0
  235. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/image_info.py +0 -0
  236. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/image_type.py +0 -0
  237. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env_list.py +0 -0
  238. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_error.py +0 -0
  239. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ingress_cert_params.py +0 -0
  240. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/installer_args_params.py +0 -0
  241. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/io_perf.py +0 -0
  242. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/l2_connectivity.py +0 -0
  243. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/l3_connectivity.py +0 -0
  244. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/list_managed_domains.py +0 -0
  245. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/list_manifests.py +0 -0
  246. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/list_versions.py +0 -0
  247. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/logs_progress_params.py +0 -0
  248. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/logs_state.py +0 -0
  249. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/logs_type.py +0 -0
  250. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/mac_interface_map.py +0 -0
  251. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/mac_interface_map_inner.py +0 -0
  252. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/managed_domain.py +0 -0
  253. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/memory.py +0 -0
  254. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/memory_method.py +0 -0
  255. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/monitored_operators_list.py +0 -0
  256. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ntp_source.py +0 -0
  257. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ntp_synchronization_request.py +0 -0
  258. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ntp_synchronization_response.py +0 -0
  259. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/openshift_versions.py +0 -0
  260. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_create_params.py +0 -0
  261. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_hardware_requirements.py +0 -0
  262. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_host_requirements.py +0 -0
  263. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_properties.py +0 -0
  264. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_property.py +0 -0
  265. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_status.py +0 -0
  266. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_type.py +0 -0
  267. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/os_images.py +0 -0
  268. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/preflight_hardware_requirements.py +0 -0
  269. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/proxy.py +0 -0
  270. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/release_images.py +0 -0
  271. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/source_state.py +0 -0
  272. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/step_reply.py +0 -0
  273. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/steps.py +0 -0
  274. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/steps_reply.py +0 -0
  275. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/subnet.py +0 -0
  276. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/system_vendor.py +0 -0
  277. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/usage.py +0 -0
  278. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/versions.py +0 -0
  279. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/rest.py +0 -0
  280. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/dependency_links.txt +0 -0
  281. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/requires.txt +0 -0
  282. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/top_level.txt +0 -0
  283. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/setup.cfg +0 -0
  284. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/__init__.py +0 -0
  285. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_api_vip_connectivity_request.py +0 -0
  286. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_api_vip_connectivity_response.py +0 -0
  287. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_bind_host_params.py +0 -0
  288. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_boot.py +0 -0
  289. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster.py +0 -0
  290. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_create_params.py +0 -0
  291. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_default_config.py +0 -0
  292. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_host_requirements.py +0 -0
  293. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_host_requirements_details.py +0 -0
  294. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_host_requirements_list.py +0 -0
  295. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_list.py +0 -0
  296. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_network.py +0 -0
  297. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_progress_info.py +0 -0
  298. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_validation_id.py +0 -0
  299. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_completion_params.py +0 -0
  300. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_check_host.py +0 -0
  301. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_check_nic.py +0 -0
  302. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_check_params.py +0 -0
  303. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_remote_host.py +0 -0
  304. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_report.py +0 -0
  305. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability.py +0 -0
  306. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability_request.py +0 -0
  307. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability_response.py +0 -0
  308. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability_result.py +0 -0
  309. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_cpu.py +0 -0
  310. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_create_manifest_params.py +0 -0
  311. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_credentials.py +0 -0
  312. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_dhcp_allocation_request.py +0 -0
  313. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_dhcp_allocation_response.py +0 -0
  314. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk.py +0 -0
  315. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_config_params.py +0 -0
  316. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_encryption.py +0 -0
  317. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_info.py +0 -0
  318. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_installation_eligibility.py +0 -0
  319. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_role.py +0 -0
  320. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_speed.py +0 -0
  321. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_speed_check_request.py +0 -0
  322. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_speed_check_response.py +0 -0
  323. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_domain_resolution_request.py +0 -0
  324. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_domain_resolution_response.py +0 -0
  325. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_domain_resolution_response_resolutions.py +0 -0
  326. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_error.py +0 -0
  327. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_event.py +0 -0
  328. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_event_list.py +0 -0
  329. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_free_addresses_list.py +0 -0
  330. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_free_addresses_request.py +0 -0
  331. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_free_network_addresses.py +0 -0
  332. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_free_networks_addresses.py +0 -0
  333. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_gpu.py +0 -0
  334. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host.py +0 -0
  335. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_create_params.py +0 -0
  336. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_ignition_params.py +0 -0
  337. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_list.py +0 -0
  338. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_network.py +0 -0
  339. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_progress.py +0 -0
  340. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_progress_info.py +0 -0
  341. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_registration_response.py +0 -0
  342. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_registration_response_next_step_runner_command.py +0 -0
  343. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_role.py +0 -0
  344. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_role_update_params.py +0 -0
  345. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_stage.py +0 -0
  346. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_static_network_config.py +0 -0
  347. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_type_hardware_requirements.py +0 -0
  348. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_type_hardware_requirements_wrapper.py +0 -0
  349. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_update_params.py +0 -0
  350. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_host_validation_id.py +0 -0
  351. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_ignition_endpoint.py +0 -0
  352. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_image_create_params.py +0 -0
  353. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_image_info.py +0 -0
  354. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_image_type.py +0 -0
  355. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_import_cluster_params.py +0 -0
  356. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env.py +0 -0
  357. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env_create_params.py +0 -0
  358. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env_list.py +0 -0
  359. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env_update_params.py +0 -0
  360. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_error.py +0 -0
  361. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_ingress_cert_params.py +0 -0
  362. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_installer_args_params.py +0 -0
  363. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_interface.py +0 -0
  364. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_inventory.py +0 -0
  365. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_io_perf.py +0 -0
  366. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_l2_connectivity.py +0 -0
  367. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_l3_connectivity.py +0 -0
  368. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_list_managed_domains.py +0 -0
  369. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_list_manifests.py +0 -0
  370. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_list_versions.py +0 -0
  371. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_logs_progress_params.py +0 -0
  372. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_logs_state.py +0 -0
  373. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_logs_type.py +0 -0
  374. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_mac_interface_map.py +0 -0
  375. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_mac_interface_map_inner.py +0 -0
  376. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_machine_network.py +0 -0
  377. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_managed_domain.py +0 -0
  378. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_manifest.py +0 -0
  379. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_memory.py +0 -0
  380. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_memory_method.py +0 -0
  381. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_monitored_operator.py +0 -0
  382. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_monitored_operators_list.py +0 -0
  383. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_ntp_source.py +0 -0
  384. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_ntp_synchronization_request.py +0 -0
  385. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_ntp_synchronization_response.py +0 -0
  386. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_openshift_version.py +0 -0
  387. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_openshift_versions.py +0 -0
  388. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_create_params.py +0 -0
  389. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_hardware_requirements.py +0 -0
  390. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_host_requirements.py +0 -0
  391. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_monitor_report.py +0 -0
  392. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_properties.py +0 -0
  393. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_property.py +0 -0
  394. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_status.py +0 -0
  395. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_type.py +0 -0
  396. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_os_image.py +0 -0
  397. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_os_images.py +0 -0
  398. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_platform.py +0 -0
  399. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_platform_type.py +0 -0
  400. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_preflight_hardware_requirements.py +0 -0
  401. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_proxy.py +0 -0
  402. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_release_image.py +0 -0
  403. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_release_images.py +0 -0
  404. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_route.py +0 -0
  405. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_service_network.py +0 -0
  406. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_source_state.py +0 -0
  407. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_step.py +0 -0
  408. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_step_reply.py +0 -0
  409. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_step_type.py +0 -0
  410. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_steps.py +0 -0
  411. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_steps_reply.py +0 -0
  412. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_subnet.py +0 -0
  413. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_system_vendor.py +0 -0
  414. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_usage.py +0 -0
  415. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_v2_cluster_update_params.py +0 -0
  416. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_versioned_host_requirements.py +0 -0
  417. {assisted-service-client-2.0.10.post1 → assisted_service_client-2.37.0.post25}/test/test_versions.py +0 -0
@@ -1,13 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assisted-service-client
3
- Version: 2.0.10.post1
3
+ Version: 2.37.0.post25
4
4
  Summary: AssistedInstall
5
5
  Home-page: https://github.com/openshift/assisted-service
6
6
  Author: RedHat
7
7
  Author-email: UNKNOWN
8
- License: UNKNOWN
9
8
  Keywords: Swagger,AssistedInstall
10
- Platform: UNKNOWN
11
9
  Classifier: Development Status :: 3 - Alpha
12
10
  Classifier: Intended Audience :: Developers
13
11
  Classifier: Intended Audience :: Information Technology
@@ -19,6 +17,10 @@ Classifier: Programming Language :: Python :: 3.8
19
17
  Classifier: Programming Language :: Python :: 3.9
20
18
  Requires-Python: >=3.6
21
19
  Description-Content-Type: text/markdown
20
+ Requires-Dist: certifi>=2017.4.17
21
+ Requires-Dist: python-dateutil>=2.1
22
+ Requires-Dist: six>=1.10
23
+ Requires-Dist: urllib3>=1.23
22
24
 
23
25
 
24
26
  # assisted-service-client
@@ -74,20 +76,42 @@ import assisted_service_client
74
76
  from assisted_service_client.rest import ApiException
75
77
  from pprint import pprint
76
78
 
79
+ # Configure API key authorization: urlAuth
80
+ configuration = assisted_service_client.Configuration()
81
+ configuration.api_key['api_key'] = 'YOUR_API_KEY'
82
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
83
+ # configuration.api_key_prefix['api_key'] = 'Bearer'
77
84
  # Configure API key authorization: userAuth
78
85
  configuration = assisted_service_client.Configuration()
79
86
  configuration.api_key['Authorization'] = 'YOUR_API_KEY'
80
87
  # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
81
88
  # configuration.api_key_prefix['Authorization'] = 'Bearer'
89
+ # Configure API key authorization: watcherAuth
90
+ configuration = assisted_service_client.Configuration()
91
+ configuration.api_key['Watcher-Authorization'] = 'YOUR_API_KEY'
92
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
93
+ # configuration.api_key_prefix['Watcher-Authorization'] = 'Bearer'
82
94
 
83
95
  # create an instance of the API class
84
- api_instance = assisted_service_client.AssistedServiceIsoApi(assisted_service_client.ApiClient(configuration))
85
- assisted_service_iso_create_params = assisted_service_client.AssistedServiceIsoCreateParams() # AssistedServiceIsoCreateParams | Parameters for creating an Assisted Service ISO.
96
+ api_instance = assisted_service_client.EventsApi(assisted_service_client.ApiClient(configuration))
97
+ cluster_id = 'cluster_id_example' # str | The cluster to return events for. (optional)
98
+ host_id = 'host_id_example' # str | A host in the specified cluster to return events for (DEPRECATED. Use `host_ids` instead). (optional)
99
+ host_ids = ['host_ids_example'] # list[str] | Hosts in the specified cluster to return events for. (optional)
100
+ infra_env_id = 'infra_env_id_example' # str | The infra-env to return events for. (optional)
101
+ limit = 56 # int | The maximum number of records to retrieve. (optional)
102
+ offset = 56 # int | Number of records to skip before starting to return the records. (optional)
103
+ order = 'ascending' # str | Order by event_time of events retrieved. (optional) (default to ascending)
104
+ severities = ['severities_example'] # list[str] | Retrieved events severities. (optional)
105
+ message = 'message_example' # str | Retrieved events message pattern. (optional)
106
+ deleted_hosts = true # bool | Deleted hosts flag. (optional)
107
+ cluster_level = true # bool | Cluster level events flag. (optional)
108
+ categories = ['categories_example'] # list[str] | A comma-separated list of event categories. (optional)
86
109
 
87
110
  try:
88
- api_instance.create_iso_and_upload_to_s3(assisted_service_iso_create_params)
111
+ api_response = api_instance.v2_list_events(cluster_id=cluster_id, host_id=host_id, host_ids=host_ids, infra_env_id=infra_env_id, limit=limit, offset=offset, order=order, severities=severities, message=message, deleted_hosts=deleted_hosts, cluster_level=cluster_level, categories=categories)
112
+ pprint(api_response)
89
113
  except ApiException as e:
90
- print("Exception when calling AssistedServiceIsoApi->create_iso_and_upload_to_s3: %s
114
+ print("Exception when calling EventsApi->v2_list_events: %s
91
115
  " % e)
92
116
 
93
117
  ```
@@ -98,72 +122,25 @@ All URIs are relative to *http://api.openshift.com/api/assisted-install*
98
122
 
99
123
  Class | Method | HTTP request | Description
100
124
  ------------ | ------------- | ------------- | -------------
101
- *AssistedServiceIsoApi* | [**create_iso_and_upload_to_s3**](docs/AssistedServiceIsoApi.md#create_iso_and_upload_to_s3) | **POST** /v1/assisted-service-iso |
102
- *AssistedServiceIsoApi* | [**download_iso**](docs/AssistedServiceIsoApi.md#download_iso) | **GET** /v1/assisted-service-iso/data |
103
- *AssistedServiceIsoApi* | [**get_presigned_for_assisted_service_iso**](docs/AssistedServiceIsoApi.md#get_presigned_for_assisted_service_iso) | **GET** /v1/assisted-service-iso/presigned |
104
- *EventsApi* | [**list_events**](docs/EventsApi.md#list_events) | **GET** /v1/clusters/{cluster_id}/events |
105
125
  *EventsApi* | [**v2_list_events**](docs/EventsApi.md#v2_list_events) | **GET** /v2/events |
126
+ *EventsApi* | [**v2_trigger_event**](docs/EventsApi.md#v2_trigger_event) | **POST** /v2/events |
106
127
  *InstallerApi* | [**bind_host**](docs/InstallerApi.md#bind_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/actions/bind |
107
- *InstallerApi* | [**cancel_installation**](docs/InstallerApi.md#cancel_installation) | **POST** /v1/clusters/{cluster_id}/actions/cancel |
108
- *InstallerApi* | [**complete_installation**](docs/InstallerApi.md#complete_installation) | **POST** /v1/clusters/{cluster_id}/actions/complete_installation |
109
- *InstallerApi* | [**deregister_cluster**](docs/InstallerApi.md#deregister_cluster) | **DELETE** /v1/clusters/{cluster_id} |
110
- *InstallerApi* | [**deregister_host**](docs/InstallerApi.md#deregister_host) | **DELETE** /v1/clusters/{cluster_id}/hosts/{host_id} |
111
128
  *InstallerApi* | [**deregister_infra_env**](docs/InstallerApi.md#deregister_infra_env) | **DELETE** /v2/infra-envs/{infra_env_id} |
112
- *InstallerApi* | [**disable_host**](docs/InstallerApi.md#disable_host) | **DELETE** /v1/clusters/{cluster_id}/hosts/{host_id}/actions/enable |
113
- *InstallerApi* | [**download_cluster_files**](docs/InstallerApi.md#download_cluster_files) | **GET** /v1/clusters/{cluster_id}/downloads/files |
114
- *InstallerApi* | [**download_cluster_iso**](docs/InstallerApi.md#download_cluster_iso) | **GET** /v1/clusters/{cluster_id}/downloads/image |
115
- *InstallerApi* | [**download_cluster_iso_headers**](docs/InstallerApi.md#download_cluster_iso_headers) | **HEAD** /v1/clusters/{cluster_id}/downloads/image |
116
- *InstallerApi* | [**download_cluster_kubeconfig**](docs/InstallerApi.md#download_cluster_kubeconfig) | **GET** /v1/clusters/{cluster_id}/downloads/kubeconfig |
117
- *InstallerApi* | [**download_cluster_logs**](docs/InstallerApi.md#download_cluster_logs) | **GET** /v1/clusters/{cluster_id}/logs |
118
- *InstallerApi* | [**download_host_ignition**](docs/InstallerApi.md#download_host_ignition) | **GET** /v1/clusters/{cluster_id}/hosts/{host_id}/downloads/ignition |
119
- *InstallerApi* | [**download_host_logs**](docs/InstallerApi.md#download_host_logs) | **GET** /v1/clusters/{cluster_id}/hosts/{host_id}/logs |
120
- *InstallerApi* | [**download_infra_env_discovery_image**](docs/InstallerApi.md#download_infra_env_discovery_image) | **GET** /v2/infra-envs/{infra_env_id}/downloads/image |
121
- *InstallerApi* | [**download_infra_env_discovery_image_headers**](docs/InstallerApi.md#download_infra_env_discovery_image_headers) | **HEAD** /v2/infra-envs/{infra_env_id}/downloads/image |
122
129
  *InstallerApi* | [**download_minimal_initrd**](docs/InstallerApi.md#download_minimal_initrd) | **GET** /v2/infra-envs/{infra_env_id}/downloads/minimal-initrd |
123
- *InstallerApi* | [**enable_host**](docs/InstallerApi.md#enable_host) | **POST** /v1/clusters/{cluster_id}/hosts/{host_id}/actions/enable |
124
- *InstallerApi* | [**generate_cluster_iso**](docs/InstallerApi.md#generate_cluster_iso) | **POST** /v1/clusters/{cluster_id}/downloads/image |
125
- *InstallerApi* | [**get_cluster**](docs/InstallerApi.md#get_cluster) | **GET** /v1/clusters/{cluster_id} |
126
- *InstallerApi* | [**get_cluster_default_config**](docs/InstallerApi.md#get_cluster_default_config) | **GET** /v1/clusters/default-config |
127
- *InstallerApi* | [**get_cluster_host_requirements**](docs/InstallerApi.md#get_cluster_host_requirements) | **GET** /v1/clusters/{cluster_id}/host-requirements |
128
- *InstallerApi* | [**get_cluster_install_config**](docs/InstallerApi.md#get_cluster_install_config) | **GET** /v1/clusters/{cluster_id}/install-config |
129
130
  *InstallerApi* | [**get_cluster_supported_platforms**](docs/InstallerApi.md#get_cluster_supported_platforms) | **GET** /v2/clusters/{cluster_id}/supported-platforms |
130
- *InstallerApi* | [**get_credentials**](docs/InstallerApi.md#get_credentials) | **GET** /v1/clusters/{cluster_id}/credentials |
131
- *InstallerApi* | [**get_discovery_ignition**](docs/InstallerApi.md#get_discovery_ignition) | **GET** /v1/clusters/{cluster_id}/discovery-ignition |
132
- *InstallerApi* | [**get_free_addresses**](docs/InstallerApi.md#get_free_addresses) | **GET** /v1/clusters/{cluster_id}/free_addresses |
133
- *InstallerApi* | [**get_host**](docs/InstallerApi.md#get_host) | **GET** /v1/clusters/{cluster_id}/hosts/{host_id} |
134
- *InstallerApi* | [**get_host_ignition**](docs/InstallerApi.md#get_host_ignition) | **GET** /v1/clusters/{cluster_id}/hosts/{host_id}/ignition |
135
131
  *InstallerApi* | [**get_infra_env**](docs/InstallerApi.md#get_infra_env) | **GET** /v2/infra-envs/{infra_env_id} |
136
132
  *InstallerApi* | [**get_infra_env_download_url**](docs/InstallerApi.md#get_infra_env_download_url) | **GET** /v2/infra-envs/{infra_env_id}/downloads/image-url |
137
- *InstallerApi* | [**get_preflight_requirements**](docs/InstallerApi.md#get_preflight_requirements) | **GET** /v1/clusters/{cluster_id}/preflight-requirements |
138
- *InstallerApi* | [**get_presigned_for_cluster_files**](docs/InstallerApi.md#get_presigned_for_cluster_files) | **GET** /v1/clusters/{cluster_id}/downloads/files-presigned |
139
- *InstallerApi* | [**install_cluster**](docs/InstallerApi.md#install_cluster) | **POST** /v1/clusters/{cluster_id}/actions/install |
140
- *InstallerApi* | [**install_host**](docs/InstallerApi.md#install_host) | **POST** /v1/clusters/{cluster_id}/hosts/{host_id}/actions/install |
141
- *InstallerApi* | [**install_hosts**](docs/InstallerApi.md#install_hosts) | **POST** /v1/clusters/{cluster_id}/actions/install_hosts |
142
- *InstallerApi* | [**list_clusters**](docs/InstallerApi.md#list_clusters) | **GET** /v1/clusters |
143
- *InstallerApi* | [**list_hosts**](docs/InstallerApi.md#list_hosts) | **GET** /v1/clusters/{cluster_id}/hosts |
133
+ *InstallerApi* | [**get_infra_env_presigned_file_url**](docs/InstallerApi.md#get_infra_env_presigned_file_url) | **GET** /v2/infra-envs/{infra_env_id}/downloads/files-presigned |
134
+ *InstallerApi* | [**get_supported_architectures**](docs/InstallerApi.md#get_supported_architectures) | **GET** /v2/support-levels/architectures |
135
+ *InstallerApi* | [**get_supported_features**](docs/InstallerApi.md#get_supported_features) | **GET** /v2/support-levels/features |
136
+ *InstallerApi* | [**list_cluster_hosts**](docs/InstallerApi.md#list_cluster_hosts) | **GET** /v2/clusters/{cluster_id}/hosts |
144
137
  *InstallerApi* | [**list_infra_envs**](docs/InstallerApi.md#list_infra_envs) | **GET** /v2/infra-envs |
145
- *InstallerApi* | [**list_of_cluster_operators**](docs/InstallerApi.md#list_of_cluster_operators) | **GET** /v1/clusters/{cluster_id}/monitored_operators |
146
138
  *InstallerApi* | [**regenerate_infra_env_signing_key**](docs/InstallerApi.md#regenerate_infra_env_signing_key) | **POST** /v2/infra-envs/{infra_env_id}/regenerate-signing-key |
147
- *InstallerApi* | [**register_add_hosts_cluster**](docs/InstallerApi.md#register_add_hosts_cluster) | **POST** /v1/add_hosts_clusters |
148
- *InstallerApi* | [**register_cluster**](docs/InstallerApi.md#register_cluster) | **POST** /v1/clusters |
149
139
  *InstallerApi* | [**register_infra_env**](docs/InstallerApi.md#register_infra_env) | **POST** /v2/infra-envs |
150
- *InstallerApi* | [**report_monitored_operator_status**](docs/InstallerApi.md#report_monitored_operator_status) | **PUT** /v1/clusters/{cluster_id}/monitored_operators |
151
- *InstallerApi* | [**reset_cluster**](docs/InstallerApi.md#reset_cluster) | **POST** /v1/clusters/{cluster_id}/actions/reset |
152
- *InstallerApi* | [**reset_host**](docs/InstallerApi.md#reset_host) | **POST** /v1/clusters/{cluster_id}/hosts/{host_id}/actions/reset |
153
- *InstallerApi* | [**reset_host_validation**](docs/InstallerApi.md#reset_host_validation) | **PATCH** /v1/clusters/{cluster_id}/hosts/{host_id}/actions/reset-validation/{validation_id} | Reset failed host validation.
140
+ *InstallerApi* | [**transform_cluster_to_adding_hosts**](docs/InstallerApi.md#transform_cluster_to_adding_hosts) | **POST** /v2/clusters/{cluster_id}/actions/allow-add-hosts |
141
+ *InstallerApi* | [**transform_cluster_to_day2**](docs/InstallerApi.md#transform_cluster_to_day2) | **POST** /v2/clusters/{cluster_id}/actions/allow-add-workers |
154
142
  *InstallerApi* | [**unbind_host**](docs/InstallerApi.md#unbind_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/actions/unbind |
155
- *InstallerApi* | [**update_cluster**](docs/InstallerApi.md#update_cluster) | **PATCH** /v1/clusters/{cluster_id} |
156
- *InstallerApi* | [**update_cluster_install_config**](docs/InstallerApi.md#update_cluster_install_config) | **PATCH** /v1/clusters/{cluster_id}/install-config |
157
- *InstallerApi* | [**update_cluster_logs_progress**](docs/InstallerApi.md#update_cluster_logs_progress) | **PUT** /v1/clusters/{cluster_id}/logs_progress |
158
- *InstallerApi* | [**update_discovery_ignition**](docs/InstallerApi.md#update_discovery_ignition) | **PATCH** /v1/clusters/{cluster_id}/discovery-ignition |
159
- *InstallerApi* | [**update_host_ignition**](docs/InstallerApi.md#update_host_ignition) | **PATCH** /v1/clusters/{cluster_id}/hosts/{host_id}/ignition |
160
- *InstallerApi* | [**update_host_install_progress**](docs/InstallerApi.md#update_host_install_progress) | **PUT** /v1/clusters/{cluster_id}/hosts/{host_id}/progress |
161
- *InstallerApi* | [**update_host_installer_args**](docs/InstallerApi.md#update_host_installer_args) | **PATCH** /v1/clusters/{cluster_id}/hosts/{host_id}/installer-args |
162
- *InstallerApi* | [**update_host_logs_progress**](docs/InstallerApi.md#update_host_logs_progress) | **PUT** /v1/clusters/{cluster_id}/hosts/{host_id}/logs_progress |
163
143
  *InstallerApi* | [**update_infra_env**](docs/InstallerApi.md#update_infra_env) | **PATCH** /v2/infra-envs/{infra_env_id} |
164
- *InstallerApi* | [**upload_cluster_ingress_cert**](docs/InstallerApi.md#upload_cluster_ingress_cert) | **POST** /v1/clusters/{cluster_id}/uploads/ingress-cert |
165
- *InstallerApi* | [**upload_host_logs**](docs/InstallerApi.md#upload_host_logs) | **POST** /v1/clusters/{cluster_id}/hosts/{host_id}/logs |
166
- *InstallerApi* | [**upload_logs**](docs/InstallerApi.md#upload_logs) | **POST** /v1/clusters/{cluster_id}/logs |
167
144
  *InstallerApi* | [**v2_cancel_installation**](docs/InstallerApi.md#v2_cancel_installation) | **POST** /v2/clusters/{cluster_id}/actions/cancel |
168
145
  *InstallerApi* | [**v2_complete_installation**](docs/InstallerApi.md#v2_complete_installation) | **POST** /v2/clusters/{cluster_id}/actions/complete-installation |
169
146
  *InstallerApi* | [**v2_deregister_cluster**](docs/InstallerApi.md#v2_deregister_cluster) | **DELETE** /v2/clusters/{cluster_id} |
@@ -176,9 +153,11 @@ Class | Method | HTTP request | Description
176
153
  *InstallerApi* | [**v2_get_cluster**](docs/InstallerApi.md#v2_get_cluster) | **GET** /v2/clusters/{cluster_id} |
177
154
  *InstallerApi* | [**v2_get_cluster_default_config**](docs/InstallerApi.md#v2_get_cluster_default_config) | **GET** /v2/clusters/default-config |
178
155
  *InstallerApi* | [**v2_get_cluster_install_config**](docs/InstallerApi.md#v2_get_cluster_install_config) | **GET** /v2/clusters/{cluster_id}/install-config |
156
+ *InstallerApi* | [**v2_get_cluster_ui_settings**](docs/InstallerApi.md#v2_get_cluster_ui_settings) | **GET** /v2/clusters/{cluster_id}/ui-settings |
179
157
  *InstallerApi* | [**v2_get_credentials**](docs/InstallerApi.md#v2_get_credentials) | **GET** /v2/clusters/{cluster_id}/credentials |
180
158
  *InstallerApi* | [**v2_get_host**](docs/InstallerApi.md#v2_get_host) | **GET** /v2/infra-envs/{infra_env_id}/hosts/{host_id} |
181
159
  *InstallerApi* | [**v2_get_host_ignition**](docs/InstallerApi.md#v2_get_host_ignition) | **GET** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/ignition |
160
+ *InstallerApi* | [**v2_get_ignored_validations**](docs/InstallerApi.md#v2_get_ignored_validations) | **GET** /v2/clusters/{cluster_id}/ignored-validations |
182
161
  *InstallerApi* | [**v2_get_next_steps**](docs/InstallerApi.md#v2_get_next_steps) | **GET** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/instructions |
183
162
  *InstallerApi* | [**v2_get_preflight_requirements**](docs/InstallerApi.md#v2_get_preflight_requirements) | **GET** /v2/clusters/{cluster_id}/preflight-requirements |
184
163
  *InstallerApi* | [**v2_get_presigned_for_cluster_credentials**](docs/InstallerApi.md#v2_get_presigned_for_cluster_credentials) | **GET** /v2/clusters/{cluster_id}/downloads/credentials-presigned |
@@ -187,7 +166,6 @@ Class | Method | HTTP request | Description
187
166
  *InstallerApi* | [**v2_install_cluster**](docs/InstallerApi.md#v2_install_cluster) | **POST** /v2/clusters/{cluster_id}/actions/install |
188
167
  *InstallerApi* | [**v2_install_host**](docs/InstallerApi.md#v2_install_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/actions/install |
189
168
  *InstallerApi* | [**v2_list_clusters**](docs/InstallerApi.md#v2_list_clusters) | **GET** /v2/clusters |
190
- *InstallerApi* | [**v2_list_feature_support_levels**](docs/InstallerApi.md#v2_list_feature_support_levels) | **GET** /v2/feature-support-levels |
191
169
  *InstallerApi* | [**v2_list_hosts**](docs/InstallerApi.md#v2_list_hosts) | **GET** /v2/infra-envs/{infra_env_id}/hosts |
192
170
  *InstallerApi* | [**v2_list_of_cluster_operators**](docs/InstallerApi.md#v2_list_of_cluster_operators) | **GET** /v2/clusters/{cluster_id}/monitored-operators |
193
171
  *InstallerApi* | [**v2_post_step_reply**](docs/InstallerApi.md#v2_post_step_reply) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/instructions |
@@ -197,9 +175,12 @@ Class | Method | HTTP request | Description
197
175
  *InstallerApi* | [**v2_reset_cluster**](docs/InstallerApi.md#v2_reset_cluster) | **POST** /v2/clusters/{cluster_id}/actions/reset |
198
176
  *InstallerApi* | [**v2_reset_host**](docs/InstallerApi.md#v2_reset_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/actions/reset |
199
177
  *InstallerApi* | [**v2_reset_host_validation**](docs/InstallerApi.md#v2_reset_host_validation) | **PATCH** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/actions/reset-validation/{validation_id} | Reset failed host validation.
178
+ *InstallerApi* | [**v2_set_ignored_validations**](docs/InstallerApi.md#v2_set_ignored_validations) | **PUT** /v2/clusters/{cluster_id}/ignored-validations |
200
179
  *InstallerApi* | [**v2_update_cluster**](docs/InstallerApi.md#v2_update_cluster) | **PATCH** /v2/clusters/{cluster_id} |
180
+ *InstallerApi* | [**v2_update_cluster_finalizing_progress**](docs/InstallerApi.md#v2_update_cluster_finalizing_progress) | **PUT** /v2/clusters/{cluster_id}/progress |
201
181
  *InstallerApi* | [**v2_update_cluster_install_config**](docs/InstallerApi.md#v2_update_cluster_install_config) | **PATCH** /v2/clusters/{cluster_id}/install-config |
202
182
  *InstallerApi* | [**v2_update_cluster_logs_progress**](docs/InstallerApi.md#v2_update_cluster_logs_progress) | **PUT** /v2/clusters/{cluster_id}/logs-progress |
183
+ *InstallerApi* | [**v2_update_cluster_ui_settings**](docs/InstallerApi.md#v2_update_cluster_ui_settings) | **PUT** /v2/clusters/{cluster_id}/ui-settings |
203
184
  *InstallerApi* | [**v2_update_host**](docs/InstallerApi.md#v2_update_host) | **PATCH** /v2/infra-envs/{infra_env_id}/hosts/{host_id} |
204
185
  *InstallerApi* | [**v2_update_host_ignition**](docs/InstallerApi.md#v2_update_host_ignition) | **PATCH** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/ignition |
205
186
  *InstallerApi* | [**v2_update_host_install_progress**](docs/InstallerApi.md#v2_update_host_install_progress) | **PUT** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/progress |
@@ -207,53 +188,41 @@ Class | Method | HTTP request | Description
207
188
  *InstallerApi* | [**v2_update_host_logs_progress**](docs/InstallerApi.md#v2_update_host_logs_progress) | **PUT** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/logs-progress |
208
189
  *InstallerApi* | [**v2_upload_cluster_ingress_cert**](docs/InstallerApi.md#v2_upload_cluster_ingress_cert) | **POST** /v2/clusters/{cluster_id}/uploads/ingress-cert |
209
190
  *InstallerApi* | [**v2_upload_logs**](docs/InstallerApi.md#v2_upload_logs) | **POST** /v2/clusters/{cluster_id}/logs |
210
- *ManagedDomainsApi* | [**list_managed_domains**](docs/ManagedDomainsApi.md#list_managed_domains) | **GET** /v1/domains |
211
191
  *ManagedDomainsApi* | [**v2_list_managed_domains**](docs/ManagedDomainsApi.md#v2_list_managed_domains) | **GET** /v2/domains |
212
- *ManifestsApi* | [**create_cluster_manifest**](docs/ManifestsApi.md#create_cluster_manifest) | **POST** /v1/clusters/{cluster_id}/manifests |
213
- *ManifestsApi* | [**delete_cluster_manifest**](docs/ManifestsApi.md#delete_cluster_manifest) | **DELETE** /v1/clusters/{cluster_id}/manifests |
214
- *ManifestsApi* | [**download_cluster_manifest**](docs/ManifestsApi.md#download_cluster_manifest) | **GET** /v1/clusters/{cluster_id}/manifests/files |
215
- *ManifestsApi* | [**list_cluster_manifests**](docs/ManifestsApi.md#list_cluster_manifests) | **GET** /v1/clusters/{cluster_id}/manifests |
216
192
  *ManifestsApi* | [**v2_create_cluster_manifest**](docs/ManifestsApi.md#v2_create_cluster_manifest) | **POST** /v2/clusters/{cluster_id}/manifests |
217
193
  *ManifestsApi* | [**v2_delete_cluster_manifest**](docs/ManifestsApi.md#v2_delete_cluster_manifest) | **DELETE** /v2/clusters/{cluster_id}/manifests |
218
194
  *ManifestsApi* | [**v2_download_cluster_manifest**](docs/ManifestsApi.md#v2_download_cluster_manifest) | **GET** /v2/clusters/{cluster_id}/manifests/files |
219
195
  *ManifestsApi* | [**v2_list_cluster_manifests**](docs/ManifestsApi.md#v2_list_cluster_manifests) | **GET** /v2/clusters/{cluster_id}/manifests |
220
- *OperatorsApi* | [**list_of_cluster_operators**](docs/OperatorsApi.md#list_of_cluster_operators) | **GET** /v1/clusters/{cluster_id}/monitored_operators |
221
- *OperatorsApi* | [**list_operator_properties**](docs/OperatorsApi.md#list_operator_properties) | **GET** /v1/supported-operators/{operator_name} |
222
- *OperatorsApi* | [**list_supported_operators**](docs/OperatorsApi.md#list_supported_operators) | **GET** /v1/supported-operators |
223
- *OperatorsApi* | [**report_monitored_operator_status**](docs/OperatorsApi.md#report_monitored_operator_status) | **PUT** /v1/clusters/{cluster_id}/monitored_operators |
196
+ *ManifestsApi* | [**v2_update_cluster_manifest**](docs/ManifestsApi.md#v2_update_cluster_manifest) | **PATCH** /v2/clusters/{cluster_id}/manifests |
224
197
  *OperatorsApi* | [**v2_list_of_cluster_operators**](docs/OperatorsApi.md#v2_list_of_cluster_operators) | **GET** /v2/clusters/{cluster_id}/monitored-operators |
225
198
  *OperatorsApi* | [**v2_list_operator_properties**](docs/OperatorsApi.md#v2_list_operator_properties) | **GET** /v2/supported-operators/{operator_name} |
226
199
  *OperatorsApi* | [**v2_list_supported_operators**](docs/OperatorsApi.md#v2_list_supported_operators) | **GET** /v2/supported-operators |
227
200
  *OperatorsApi* | [**v2_report_monitored_operator_status**](docs/OperatorsApi.md#v2_report_monitored_operator_status) | **PUT** /v2/clusters/{cluster_id}/monitored-operators |
228
- *VersionsApi* | [**list_component_versions**](docs/VersionsApi.md#list_component_versions) | **GET** /v1/component_versions |
229
- *VersionsApi* | [**list_supported_openshift_versions**](docs/VersionsApi.md#list_supported_openshift_versions) | **GET** /v1/openshift_versions |
230
201
  *VersionsApi* | [**v2_list_component_versions**](docs/VersionsApi.md#v2_list_component_versions) | **GET** /v2/component-versions |
202
+ *VersionsApi* | [**v2_list_release_sources**](docs/VersionsApi.md#v2_list_release_sources) | **GET** /v2/release-sources |
231
203
  *VersionsApi* | [**v2_list_supported_openshift_versions**](docs/VersionsApi.md#v2_list_supported_openshift_versions) | **GET** /v2/openshift-versions |
232
204
 
233
205
 
234
206
  ## Documentation For Models
235
207
 
236
- - [AddHostsClusterCreateParams](docs/AddHostsClusterCreateParams.md)
208
+ - [ApiVip](docs/ApiVip.md)
209
+ - [ApiVipConnectivityAdditionalRequestHeader](docs/ApiVipConnectivityAdditionalRequestHeader.md)
237
210
  - [ApiVipConnectivityRequest](docs/ApiVipConnectivityRequest.md)
238
211
  - [ApiVipConnectivityResponse](docs/ApiVipConnectivityResponse.md)
239
- - [AssistedServiceIsoCreateParams](docs/AssistedServiceIsoCreateParams.md)
212
+ - [ArchitectureSupportLevelId](docs/ArchitectureSupportLevelId.md)
240
213
  - [BindHostParams](docs/BindHostParams.md)
241
214
  - [Boot](docs/Boot.md)
242
215
  - [Cluster](docs/Cluster.md)
243
216
  - [ClusterCreateParams](docs/ClusterCreateParams.md)
244
217
  - [ClusterDefaultConfig](docs/ClusterDefaultConfig.md)
218
+ - [ClusterFinalizingProgress](docs/ClusterFinalizingProgress.md)
245
219
  - [ClusterHostRequirements](docs/ClusterHostRequirements.md)
246
220
  - [ClusterHostRequirementsDetails](docs/ClusterHostRequirementsDetails.md)
247
221
  - [ClusterHostRequirementsList](docs/ClusterHostRequirementsList.md)
248
222
  - [ClusterList](docs/ClusterList.md)
249
223
  - [ClusterNetwork](docs/ClusterNetwork.md)
250
224
  - [ClusterProgressInfo](docs/ClusterProgressInfo.md)
251
- - [ClusterUpdateParams](docs/ClusterUpdateParams.md)
252
225
  - [ClusterValidationId](docs/ClusterValidationId.md)
253
- - [ClusterupdateparamsDisksSelectedConfig](docs/ClusterupdateparamsDisksSelectedConfig.md)
254
- - [ClusterupdateparamsHostsMachineConfigPoolNames](docs/ClusterupdateparamsHostsMachineConfigPoolNames.md)
255
- - [ClusterupdateparamsHostsNames](docs/ClusterupdateparamsHostsNames.md)
256
- - [ClusterupdateparamsHostsRoles](docs/ClusterupdateparamsHostsRoles.md)
257
226
  - [CompletionParams](docs/CompletionParams.md)
258
227
  - [ConnectivityCheckHost](docs/ConnectivityCheckHost.md)
259
228
  - [ConnectivityCheckNic](docs/ConnectivityCheckNic.md)
@@ -269,26 +238,26 @@ Class | Method | HTTP request | Description
269
238
  - [Credentials](docs/Credentials.md)
270
239
  - [DhcpAllocationRequest](docs/DhcpAllocationRequest.md)
271
240
  - [DhcpAllocationResponse](docs/DhcpAllocationResponse.md)
272
- - [DiscoveryIgnitionParams](docs/DiscoveryIgnitionParams.md)
273
241
  - [Disk](docs/Disk.md)
274
242
  - [DiskConfigParams](docs/DiskConfigParams.md)
275
243
  - [DiskEncryption](docs/DiskEncryption.md)
276
244
  - [DiskInfo](docs/DiskInfo.md)
277
245
  - [DiskInstallationEligibility](docs/DiskInstallationEligibility.md)
278
246
  - [DiskRole](docs/DiskRole.md)
247
+ - [DiskSkipFormattingParams](docs/DiskSkipFormattingParams.md)
279
248
  - [DiskSpeed](docs/DiskSpeed.md)
280
249
  - [DiskSpeedCheckRequest](docs/DiskSpeedCheckRequest.md)
281
250
  - [DiskSpeedCheckResponse](docs/DiskSpeedCheckResponse.md)
282
251
  - [DomainResolutionRequest](docs/DomainResolutionRequest.md)
283
- - [DomainResolutionRequestDomains](docs/DomainResolutionRequestDomains.md)
284
252
  - [DomainResolutionResponse](docs/DomainResolutionResponse.md)
285
253
  - [DomainResolutionResponseResolutions](docs/DomainResolutionResponseResolutions.md)
254
+ - [DownloadBootArtifactsRequest](docs/DownloadBootArtifactsRequest.md)
255
+ - [DriveType](docs/DriveType.md)
286
256
  - [Error](docs/Error.md)
287
257
  - [Event](docs/Event.md)
288
258
  - [EventList](docs/EventList.md)
289
- - [FeatureSupportLevel](docs/FeatureSupportLevel.md)
290
- - [FeatureSupportLevels](docs/FeatureSupportLevels.md)
291
- - [FeaturesupportlevelFeatures](docs/FeaturesupportlevelFeatures.md)
259
+ - [FeatureSupportLevelId](docs/FeatureSupportLevelId.md)
260
+ - [FinalizingStage](docs/FinalizingStage.md)
292
261
  - [FreeAddressesList](docs/FreeAddressesList.md)
293
262
  - [FreeAddressesRequest](docs/FreeAddressesRequest.md)
294
263
  - [FreeNetworkAddresses](docs/FreeNetworkAddresses.md)
@@ -312,26 +281,38 @@ Class | Method | HTTP request | Description
312
281
  - [HostUpdateParams](docs/HostUpdateParams.md)
313
282
  - [HostValidationId](docs/HostValidationId.md)
314
283
  - [IgnitionEndpoint](docs/IgnitionEndpoint.md)
284
+ - [IgnitionEndpointHttpHeadersParams](docs/IgnitionEndpointHttpHeadersParams.md)
285
+ - [IgnoredValidations](docs/IgnoredValidations.md)
315
286
  - [ImageCreateParams](docs/ImageCreateParams.md)
316
287
  - [ImageInfo](docs/ImageInfo.md)
317
288
  - [ImageType](docs/ImageType.md)
318
289
  - [ImportClusterParams](docs/ImportClusterParams.md)
319
290
  - [InfraEnv](docs/InfraEnv.md)
320
291
  - [InfraEnvCreateParams](docs/InfraEnvCreateParams.md)
321
- - [InfraEnvImageUrl](docs/InfraEnvImageUrl.md)
322
292
  - [InfraEnvList](docs/InfraEnvList.md)
323
293
  - [InfraEnvUpdateParams](docs/InfraEnvUpdateParams.md)
324
294
  - [InfraError](docs/InfraError.md)
325
295
  - [IngressCertParams](docs/IngressCertParams.md)
296
+ - [IngressVip](docs/IngressVip.md)
297
+ - [InlineResponse200](docs/InlineResponse200.md)
298
+ - [InlineResponse2001](docs/InlineResponse2001.md)
299
+ - [InstallCmdRequest](docs/InstallCmdRequest.md)
326
300
  - [InstallerArgsParams](docs/InstallerArgsParams.md)
327
301
  - [Interface](docs/Interface.md)
328
302
  - [Inventory](docs/Inventory.md)
329
303
  - [IoPerf](docs/IoPerf.md)
304
+ - [Ip](docs/Ip.md)
305
+ - [Iscsi](docs/Iscsi.md)
306
+ - [KernelArgument](docs/KernelArgument.md)
307
+ - [KernelArguments](docs/KernelArguments.md)
330
308
  - [L2Connectivity](docs/L2Connectivity.md)
331
309
  - [L3Connectivity](docs/L3Connectivity.md)
310
+ - [LastInstallationPreparation](docs/LastInstallationPreparation.md)
332
311
  - [ListManagedDomains](docs/ListManagedDomains.md)
333
312
  - [ListManifests](docs/ListManifests.md)
334
313
  - [ListVersions](docs/ListVersions.md)
314
+ - [LoadBalancer](docs/LoadBalancer.md)
315
+ - [LogsGatherCmdRequest](docs/LogsGatherCmdRequest.md)
335
316
  - [LogsProgressParams](docs/LogsProgressParams.md)
336
317
  - [LogsState](docs/LogsState.md)
337
318
  - [LogsType](docs/LogsType.md)
@@ -344,6 +325,9 @@ Class | Method | HTTP request | Description
344
325
  - [MemoryMethod](docs/MemoryMethod.md)
345
326
  - [MonitoredOperator](docs/MonitoredOperator.md)
346
327
  - [MonitoredOperatorsList](docs/MonitoredOperatorsList.md)
328
+ - [MtuReport](docs/MtuReport.md)
329
+ - [NextStepCmdRequest](docs/NextStepCmdRequest.md)
330
+ - [NodeLabelParams](docs/NodeLabelParams.md)
347
331
  - [NtpSource](docs/NtpSource.md)
348
332
  - [NtpSynchronizationRequest](docs/NtpSynchronizationRequest.md)
349
333
  - [NtpSynchronizationResponse](docs/NtpSynchronizationResponse.md)
@@ -359,15 +343,20 @@ Class | Method | HTTP request | Description
359
343
  - [OperatorType](docs/OperatorType.md)
360
344
  - [OsImage](docs/OsImage.md)
361
345
  - [OsImages](docs/OsImages.md)
362
- - [OvirtPlatform](docs/OvirtPlatform.md)
363
346
  - [Platform](docs/Platform.md)
347
+ - [PlatformExternal](docs/PlatformExternal.md)
364
348
  - [PlatformType](docs/PlatformType.md)
365
349
  - [PreflightHardwareRequirements](docs/PreflightHardwareRequirements.md)
366
- - [Presigned](docs/Presigned.md)
350
+ - [PresignedUrl](docs/PresignedUrl.md)
367
351
  - [Proxy](docs/Proxy.md)
352
+ - [RebootForReclaimRequest](docs/RebootForReclaimRequest.md)
353
+ - [ReleaseChannel](docs/ReleaseChannel.md)
368
354
  - [ReleaseImage](docs/ReleaseImage.md)
369
355
  - [ReleaseImages](docs/ReleaseImages.md)
356
+ - [ReleaseSource](docs/ReleaseSource.md)
357
+ - [ReleaseSources](docs/ReleaseSources.md)
370
358
  - [Route](docs/Route.md)
359
+ - [SecureBootState](docs/SecureBootState.md)
371
360
  - [ServiceNetwork](docs/ServiceNetwork.md)
372
361
  - [SourceState](docs/SourceState.md)
373
362
  - [Step](docs/Step.md)
@@ -376,12 +365,28 @@ Class | Method | HTTP request | Description
376
365
  - [Steps](docs/Steps.md)
377
366
  - [StepsReply](docs/StepsReply.md)
378
367
  - [Subnet](docs/Subnet.md)
368
+ - [SupportLevel](docs/SupportLevel.md)
369
+ - [SupportLevels](docs/SupportLevels.md)
379
370
  - [SystemVendor](docs/SystemVendor.md)
371
+ - [TangConnectivityRequest](docs/TangConnectivityRequest.md)
372
+ - [TangConnectivityResponse](docs/TangConnectivityResponse.md)
373
+ - [TangConnectivityResponseSignatures](docs/TangConnectivityResponseSignatures.md)
374
+ - [TangConnectivityResponseTangServerResponse](docs/TangConnectivityResponseTangServerResponse.md)
375
+ - [UpdateManifestParams](docs/UpdateManifestParams.md)
376
+ - [UpgradeAgentRequest](docs/UpgradeAgentRequest.md)
377
+ - [UpgradeAgentResponse](docs/UpgradeAgentResponse.md)
378
+ - [UpgradeAgentResult](docs/UpgradeAgentResult.md)
379
+ - [UpgradeChannel](docs/UpgradeChannel.md)
380
380
  - [Usage](docs/Usage.md)
381
381
  - [V2ClusterUpdateParams](docs/V2ClusterUpdateParams.md)
382
+ - [VerifiedVip](docs/VerifiedVip.md)
383
+ - [VerifyVip](docs/VerifyVip.md)
384
+ - [VerifyVipsRequest](docs/VerifyVipsRequest.md)
385
+ - [VerifyVipsResponse](docs/VerifyVipsResponse.md)
382
386
  - [VersionedHostRequirements](docs/VersionedHostRequirements.md)
383
387
  - [Versions](docs/Versions.md)
384
- - [VspherePlatform](docs/VspherePlatform.md)
388
+ - [VipType](docs/VipType.md)
389
+ - [VipVerification](docs/VipVerification.md)
385
390
 
386
391
 
387
392
  ## Documentation For Authorization
@@ -399,6 +404,12 @@ Class | Method | HTTP request | Description
399
404
  - **API key parameter name**: Image-Token
400
405
  - **Location**: HTTP header
401
406
 
407
+ ## imageURLAuth
408
+
409
+ - **Type**: API key
410
+ - **API key parameter name**: image_token
411
+ - **Location**: URL query string
412
+
402
413
  ## urlAuth
403
414
 
404
415
  - **Type**: API key
@@ -411,10 +422,14 @@ Class | Method | HTTP request | Description
411
422
  - **API key parameter name**: Authorization
412
423
  - **Location**: HTTP header
413
424
 
425
+ ## watcherAuth
414
426
 
415
- ## Author
427
+ - **Type**: API key
428
+ - **API key parameter name**: Watcher-Authorization
429
+ - **Location**: HTTP header
416
430
 
417
431
 
432
+ ## Author
418
433
 
419
434
 
420
435