crc-pulp-python-client 20260619.1__tar.gz → 20260625.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/PKG-INFO +164 -167
  2. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/README.md +4 -4
  3. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/crc_pulp_python_client.egg-info/PKG-INFO +164 -167
  4. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +1 -5
  7. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +1 -5
  8. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/repository_version_response.py +2 -6
  9. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pyproject.toml +1 -1
  10. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/setup.py +1 -1
  11. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginated_repository_version_response_list.py +2 -4
  12. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -2
  13. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -2
  14. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_package_provenance_response.py +0 -1
  15. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_package_content_response.py +0 -1
  16. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repository_version_response.py +1 -2
  17. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  18. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  19. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  20. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  21. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/__init__.py +0 -0
  22. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/__init__.py +0 -0
  23. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  24. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  25. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  26. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  27. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  28. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  29. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  30. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  31. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  32. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  33. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  34. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  35. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  36. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  37. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  38. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  39. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  40. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  41. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  42. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  43. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  44. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  45. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  46. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  47. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  48. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  49. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  50. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  51. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  52. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  53. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  54. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  55. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  56. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  57. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  58. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  59. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  60. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  61. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  62. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  63. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  64. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  65. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  66. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  67. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  68. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  69. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  70. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  71. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  72. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  73. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  74. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  75. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  76. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  77. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  78. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  79. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  80. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  81. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  82. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  83. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  84. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  85. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  86. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  87. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/py.typed +0 -0
  88. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/pulpcore/client/pulp_python/rest.py +0 -0
  89. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/setup.cfg +0 -0
  90. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_api_integrity_provenance_api.py +0 -0
  91. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_api_legacy_api.py +0 -0
  92. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_api_pypi_api.py +0 -0
  93. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_api_simple_api.py +0 -0
  94. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_async_operation_response.py +0 -0
  95. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_content_packages_api.py +0 -0
  96. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_content_provenance_api.py +0 -0
  97. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_content_summary_response.py +0 -0
  98. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_distributions_pypi_api.py +0 -0
  99. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_exclude_platforms_enum.py +0 -0
  100. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_filetype_enum.py +0 -0
  101. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_metadata_version_enum.py +0 -0
  102. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_my_permissions_response.py +0 -0
  103. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_nested_role.py +0 -0
  104. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_nested_role_response.py +0 -0
  105. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_object_roles_response.py +0 -0
  106. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_package_metadata_response.py +0 -0
  107. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_package_types_enum.py +0 -0
  108. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_package_upload_task_response.py +0 -0
  109. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  110. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  111. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  112. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  113. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  114. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_patchedpython_python_distribution.py +0 -0
  115. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_patchedpython_python_remote.py +0 -0
  116. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_patchedpython_python_repository.py +0 -0
  117. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_policy_enum.py +0 -0
  118. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_protocol_version_enum.py +0 -0
  119. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_publications_pypi_api.py +0 -0
  120. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_pypi_metadata_api.py +0 -0
  121. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_blocklist_entry.py +0 -0
  122. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_blocklist_entry_response.py +0 -0
  123. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_distribution.py +0 -0
  124. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_distribution_response.py +0 -0
  125. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_publication.py +0 -0
  126. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_publication_response.py +0 -0
  127. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_remote.py +0 -0
  128. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_remote_response.py +0 -0
  129. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  130. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_repository.py +0 -0
  131. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_python_python_repository_response.py +0 -0
  132. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_remote_network_config.py +0 -0
  133. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_remote_network_config_response.py +0 -0
  134. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_remotes_python_api.py +0 -0
  135. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repair.py +0 -0
  136. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repositories_python_api.py +0 -0
  137. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  138. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repositories_python_versions_api.py +0 -0
  139. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repository_add_remove_content.py +0 -0
  140. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_repository_sync_url.py +0 -0
  141. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_set_label.py +0 -0
  142. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_set_label_response.py +0 -0
  143. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_summary_response.py +0 -0
  144. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_unset_label.py +0 -0
  145. {crc_pulp_python_client-20260619.1 → crc_pulp_python_client-20260625.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20260619.1
3
+ Version: 20260625.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -23,7 +23,7 @@ Dynamic: summary
23
23
 
24
24
  # pulpcore.client.pulp_python.ApiIntegrityProvenanceApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -47,10 +47,10 @@ import pulpcore.client.pulp_python
47
47
  from pulpcore.client.pulp_python.rest import ApiException
48
48
  from pprint import pprint
49
49
 
50
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
51
51
  # See configuration.py for a list of all supported configuration parameters.
52
52
  configuration = pulpcore.client.pulp_python.Configuration(
53
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
54
  )
55
55
 
56
56
  # The client must configure the authentication and authorization parameters
@@ -129,7 +129,7 @@ void (empty response body)
129
129
 
130
130
  # pulpcore.client.pulp_python.ApiLegacyApi
131
131
 
132
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
133
133
 
134
134
  Method | HTTP request | Description
135
135
  ------------- | ------------- | -------------
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
154
154
  from pulpcore.client.pulp_python.rest import ApiException
155
155
  from pprint import pprint
156
156
 
157
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
158
158
  # See configuration.py for a list of all supported configuration parameters.
159
159
  configuration = pulpcore.client.pulp_python.Configuration(
160
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
242
242
 
243
243
  # pulpcore.client.pulp_python.ApiPypiApi
244
244
 
245
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
246
246
 
247
247
  Method | HTTP request | Description
248
248
  ------------- | ------------- | -------------
@@ -267,10 +267,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
267
267
  from pulpcore.client.pulp_python.rest import ApiException
268
268
  from pprint import pprint
269
269
 
270
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
271
271
  # See configuration.py for a list of all supported configuration parameters.
272
272
  configuration = pulpcore.client.pulp_python.Configuration(
273
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
274
274
  )
275
275
 
276
276
  # The client must configure the authentication and authorization parameters
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  # pulpcore.client.pulp_python.ApiSimpleApi
347
347
 
348
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
349
 
350
350
  Method | HTTP request | Description
351
351
  ------------- | ------------- | -------------
@@ -372,10 +372,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
372
372
  from pulpcore.client.pulp_python.rest import ApiException
373
373
  from pprint import pprint
374
374
 
375
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
376
376
  # See configuration.py for a list of all supported configuration parameters.
377
377
  configuration = pulpcore.client.pulp_python.Configuration(
378
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
379
  )
380
380
 
381
381
  # The client must configure the authentication and authorization parameters
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
475
475
  from pulpcore.client.pulp_python.rest import ApiException
476
476
  from pprint import pprint
477
477
 
478
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
479
479
  # See configuration.py for a list of all supported configuration parameters.
480
480
  configuration = pulpcore.client.pulp_python.Configuration(
481
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
482
482
  )
483
483
 
484
484
  # The client must configure the authentication and authorization parameters
@@ -570,10 +570,10 @@ import pulpcore.client.pulp_python
570
570
  from pulpcore.client.pulp_python.rest import ApiException
571
571
  from pprint import pprint
572
572
 
573
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
574
574
  # See configuration.py for a list of all supported configuration parameters.
575
575
  configuration = pulpcore.client.pulp_python.Configuration(
576
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
577
  )
578
578
 
579
579
  # The client must configure the authentication and authorization parameters
@@ -678,7 +678,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
678
678
 
679
679
  # pulpcore.client.pulp_python.ContentPackagesApi
680
680
 
681
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
682
682
 
683
683
  Method | HTTP request | Description
684
684
  ------------- | ------------- | -------------
@@ -708,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
708
708
  from pulpcore.client.pulp_python.rest import ApiException
709
709
  from pprint import pprint
710
710
 
711
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
712
712
  # See configuration.py for a list of all supported configuration parameters.
713
713
  configuration = pulpcore.client.pulp_python.Configuration(
714
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
715
715
  )
716
716
 
717
717
  # The client must configure the authentication and authorization parameters
@@ -870,10 +870,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
870
870
  from pulpcore.client.pulp_python.rest import ApiException
871
871
  from pprint import pprint
872
872
 
873
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
873
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
874
874
  # See configuration.py for a list of all supported configuration parameters.
875
875
  configuration = pulpcore.client.pulp_python.Configuration(
876
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
876
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
877
877
  )
878
878
 
879
879
  # The client must configure the authentication and authorization parameters
@@ -1032,10 +1032,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1032
1032
  from pulpcore.client.pulp_python.rest import ApiException
1033
1033
  from pprint import pprint
1034
1034
 
1035
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1036
1036
  # See configuration.py for a list of all supported configuration parameters.
1037
1037
  configuration = pulpcore.client.pulp_python.Configuration(
1038
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1039
1039
  )
1040
1040
 
1041
1041
  # The client must configure the authentication and authorization parameters
@@ -1125,10 +1125,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1125
1125
  from pulpcore.client.pulp_python.rest import ApiException
1126
1126
  from pprint import pprint
1127
1127
 
1128
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1128
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1129
1129
  # See configuration.py for a list of all supported configuration parameters.
1130
1130
  configuration = pulpcore.client.pulp_python.Configuration(
1131
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1131
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1132
1132
  )
1133
1133
 
1134
1134
  # The client must configure the authentication and authorization parameters
@@ -1216,10 +1216,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1216
1216
  from pulpcore.client.pulp_python.rest import ApiException
1217
1217
  from pprint import pprint
1218
1218
 
1219
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1219
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1220
1220
  # See configuration.py for a list of all supported configuration parameters.
1221
1221
  configuration = pulpcore.client.pulp_python.Configuration(
1222
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1222
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1223
1223
  )
1224
1224
 
1225
1225
  # The client must configure the authentication and authorization parameters
@@ -1306,10 +1306,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1306
1306
  from pulpcore.client.pulp_python.rest import ApiException
1307
1307
  from pprint import pprint
1308
1308
 
1309
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1309
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1310
1310
  # See configuration.py for a list of all supported configuration parameters.
1311
1311
  configuration = pulpcore.client.pulp_python.Configuration(
1312
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1312
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1313
1313
  )
1314
1314
 
1315
1315
  # The client must configure the authentication and authorization parameters
@@ -1448,7 +1448,7 @@ Name | Type | Description | Notes
1448
1448
 
1449
1449
  # pulpcore.client.pulp_python.ContentProvenanceApi
1450
1450
 
1451
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
1451
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
1452
1452
 
1453
1453
  Method | HTTP request | Description
1454
1454
  ------------- | ------------- | -------------
@@ -1477,10 +1477,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1477
1477
  from pulpcore.client.pulp_python.rest import ApiException
1478
1478
  from pprint import pprint
1479
1479
 
1480
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1480
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1481
1481
  # See configuration.py for a list of all supported configuration parameters.
1482
1482
  configuration = pulpcore.client.pulp_python.Configuration(
1483
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1483
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1484
1484
  )
1485
1485
 
1486
1486
  # The client must configure the authentication and authorization parameters
@@ -1583,10 +1583,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1583
1583
  from pulpcore.client.pulp_python.rest import ApiException
1584
1584
  from pprint import pprint
1585
1585
 
1586
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1586
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1587
1587
  # See configuration.py for a list of all supported configuration parameters.
1588
1588
  configuration = pulpcore.client.pulp_python.Configuration(
1589
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1589
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1590
1590
  )
1591
1591
 
1592
1592
  # The client must configure the authentication and authorization parameters
@@ -1707,10 +1707,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1707
1707
  from pulpcore.client.pulp_python.rest import ApiException
1708
1708
  from pprint import pprint
1709
1709
 
1710
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1710
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1711
1711
  # See configuration.py for a list of all supported configuration parameters.
1712
1712
  configuration = pulpcore.client.pulp_python.Configuration(
1713
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1713
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1714
1714
  )
1715
1715
 
1716
1716
  # The client must configure the authentication and authorization parameters
@@ -1800,10 +1800,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1800
1800
  from pulpcore.client.pulp_python.rest import ApiException
1801
1801
  from pprint import pprint
1802
1802
 
1803
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1803
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1804
1804
  # See configuration.py for a list of all supported configuration parameters.
1805
1805
  configuration = pulpcore.client.pulp_python.Configuration(
1806
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1806
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1807
1807
  )
1808
1808
 
1809
1809
  # The client must configure the authentication and authorization parameters
@@ -1891,10 +1891,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1891
1891
  from pulpcore.client.pulp_python.rest import ApiException
1892
1892
  from pprint import pprint
1893
1893
 
1894
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
1894
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
1895
1895
  # See configuration.py for a list of all supported configuration parameters.
1896
1896
  configuration = pulpcore.client.pulp_python.Configuration(
1897
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
1897
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
1898
1898
  )
1899
1899
 
1900
1900
  # The client must configure the authentication and authorization parameters
@@ -1997,7 +1997,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1997
1997
 
1998
1998
  # pulpcore.client.pulp_python.DistributionsPypiApi
1999
1999
 
2000
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
2000
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
2001
2001
 
2002
2002
  Method | HTTP request | Description
2003
2003
  ------------- | ------------- | -------------
@@ -2034,10 +2034,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2034
2034
  from pulpcore.client.pulp_python.rest import ApiException
2035
2035
  from pprint import pprint
2036
2036
 
2037
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2037
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2038
2038
  # See configuration.py for a list of all supported configuration parameters.
2039
2039
  configuration = pulpcore.client.pulp_python.Configuration(
2040
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2040
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2041
2041
  )
2042
2042
 
2043
2043
  # The client must configure the authentication and authorization parameters
@@ -2125,10 +2125,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2125
2125
  from pulpcore.client.pulp_python.rest import ApiException
2126
2126
  from pprint import pprint
2127
2127
 
2128
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2128
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2129
2129
  # See configuration.py for a list of all supported configuration parameters.
2130
2130
  configuration = pulpcore.client.pulp_python.Configuration(
2131
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2131
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2132
2132
  )
2133
2133
 
2134
2134
  # The client must configure the authentication and authorization parameters
@@ -2215,10 +2215,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2215
2215
  from pulpcore.client.pulp_python.rest import ApiException
2216
2216
  from pprint import pprint
2217
2217
 
2218
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2218
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2219
2219
  # See configuration.py for a list of all supported configuration parameters.
2220
2220
  configuration = pulpcore.client.pulp_python.Configuration(
2221
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2221
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2222
2222
  )
2223
2223
 
2224
2224
  # The client must configure the authentication and authorization parameters
@@ -2303,10 +2303,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2303
2303
  from pulpcore.client.pulp_python.rest import ApiException
2304
2304
  from pprint import pprint
2305
2305
 
2306
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2306
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2307
2307
  # See configuration.py for a list of all supported configuration parameters.
2308
2308
  configuration = pulpcore.client.pulp_python.Configuration(
2309
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2309
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2310
2310
  )
2311
2311
 
2312
2312
  # The client must configure the authentication and authorization parameters
@@ -2445,10 +2445,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2445
2445
  from pulpcore.client.pulp_python.rest import ApiException
2446
2446
  from pprint import pprint
2447
2447
 
2448
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2448
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2449
2449
  # See configuration.py for a list of all supported configuration parameters.
2450
2450
  configuration = pulpcore.client.pulp_python.Configuration(
2451
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2451
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2452
2452
  )
2453
2453
 
2454
2454
  # The client must configure the authentication and authorization parameters
@@ -2537,10 +2537,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2537
2537
  from pulpcore.client.pulp_python.rest import ApiException
2538
2538
  from pprint import pprint
2539
2539
 
2540
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2540
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2541
2541
  # See configuration.py for a list of all supported configuration parameters.
2542
2542
  configuration = pulpcore.client.pulp_python.Configuration(
2543
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2543
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2544
2544
  )
2545
2545
 
2546
2546
  # The client must configure the authentication and authorization parameters
@@ -2630,10 +2630,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2630
2630
  from pulpcore.client.pulp_python.rest import ApiException
2631
2631
  from pprint import pprint
2632
2632
 
2633
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2633
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2634
2634
  # See configuration.py for a list of all supported configuration parameters.
2635
2635
  configuration = pulpcore.client.pulp_python.Configuration(
2636
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2636
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2637
2637
  )
2638
2638
 
2639
2639
  # The client must configure the authentication and authorization parameters
@@ -2721,10 +2721,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2721
2721
  from pulpcore.client.pulp_python.rest import ApiException
2722
2722
  from pprint import pprint
2723
2723
 
2724
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2724
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2725
2725
  # See configuration.py for a list of all supported configuration parameters.
2726
2726
  configuration = pulpcore.client.pulp_python.Configuration(
2727
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2727
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2728
2728
  )
2729
2729
 
2730
2730
  # The client must configure the authentication and authorization parameters
@@ -2814,10 +2814,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2814
2814
  from pulpcore.client.pulp_python.rest import ApiException
2815
2815
  from pprint import pprint
2816
2816
 
2817
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2817
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2818
2818
  # See configuration.py for a list of all supported configuration parameters.
2819
2819
  configuration = pulpcore.client.pulp_python.Configuration(
2820
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2820
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2821
2821
  )
2822
2822
 
2823
2823
  # The client must configure the authentication and authorization parameters
@@ -2905,10 +2905,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2905
2905
  from pulpcore.client.pulp_python.rest import ApiException
2906
2906
  from pprint import pprint
2907
2907
 
2908
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2908
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
2909
2909
  # See configuration.py for a list of all supported configuration parameters.
2910
2910
  configuration = pulpcore.client.pulp_python.Configuration(
2911
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
2911
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
2912
2912
  )
2913
2913
 
2914
2914
  # The client must configure the authentication and authorization parameters
@@ -2996,10 +2996,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2996
2996
  from pulpcore.client.pulp_python.rest import ApiException
2997
2997
  from pprint import pprint
2998
2998
 
2999
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
2999
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
3000
3000
  # See configuration.py for a list of all supported configuration parameters.
3001
3001
  configuration = pulpcore.client.pulp_python.Configuration(
3002
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
3002
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
3003
3003
  )
3004
3004
 
3005
3005
  # The client must configure the authentication and authorization parameters
@@ -3087,10 +3087,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3087
3087
  from pulpcore.client.pulp_python.rest import ApiException
3088
3088
  from pprint import pprint
3089
3089
 
3090
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
3090
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
3091
3091
  # See configuration.py for a list of all supported configuration parameters.
3092
3092
  configuration = pulpcore.client.pulp_python.Configuration(
3093
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
3093
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
3094
3094
  )
3095
3095
 
3096
3096
  # The client must configure the authentication and authorization parameters
@@ -3844,7 +3844,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3844
3844
 
3845
3845
  # pulpcore.client.pulp_python.PublicationsPypiApi
3846
3846
 
3847
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
3847
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
3848
3848
 
3849
3849
  Method | HTTP request | Description
3850
3850
  ------------- | ------------- | -------------
@@ -3877,10 +3877,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3877
3877
  from pulpcore.client.pulp_python.rest import ApiException
3878
3878
  from pprint import pprint
3879
3879
 
3880
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
3880
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
3881
3881
  # See configuration.py for a list of all supported configuration parameters.
3882
3882
  configuration = pulpcore.client.pulp_python.Configuration(
3883
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
3883
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
3884
3884
  )
3885
3885
 
3886
3886
  # The client must configure the authentication and authorization parameters
@@ -3968,10 +3968,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3968
3968
  from pulpcore.client.pulp_python.rest import ApiException
3969
3969
  from pprint import pprint
3970
3970
 
3971
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
3971
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
3972
3972
  # See configuration.py for a list of all supported configuration parameters.
3973
3973
  configuration = pulpcore.client.pulp_python.Configuration(
3974
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
3974
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
3975
3975
  )
3976
3976
 
3977
3977
  # The client must configure the authentication and authorization parameters
@@ -4057,10 +4057,10 @@ import pulpcore.client.pulp_python
4057
4057
  from pulpcore.client.pulp_python.rest import ApiException
4058
4058
  from pprint import pprint
4059
4059
 
4060
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4060
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4061
4061
  # See configuration.py for a list of all supported configuration parameters.
4062
4062
  configuration = pulpcore.client.pulp_python.Configuration(
4063
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4063
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4064
4064
  )
4065
4065
 
4066
4066
  # The client must configure the authentication and authorization parameters
@@ -4143,10 +4143,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4143
4143
  from pulpcore.client.pulp_python.rest import ApiException
4144
4144
  from pprint import pprint
4145
4145
 
4146
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4146
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4147
4147
  # See configuration.py for a list of all supported configuration parameters.
4148
4148
  configuration = pulpcore.client.pulp_python.Configuration(
4149
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4149
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4150
4150
  )
4151
4151
 
4152
4152
  # The client must configure the authentication and authorization parameters
@@ -4273,10 +4273,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4273
4273
  from pulpcore.client.pulp_python.rest import ApiException
4274
4274
  from pprint import pprint
4275
4275
 
4276
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4276
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4277
4277
  # See configuration.py for a list of all supported configuration parameters.
4278
4278
  configuration = pulpcore.client.pulp_python.Configuration(
4279
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4279
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4280
4280
  )
4281
4281
 
4282
4282
  # The client must configure the authentication and authorization parameters
@@ -4365,10 +4365,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4365
4365
  from pulpcore.client.pulp_python.rest import ApiException
4366
4366
  from pprint import pprint
4367
4367
 
4368
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4368
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4369
4369
  # See configuration.py for a list of all supported configuration parameters.
4370
4370
  configuration = pulpcore.client.pulp_python.Configuration(
4371
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4371
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4372
4372
  )
4373
4373
 
4374
4374
  # The client must configure the authentication and authorization parameters
@@ -4457,10 +4457,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4457
4457
  from pulpcore.client.pulp_python.rest import ApiException
4458
4458
  from pprint import pprint
4459
4459
 
4460
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4460
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4461
4461
  # See configuration.py for a list of all supported configuration parameters.
4462
4462
  configuration = pulpcore.client.pulp_python.Configuration(
4463
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4463
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4464
4464
  )
4465
4465
 
4466
4466
  # The client must configure the authentication and authorization parameters
@@ -4550,10 +4550,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4550
4550
  from pulpcore.client.pulp_python.rest import ApiException
4551
4551
  from pprint import pprint
4552
4552
 
4553
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4553
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4554
4554
  # See configuration.py for a list of all supported configuration parameters.
4555
4555
  configuration = pulpcore.client.pulp_python.Configuration(
4556
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4556
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4557
4557
  )
4558
4558
 
4559
4559
  # The client must configure the authentication and authorization parameters
@@ -4624,7 +4624,7 @@ Name | Type | Description | Notes
4624
4624
 
4625
4625
  # pulpcore.client.pulp_python.PypiMetadataApi
4626
4626
 
4627
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
4627
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
4628
4628
 
4629
4629
  Method | HTTP request | Description
4630
4630
  ------------- | ------------- | -------------
@@ -4649,10 +4649,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4649
4649
  from pulpcore.client.pulp_python.rest import ApiException
4650
4650
  from pprint import pprint
4651
4651
 
4652
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
4652
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
4653
4653
  # See configuration.py for a list of all supported configuration parameters.
4654
4654
  configuration = pulpcore.client.pulp_python.Configuration(
4655
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
4655
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
4656
4656
  )
4657
4657
 
4658
4658
  # The client must configure the authentication and authorization parameters
@@ -4741,7 +4741,6 @@ Name | Type | Description | Notes
4741
4741
  **pulp_last_updated** | **datetime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
4742
4742
  **pulp_labels** | **Dict[str, Optional[str]]** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
4743
4743
  **vuln_report** | **str** | | [optional] [readonly]
4744
- **agent_scan_report** | **str** | | [optional] [readonly]
4745
4744
  **package** | **str** | The package that the provenance is for. |
4746
4745
  **provenance** | **object** | | [optional] [readonly]
4747
4746
  **sha256** | **str** | | [optional] [readonly]
@@ -4935,7 +4934,6 @@ Name | Type | Description | Notes
4935
4934
  **pulp_last_updated** | **datetime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
4936
4935
  **pulp_labels** | **Dict[str, Optional[str]]** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
4937
4936
  **vuln_report** | **str** | | [optional] [readonly]
4938
- **agent_scan_report** | **str** | | [optional] [readonly]
4939
4937
  **artifact** | **str** | Artifact file representing the physical content | [optional]
4940
4938
  **author** | **str** | Text containing the author's name. Contact information can also be added, separated with newlines. | [optional]
4941
4939
  **author_email** | **str** | The author's e-mail address. | [optional]
@@ -5374,7 +5372,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5374
5372
 
5375
5373
  # pulpcore.client.pulp_python.RemotesPythonApi
5376
5374
 
5377
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
5375
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
5378
5376
 
5379
5377
  Method | HTTP request | Description
5380
5378
  ------------- | ------------- | -------------
@@ -5412,10 +5410,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5412
5410
  from pulpcore.client.pulp_python.rest import ApiException
5413
5411
  from pprint import pprint
5414
5412
 
5415
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
5413
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
5416
5414
  # See configuration.py for a list of all supported configuration parameters.
5417
5415
  configuration = pulpcore.client.pulp_python.Configuration(
5418
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
5416
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
5419
5417
  )
5420
5418
 
5421
5419
  # The client must configure the authentication and authorization parameters
@@ -5503,10 +5501,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5503
5501
  from pulpcore.client.pulp_python.rest import ApiException
5504
5502
  from pprint import pprint
5505
5503
 
5506
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
5504
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
5507
5505
  # See configuration.py for a list of all supported configuration parameters.
5508
5506
  configuration = pulpcore.client.pulp_python.Configuration(
5509
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
5507
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
5510
5508
  )
5511
5509
 
5512
5510
  # The client must configure the authentication and authorization parameters
@@ -5593,10 +5591,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5593
5591
  from pulpcore.client.pulp_python.rest import ApiException
5594
5592
  from pprint import pprint
5595
5593
 
5596
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
5594
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
5597
5595
  # See configuration.py for a list of all supported configuration parameters.
5598
5596
  configuration = pulpcore.client.pulp_python.Configuration(
5599
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
5597
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
5600
5598
  )
5601
5599
 
5602
5600
  # The client must configure the authentication and authorization parameters
@@ -5681,10 +5679,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5681
5679
  from pulpcore.client.pulp_python.rest import ApiException
5682
5680
  from pprint import pprint
5683
5681
 
5684
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
5682
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
5685
5683
  # See configuration.py for a list of all supported configuration parameters.
5686
5684
  configuration = pulpcore.client.pulp_python.Configuration(
5687
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
5685
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
5688
5686
  )
5689
5687
 
5690
5688
  # The client must configure the authentication and authorization parameters
@@ -5775,10 +5773,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5775
5773
  from pulpcore.client.pulp_python.rest import ApiException
5776
5774
  from pprint import pprint
5777
5775
 
5778
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
5776
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
5779
5777
  # See configuration.py for a list of all supported configuration parameters.
5780
5778
  configuration = pulpcore.client.pulp_python.Configuration(
5781
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
5779
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
5782
5780
  )
5783
5781
 
5784
5782
  # The client must configure the authentication and authorization parameters
@@ -5915,10 +5913,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5915
5913
  from pulpcore.client.pulp_python.rest import ApiException
5916
5914
  from pprint import pprint
5917
5915
 
5918
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
5916
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
5919
5917
  # See configuration.py for a list of all supported configuration parameters.
5920
5918
  configuration = pulpcore.client.pulp_python.Configuration(
5921
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
5919
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
5922
5920
  )
5923
5921
 
5924
5922
  # The client must configure the authentication and authorization parameters
@@ -6007,10 +6005,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6007
6005
  from pulpcore.client.pulp_python.rest import ApiException
6008
6006
  from pprint import pprint
6009
6007
 
6010
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6008
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6011
6009
  # See configuration.py for a list of all supported configuration parameters.
6012
6010
  configuration = pulpcore.client.pulp_python.Configuration(
6013
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6011
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6014
6012
  )
6015
6013
 
6016
6014
  # The client must configure the authentication and authorization parameters
@@ -6100,10 +6098,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6100
6098
  from pulpcore.client.pulp_python.rest import ApiException
6101
6099
  from pprint import pprint
6102
6100
 
6103
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6101
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6104
6102
  # See configuration.py for a list of all supported configuration parameters.
6105
6103
  configuration = pulpcore.client.pulp_python.Configuration(
6106
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6104
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6107
6105
  )
6108
6106
 
6109
6107
  # The client must configure the authentication and authorization parameters
@@ -6191,10 +6189,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6191
6189
  from pulpcore.client.pulp_python.rest import ApiException
6192
6190
  from pprint import pprint
6193
6191
 
6194
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6192
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6195
6193
  # See configuration.py for a list of all supported configuration parameters.
6196
6194
  configuration = pulpcore.client.pulp_python.Configuration(
6197
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6195
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6198
6196
  )
6199
6197
 
6200
6198
  # The client must configure the authentication and authorization parameters
@@ -6284,10 +6282,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6284
6282
  from pulpcore.client.pulp_python.rest import ApiException
6285
6283
  from pprint import pprint
6286
6284
 
6287
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6285
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6288
6286
  # See configuration.py for a list of all supported configuration parameters.
6289
6287
  configuration = pulpcore.client.pulp_python.Configuration(
6290
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6288
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6291
6289
  )
6292
6290
 
6293
6291
  # The client must configure the authentication and authorization parameters
@@ -6375,10 +6373,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6375
6373
  from pulpcore.client.pulp_python.rest import ApiException
6376
6374
  from pprint import pprint
6377
6375
 
6378
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6376
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6379
6377
  # See configuration.py for a list of all supported configuration parameters.
6380
6378
  configuration = pulpcore.client.pulp_python.Configuration(
6381
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6379
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6382
6380
  )
6383
6381
 
6384
6382
  # The client must configure the authentication and authorization parameters
@@ -6466,10 +6464,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6466
6464
  from pulpcore.client.pulp_python.rest import ApiException
6467
6465
  from pprint import pprint
6468
6466
 
6469
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6467
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6470
6468
  # See configuration.py for a list of all supported configuration parameters.
6471
6469
  configuration = pulpcore.client.pulp_python.Configuration(
6472
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6470
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6473
6471
  )
6474
6472
 
6475
6473
  # The client must configure the authentication and authorization parameters
@@ -6557,10 +6555,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6557
6555
  from pulpcore.client.pulp_python.rest import ApiException
6558
6556
  from pprint import pprint
6559
6557
 
6560
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6558
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6561
6559
  # See configuration.py for a list of all supported configuration parameters.
6562
6560
  configuration = pulpcore.client.pulp_python.Configuration(
6563
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6561
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6564
6562
  )
6565
6563
 
6566
6564
  # The client must configure the authentication and authorization parameters
@@ -6661,7 +6659,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6661
6659
 
6662
6660
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6663
6661
 
6664
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
6662
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
6665
6663
 
6666
6664
  Method | HTTP request | Description
6667
6665
  ------------- | ------------- | -------------
@@ -6701,10 +6699,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6701
6699
  from pulpcore.client.pulp_python.rest import ApiException
6702
6700
  from pprint import pprint
6703
6701
 
6704
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6702
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6705
6703
  # See configuration.py for a list of all supported configuration parameters.
6706
6704
  configuration = pulpcore.client.pulp_python.Configuration(
6707
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6705
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6708
6706
  )
6709
6707
 
6710
6708
  # The client must configure the authentication and authorization parameters
@@ -6792,10 +6790,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6792
6790
  from pulpcore.client.pulp_python.rest import ApiException
6793
6791
  from pprint import pprint
6794
6792
 
6795
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6793
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6796
6794
  # See configuration.py for a list of all supported configuration parameters.
6797
6795
  configuration = pulpcore.client.pulp_python.Configuration(
6798
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6796
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6799
6797
  )
6800
6798
 
6801
6799
  # The client must configure the authentication and authorization parameters
@@ -6882,10 +6880,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6882
6880
  from pulpcore.client.pulp_python.rest import ApiException
6883
6881
  from pprint import pprint
6884
6882
 
6885
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6883
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6886
6884
  # See configuration.py for a list of all supported configuration parameters.
6887
6885
  configuration = pulpcore.client.pulp_python.Configuration(
6888
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6886
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6889
6887
  )
6890
6888
 
6891
6889
  # The client must configure the authentication and authorization parameters
@@ -6970,10 +6968,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6970
6968
  from pulpcore.client.pulp_python.rest import ApiException
6971
6969
  from pprint import pprint
6972
6970
 
6973
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
6971
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
6974
6972
  # See configuration.py for a list of all supported configuration parameters.
6975
6973
  configuration = pulpcore.client.pulp_python.Configuration(
6976
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
6974
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
6977
6975
  )
6978
6976
 
6979
6977
  # The client must configure the authentication and authorization parameters
@@ -7134,10 +7132,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7134
7132
  from pulpcore.client.pulp_python.rest import ApiException
7135
7133
  from pprint import pprint
7136
7134
 
7137
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7135
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7138
7136
  # See configuration.py for a list of all supported configuration parameters.
7139
7137
  configuration = pulpcore.client.pulp_python.Configuration(
7140
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7138
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7141
7139
  )
7142
7140
 
7143
7141
  # The client must configure the authentication and authorization parameters
@@ -7227,10 +7225,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7227
7225
  from pulpcore.client.pulp_python.rest import ApiException
7228
7226
  from pprint import pprint
7229
7227
 
7230
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7228
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7231
7229
  # See configuration.py for a list of all supported configuration parameters.
7232
7230
  configuration = pulpcore.client.pulp_python.Configuration(
7233
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7231
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7234
7232
  )
7235
7233
 
7236
7234
  # The client must configure the authentication and authorization parameters
@@ -7317,10 +7315,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7317
7315
  from pulpcore.client.pulp_python.rest import ApiException
7318
7316
  from pprint import pprint
7319
7317
 
7320
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7318
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7321
7319
  # See configuration.py for a list of all supported configuration parameters.
7322
7320
  configuration = pulpcore.client.pulp_python.Configuration(
7323
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7321
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7324
7322
  )
7325
7323
 
7326
7324
  # The client must configure the authentication and authorization parameters
@@ -7410,10 +7408,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7410
7408
  from pulpcore.client.pulp_python.rest import ApiException
7411
7409
  from pprint import pprint
7412
7410
 
7413
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7411
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7414
7412
  # See configuration.py for a list of all supported configuration parameters.
7415
7413
  configuration = pulpcore.client.pulp_python.Configuration(
7416
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7414
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7417
7415
  )
7418
7416
 
7419
7417
  # The client must configure the authentication and authorization parameters
@@ -7501,10 +7499,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7501
7499
  from pulpcore.client.pulp_python.rest import ApiException
7502
7500
  from pprint import pprint
7503
7501
 
7504
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7502
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7505
7503
  # See configuration.py for a list of all supported configuration parameters.
7506
7504
  configuration = pulpcore.client.pulp_python.Configuration(
7507
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7505
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7508
7506
  )
7509
7507
 
7510
7508
  # The client must configure the authentication and authorization parameters
@@ -7594,10 +7592,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7594
7592
  from pulpcore.client.pulp_python.rest import ApiException
7595
7593
  from pprint import pprint
7596
7594
 
7597
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7595
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7598
7596
  # See configuration.py for a list of all supported configuration parameters.
7599
7597
  configuration = pulpcore.client.pulp_python.Configuration(
7600
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7598
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7601
7599
  )
7602
7600
 
7603
7601
  # The client must configure the authentication and authorization parameters
@@ -7684,10 +7682,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7684
7682
  from pulpcore.client.pulp_python.rest import ApiException
7685
7683
  from pprint import pprint
7686
7684
 
7687
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7685
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7688
7686
  # See configuration.py for a list of all supported configuration parameters.
7689
7687
  configuration = pulpcore.client.pulp_python.Configuration(
7690
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7688
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7691
7689
  )
7692
7690
 
7693
7691
  # The client must configure the authentication and authorization parameters
@@ -7773,10 +7771,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7773
7771
  from pulpcore.client.pulp_python.rest import ApiException
7774
7772
  from pprint import pprint
7775
7773
 
7776
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7774
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7777
7775
  # See configuration.py for a list of all supported configuration parameters.
7778
7776
  configuration = pulpcore.client.pulp_python.Configuration(
7779
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7777
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7780
7778
  )
7781
7779
 
7782
7780
  # The client must configure the authentication and authorization parameters
@@ -7864,10 +7862,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7864
7862
  from pulpcore.client.pulp_python.rest import ApiException
7865
7863
  from pprint import pprint
7866
7864
 
7867
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7865
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7868
7866
  # See configuration.py for a list of all supported configuration parameters.
7869
7867
  configuration = pulpcore.client.pulp_python.Configuration(
7870
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7868
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7871
7869
  )
7872
7870
 
7873
7871
  # The client must configure the authentication and authorization parameters
@@ -7955,10 +7953,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7955
7953
  from pulpcore.client.pulp_python.rest import ApiException
7956
7954
  from pprint import pprint
7957
7955
 
7958
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
7956
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
7959
7957
  # See configuration.py for a list of all supported configuration parameters.
7960
7958
  configuration = pulpcore.client.pulp_python.Configuration(
7961
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
7959
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
7962
7960
  )
7963
7961
 
7964
7962
  # The client must configure the authentication and authorization parameters
@@ -8046,10 +8044,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8046
8044
  from pulpcore.client.pulp_python.rest import ApiException
8047
8045
  from pprint import pprint
8048
8046
 
8049
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8047
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8050
8048
  # See configuration.py for a list of all supported configuration parameters.
8051
8049
  configuration = pulpcore.client.pulp_python.Configuration(
8052
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8050
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8053
8051
  )
8054
8052
 
8055
8053
  # The client must configure the authentication and authorization parameters
@@ -8121,7 +8119,7 @@ Name | Type | Description | Notes
8121
8119
 
8122
8120
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8123
8121
 
8124
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
8122
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
8125
8123
 
8126
8124
  Method | HTTP request | Description
8127
8125
  ------------- | ------------- | -------------
@@ -8150,10 +8148,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8150
8148
  from pulpcore.client.pulp_python.rest import ApiException
8151
8149
  from pprint import pprint
8152
8150
 
8153
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8151
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8154
8152
  # See configuration.py for a list of all supported configuration parameters.
8155
8153
  configuration = pulpcore.client.pulp_python.Configuration(
8156
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8154
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8157
8155
  )
8158
8156
 
8159
8157
  # The client must configure the authentication and authorization parameters
@@ -8239,10 +8237,10 @@ import pulpcore.client.pulp_python
8239
8237
  from pulpcore.client.pulp_python.rest import ApiException
8240
8238
  from pprint import pprint
8241
8239
 
8242
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8240
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8243
8241
  # See configuration.py for a list of all supported configuration parameters.
8244
8242
  configuration = pulpcore.client.pulp_python.Configuration(
8245
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8243
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8246
8244
  )
8247
8245
 
8248
8246
  # The client must configure the authentication and authorization parameters
@@ -8325,10 +8323,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
8325
8323
  from pulpcore.client.pulp_python.rest import ApiException
8326
8324
  from pprint import pprint
8327
8325
 
8328
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8326
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8329
8327
  # See configuration.py for a list of all supported configuration parameters.
8330
8328
  configuration = pulpcore.client.pulp_python.Configuration(
8331
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8329
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8332
8330
  )
8333
8331
 
8334
8332
  # The client must configure the authentication and authorization parameters
@@ -8439,10 +8437,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8439
8437
  from pulpcore.client.pulp_python.rest import ApiException
8440
8438
  from pprint import pprint
8441
8439
 
8442
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8440
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8443
8441
  # See configuration.py for a list of all supported configuration parameters.
8444
8442
  configuration = pulpcore.client.pulp_python.Configuration(
8445
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8443
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8446
8444
  )
8447
8445
 
8448
8446
  # The client must configure the authentication and authorization parameters
@@ -8515,7 +8513,7 @@ Name | Type | Description | Notes
8515
8513
 
8516
8514
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8517
8515
 
8518
- All URIs are relative to *https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com*
8516
+ All URIs are relative to *https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com*
8519
8517
 
8520
8518
  Method | HTTP request | Description
8521
8519
  ------------- | ------------- | -------------
@@ -8544,10 +8542,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8544
8542
  from pulpcore.client.pulp_python.rest import ApiException
8545
8543
  from pprint import pprint
8546
8544
 
8547
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8545
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8548
8546
  # See configuration.py for a list of all supported configuration parameters.
8549
8547
  configuration = pulpcore.client.pulp_python.Configuration(
8550
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8548
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8551
8549
  )
8552
8550
 
8553
8551
  # The client must configure the authentication and authorization parameters
@@ -8632,10 +8630,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8632
8630
  from pulpcore.client.pulp_python.rest import ApiException
8633
8631
  from pprint import pprint
8634
8632
 
8635
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8633
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8636
8634
  # See configuration.py for a list of all supported configuration parameters.
8637
8635
  configuration = pulpcore.client.pulp_python.Configuration(
8638
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8636
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8639
8637
  )
8640
8638
 
8641
8639
  # The client must configure the authentication and authorization parameters
@@ -8766,10 +8764,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8766
8764
  from pulpcore.client.pulp_python.rest import ApiException
8767
8765
  from pprint import pprint
8768
8766
 
8769
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8767
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8770
8768
  # See configuration.py for a list of all supported configuration parameters.
8771
8769
  configuration = pulpcore.client.pulp_python.Configuration(
8772
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8770
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8773
8771
  )
8774
8772
 
8775
8773
  # The client must configure the authentication and authorization parameters
@@ -8859,10 +8857,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8859
8857
  from pulpcore.client.pulp_python.rest import ApiException
8860
8858
  from pprint import pprint
8861
8859
 
8862
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8860
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8863
8861
  # See configuration.py for a list of all supported configuration parameters.
8864
8862
  configuration = pulpcore.client.pulp_python.Configuration(
8865
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8863
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8866
8864
  )
8867
8865
 
8868
8866
  # The client must configure the authentication and authorization parameters
@@ -8948,10 +8946,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8948
8946
  from pulpcore.client.pulp_python.rest import ApiException
8949
8947
  from pprint import pprint
8950
8948
 
8951
- # Defining the host is optional and defaults to https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com
8949
+ # Defining the host is optional and defaults to https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com
8952
8950
  # See configuration.py for a list of all supported configuration parameters.
8953
8951
  configuration = pulpcore.client.pulp_python.Configuration(
8954
- host = "https://env-ephemeral-lyxdpv.apps.crc-eph.r9lp.p1.openshiftapps.com"
8952
+ host = "https://env-ephemeral-d7ezo9.apps.crc-eph.r9lp.p1.openshiftapps.com"
8955
8953
  )
8956
8954
 
8957
8955
  # The client must configure the authentication and authorization parameters
@@ -9099,7 +9097,6 @@ Name | Type | Description | Notes
9099
9097
  **base_version** | **str** | A repository version whose content was used as the initial set of content for this repository version | [optional]
9100
9098
  **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional] [readonly]
9101
9099
  **vuln_report** | **str** | | [optional] [readonly]
9102
- **agent_scan_report** | **str** | | [optional] [readonly]
9103
9100
 
9104
9101
  ## Example
9105
9102