assisted-service-client 2.0.9.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.
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/PKG-INFO +105 -90
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/README.md +101 -86
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/__init__.py +49 -17
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/__init__.py +0 -1
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/events_api.py +81 -56
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/installer_api.py +1000 -5200
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/managed_domains_api.py +0 -91
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/manifests_api.py +76 -393
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/operators_api.py +0 -400
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api/versions_api.py +34 -117
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/configuration.py +14 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/__init__.py +49 -16
- assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip.py +173 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip_connectivity_additional_request_header.py +145 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip_connectivity_request.py +230 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/api_vip_connectivity_response.py +201 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/architecture_support_level_id.py +96 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/boot.py +55 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster.py +323 -69
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_create_params.py +141 -25
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_default_config.py +135 -3
- assisted-service-client-2.0.9.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
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_network.py +2 -2
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_progress_info.py +81 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_validation_id.py +18 -4
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/completion_params.py +31 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_remote_host.py +29 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk.py +112 -6
- assisted_service_client-2.37.0.post25/assisted_service_client/models/disk_skip_formatting_params.py +147 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/domain_resolution_request.py +3 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/domain_resolution_response_resolutions.py +31 -3
- assisted_service_client-2.37.0.post25/assisted_service_client/models/download_boot_artifacts_request.py +205 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/drive_type.py +105 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/event.py +29 -1
- assisted_service_client-2.37.0.post25/assisted_service_client/models/feature_support_level_id.py +127 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/finalizing_stage.py +98 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host.py +238 -10
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_progress_info.py +31 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_update_params.py +87 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_validation_id.py +24 -1
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ignition_endpoint.py +2 -2
- assisted_service_client-2.37.0.post25/assisted_service_client/models/ignition_endpoint_http_headers_params.py +147 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/ignored_validations.py +145 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/import_cluster_params.py +2 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env.py +65 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env_create_params.py +67 -6
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env_update_params.py +87 -3
- assisted_service_client-2.37.0.post25/assisted_service_client/models/ingress_vip.py +173 -0
- assisted-service-client-2.0.9.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
- assisted_service_client-2.37.0.post25/assisted_service_client/models/inline_response2001.py +117 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/install_cmd_request.py +630 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/interface.py +29 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/inventory.py +1 -27
- assisted_service_client-2.37.0.post25/assisted_service_client/models/ip.py +87 -0
- assisted-service-client-2.0.9.post1/assisted_service_client/models/presigned.py → assisted_service_client-2.37.0.post25/assisted_service_client/models/iscsi.py +21 -20
- assisted_service_client-2.37.0.post25/assisted_service_client/models/kernel_argument.py +151 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/kernel_arguments.py +87 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/last_installation_preparation.py +151 -0
- assisted-service-client-2.0.9.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
- assisted_service_client-2.37.0.post25/assisted_service_client/models/logs_gather_cmd_request.py +262 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/machine_network.py +2 -2
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/manifest.py +37 -3
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/monitored_operator.py +29 -1
- assisted_service_client-2.37.0.post25/assisted_service_client/models/mtu_report.py +167 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/next_step_cmd_request.py +176 -0
- assisted-service-client-2.0.9.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
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/openshift_version.py +11 -148
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_monitor_report.py +29 -1
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/os_image.py +9 -32
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/platform.py +17 -43
- assisted_service_client-2.37.0.post25/assisted_service_client/models/platform_external.py +153 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/platform_type.py +2 -1
- assisted-service-client-2.0.9.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
- assisted_service_client-2.37.0.post25/assisted_service_client/models/reboot_for_reclaim_request.py +118 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/release_channel.py +95 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/release_image.py +38 -4
- assisted_service_client-2.37.0.post25/assisted_service_client/models/release_source.py +179 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/release_sources.py +87 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/route.py +31 -3
- assisted_service_client-2.37.0.post25/assisted_service_client/models/secure_boot_state.py +95 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/service_network.py +2 -2
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/step.py +1 -27
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/step_type.py +8 -1
- assisted_service_client-2.37.0.post25/assisted_service_client/models/support_level.py +96 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/support_levels.py +87 -0
- assisted-service-client-2.0.9.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
- assisted-service-client-2.0.9.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
- assisted_service_client-2.37.0.post25/assisted_service_client/models/tang_connectivity_response_signatures.py +141 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/tang_connectivity_response_tang_server_response.py +171 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/update_manifest_params.py +243 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_agent_request.py +117 -0
- assisted-service-client-2.0.9.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
- assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_agent_result.py +93 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/upgrade_channel.py +151 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/v2_cluster_update_params.py +123 -41
- assisted_service_client-2.37.0.post25/assisted_service_client/models/verified_vip.py +167 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/verify_vip.py +141 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/verify_vips_request.py +87 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/verify_vips_response.py +87 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/versioned_host_requirements.py +31 -3
- assisted_service_client-2.37.0.post25/assisted_service_client/models/vip_type.py +93 -0
- assisted_service_client-2.37.0.post25/assisted_service_client/models/vip_verification.py +94 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/PKG-INFO +105 -90
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/SOURCES.txt +98 -34
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/setup.py +103 -88
- assisted_service_client-2.37.0.post25/test/test_api_vip.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_api_vip_connectivity_additional_request_header.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_architecture_support_level_id.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_cluster_finalizing_progress.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_disk_skip_formatting_params.py +40 -0
- assisted-service-client-2.0.9.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
- assisted_service_client-2.37.0.post25/test/test_drive_type.py +40 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_events_api.py +4 -4
- assisted-service-client-2.0.9.post1/test/test_feature_support_level.py → assisted_service_client-2.37.0.post25/test/test_feature_support_level_id.py +6 -6
- assisted_service_client-2.37.0.post25/test/test_finalizing_stage.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_ignition_endpoint_http_headers_params.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_ignored_validations.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_ingress_vip.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_inline_response200.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_inline_response2001.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_install_cmd_request.py +40 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_installer_api.py +42 -283
- assisted_service_client-2.37.0.post25/test/test_ip.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_iscsi.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_kernel_argument.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_kernel_arguments.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_last_installation_preparation.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_load_balancer.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_logs_gather_cmd_request.py +40 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_managed_domains_api.py +0 -6
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_manifests_api.py +6 -24
- assisted_service_client-2.37.0.post25/test/test_mtu_report.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_next_step_cmd_request.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_node_label_params.py +40 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operators_api.py +0 -24
- assisted_service_client-2.37.0.post25/test/test_platform_external.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_presigned_url.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_reboot_for_reclaim_request.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_release_channel.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_release_source.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_release_sources.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_secure_boot_state.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_support_level.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_support_levels.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_tang_connectivity_request.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_tang_connectivity_response.py +40 -0
- assisted-service-client-2.0.9.post1/test/test_domain_resolution_request_domains.py → assisted_service_client-2.37.0.post25/test/test_tang_connectivity_response_signatures.py +6 -6
- assisted_service_client-2.37.0.post25/test/test_tang_connectivity_response_tang_server_response.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_update_manifest_params.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_upgrade_agent_request.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_upgrade_agent_response.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_upgrade_agent_result.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_upgrade_channel.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_verified_vip.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_verify_vip.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_verify_vips_request.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_verify_vips_response.py +40 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_versions_api.py +4 -10
- assisted_service_client-2.37.0.post25/test/test_vip_type.py +40 -0
- assisted_service_client-2.37.0.post25/test/test_vip_verification.py +40 -0
- assisted-service-client-2.0.9.post1/assisted_service_client/api/assisted_service_iso_api.py +0 -315
- assisted-service-client-2.0.9.post1/assisted_service_client/models/add_hosts_cluster_create_params.py +0 -205
- assisted-service-client-2.0.9.post1/assisted_service_client/models/assisted_service_iso_create_params.py +0 -173
- assisted-service-client-2.0.9.post1/assisted_service_client/models/cluster_update_params.py +0 -973
- assisted-service-client-2.0.9.post1/assisted_service_client/models/clusterupdateparams_disks_selected_config.py +0 -143
- assisted-service-client-2.0.9.post1/assisted_service_client/models/clusterupdateparams_hosts_machine_config_pool_names.py +0 -141
- assisted-service-client-2.0.9.post1/assisted_service_client/models/feature_support_levels.py +0 -87
- assisted-service-client-2.0.9.post1/assisted_service_client/models/featuresupportlevel_features.py +0 -155
- assisted-service-client-2.0.9.post1/assisted_service_client/models/ovirt_platform.py +0 -341
- assisted-service-client-2.0.9.post1/assisted_service_client/models/vsphere_platform.py +0 -313
- assisted-service-client-2.0.9.post1/test/test_assisted_service_iso_api.py +0 -52
- assisted-service-client-2.0.9.post1/test/test_assisted_service_iso_create_params.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_cluster_update_params.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_clusterupdateparams_disks_selected_config.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_clusterupdateparams_hosts_machine_config_pool_names.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_clusterupdateparams_hosts_names.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_clusterupdateparams_hosts_roles.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_discovery_ignition_params.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_feature_support_levels.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_featuresupportlevel_features.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_infra_env_image_url.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_ovirt_platform.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_presigned.py +0 -40
- assisted-service-client-2.0.9.post1/test/test_vsphere_platform.py +0 -40
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/MANIFEST.in +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/api_client.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/bind_host_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_host_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_host_requirements_details.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_host_requirements_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cluster_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_check_host.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_check_nic.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_check_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/connectivity_report.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/container_image_availability_result.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/cpu.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/create_manifest_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/credentials.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/dhcp_allocation_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/dhcp_allocation_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_config_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_encryption.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_info.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_installation_eligibility.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_role.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_speed.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_speed_check_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/disk_speed_check_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/domain_resolution_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/error.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/event_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_addresses_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_addresses_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_network_addresses.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/free_networks_addresses.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/gpu.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_ignition_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_network.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_progress.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_registration_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_registration_response_next_step_runner_command.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_role.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_role_update_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_stage.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_static_network_config.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_type_hardware_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/host_type_hardware_requirements_wrapper.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/image_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/image_info.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/image_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_env_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/infra_error.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ingress_cert_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/installer_args_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/io_perf.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/l2_connectivity.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/l3_connectivity.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/list_managed_domains.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/list_manifests.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/list_versions.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/logs_progress_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/logs_state.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/logs_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/mac_interface_map.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/mac_interface_map_inner.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/managed_domain.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/memory.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/memory_method.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/monitored_operators_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ntp_source.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ntp_synchronization_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/ntp_synchronization_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/openshift_versions.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_hardware_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_host_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_properties.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_property.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_status.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/operator_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/os_images.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/preflight_hardware_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/proxy.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/release_images.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/source_state.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/step_reply.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/steps.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/steps_reply.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/subnet.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/system_vendor.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/usage.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/models/versions.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client/rest.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/dependency_links.txt +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/requires.txt +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/assisted_service_client.egg-info/top_level.txt +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/setup.cfg +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/__init__.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_api_vip_connectivity_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_api_vip_connectivity_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_bind_host_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_boot.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_default_config.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_host_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_host_requirements_details.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_host_requirements_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_network.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_progress_info.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cluster_validation_id.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_completion_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_check_host.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_check_nic.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_check_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_remote_host.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_connectivity_report.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_container_image_availability_result.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_cpu.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_create_manifest_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_credentials.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_dhcp_allocation_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_dhcp_allocation_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_config_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_encryption.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_info.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_installation_eligibility.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_role.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_speed.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_speed_check_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_disk_speed_check_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_domain_resolution_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_domain_resolution_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_domain_resolution_response_resolutions.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_error.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_event.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_event_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_free_addresses_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_free_addresses_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_free_network_addresses.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_free_networks_addresses.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_gpu.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_ignition_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_network.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_progress.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_progress_info.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_registration_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_registration_response_next_step_runner_command.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_role.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_role_update_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_stage.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_static_network_config.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_type_hardware_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_type_hardware_requirements_wrapper.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_update_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_host_validation_id.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_ignition_endpoint.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_image_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_image_info.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_image_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_import_cluster_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_env_update_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_infra_error.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_ingress_cert_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_installer_args_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_interface.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_inventory.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_io_perf.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_l2_connectivity.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_l3_connectivity.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_list_managed_domains.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_list_manifests.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_list_versions.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_logs_progress_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_logs_state.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_logs_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_mac_interface_map.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_mac_interface_map_inner.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_machine_network.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_managed_domain.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_manifest.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_memory.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_memory_method.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_monitored_operator.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_monitored_operators_list.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_ntp_source.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_ntp_synchronization_request.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_ntp_synchronization_response.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_openshift_version.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_openshift_versions.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_create_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_hardware_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_host_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_monitor_report.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_properties.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_property.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_status.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_operator_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_os_image.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_os_images.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_platform.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_platform_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_preflight_hardware_requirements.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_proxy.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_release_image.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_release_images.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_route.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_service_network.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_source_state.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_step.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_step_reply.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_step_type.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_steps.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_steps_reply.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_subnet.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_system_vendor.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_usage.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_v2_cluster_update_params.py +0 -0
- {assisted-service-client-2.0.9.post1 → assisted_service_client-2.37.0.post25}/test/test_versioned_host_requirements.py +0 -0
- {assisted-service-client-2.0.9.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.
|
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.
|
85
|
-
|
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.
|
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
|
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* | [**
|
138
|
-
*InstallerApi* | [**
|
139
|
-
*InstallerApi* | [**
|
140
|
-
*InstallerApi* | [**
|
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* | [**
|
151
|
-
*InstallerApi* | [**
|
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
|
-
*
|
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
|
-
- [
|
208
|
+
- [ApiVip](docs/ApiVip.md)
|
209
|
+
- [ApiVipConnectivityAdditionalRequestHeader](docs/ApiVipConnectivityAdditionalRequestHeader.md)
|
237
210
|
- [ApiVipConnectivityRequest](docs/ApiVipConnectivityRequest.md)
|
238
211
|
- [ApiVipConnectivityResponse](docs/ApiVipConnectivityResponse.md)
|
239
|
-
- [
|
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
|
-
- [
|
290
|
-
- [
|
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
|
-
- [
|
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
|
-
- [
|
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
|
-
|
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
|
|