crc-pulp-python-client 20260811.1__tar.gz → 20260812.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 (157) hide show
  1. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/PKG-INFO +298 -1010
  2. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/README.md +4 -13
  3. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/crc_pulp_python_client.egg-info/PKG-INFO +298 -1010
  4. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/crc_pulp_python_client.egg-info/SOURCES.txt +1 -13
  5. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/__init__.py +1 -7
  6. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/__init__.py +0 -3
  7. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +6 -6
  8. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/api_simple_api.py +6 -6
  9. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -17
  10. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  11. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/__init__.py +0 -3
  12. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +1 -2
  13. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pyproject.toml +1 -1
  14. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/setup.py +1 -1
  15. crc_pulp_python_client-20260811.1/pulpcore/client/pulp_python/api/api_unyank_api.py +0 -364
  16. crc_pulp_python_client-20260811.1/pulpcore/client/pulp_python/api/api_yank_api.py +0 -364
  17. crc_pulp_python_client-20260811.1/pulpcore/client/pulp_python/api/content_yanks_api.py +0 -1497
  18. crc_pulp_python_client-20260811.1/pulpcore/client/pulp_python/models/paginatedpython_package_yank_response_list.py +0 -112
  19. crc_pulp_python_client-20260811.1/pulpcore/client/pulp_python/models/python_package_yank_response.py +0 -121
  20. crc_pulp_python_client-20260811.1/pulpcore/client/pulp_python/models/yank.py +0 -93
  21. crc_pulp_python_client-20260811.1/test/test_api_unyank_api.py +0 -39
  22. crc_pulp_python_client-20260811.1/test/test_api_yank_api.py +0 -39
  23. crc_pulp_python_client-20260811.1/test/test_content_yanks_api.py +0 -60
  24. crc_pulp_python_client-20260811.1/test/test_paginatedpython_package_yank_response_list.py +0 -83
  25. crc_pulp_python_client-20260811.1/test/test_python_package_yank_response.py +0 -62
  26. crc_pulp_python_client-20260811.1/test/test_yank.py +0 -56
  27. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  28. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  29. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  30. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/__init__.py +0 -0
  31. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/__init__.py +0 -0
  32. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  33. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  34. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  35. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  36. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  37. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  38. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  39. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  40. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  41. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  42. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  43. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  44. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  45. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  46. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  47. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  48. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  49. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  50. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  51. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  52. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  53. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  54. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  55. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  56. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  57. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  58. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  59. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  60. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  61. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  62. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  63. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  64. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  65. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  66. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  67. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  68. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  69. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  70. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  71. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  72. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  73. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  74. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  75. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  76. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  77. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  78. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  79. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  80. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  81. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  82. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  83. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  84. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  85. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  86. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  87. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  88. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  89. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  90. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  91. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  92. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  93. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/py.typed +0 -0
  94. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/pulpcore/client/pulp_python/rest.py +0 -0
  95. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/setup.cfg +0 -0
  96. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_api_integrity_provenance_api.py +0 -0
  97. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_api_legacy_api.py +0 -0
  98. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_api_pypi_api.py +0 -0
  99. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_api_simple_api.py +0 -0
  100. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_async_operation_response.py +0 -0
  101. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_content_packages_api.py +0 -0
  102. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_content_provenance_api.py +0 -0
  103. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_content_summary_response.py +0 -0
  104. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_distributions_pypi_api.py +0 -0
  105. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_exclude_platforms_enum.py +0 -0
  106. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_filetype_enum.py +0 -0
  107. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_metadata_version_enum.py +0 -0
  108. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_my_permissions_response.py +0 -0
  109. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_nested_role.py +0 -0
  110. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_nested_role_response.py +0 -0
  111. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_object_roles_response.py +0 -0
  112. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_package_metadata_response.py +0 -0
  113. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_package_types_enum.py +0 -0
  114. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_package_upload_task_response.py +0 -0
  115. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginated_repository_version_response_list.py +0 -0
  116. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  117. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  118. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  119. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  120. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  121. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  122. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  123. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_patchedpython_python_distribution.py +0 -0
  124. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_patchedpython_python_remote.py +0 -0
  125. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_patchedpython_python_repository.py +0 -0
  126. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_policy_enum.py +0 -0
  127. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_protocol_version_enum.py +0 -0
  128. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_publications_pypi_api.py +0 -0
  129. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_pypi_metadata_api.py +0 -0
  130. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_package_provenance_response.py +0 -0
  131. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_blocklist_entry.py +0 -0
  132. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_blocklist_entry_response.py +0 -0
  133. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_distribution.py +0 -0
  134. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_distribution_response.py +0 -0
  135. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_package_content_response.py +0 -0
  136. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_publication.py +0 -0
  137. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_publication_response.py +0 -0
  138. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_remote.py +0 -0
  139. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_remote_response.py +0 -0
  140. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  141. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_repository.py +0 -0
  142. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_python_python_repository_response.py +0 -0
  143. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_remote_network_config.py +0 -0
  144. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_remote_network_config_response.py +0 -0
  145. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_remotes_python_api.py +0 -0
  146. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repair.py +0 -0
  147. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repositories_python_api.py +0 -0
  148. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  149. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repositories_python_versions_api.py +0 -0
  150. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repository_add_remove_content.py +0 -0
  151. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repository_sync_url.py +0 -0
  152. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_repository_version_response.py +0 -0
  153. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_set_label.py +0 -0
  154. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_set_label_response.py +0 -0
  155. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_summary_response.py +0 -0
  156. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.1}/test/test_unset_label.py +0 -0
  157. {crc_pulp_python_client-20260811.1 → crc_pulp_python_client-20260812.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: 20260811.1
3
+ Version: 20260812.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -189,7 +189,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
189
189
  action = 'file_upload' # str | Defaults to `file_upload`, don't change it or request will fail! (optional) (default to 'file_upload')
190
190
  protocol_version = pulpcore.client.pulp_python.ProtocolVersionEnum() # ProtocolVersionEnum | Protocol version to use for the upload. Only version 1 is supported. * `1` - 1 (optional)
191
191
  filetype = pulpcore.client.pulp_python.FiletypeEnum() # FiletypeEnum | Type of artifact to upload. * `bdist_wheel` - bdist_wheel * `sdist` - sdist (optional)
192
- metadata_version = pulpcore.client.pulp_python.MetadataVersionEnum() # MetadataVersionEnum | Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 * `2.5` - 2.5 (optional)
192
+ metadata_version = pulpcore.client.pulp_python.MetadataVersionEnum() # MetadataVersionEnum | Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 (optional)
193
193
  attestations = None # object | A JSON list containing attestations for the package. (optional)
194
194
 
195
195
  try:
@@ -216,7 +216,7 @@ Name | Type | Description | Notes
216
216
  **action** | **str**| Defaults to `file_upload`, don't change it or request will fail! | [optional] [default to 'file_upload']
217
217
  **protocol_version** | [**ProtocolVersionEnum**](ProtocolVersionEnum.md)| Protocol version to use for the upload. Only version 1 is supported. * `1` - 1 | [optional]
218
218
  **filetype** | [**FiletypeEnum**](FiletypeEnum.md)| Type of artifact to upload. * `bdist_wheel` - bdist_wheel * `sdist` - sdist | [optional]
219
- **metadata_version** | [**MetadataVersionEnum**](MetadataVersionEnum.md)| Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 * `2.5` - 2.5 | [optional]
219
+ **metadata_version** | [**MetadataVersionEnum**](MetadataVersionEnum.md)| Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 | [optional]
220
220
  **attestations** | [**object**](object.md)| A JSON list containing attestations for the package. | [optional]
221
221
 
222
222
  ### Return type
@@ -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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
379
  )
380
380
 
381
381
  # The client must configure the authentication and authorization parameters
@@ -407,7 +407,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
407
407
  action = 'file_upload' # str | Defaults to `file_upload`, don't change it or request will fail! (optional) (default to 'file_upload')
408
408
  protocol_version = pulpcore.client.pulp_python.ProtocolVersionEnum() # ProtocolVersionEnum | Protocol version to use for the upload. Only version 1 is supported. * `1` - 1 (optional)
409
409
  filetype = pulpcore.client.pulp_python.FiletypeEnum() # FiletypeEnum | Type of artifact to upload. * `bdist_wheel` - bdist_wheel * `sdist` - sdist (optional)
410
- metadata_version = pulpcore.client.pulp_python.MetadataVersionEnum() # MetadataVersionEnum | Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 * `2.5` - 2.5 (optional)
410
+ metadata_version = pulpcore.client.pulp_python.MetadataVersionEnum() # MetadataVersionEnum | Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 (optional)
411
411
  attestations = None # object | A JSON list containing attestations for the package. (optional)
412
412
 
413
413
  try:
@@ -434,7 +434,7 @@ Name | Type | Description | Notes
434
434
  **action** | **str**| Defaults to `file_upload`, don't change it or request will fail! | [optional] [default to 'file_upload']
435
435
  **protocol_version** | [**ProtocolVersionEnum**](ProtocolVersionEnum.md)| Protocol version to use for the upload. Only version 1 is supported. * `1` - 1 | [optional]
436
436
  **filetype** | [**FiletypeEnum**](FiletypeEnum.md)| Type of artifact to upload. * `bdist_wheel` - bdist_wheel * `sdist` - sdist | [optional]
437
- **metadata_version** | [**MetadataVersionEnum**](MetadataVersionEnum.md)| Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 * `2.5` - 2.5 | [optional]
437
+ **metadata_version** | [**MetadataVersionEnum**](MetadataVersionEnum.md)| Metadata version of the uploaded package. * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 | [optional]
438
438
  **attestations** | [**object**](object.md)| A JSON list containing attestations for the package. | [optional]
439
439
 
440
440
  ### Return type
@@ -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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.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-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
577
  )
578
578
 
579
579
  # The client must configure the authentication and authorization parameters
@@ -646,210 +646,6 @@ void (empty response body)
646
646
 
647
647
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
648
648
 
649
- # pulpcore.client.pulp_python.ApiUnyankApi
650
-
651
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
652
-
653
- Method | HTTP request | Description
654
- ------------- | ------------- | -------------
655
- [**unyank**](ApiUnyankApi.md#unyank) | **POST** /api/pypi/{pulp_domain}/{path}/unyank/ | Unyank a package version
656
-
657
-
658
- # **unyank**
659
- > AsyncOperationResponse unyank(path, pulp_domain, yank, x_task_diagnostics=x_task_diagnostics)
660
-
661
- Unyank a package version
662
-
663
- Unyank a package version, unmarking all its files with data-yanked.
664
-
665
- ### Example
666
-
667
- * Basic Authentication (basicAuth):
668
- * Api Key Authentication (cookieAuth):
669
-
670
- ```python
671
- import pulpcore.client.pulp_python
672
- from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
673
- from pulpcore.client.pulp_python.models.yank import Yank
674
- from pulpcore.client.pulp_python.rest import ApiException
675
- from pprint import pprint
676
-
677
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
678
- # See configuration.py for a list of all supported configuration parameters.
679
- configuration = pulpcore.client.pulp_python.Configuration(
680
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
681
- )
682
-
683
- # The client must configure the authentication and authorization parameters
684
- # in accordance with the API server security policy.
685
- # Examples for each auth method are provided below, use the example that
686
- # satisfies your auth use case.
687
-
688
- # Configure HTTP basic authorization: basicAuth
689
- configuration = pulpcore.client.pulp_python.Configuration(
690
- username = os.environ["USERNAME"],
691
- password = os.environ["PASSWORD"]
692
- )
693
-
694
- # Configure API key authorization: cookieAuth
695
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
696
-
697
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
698
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
699
-
700
- # Enter a context with an instance of the API client
701
- with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
702
- # Create an instance of the API class
703
- api_instance = pulpcore.client.pulp_python.ApiUnyankApi(api_client)
704
- path = 'path_example' # str |
705
- pulp_domain = 'pulp_domain_example' # str |
706
- yank = pulpcore.client.pulp_python.Yank() # Yank |
707
- x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
708
-
709
- try:
710
- # Unyank a package version
711
- api_response = api_instance.unyank(path, pulp_domain, yank, x_task_diagnostics=x_task_diagnostics)
712
- print("The response of ApiUnyankApi->unyank:\n")
713
- pprint(api_response)
714
- except Exception as e:
715
- print("Exception when calling ApiUnyankApi->unyank: %s\n" % e)
716
- ```
717
-
718
-
719
-
720
- ### Parameters
721
-
722
-
723
- Name | Type | Description | Notes
724
- ------------- | ------------- | ------------- | -------------
725
- **path** | **str**| |
726
- **pulp_domain** | **str**| |
727
- **yank** | [**Yank**](Yank.md)| |
728
- **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
729
-
730
- ### Return type
731
-
732
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
733
-
734
- ### Authorization
735
-
736
- [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
737
-
738
- ### HTTP request headers
739
-
740
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
741
- - **Accept**: application/json
742
-
743
- ### HTTP response details
744
-
745
- | Status code | Description | Response headers |
746
- |-------------|-------------|------------------|
747
- **202** | | - |
748
-
749
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
750
-
751
- # pulpcore.client.pulp_python.ApiYankApi
752
-
753
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
754
-
755
- Method | HTTP request | Description
756
- ------------- | ------------- | -------------
757
- [**yank**](ApiYankApi.md#yank) | **POST** /api/pypi/{pulp_domain}/{path}/yank/ | Yank a package version
758
-
759
-
760
- # **yank**
761
- > AsyncOperationResponse yank(path, pulp_domain, yank, x_task_diagnostics=x_task_diagnostics)
762
-
763
- Yank a package version
764
-
765
- Yank a package version, marking all its files with data-yanked.
766
-
767
- ### Example
768
-
769
- * Basic Authentication (basicAuth):
770
- * Api Key Authentication (cookieAuth):
771
-
772
- ```python
773
- import pulpcore.client.pulp_python
774
- from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
775
- from pulpcore.client.pulp_python.models.yank import Yank
776
- from pulpcore.client.pulp_python.rest import ApiException
777
- from pprint import pprint
778
-
779
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
780
- # See configuration.py for a list of all supported configuration parameters.
781
- configuration = pulpcore.client.pulp_python.Configuration(
782
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
783
- )
784
-
785
- # The client must configure the authentication and authorization parameters
786
- # in accordance with the API server security policy.
787
- # Examples for each auth method are provided below, use the example that
788
- # satisfies your auth use case.
789
-
790
- # Configure HTTP basic authorization: basicAuth
791
- configuration = pulpcore.client.pulp_python.Configuration(
792
- username = os.environ["USERNAME"],
793
- password = os.environ["PASSWORD"]
794
- )
795
-
796
- # Configure API key authorization: cookieAuth
797
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
798
-
799
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
800
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
801
-
802
- # Enter a context with an instance of the API client
803
- with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
804
- # Create an instance of the API class
805
- api_instance = pulpcore.client.pulp_python.ApiYankApi(api_client)
806
- path = 'path_example' # str |
807
- pulp_domain = 'pulp_domain_example' # str |
808
- yank = pulpcore.client.pulp_python.Yank() # Yank |
809
- x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
810
-
811
- try:
812
- # Yank a package version
813
- api_response = api_instance.yank(path, pulp_domain, yank, x_task_diagnostics=x_task_diagnostics)
814
- print("The response of ApiYankApi->yank:\n")
815
- pprint(api_response)
816
- except Exception as e:
817
- print("Exception when calling ApiYankApi->yank: %s\n" % e)
818
- ```
819
-
820
-
821
-
822
- ### Parameters
823
-
824
-
825
- Name | Type | Description | Notes
826
- ------------- | ------------- | ------------- | -------------
827
- **path** | **str**| |
828
- **pulp_domain** | **str**| |
829
- **yank** | [**Yank**](Yank.md)| |
830
- **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
831
-
832
- ### Return type
833
-
834
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
835
-
836
- ### Authorization
837
-
838
- [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
839
-
840
- ### HTTP request headers
841
-
842
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
843
- - **Accept**: application/json
844
-
845
- ### HTTP response details
846
-
847
- | Status code | Description | Response headers |
848
- |-------------|-------------|------------------|
849
- **202** | | - |
850
-
851
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
852
-
853
649
  # AsyncOperationResponse
854
650
 
855
651
  Serializer for asynchronous operations.
@@ -882,7 +678,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
882
678
 
883
679
  # pulpcore.client.pulp_python.ContentPackagesApi
884
680
 
885
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
886
682
 
887
683
  Method | HTTP request | Description
888
684
  ------------- | ------------- | -------------
@@ -912,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
912
708
  from pulpcore.client.pulp_python.rest import ApiException
913
709
  from pprint import pprint
914
710
 
915
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
916
712
  # See configuration.py for a list of all supported configuration parameters.
917
713
  configuration = pulpcore.client.pulp_python.Configuration(
918
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
919
715
  )
920
716
 
921
717
  # The client must configure the authentication and authorization parameters
@@ -1057,7 +853,7 @@ Name | Type | Description | Notes
1057
853
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1058
854
 
1059
855
  # **list**
1060
- > PaginatedpythonPythonPackageContentResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, author=author, author__contains=author__contains, author__in=author__in, filename=filename, filename__contains=filename__contains, filename__in=filename__in, keywords__contains=keywords__contains, keywords__in=keywords__in, limit=limit, name=name, name__contains=name__contains, name__in=name__in, offset=offset, ordering=ordering, orphaned_for=orphaned_for, packagetype=packagetype, packagetype__in=packagetype__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, requires_python=requires_python, requires_python__contains=requires_python__contains, requires_python__in=requires_python__in, sha256=sha256, sha256__in=sha256__in, version=version, version__gt=version__gt, version__gte=version__gte, version__lt=version__lt, version__lte=version__lte, version_specifier=version_specifier, fields=fields, exclude_fields=exclude_fields)
856
+ > PaginatedpythonPythonPackageContentResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, author=author, author__contains=author__contains, author__in=author__in, filename=filename, filename__contains=filename__contains, filename__in=filename__in, keywords__contains=keywords__contains, keywords__in=keywords__in, limit=limit, name=name, name__contains=name__contains, name__in=name__in, offset=offset, ordering=ordering, orphaned_for=orphaned_for, packagetype=packagetype, packagetype__in=packagetype__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, requires_python=requires_python, requires_python__contains=requires_python__contains, requires_python__in=requires_python__in, sha256=sha256, sha256__in=sha256__in, version=version, version__gt=version__gt, version__gte=version__gte, version__lt=version__lt, version__lte=version__lte, fields=fields, exclude_fields=exclude_fields)
1061
857
 
1062
858
  List python package contents
1063
859
 
@@ -1074,10 +870,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
1074
870
  from pulpcore.client.pulp_python.rest import ApiException
1075
871
  from pprint import pprint
1076
872
 
1077
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
873
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
1078
874
  # See configuration.py for a list of all supported configuration parameters.
1079
875
  configuration = pulpcore.client.pulp_python.Configuration(
1080
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
876
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
1081
877
  )
1082
878
 
1083
879
  # The client must configure the authentication and authorization parameters
@@ -1138,13 +934,12 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1138
934
  version__gte = 'version__gte_example' # str | Filter results where version is greater than or equal to value (optional)
1139
935
  version__lt = 'version__lt_example' # str | Filter results where version is less than value (optional)
1140
936
  version__lte = 'version__lte_example' # str | Filter results where version is less than or equal to value (optional)
1141
- version_specifier = 'version_specifier_example' # str | Filter by PEP 440 version specifier (e.g., >=2.4,<3.0 or ~=1.26) (optional)
1142
937
  fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
1143
938
  exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
1144
939
 
1145
940
  try:
1146
941
  # List python package contents
1147
- api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, author=author, author__contains=author__contains, author__in=author__in, filename=filename, filename__contains=filename__contains, filename__in=filename__in, keywords__contains=keywords__contains, keywords__in=keywords__in, limit=limit, name=name, name__contains=name__contains, name__in=name__in, offset=offset, ordering=ordering, orphaned_for=orphaned_for, packagetype=packagetype, packagetype__in=packagetype__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, requires_python=requires_python, requires_python__contains=requires_python__contains, requires_python__in=requires_python__in, sha256=sha256, sha256__in=sha256__in, version=version, version__gt=version__gt, version__gte=version__gte, version__lt=version__lt, version__lte=version__lte, version_specifier=version_specifier, fields=fields, exclude_fields=exclude_fields)
942
+ api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, author=author, author__contains=author__contains, author__in=author__in, filename=filename, filename__contains=filename__contains, filename__in=filename__in, keywords__contains=keywords__contains, keywords__in=keywords__in, limit=limit, name=name, name__contains=name__contains, name__in=name__in, offset=offset, ordering=ordering, orphaned_for=orphaned_for, packagetype=packagetype, packagetype__in=packagetype__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, requires_python=requires_python, requires_python__contains=requires_python__contains, requires_python__in=requires_python__in, sha256=sha256, sha256__in=sha256__in, version=version, version__gt=version__gt, version__gte=version__gte, version__lt=version__lt, version__lte=version__lte, fields=fields, exclude_fields=exclude_fields)
1148
943
  print("The response of ContentPackagesApi->list:\n")
1149
944
  pprint(api_response)
1150
945
  except Exception as e:
@@ -1195,7 +990,6 @@ Name | Type | Description | Notes
1195
990
  **version__gte** | **str**| Filter results where version is greater than or equal to value | [optional]
1196
991
  **version__lt** | **str**| Filter results where version is less than value | [optional]
1197
992
  **version__lte** | **str**| Filter results where version is less than or equal to value | [optional]
1198
- **version_specifier** | **str**| Filter by PEP 440 version specifier (e.g., &gt;&#x3D;2.4,&lt;3.0 or ~&#x3D;1.26) | [optional]
1199
993
  **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
1200
994
  **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
1201
995
 
@@ -1238,10 +1032,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1238
1032
  from pulpcore.client.pulp_python.rest import ApiException
1239
1033
  from pprint import pprint
1240
1034
 
1241
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
1242
1036
  # See configuration.py for a list of all supported configuration parameters.
1243
1037
  configuration = pulpcore.client.pulp_python.Configuration(
1244
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
1245
1039
  )
1246
1040
 
1247
1041
  # The client must configure the authentication and authorization parameters
@@ -1331,10 +1125,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1331
1125
  from pulpcore.client.pulp_python.rest import ApiException
1332
1126
  from pprint import pprint
1333
1127
 
1334
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1128
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
1335
1129
  # See configuration.py for a list of all supported configuration parameters.
1336
1130
  configuration = pulpcore.client.pulp_python.Configuration(
1337
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1131
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
1338
1132
  )
1339
1133
 
1340
1134
  # The client must configure the authentication and authorization parameters
@@ -1422,10 +1216,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1422
1216
  from pulpcore.client.pulp_python.rest import ApiException
1423
1217
  from pprint import pprint
1424
1218
 
1425
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1219
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
1426
1220
  # See configuration.py for a list of all supported configuration parameters.
1427
1221
  configuration = pulpcore.client.pulp_python.Configuration(
1428
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1222
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
1429
1223
  )
1430
1224
 
1431
1225
  # The client must configure the authentication and authorization parameters
@@ -1512,10 +1306,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1512
1306
  from pulpcore.client.pulp_python.rest import ApiException
1513
1307
  from pprint import pprint
1514
1308
 
1515
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1309
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
1516
1310
  # See configuration.py for a list of all supported configuration parameters.
1517
1311
  configuration = pulpcore.client.pulp_python.Configuration(
1518
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1312
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
1519
1313
  )
1520
1314
 
1521
1315
  # The client must configure the authentication and authorization parameters
@@ -1629,437 +1423,11 @@ Name | Type | Description | Notes
1629
1423
  **license_file** | [**object**](object.md)| A JSON list containing names of the paths to license-related files. | [optional]
1630
1424
  **sha256** | **str**| The SHA256 digest of this package. | [optional] [default to &#39;&#39;]
1631
1425
  **metadata_sha256** | **str**| The SHA256 digest of the package&#39;s METADATA file. | [optional]
1632
- **attestations** | [**object**](object.md)| A JSON list containing attestations for the package. | [optional]
1633
-
1634
- ### Return type
1635
-
1636
- [**PythonPythonPackageContentResponse**](PythonPythonPackageContentResponse.md)
1637
-
1638
- ### Authorization
1639
-
1640
- [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
1641
-
1642
- ### HTTP request headers
1643
-
1644
- - **Content-Type**: multipart/form-data, application/x-www-form-urlencoded
1645
- - **Accept**: application/json
1646
-
1647
- ### HTTP response details
1648
-
1649
- | Status code | Description | Response headers |
1650
- |-------------|-------------|------------------|
1651
- **201** | | - |
1652
-
1653
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1654
-
1655
- # pulpcore.client.pulp_python.ContentProvenanceApi
1656
-
1657
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
1658
-
1659
- Method | HTTP request | Description
1660
- ------------- | ------------- | -------------
1661
- [**create**](ContentProvenanceApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/content/python/provenance/ | Create a package provenance
1662
- [**list**](ContentProvenanceApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/content/python/provenance/ | List package provenances
1663
- [**read**](ContentProvenanceApi.md#read) | **GET** {python_package_provenance_href} | Inspect a package provenance
1664
- [**set_label**](ContentProvenanceApi.md#set_label) | **POST** {python_package_provenance_href}set_label/ | Set a label
1665
- [**unset_label**](ContentProvenanceApi.md#unset_label) | **POST** {python_package_provenance_href}unset_label/ | Unset a label
1666
-
1667
-
1668
- # **create**
1669
- > AsyncOperationResponse create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1670
-
1671
- Create a package provenance
1672
-
1673
- Trigger an asynchronous task to create content,optionally create new repository version.
1674
-
1675
- ### Example
1676
-
1677
- * Basic Authentication (basicAuth):
1678
- * Api Key Authentication (cookieAuth):
1679
-
1680
- ```python
1681
- import pulpcore.client.pulp_python
1682
- from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
1683
- from pulpcore.client.pulp_python.rest import ApiException
1684
- from pprint import pprint
1685
-
1686
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1687
- # See configuration.py for a list of all supported configuration parameters.
1688
- configuration = pulpcore.client.pulp_python.Configuration(
1689
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1690
- )
1691
-
1692
- # The client must configure the authentication and authorization parameters
1693
- # in accordance with the API server security policy.
1694
- # Examples for each auth method are provided below, use the example that
1695
- # satisfies your auth use case.
1696
-
1697
- # Configure HTTP basic authorization: basicAuth
1698
- configuration = pulpcore.client.pulp_python.Configuration(
1699
- username = os.environ["USERNAME"],
1700
- password = os.environ["PASSWORD"]
1701
- )
1702
-
1703
- # Configure API key authorization: cookieAuth
1704
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
1705
-
1706
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1707
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
1708
-
1709
- # Enter a context with an instance of the API client
1710
- with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1711
- # Create an instance of the API class
1712
- api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
1713
- pulp_domain = 'pulp_domain_example' # str |
1714
- package = 'package_example' # str | The package that the provenance is for.
1715
- x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
1716
- repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
1717
- overwrite = True # bool | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. (optional)
1718
- pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
1719
- file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
1720
- upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
1721
- file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
1722
- downloader_config = pulpcore.client.pulp_python.RemoteNetworkConfig() # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. (optional)
1723
- verify = True # bool | Verify each attestation in the provenance. (optional) (default to True)
1724
-
1725
- try:
1726
- # Create a package provenance
1727
- api_response = api_instance.create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1728
- print("The response of ContentProvenanceApi->create:\n")
1729
- pprint(api_response)
1730
- except Exception as e:
1731
- print("Exception when calling ContentProvenanceApi->create: %s\n" % e)
1732
- ```
1733
-
1734
-
1735
-
1736
- ### Parameters
1737
-
1738
-
1739
- Name | Type | Description | Notes
1740
- ------------- | ------------- | ------------- | -------------
1741
- **pulp_domain** | **str**| |
1742
- **package** | **str**| The package that the provenance is for. |
1743
- **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1744
- **repository** | **str**| A URI of a repository the new content unit should be associated with. | [optional]
1745
- **overwrite** | **bool**| When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true. | [optional]
1746
- **pulp_labels** | [**Dict[str, Optional[str]]**](Dict.md)| A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
1747
- **file** | **bytearray**| An uploaded file that may be turned into the content unit. | [optional]
1748
- **upload** | **str**| An uncommitted upload that may be turned into the content unit. | [optional]
1749
- **file_url** | **str**| A url that Pulp can download and turn into the content unit. | [optional]
1750
- **downloader_config** | [**RemoteNetworkConfig**](RemoteNetworkConfig.md)| Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a &#39;file_url. | [optional]
1751
- **verify** | **bool**| Verify each attestation in the provenance. | [optional] [default to True]
1752
-
1753
- ### Return type
1754
-
1755
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
1756
-
1757
- ### Authorization
1758
-
1759
- [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
1760
-
1761
- ### HTTP request headers
1762
-
1763
- - **Content-Type**: multipart/form-data, application/x-www-form-urlencoded
1764
- - **Accept**: application/json
1765
-
1766
- ### HTTP response details
1767
-
1768
- | Status code | Description | Response headers |
1769
- |-------------|-------------|------------------|
1770
- **202** | | - |
1771
-
1772
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1773
-
1774
- # **list**
1775
- > PaginatedpythonPackageProvenanceResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, orphaned_for=orphaned_for, package=package, package__in=package__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, sha256=sha256, sha256__in=sha256__in, fields=fields, exclude_fields=exclude_fields)
1776
-
1777
- List package provenances
1778
-
1779
- PackageProvenance represents a PEP 740 provenance object for a Python package. Use ?minimal=true to get a human readable representation of the provenance.
1780
-
1781
- ### Example
1782
-
1783
- * Basic Authentication (basicAuth):
1784
- * Api Key Authentication (cookieAuth):
1785
-
1786
- ```python
1787
- import pulpcore.client.pulp_python
1788
- from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_response_list import PaginatedpythonPackageProvenanceResponseList
1789
- from pulpcore.client.pulp_python.rest import ApiException
1790
- from pprint import pprint
1791
-
1792
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1793
- # See configuration.py for a list of all supported configuration parameters.
1794
- configuration = pulpcore.client.pulp_python.Configuration(
1795
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1796
- )
1797
-
1798
- # The client must configure the authentication and authorization parameters
1799
- # in accordance with the API server security policy.
1800
- # Examples for each auth method are provided below, use the example that
1801
- # satisfies your auth use case.
1802
-
1803
- # Configure HTTP basic authorization: basicAuth
1804
- configuration = pulpcore.client.pulp_python.Configuration(
1805
- username = os.environ["USERNAME"],
1806
- password = os.environ["PASSWORD"]
1807
- )
1808
-
1809
- # Configure API key authorization: cookieAuth
1810
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
1811
-
1812
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1813
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
1814
-
1815
- # Enter a context with an instance of the API client
1816
- with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1817
- # Create an instance of the API class
1818
- api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
1819
- pulp_domain = 'pulp_domain_example' # str |
1820
- x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
1821
- limit = 56 # int | Number of results to return per page. (optional)
1822
- offset = 56 # int | The initial index from which to return the results. (optional)
1823
- ordering = ['ordering_example'] # List[str] | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
1824
- orphaned_for = 3.4 # float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional)
1825
- package = 'package_example' # str | (optional)
1826
- package__in = ['package__in_example'] # List[str] | (optional)
1827
- prn__in = ['prn__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
1828
- pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
1829
- pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
1830
- pulp_label_select = 'pulp_label_select_example' # str | Filter labels by search string (optional)
1831
- q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
1832
- repository_version = 'repository_version_example' # str | (optional)
1833
- repository_version_added = 'repository_version_added_example' # str | (optional)
1834
- repository_version_removed = 'repository_version_removed_example' # str | (optional)
1835
- sha256 = 'sha256_example' # str | Filter results where sha256 matches value (optional)
1836
- sha256__in = ['sha256__in_example'] # List[str] | Filter results where sha256 is in a comma-separated list of values (optional)
1837
- fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
1838
- exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
1839
-
1840
- try:
1841
- # List package provenances
1842
- api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, orphaned_for=orphaned_for, package=package, package__in=package__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, sha256=sha256, sha256__in=sha256__in, fields=fields, exclude_fields=exclude_fields)
1843
- print("The response of ContentProvenanceApi->list:\n")
1844
- pprint(api_response)
1845
- except Exception as e:
1846
- print("Exception when calling ContentProvenanceApi->list: %s\n" % e)
1847
- ```
1848
-
1849
-
1850
-
1851
- ### Parameters
1852
-
1853
-
1854
- Name | Type | Description | Notes
1855
- ------------- | ------------- | ------------- | -------------
1856
- **pulp_domain** | **str**| |
1857
- **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1858
- **limit** | **int**| Number of results to return per page. | [optional]
1859
- **offset** | **int**| The initial index from which to return the results. | [optional]
1860
- **ordering** | [**List[str]**](str.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;provenance&#x60; - Provenance * &#x60;-provenance&#x60; - Provenance (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
1861
- **orphaned_for** | **float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
1862
- **package** | **str**| | [optional]
1863
- **package__in** | [**List[str]**](str.md)| | [optional]
1864
- **prn__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
1865
- **pulp_href__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
1866
- **pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
1867
- **pulp_label_select** | **str**| Filter labels by search string | [optional]
1868
- **q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
1869
- **repository_version** | **str**| | [optional]
1870
- **repository_version_added** | **str**| | [optional]
1871
- **repository_version_removed** | **str**| | [optional]
1872
- **sha256** | **str**| Filter results where sha256 matches value | [optional]
1873
- **sha256__in** | [**List[str]**](str.md)| Filter results where sha256 is in a comma-separated list of values | [optional]
1874
- **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
1875
- **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
1876
-
1877
- ### Return type
1878
-
1879
- [**PaginatedpythonPackageProvenanceResponseList**](PaginatedpythonPackageProvenanceResponseList.md)
1880
-
1881
- ### Authorization
1882
-
1883
- [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
1884
-
1885
- ### HTTP request headers
1886
-
1887
- - **Content-Type**: Not defined
1888
- - **Accept**: application/json
1889
-
1890
- ### HTTP response details
1891
-
1892
- | Status code | Description | Response headers |
1893
- |-------------|-------------|------------------|
1894
- **200** | | - |
1895
-
1896
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1897
-
1898
- # **read**
1899
- > PythonPackageProvenanceResponse read(python_package_provenance_href, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
1900
-
1901
- Inspect a package provenance
1902
-
1903
- PackageProvenance represents a PEP 740 provenance object for a Python package. Use ?minimal=true to get a human readable representation of the provenance.
1904
-
1905
- ### Example
1906
-
1907
- * Basic Authentication (basicAuth):
1908
- * Api Key Authentication (cookieAuth):
1909
-
1910
- ```python
1911
- import pulpcore.client.pulp_python
1912
- from pulpcore.client.pulp_python.models.python_package_provenance_response import PythonPackageProvenanceResponse
1913
- from pulpcore.client.pulp_python.rest import ApiException
1914
- from pprint import pprint
1915
-
1916
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1917
- # See configuration.py for a list of all supported configuration parameters.
1918
- configuration = pulpcore.client.pulp_python.Configuration(
1919
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1920
- )
1921
-
1922
- # The client must configure the authentication and authorization parameters
1923
- # in accordance with the API server security policy.
1924
- # Examples for each auth method are provided below, use the example that
1925
- # satisfies your auth use case.
1926
-
1927
- # Configure HTTP basic authorization: basicAuth
1928
- configuration = pulpcore.client.pulp_python.Configuration(
1929
- username = os.environ["USERNAME"],
1930
- password = os.environ["PASSWORD"]
1931
- )
1932
-
1933
- # Configure API key authorization: cookieAuth
1934
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
1935
-
1936
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1937
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
1938
-
1939
- # Enter a context with an instance of the API client
1940
- with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1941
- # Create an instance of the API class
1942
- api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
1943
- python_package_provenance_href = 'python_package_provenance_href_example' # str |
1944
- x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
1945
- fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
1946
- exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
1947
-
1948
- try:
1949
- # Inspect a package provenance
1950
- api_response = api_instance.read(python_package_provenance_href, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
1951
- print("The response of ContentProvenanceApi->read:\n")
1952
- pprint(api_response)
1953
- except Exception as e:
1954
- print("Exception when calling ContentProvenanceApi->read: %s\n" % e)
1955
- ```
1956
-
1957
-
1958
-
1959
- ### Parameters
1960
-
1961
-
1962
- Name | Type | Description | Notes
1963
- ------------- | ------------- | ------------- | -------------
1964
- **python_package_provenance_href** | **str**| |
1965
- **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1966
- **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
1967
- **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
1968
-
1969
- ### Return type
1970
-
1971
- [**PythonPackageProvenanceResponse**](PythonPackageProvenanceResponse.md)
1972
-
1973
- ### Authorization
1974
-
1975
- [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
1976
-
1977
- ### HTTP request headers
1978
-
1979
- - **Content-Type**: Not defined
1980
- - **Accept**: application/json
1981
-
1982
- ### HTTP response details
1983
-
1984
- | Status code | Description | Response headers |
1985
- |-------------|-------------|------------------|
1986
- **200** | | - |
1987
-
1988
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1989
-
1990
- # **set_label**
1991
- > SetLabelResponse set_label(python_package_provenance_href, set_label, x_task_diagnostics=x_task_diagnostics)
1992
-
1993
- Set a label
1994
-
1995
- Set a single pulp_label on the object to a specific value or null.
1996
-
1997
- ### Example
1998
-
1999
- * Basic Authentication (basicAuth):
2000
- * Api Key Authentication (cookieAuth):
2001
-
2002
- ```python
2003
- import pulpcore.client.pulp_python
2004
- from pulpcore.client.pulp_python.models.set_label import SetLabel
2005
- from pulpcore.client.pulp_python.models.set_label_response import SetLabelResponse
2006
- from pulpcore.client.pulp_python.rest import ApiException
2007
- from pprint import pprint
2008
-
2009
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2010
- # See configuration.py for a list of all supported configuration parameters.
2011
- configuration = pulpcore.client.pulp_python.Configuration(
2012
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2013
- )
2014
-
2015
- # The client must configure the authentication and authorization parameters
2016
- # in accordance with the API server security policy.
2017
- # Examples for each auth method are provided below, use the example that
2018
- # satisfies your auth use case.
2019
-
2020
- # Configure HTTP basic authorization: basicAuth
2021
- configuration = pulpcore.client.pulp_python.Configuration(
2022
- username = os.environ["USERNAME"],
2023
- password = os.environ["PASSWORD"]
2024
- )
2025
-
2026
- # Configure API key authorization: cookieAuth
2027
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
2028
-
2029
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
2030
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
2031
-
2032
- # Enter a context with an instance of the API client
2033
- with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2034
- # Create an instance of the API class
2035
- api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
2036
- python_package_provenance_href = 'python_package_provenance_href_example' # str |
2037
- set_label = pulpcore.client.pulp_python.SetLabel() # SetLabel |
2038
- x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
2039
-
2040
- try:
2041
- # Set a label
2042
- api_response = api_instance.set_label(python_package_provenance_href, set_label, x_task_diagnostics=x_task_diagnostics)
2043
- print("The response of ContentProvenanceApi->set_label:\n")
2044
- pprint(api_response)
2045
- except Exception as e:
2046
- print("Exception when calling ContentProvenanceApi->set_label: %s\n" % e)
2047
- ```
2048
-
2049
-
2050
-
2051
- ### Parameters
2052
-
2053
-
2054
- Name | Type | Description | Notes
2055
- ------------- | ------------- | ------------- | -------------
2056
- **python_package_provenance_href** | **str**| |
2057
- **set_label** | [**SetLabel**](SetLabel.md)| |
2058
- **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1426
+ **attestations** | [**object**](object.md)| A JSON list containing attestations for the package. | [optional]
2059
1427
 
2060
1428
  ### Return type
2061
1429
 
2062
- [**SetLabelResponse**](SetLabelResponse.md)
1430
+ [**PythonPythonPackageContentResponse**](PythonPythonPackageContentResponse.md)
2063
1431
 
2064
1432
  ### Authorization
2065
1433
 
@@ -2067,7 +1435,7 @@ Name | Type | Description | Notes
2067
1435
 
2068
1436
  ### HTTP request headers
2069
1437
 
2070
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
1438
+ - **Content-Type**: multipart/form-data, application/x-www-form-urlencoded
2071
1439
  - **Accept**: application/json
2072
1440
 
2073
1441
  ### HTTP response details
@@ -2078,12 +1446,25 @@ Name | Type | Description | Notes
2078
1446
 
2079
1447
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2080
1448
 
2081
- # **unset_label**
2082
- > UnsetLabelResponse unset_label(python_package_provenance_href, unset_label, x_task_diagnostics=x_task_diagnostics)
1449
+ # pulpcore.client.pulp_python.ContentProvenanceApi
2083
1450
 
2084
- Unset a label
1451
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
2085
1452
 
2086
- Unset a single pulp_label on the object.
1453
+ Method | HTTP request | Description
1454
+ ------------- | ------------- | -------------
1455
+ [**create**](ContentProvenanceApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/content/python/provenance/ | Create a package provenance
1456
+ [**list**](ContentProvenanceApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/content/python/provenance/ | List package provenances
1457
+ [**read**](ContentProvenanceApi.md#read) | **GET** {python_package_provenance_href} | Inspect a package provenance
1458
+ [**set_label**](ContentProvenanceApi.md#set_label) | **POST** {python_package_provenance_href}set_label/ | Set a label
1459
+ [**unset_label**](ContentProvenanceApi.md#unset_label) | **POST** {python_package_provenance_href}unset_label/ | Unset a label
1460
+
1461
+
1462
+ # **create**
1463
+ > AsyncOperationResponse create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1464
+
1465
+ Create a package provenance
1466
+
1467
+ Trigger an asynchronous task to create content,optionally create new repository version.
2087
1468
 
2088
1469
  ### Example
2089
1470
 
@@ -2092,15 +1473,14 @@ Unset a single pulp_label on the object.
2092
1473
 
2093
1474
  ```python
2094
1475
  import pulpcore.client.pulp_python
2095
- from pulpcore.client.pulp_python.models.unset_label import UnsetLabel
2096
- from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelResponse
1476
+ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
2097
1477
  from pulpcore.client.pulp_python.rest import ApiException
2098
1478
  from pprint import pprint
2099
1479
 
2100
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1480
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2101
1481
  # See configuration.py for a list of all supported configuration parameters.
2102
1482
  configuration = pulpcore.client.pulp_python.Configuration(
2103
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1483
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2104
1484
  )
2105
1485
 
2106
1486
  # The client must configure the authentication and authorization parameters
@@ -2124,17 +1504,25 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
2124
1504
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2125
1505
  # Create an instance of the API class
2126
1506
  api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
2127
- python_package_provenance_href = 'python_package_provenance_href_example' # str |
2128
- unset_label = pulpcore.client.pulp_python.UnsetLabel() # UnsetLabel |
1507
+ pulp_domain = 'pulp_domain_example' # str |
1508
+ package = 'package_example' # str | The package that the provenance is for.
2129
1509
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
1510
+ repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
1511
+ overwrite = True # bool | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. (optional)
1512
+ pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
1513
+ file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
1514
+ upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
1515
+ file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
1516
+ downloader_config = pulpcore.client.pulp_python.RemoteNetworkConfig() # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. (optional)
1517
+ verify = True # bool | Verify each attestation in the provenance. (optional) (default to True)
2130
1518
 
2131
1519
  try:
2132
- # Unset a label
2133
- api_response = api_instance.unset_label(python_package_provenance_href, unset_label, x_task_diagnostics=x_task_diagnostics)
2134
- print("The response of ContentProvenanceApi->unset_label:\n")
1520
+ # Create a package provenance
1521
+ api_response = api_instance.create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1522
+ print("The response of ContentProvenanceApi->create:\n")
2135
1523
  pprint(api_response)
2136
1524
  except Exception as e:
2137
- print("Exception when calling ContentProvenanceApi->unset_label: %s\n" % e)
1525
+ print("Exception when calling ContentProvenanceApi->create: %s\n" % e)
2138
1526
  ```
2139
1527
 
2140
1528
 
@@ -2144,13 +1532,21 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2144
1532
 
2145
1533
  Name | Type | Description | Notes
2146
1534
  ------------- | ------------- | ------------- | -------------
2147
- **python_package_provenance_href** | **str**| |
2148
- **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
1535
+ **pulp_domain** | **str**| |
1536
+ **package** | **str**| The package that the provenance is for. |
2149
1537
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1538
+ **repository** | **str**| A URI of a repository the new content unit should be associated with. | [optional]
1539
+ **overwrite** | **bool**| When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true. | [optional]
1540
+ **pulp_labels** | [**Dict[str, Optional[str]]**](Dict.md)| A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
1541
+ **file** | **bytearray**| An uploaded file that may be turned into the content unit. | [optional]
1542
+ **upload** | **str**| An uncommitted upload that may be turned into the content unit. | [optional]
1543
+ **file_url** | **str**| A url that Pulp can download and turn into the content unit. | [optional]
1544
+ **downloader_config** | [**RemoteNetworkConfig**](RemoteNetworkConfig.md)| Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a &#39;file_url. | [optional]
1545
+ **verify** | **bool**| Verify each attestation in the provenance. | [optional] [default to True]
2150
1546
 
2151
1547
  ### Return type
2152
1548
 
2153
- [**UnsetLabelResponse**](UnsetLabelResponse.md)
1549
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
2154
1550
 
2155
1551
  ### Authorization
2156
1552
 
@@ -2158,67 +1554,23 @@ Name | Type | Description | Notes
2158
1554
 
2159
1555
  ### HTTP request headers
2160
1556
 
2161
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
1557
+ - **Content-Type**: multipart/form-data, application/x-www-form-urlencoded
2162
1558
  - **Accept**: application/json
2163
1559
 
2164
1560
  ### HTTP response details
2165
1561
 
2166
1562
  | Status code | Description | Response headers |
2167
1563
  |-------------|-------------|------------------|
2168
- **201** | | - |
1564
+ **202** | | - |
2169
1565
 
2170
1566
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2171
1567
 
2172
- # ContentSummaryResponse
2173
-
2174
- Serializer for the RepositoryVersion content summary
2175
-
2176
- ## Properties
2177
-
2178
- Name | Type | Description | Notes
2179
- ------------ | ------------- | ------------- | -------------
2180
- **added** | **Dict[str, object]** | |
2181
- **removed** | **Dict[str, object]** | |
2182
- **present** | **Dict[str, object]** | |
2183
-
2184
- ## Example
2185
-
2186
- ```python
2187
- from pulpcore.client.pulp_python.models.content_summary_response import ContentSummaryResponse
2188
-
2189
- # TODO update the JSON string below
2190
- json = "{}"
2191
- # create an instance of ContentSummaryResponse from a JSON string
2192
- content_summary_response_instance = ContentSummaryResponse.from_json(json)
2193
- # print the JSON string representation of the object
2194
- print(ContentSummaryResponse.to_json())
2195
-
2196
- # convert the object into a dict
2197
- content_summary_response_dict = content_summary_response_instance.to_dict()
2198
- # create an instance of ContentSummaryResponse from a dict
2199
- content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_summary_response_dict)
2200
- ```
2201
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2202
-
2203
-
2204
- # pulpcore.client.pulp_python.ContentYanksApi
2205
-
2206
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
2207
-
2208
- Method | HTTP request | Description
2209
- ------------- | ------------- | -------------
2210
- [**list**](ContentYanksApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/content/python/yanks/ | List package yanks
2211
- [**read**](ContentYanksApi.md#read) | **GET** {python_package_yank_href} | Inspect a package yank
2212
- [**set_label**](ContentYanksApi.md#set_label) | **POST** {python_package_yank_href}set_label/ | Set a label
2213
- [**unset_label**](ContentYanksApi.md#unset_label) | **POST** {python_package_yank_href}unset_label/ | Unset a label
2214
-
2215
-
2216
1568
  # **list**
2217
- > PaginatedpythonPackageYankResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, orphaned_for=orphaned_for, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, fields=fields, exclude_fields=exclude_fields)
1569
+ > PaginatedpythonPackageProvenanceResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, orphaned_for=orphaned_for, package=package, package__in=package__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, sha256=sha256, sha256__in=sha256__in, fields=fields, exclude_fields=exclude_fields)
2218
1570
 
2219
- List package yanks
1571
+ List package provenances
2220
1572
 
2221
- Read-only viewset for PackageYank content units (PEP 592). PackageYank markers indicate that a package version has been yanked in a repository. Use the /yank/ and /unyank/ PyPI endpoints to create or remove these markers.
1573
+ PackageProvenance represents a PEP 740 provenance object for a Python package. Use ?minimal=true to get a human readable representation of the provenance.
2222
1574
 
2223
1575
  ### Example
2224
1576
 
@@ -2227,14 +1579,14 @@ Read-only viewset for PackageYank content units (PEP 592). PackageYank markers i
2227
1579
 
2228
1580
  ```python
2229
1581
  import pulpcore.client.pulp_python
2230
- from pulpcore.client.pulp_python.models.paginatedpython_package_yank_response_list import PaginatedpythonPackageYankResponseList
1582
+ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_response_list import PaginatedpythonPackageProvenanceResponseList
2231
1583
  from pulpcore.client.pulp_python.rest import ApiException
2232
1584
  from pprint import pprint
2233
1585
 
2234
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1586
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2235
1587
  # See configuration.py for a list of all supported configuration parameters.
2236
1588
  configuration = pulpcore.client.pulp_python.Configuration(
2237
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1589
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2238
1590
  )
2239
1591
 
2240
1592
  # The client must configure the authentication and authorization parameters
@@ -2257,13 +1609,15 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
2257
1609
  # Enter a context with an instance of the API client
2258
1610
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2259
1611
  # Create an instance of the API class
2260
- api_instance = pulpcore.client.pulp_python.ContentYanksApi(api_client)
1612
+ api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
2261
1613
  pulp_domain = 'pulp_domain_example' # str |
2262
1614
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
2263
1615
  limit = 56 # int | Number of results to return per page. (optional)
2264
1616
  offset = 56 # int | The initial index from which to return the results. (optional)
2265
- ordering = ['ordering_example'] # List[str] | Ordering * `pk` - Pk * `-pk` - Pk (descending) (optional)
1617
+ ordering = ['ordering_example'] # List[str] | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
2266
1618
  orphaned_for = 3.4 # float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional)
1619
+ package = 'package_example' # str | (optional)
1620
+ package__in = ['package__in_example'] # List[str] | (optional)
2267
1621
  prn__in = ['prn__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
2268
1622
  pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
2269
1623
  pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
@@ -2272,16 +1626,18 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2272
1626
  repository_version = 'repository_version_example' # str | (optional)
2273
1627
  repository_version_added = 'repository_version_added_example' # str | (optional)
2274
1628
  repository_version_removed = 'repository_version_removed_example' # str | (optional)
1629
+ sha256 = 'sha256_example' # str | Filter results where sha256 matches value (optional)
1630
+ sha256__in = ['sha256__in_example'] # List[str] | Filter results where sha256 is in a comma-separated list of values (optional)
2275
1631
  fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
2276
1632
  exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
2277
1633
 
2278
1634
  try:
2279
- # List package yanks
2280
- api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, orphaned_for=orphaned_for, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, fields=fields, exclude_fields=exclude_fields)
2281
- print("The response of ContentYanksApi->list:\n")
1635
+ # List package provenances
1636
+ api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, orphaned_for=orphaned_for, package=package, package__in=package__in, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, repository_version=repository_version, repository_version_added=repository_version_added, repository_version_removed=repository_version_removed, sha256=sha256, sha256__in=sha256__in, fields=fields, exclude_fields=exclude_fields)
1637
+ print("The response of ContentProvenanceApi->list:\n")
2282
1638
  pprint(api_response)
2283
1639
  except Exception as e:
2284
- print("Exception when calling ContentYanksApi->list: %s\n" % e)
1640
+ print("Exception when calling ContentProvenanceApi->list: %s\n" % e)
2285
1641
  ```
2286
1642
 
2287
1643
 
@@ -2295,8 +1651,10 @@ Name | Type | Description | Notes
2295
1651
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
2296
1652
  **limit** | **int**| Number of results to return per page. | [optional]
2297
1653
  **offset** | **int**| The initial index from which to return the results. | [optional]
2298
- **ordering** | [**List[str]**](str.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
1654
+ **ordering** | [**List[str]**](str.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;provenance&#x60; - Provenance * &#x60;-provenance&#x60; - Provenance (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
2299
1655
  **orphaned_for** | **float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
1656
+ **package** | **str**| | [optional]
1657
+ **package__in** | [**List[str]**](str.md)| | [optional]
2300
1658
  **prn__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
2301
1659
  **pulp_href__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
2302
1660
  **pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
@@ -2305,12 +1663,14 @@ Name | Type | Description | Notes
2305
1663
  **repository_version** | **str**| | [optional]
2306
1664
  **repository_version_added** | **str**| | [optional]
2307
1665
  **repository_version_removed** | **str**| | [optional]
1666
+ **sha256** | **str**| Filter results where sha256 matches value | [optional]
1667
+ **sha256__in** | [**List[str]**](str.md)| Filter results where sha256 is in a comma-separated list of values | [optional]
2308
1668
  **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
2309
1669
  **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
2310
1670
 
2311
1671
  ### Return type
2312
1672
 
2313
- [**PaginatedpythonPackageYankResponseList**](PaginatedpythonPackageYankResponseList.md)
1673
+ [**PaginatedpythonPackageProvenanceResponseList**](PaginatedpythonPackageProvenanceResponseList.md)
2314
1674
 
2315
1675
  ### Authorization
2316
1676
 
@@ -2330,11 +1690,11 @@ Name | Type | Description | Notes
2330
1690
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2331
1691
 
2332
1692
  # **read**
2333
- > PythonPackageYankResponse read(python_package_yank_href, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
1693
+ > PythonPackageProvenanceResponse read(python_package_provenance_href, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
2334
1694
 
2335
- Inspect a package yank
1695
+ Inspect a package provenance
2336
1696
 
2337
- Read-only viewset for PackageYank content units (PEP 592). PackageYank markers indicate that a package version has been yanked in a repository. Use the /yank/ and /unyank/ PyPI endpoints to create or remove these markers.
1697
+ PackageProvenance represents a PEP 740 provenance object for a Python package. Use ?minimal=true to get a human readable representation of the provenance.
2338
1698
 
2339
1699
  ### Example
2340
1700
 
@@ -2343,14 +1703,14 @@ Read-only viewset for PackageYank content units (PEP 592). PackageYank markers i
2343
1703
 
2344
1704
  ```python
2345
1705
  import pulpcore.client.pulp_python
2346
- from pulpcore.client.pulp_python.models.python_package_yank_response import PythonPackageYankResponse
1706
+ from pulpcore.client.pulp_python.models.python_package_provenance_response import PythonPackageProvenanceResponse
2347
1707
  from pulpcore.client.pulp_python.rest import ApiException
2348
1708
  from pprint import pprint
2349
1709
 
2350
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1710
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2351
1711
  # See configuration.py for a list of all supported configuration parameters.
2352
1712
  configuration = pulpcore.client.pulp_python.Configuration(
2353
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1713
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2354
1714
  )
2355
1715
 
2356
1716
  # The client must configure the authentication and authorization parameters
@@ -2373,19 +1733,19 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
2373
1733
  # Enter a context with an instance of the API client
2374
1734
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2375
1735
  # Create an instance of the API class
2376
- api_instance = pulpcore.client.pulp_python.ContentYanksApi(api_client)
2377
- python_package_yank_href = 'python_package_yank_href_example' # str |
1736
+ api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
1737
+ python_package_provenance_href = 'python_package_provenance_href_example' # str |
2378
1738
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
2379
1739
  fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
2380
1740
  exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
2381
1741
 
2382
1742
  try:
2383
- # Inspect a package yank
2384
- api_response = api_instance.read(python_package_yank_href, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
2385
- print("The response of ContentYanksApi->read:\n")
1743
+ # Inspect a package provenance
1744
+ api_response = api_instance.read(python_package_provenance_href, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
1745
+ print("The response of ContentProvenanceApi->read:\n")
2386
1746
  pprint(api_response)
2387
1747
  except Exception as e:
2388
- print("Exception when calling ContentYanksApi->read: %s\n" % e)
1748
+ print("Exception when calling ContentProvenanceApi->read: %s\n" % e)
2389
1749
  ```
2390
1750
 
2391
1751
 
@@ -2395,14 +1755,14 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2395
1755
 
2396
1756
  Name | Type | Description | Notes
2397
1757
  ------------- | ------------- | ------------- | -------------
2398
- **python_package_yank_href** | **str**| |
1758
+ **python_package_provenance_href** | **str**| |
2399
1759
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
2400
1760
  **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
2401
1761
  **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
2402
1762
 
2403
1763
  ### Return type
2404
1764
 
2405
- [**PythonPackageYankResponse**](PythonPackageYankResponse.md)
1765
+ [**PythonPackageProvenanceResponse**](PythonPackageProvenanceResponse.md)
2406
1766
 
2407
1767
  ### Authorization
2408
1768
 
@@ -2422,7 +1782,7 @@ Name | Type | Description | Notes
2422
1782
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2423
1783
 
2424
1784
  # **set_label**
2425
- > SetLabelResponse set_label(python_package_yank_href, set_label, x_task_diagnostics=x_task_diagnostics)
1785
+ > SetLabelResponse set_label(python_package_provenance_href, set_label, x_task_diagnostics=x_task_diagnostics)
2426
1786
 
2427
1787
  Set a label
2428
1788
 
@@ -2440,10 +1800,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2440
1800
  from pulpcore.client.pulp_python.rest import ApiException
2441
1801
  from pprint import pprint
2442
1802
 
2443
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1803
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2444
1804
  # See configuration.py for a list of all supported configuration parameters.
2445
1805
  configuration = pulpcore.client.pulp_python.Configuration(
2446
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1806
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2447
1807
  )
2448
1808
 
2449
1809
  # The client must configure the authentication and authorization parameters
@@ -2466,18 +1826,18 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
2466
1826
  # Enter a context with an instance of the API client
2467
1827
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2468
1828
  # Create an instance of the API class
2469
- api_instance = pulpcore.client.pulp_python.ContentYanksApi(api_client)
2470
- python_package_yank_href = 'python_package_yank_href_example' # str |
1829
+ api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
1830
+ python_package_provenance_href = 'python_package_provenance_href_example' # str |
2471
1831
  set_label = pulpcore.client.pulp_python.SetLabel() # SetLabel |
2472
1832
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
2473
1833
 
2474
1834
  try:
2475
1835
  # Set a label
2476
- api_response = api_instance.set_label(python_package_yank_href, set_label, x_task_diagnostics=x_task_diagnostics)
2477
- print("The response of ContentYanksApi->set_label:\n")
1836
+ api_response = api_instance.set_label(python_package_provenance_href, set_label, x_task_diagnostics=x_task_diagnostics)
1837
+ print("The response of ContentProvenanceApi->set_label:\n")
2478
1838
  pprint(api_response)
2479
1839
  except Exception as e:
2480
- print("Exception when calling ContentYanksApi->set_label: %s\n" % e)
1840
+ print("Exception when calling ContentProvenanceApi->set_label: %s\n" % e)
2481
1841
  ```
2482
1842
 
2483
1843
 
@@ -2487,7 +1847,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2487
1847
 
2488
1848
  Name | Type | Description | Notes
2489
1849
  ------------- | ------------- | ------------- | -------------
2490
- **python_package_yank_href** | **str**| |
1850
+ **python_package_provenance_href** | **str**| |
2491
1851
  **set_label** | [**SetLabel**](SetLabel.md)| |
2492
1852
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
2493
1853
 
@@ -2508,12 +1868,12 @@ Name | Type | Description | Notes
2508
1868
 
2509
1869
  | Status code | Description | Response headers |
2510
1870
  |-------------|-------------|------------------|
2511
- **200** | | - |
1871
+ **201** | | - |
2512
1872
 
2513
1873
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2514
1874
 
2515
1875
  # **unset_label**
2516
- > UnsetLabelResponse unset_label(python_package_yank_href, unset_label, x_task_diagnostics=x_task_diagnostics)
1876
+ > UnsetLabelResponse unset_label(python_package_provenance_href, unset_label, x_task_diagnostics=x_task_diagnostics)
2517
1877
 
2518
1878
  Unset a label
2519
1879
 
@@ -2531,10 +1891,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2531
1891
  from pulpcore.client.pulp_python.rest import ApiException
2532
1892
  from pprint import pprint
2533
1893
 
2534
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
1894
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2535
1895
  # See configuration.py for a list of all supported configuration parameters.
2536
1896
  configuration = pulpcore.client.pulp_python.Configuration(
2537
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
1897
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2538
1898
  )
2539
1899
 
2540
1900
  # The client must configure the authentication and authorization parameters
@@ -2557,18 +1917,18 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
2557
1917
  # Enter a context with an instance of the API client
2558
1918
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2559
1919
  # Create an instance of the API class
2560
- api_instance = pulpcore.client.pulp_python.ContentYanksApi(api_client)
2561
- python_package_yank_href = 'python_package_yank_href_example' # str |
1920
+ api_instance = pulpcore.client.pulp_python.ContentProvenanceApi(api_client)
1921
+ python_package_provenance_href = 'python_package_provenance_href_example' # str |
2562
1922
  unset_label = pulpcore.client.pulp_python.UnsetLabel() # UnsetLabel |
2563
1923
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
2564
1924
 
2565
1925
  try:
2566
1926
  # Unset a label
2567
- api_response = api_instance.unset_label(python_package_yank_href, unset_label, x_task_diagnostics=x_task_diagnostics)
2568
- print("The response of ContentYanksApi->unset_label:\n")
1927
+ api_response = api_instance.unset_label(python_package_provenance_href, unset_label, x_task_diagnostics=x_task_diagnostics)
1928
+ print("The response of ContentProvenanceApi->unset_label:\n")
2569
1929
  pprint(api_response)
2570
1930
  except Exception as e:
2571
- print("Exception when calling ContentYanksApi->unset_label: %s\n" % e)
1931
+ print("Exception when calling ContentProvenanceApi->unset_label: %s\n" % e)
2572
1932
  ```
2573
1933
 
2574
1934
 
@@ -2578,7 +1938,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
2578
1938
 
2579
1939
  Name | Type | Description | Notes
2580
1940
  ------------- | ------------- | ------------- | -------------
2581
- **python_package_yank_href** | **str**| |
1941
+ **python_package_provenance_href** | **str**| |
2582
1942
  **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
2583
1943
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
2584
1944
 
@@ -2599,13 +1959,45 @@ Name | Type | Description | Notes
2599
1959
 
2600
1960
  | Status code | Description | Response headers |
2601
1961
  |-------------|-------------|------------------|
2602
- **200** | | - |
1962
+ **201** | | - |
2603
1963
 
2604
1964
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2605
1965
 
1966
+ # ContentSummaryResponse
1967
+
1968
+ Serializer for the RepositoryVersion content summary
1969
+
1970
+ ## Properties
1971
+
1972
+ Name | Type | Description | Notes
1973
+ ------------ | ------------- | ------------- | -------------
1974
+ **added** | **Dict[str, object]** | |
1975
+ **removed** | **Dict[str, object]** | |
1976
+ **present** | **Dict[str, object]** | |
1977
+
1978
+ ## Example
1979
+
1980
+ ```python
1981
+ from pulpcore.client.pulp_python.models.content_summary_response import ContentSummaryResponse
1982
+
1983
+ # TODO update the JSON string below
1984
+ json = "{}"
1985
+ # create an instance of ContentSummaryResponse from a JSON string
1986
+ content_summary_response_instance = ContentSummaryResponse.from_json(json)
1987
+ # print the JSON string representation of the object
1988
+ print(ContentSummaryResponse.to_json())
1989
+
1990
+ # convert the object into a dict
1991
+ content_summary_response_dict = content_summary_response_instance.to_dict()
1992
+ # create an instance of ContentSummaryResponse from a dict
1993
+ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_summary_response_dict)
1994
+ ```
1995
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1996
+
1997
+
2606
1998
  # pulpcore.client.pulp_python.DistributionsPypiApi
2607
1999
 
2608
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
2000
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
2609
2001
 
2610
2002
  Method | HTTP request | Description
2611
2003
  ------------- | ------------- | -------------
@@ -2642,10 +2034,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2642
2034
  from pulpcore.client.pulp_python.rest import ApiException
2643
2035
  from pprint import pprint
2644
2036
 
2645
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2037
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2646
2038
  # See configuration.py for a list of all supported configuration parameters.
2647
2039
  configuration = pulpcore.client.pulp_python.Configuration(
2648
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2040
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2649
2041
  )
2650
2042
 
2651
2043
  # The client must configure the authentication and authorization parameters
@@ -2733,10 +2125,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2733
2125
  from pulpcore.client.pulp_python.rest import ApiException
2734
2126
  from pprint import pprint
2735
2127
 
2736
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2128
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2737
2129
  # See configuration.py for a list of all supported configuration parameters.
2738
2130
  configuration = pulpcore.client.pulp_python.Configuration(
2739
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2131
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2740
2132
  )
2741
2133
 
2742
2134
  # The client must configure the authentication and authorization parameters
@@ -2823,10 +2215,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2823
2215
  from pulpcore.client.pulp_python.rest import ApiException
2824
2216
  from pprint import pprint
2825
2217
 
2826
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2218
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2827
2219
  # See configuration.py for a list of all supported configuration parameters.
2828
2220
  configuration = pulpcore.client.pulp_python.Configuration(
2829
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2221
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2830
2222
  )
2831
2223
 
2832
2224
  # The client must configure the authentication and authorization parameters
@@ -2911,10 +2303,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2911
2303
  from pulpcore.client.pulp_python.rest import ApiException
2912
2304
  from pprint import pprint
2913
2305
 
2914
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2306
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
2915
2307
  # See configuration.py for a list of all supported configuration parameters.
2916
2308
  configuration = pulpcore.client.pulp_python.Configuration(
2917
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2309
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
2918
2310
  )
2919
2311
 
2920
2312
  # The client must configure the authentication and authorization parameters
@@ -3053,10 +2445,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
3053
2445
  from pulpcore.client.pulp_python.rest import ApiException
3054
2446
  from pprint import pprint
3055
2447
 
3056
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2448
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3057
2449
  # See configuration.py for a list of all supported configuration parameters.
3058
2450
  configuration = pulpcore.client.pulp_python.Configuration(
3059
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2451
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3060
2452
  )
3061
2453
 
3062
2454
  # The client must configure the authentication and authorization parameters
@@ -3145,10 +2537,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
3145
2537
  from pulpcore.client.pulp_python.rest import ApiException
3146
2538
  from pprint import pprint
3147
2539
 
3148
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2540
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3149
2541
  # See configuration.py for a list of all supported configuration parameters.
3150
2542
  configuration = pulpcore.client.pulp_python.Configuration(
3151
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2543
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3152
2544
  )
3153
2545
 
3154
2546
  # The client must configure the authentication and authorization parameters
@@ -3238,10 +2630,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3238
2630
  from pulpcore.client.pulp_python.rest import ApiException
3239
2631
  from pprint import pprint
3240
2632
 
3241
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2633
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3242
2634
  # See configuration.py for a list of all supported configuration parameters.
3243
2635
  configuration = pulpcore.client.pulp_python.Configuration(
3244
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2636
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3245
2637
  )
3246
2638
 
3247
2639
  # The client must configure the authentication and authorization parameters
@@ -3329,10 +2721,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3329
2721
  from pulpcore.client.pulp_python.rest import ApiException
3330
2722
  from pprint import pprint
3331
2723
 
3332
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2724
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3333
2725
  # See configuration.py for a list of all supported configuration parameters.
3334
2726
  configuration = pulpcore.client.pulp_python.Configuration(
3335
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2727
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3336
2728
  )
3337
2729
 
3338
2730
  # The client must configure the authentication and authorization parameters
@@ -3422,10 +2814,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3422
2814
  from pulpcore.client.pulp_python.rest import ApiException
3423
2815
  from pprint import pprint
3424
2816
 
3425
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2817
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3426
2818
  # See configuration.py for a list of all supported configuration parameters.
3427
2819
  configuration = pulpcore.client.pulp_python.Configuration(
3428
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2820
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3429
2821
  )
3430
2822
 
3431
2823
  # The client must configure the authentication and authorization parameters
@@ -3513,10 +2905,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
3513
2905
  from pulpcore.client.pulp_python.rest import ApiException
3514
2906
  from pprint import pprint
3515
2907
 
3516
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2908
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3517
2909
  # See configuration.py for a list of all supported configuration parameters.
3518
2910
  configuration = pulpcore.client.pulp_python.Configuration(
3519
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
2911
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3520
2912
  )
3521
2913
 
3522
2914
  # The client must configure the authentication and authorization parameters
@@ -3604,10 +2996,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
3604
2996
  from pulpcore.client.pulp_python.rest import ApiException
3605
2997
  from pprint import pprint
3606
2998
 
3607
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
2999
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3608
3000
  # See configuration.py for a list of all supported configuration parameters.
3609
3001
  configuration = pulpcore.client.pulp_python.Configuration(
3610
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
3002
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3611
3003
  )
3612
3004
 
3613
3005
  # The client must configure the authentication and authorization parameters
@@ -3695,10 +3087,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3695
3087
  from pulpcore.client.pulp_python.rest import ApiException
3696
3088
  from pprint import pprint
3697
3089
 
3698
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
3090
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
3699
3091
  # See configuration.py for a list of all supported configuration parameters.
3700
3092
  configuration = pulpcore.client.pulp_python.Configuration(
3701
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
3093
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
3702
3094
  )
3703
3095
 
3704
3096
  # The client must configure the authentication and authorization parameters
@@ -3800,7 +3192,7 @@ Name | Type | Description | Notes
3800
3192
 
3801
3193
  # MetadataVersionEnum
3802
3194
 
3803
- * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4 * `2.5` - 2.5
3195
+ * `1.0` - 1.0 * `1.1` - 1.1 * `1.2` - 1.2 * `2.0` - 2.0 * `2.1` - 2.1 * `2.2` - 2.2 * `2.3` - 2.3 * `2.4` - 2.4
3804
3196
 
3805
3197
  ## Enum
3806
3198
 
@@ -3820,8 +3212,6 @@ Name | Type | Description | Notes
3820
3212
 
3821
3213
  * `ENUM_2_DOT_4` (value: `'2.4'`)
3822
3214
 
3823
- * `ENUM_2_DOT_5` (value: `'2.5'`)
3824
-
3825
3215
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3826
3216
 
3827
3217
 
@@ -4069,38 +3459,6 @@ paginatedpython_package_provenance_response_list_from_dict = PaginatedpythonPack
4069
3459
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
4070
3460
 
4071
3461
 
4072
- # PaginatedpythonPackageYankResponseList
4073
-
4074
-
4075
- ## Properties
4076
-
4077
- Name | Type | Description | Notes
4078
- ------------ | ------------- | ------------- | -------------
4079
- **count** | **int** | |
4080
- **next** | **str** | | [optional]
4081
- **previous** | **str** | | [optional]
4082
- **results** | [**List[PythonPackageYankResponse]**](PythonPackageYankResponse.md) | |
4083
-
4084
- ## Example
4085
-
4086
- ```python
4087
- from pulpcore.client.pulp_python.models.paginatedpython_package_yank_response_list import PaginatedpythonPackageYankResponseList
4088
-
4089
- # TODO update the JSON string below
4090
- json = "{}"
4091
- # create an instance of PaginatedpythonPackageYankResponseList from a JSON string
4092
- paginatedpython_package_yank_response_list_instance = PaginatedpythonPackageYankResponseList.from_json(json)
4093
- # print the JSON string representation of the object
4094
- print(PaginatedpythonPackageYankResponseList.to_json())
4095
-
4096
- # convert the object into a dict
4097
- paginatedpython_package_yank_response_list_dict = paginatedpython_package_yank_response_list_instance.to_dict()
4098
- # create an instance of PaginatedpythonPackageYankResponseList from a dict
4099
- paginatedpython_package_yank_response_list_from_dict = PaginatedpythonPackageYankResponseList.from_dict(paginatedpython_package_yank_response_list_dict)
4100
- ```
4101
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
4102
-
4103
-
4104
3462
  # PaginatedpythonPythonBlocklistEntryResponseList
4105
3463
 
4106
3464
 
@@ -4486,7 +3844,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
4486
3844
 
4487
3845
  # pulpcore.client.pulp_python.PublicationsPypiApi
4488
3846
 
4489
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
3847
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
4490
3848
 
4491
3849
  Method | HTTP request | Description
4492
3850
  ------------- | ------------- | -------------
@@ -4519,10 +3877,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4519
3877
  from pulpcore.client.pulp_python.rest import ApiException
4520
3878
  from pprint import pprint
4521
3879
 
4522
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
3880
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
4523
3881
  # See configuration.py for a list of all supported configuration parameters.
4524
3882
  configuration = pulpcore.client.pulp_python.Configuration(
4525
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
3883
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
4526
3884
  )
4527
3885
 
4528
3886
  # The client must configure the authentication and authorization parameters
@@ -4610,10 +3968,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
4610
3968
  from pulpcore.client.pulp_python.rest import ApiException
4611
3969
  from pprint import pprint
4612
3970
 
4613
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
3971
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
4614
3972
  # See configuration.py for a list of all supported configuration parameters.
4615
3973
  configuration = pulpcore.client.pulp_python.Configuration(
4616
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
3974
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
4617
3975
  )
4618
3976
 
4619
3977
  # The client must configure the authentication and authorization parameters
@@ -4699,10 +4057,10 @@ import pulpcore.client.pulp_python
4699
4057
  from pulpcore.client.pulp_python.rest import ApiException
4700
4058
  from pprint import pprint
4701
4059
 
4702
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4060
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
4703
4061
  # See configuration.py for a list of all supported configuration parameters.
4704
4062
  configuration = pulpcore.client.pulp_python.Configuration(
4705
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4063
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
4706
4064
  )
4707
4065
 
4708
4066
  # The client must configure the authentication and authorization parameters
@@ -4785,10 +4143,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4785
4143
  from pulpcore.client.pulp_python.rest import ApiException
4786
4144
  from pprint import pprint
4787
4145
 
4788
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4146
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
4789
4147
  # See configuration.py for a list of all supported configuration parameters.
4790
4148
  configuration = pulpcore.client.pulp_python.Configuration(
4791
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4149
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
4792
4150
  )
4793
4151
 
4794
4152
  # The client must configure the authentication and authorization parameters
@@ -4915,10 +4273,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4915
4273
  from pulpcore.client.pulp_python.rest import ApiException
4916
4274
  from pprint import pprint
4917
4275
 
4918
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4276
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
4919
4277
  # See configuration.py for a list of all supported configuration parameters.
4920
4278
  configuration = pulpcore.client.pulp_python.Configuration(
4921
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4279
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
4922
4280
  )
4923
4281
 
4924
4282
  # The client must configure the authentication and authorization parameters
@@ -5007,10 +4365,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5007
4365
  from pulpcore.client.pulp_python.rest import ApiException
5008
4366
  from pprint import pprint
5009
4367
 
5010
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4368
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
5011
4369
  # See configuration.py for a list of all supported configuration parameters.
5012
4370
  configuration = pulpcore.client.pulp_python.Configuration(
5013
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4371
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
5014
4372
  )
5015
4373
 
5016
4374
  # The client must configure the authentication and authorization parameters
@@ -5099,10 +4457,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
5099
4457
  from pulpcore.client.pulp_python.rest import ApiException
5100
4458
  from pprint import pprint
5101
4459
 
5102
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4460
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
5103
4461
  # See configuration.py for a list of all supported configuration parameters.
5104
4462
  configuration = pulpcore.client.pulp_python.Configuration(
5105
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4463
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
5106
4464
  )
5107
4465
 
5108
4466
  # The client must configure the authentication and authorization parameters
@@ -5192,10 +4550,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5192
4550
  from pulpcore.client.pulp_python.rest import ApiException
5193
4551
  from pprint import pprint
5194
4552
 
5195
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4553
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
5196
4554
  # See configuration.py for a list of all supported configuration parameters.
5197
4555
  configuration = pulpcore.client.pulp_python.Configuration(
5198
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4556
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
5199
4557
  )
5200
4558
 
5201
4559
  # The client must configure the authentication and authorization parameters
@@ -5266,7 +4624,7 @@ Name | Type | Description | Notes
5266
4624
 
5267
4625
  # pulpcore.client.pulp_python.PypiMetadataApi
5268
4626
 
5269
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
4627
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
5270
4628
 
5271
4629
  Method | HTTP request | Description
5272
4630
  ------------- | ------------- | -------------
@@ -5291,10 +4649,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
5291
4649
  from pulpcore.client.pulp_python.rest import ApiException
5292
4650
  from pprint import pprint
5293
4651
 
5294
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
4652
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
5295
4653
  # See configuration.py for a list of all supported configuration parameters.
5296
4654
  configuration = pulpcore.client.pulp_python.Configuration(
5297
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
4655
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
5298
4656
  )
5299
4657
 
5300
4658
  # The client must configure the authentication and authorization parameters
@@ -5407,44 +4765,6 @@ python_package_provenance_response_from_dict = PythonPackageProvenanceResponse.f
5407
4765
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
5408
4766
 
5409
4767
 
5410
- # PythonPackageYankResponse
5411
-
5412
- Read-only serializer for PackageYank content units (PEP 592). Used by PackageYankViewSet to expose yank markers via the Pulp REST API.
5413
-
5414
- ## Properties
5415
-
5416
- Name | Type | Description | Notes
5417
- ------------ | ------------- | ------------- | -------------
5418
- **pulp_href** | **str** | | [optional] [readonly]
5419
- **prn** | **str** | The Pulp Resource Name (PRN). | [optional] [readonly]
5420
- **pulp_created** | **datetime** | Timestamp of creation. | [optional] [readonly]
5421
- **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]
5422
- **pulp_labels** | **Dict[str, Optional[str]]** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
5423
- **vuln_report** | **str** | | [optional] [readonly]
5424
- **name_normalized** | **str** | | [optional] [readonly]
5425
- **version** | **str** | | [optional] [readonly]
5426
- **yanked_reason** | **str** | | [optional] [readonly]
5427
-
5428
- ## Example
5429
-
5430
- ```python
5431
- from pulpcore.client.pulp_python.models.python_package_yank_response import PythonPackageYankResponse
5432
-
5433
- # TODO update the JSON string below
5434
- json = "{}"
5435
- # create an instance of PythonPackageYankResponse from a JSON string
5436
- python_package_yank_response_instance = PythonPackageYankResponse.from_json(json)
5437
- # print the JSON string representation of the object
5438
- print(PythonPackageYankResponse.to_json())
5439
-
5440
- # convert the object into a dict
5441
- python_package_yank_response_dict = python_package_yank_response_instance.to_dict()
5442
- # create an instance of PythonPackageYankResponse from a dict
5443
- python_package_yank_response_from_dict = PythonPackageYankResponse.from_dict(python_package_yank_response_dict)
5444
- ```
5445
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
5446
-
5447
-
5448
4768
  # PythonPythonBlocklistEntry
5449
4769
 
5450
4770
  Serializer for PythonBlocklistEntry. The `repository` is supplied by the URL (not the request body) and is injected by the viewset before saving.
@@ -6052,7 +5372,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
6052
5372
 
6053
5373
  # pulpcore.client.pulp_python.RemotesPythonApi
6054
5374
 
6055
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
5375
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
6056
5376
 
6057
5377
  Method | HTTP request | Description
6058
5378
  ------------- | ------------- | -------------
@@ -6090,10 +5410,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6090
5410
  from pulpcore.client.pulp_python.rest import ApiException
6091
5411
  from pprint import pprint
6092
5412
 
6093
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
5413
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6094
5414
  # See configuration.py for a list of all supported configuration parameters.
6095
5415
  configuration = pulpcore.client.pulp_python.Configuration(
6096
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
5416
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6097
5417
  )
6098
5418
 
6099
5419
  # The client must configure the authentication and authorization parameters
@@ -6181,10 +5501,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6181
5501
  from pulpcore.client.pulp_python.rest import ApiException
6182
5502
  from pprint import pprint
6183
5503
 
6184
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
5504
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6185
5505
  # See configuration.py for a list of all supported configuration parameters.
6186
5506
  configuration = pulpcore.client.pulp_python.Configuration(
6187
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
5507
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6188
5508
  )
6189
5509
 
6190
5510
  # The client must configure the authentication and authorization parameters
@@ -6271,10 +5591,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6271
5591
  from pulpcore.client.pulp_python.rest import ApiException
6272
5592
  from pprint import pprint
6273
5593
 
6274
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
5594
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6275
5595
  # See configuration.py for a list of all supported configuration parameters.
6276
5596
  configuration = pulpcore.client.pulp_python.Configuration(
6277
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
5597
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6278
5598
  )
6279
5599
 
6280
5600
  # The client must configure the authentication and authorization parameters
@@ -6359,10 +5679,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6359
5679
  from pulpcore.client.pulp_python.rest import ApiException
6360
5680
  from pprint import pprint
6361
5681
 
6362
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
5682
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6363
5683
  # See configuration.py for a list of all supported configuration parameters.
6364
5684
  configuration = pulpcore.client.pulp_python.Configuration(
6365
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
5685
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6366
5686
  )
6367
5687
 
6368
5688
  # The client must configure the authentication and authorization parameters
@@ -6453,10 +5773,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
6453
5773
  from pulpcore.client.pulp_python.rest import ApiException
6454
5774
  from pprint import pprint
6455
5775
 
6456
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
5776
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6457
5777
  # See configuration.py for a list of all supported configuration parameters.
6458
5778
  configuration = pulpcore.client.pulp_python.Configuration(
6459
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
5779
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6460
5780
  )
6461
5781
 
6462
5782
  # The client must configure the authentication and authorization parameters
@@ -6593,10 +5913,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
6593
5913
  from pulpcore.client.pulp_python.rest import ApiException
6594
5914
  from pprint import pprint
6595
5915
 
6596
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
5916
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6597
5917
  # See configuration.py for a list of all supported configuration parameters.
6598
5918
  configuration = pulpcore.client.pulp_python.Configuration(
6599
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
5919
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6600
5920
  )
6601
5921
 
6602
5922
  # The client must configure the authentication and authorization parameters
@@ -6685,10 +6005,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6685
6005
  from pulpcore.client.pulp_python.rest import ApiException
6686
6006
  from pprint import pprint
6687
6007
 
6688
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6008
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6689
6009
  # See configuration.py for a list of all supported configuration parameters.
6690
6010
  configuration = pulpcore.client.pulp_python.Configuration(
6691
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6011
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6692
6012
  )
6693
6013
 
6694
6014
  # The client must configure the authentication and authorization parameters
@@ -6778,10 +6098,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6778
6098
  from pulpcore.client.pulp_python.rest import ApiException
6779
6099
  from pprint import pprint
6780
6100
 
6781
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6101
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6782
6102
  # See configuration.py for a list of all supported configuration parameters.
6783
6103
  configuration = pulpcore.client.pulp_python.Configuration(
6784
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6104
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6785
6105
  )
6786
6106
 
6787
6107
  # The client must configure the authentication and authorization parameters
@@ -6869,10 +6189,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6869
6189
  from pulpcore.client.pulp_python.rest import ApiException
6870
6190
  from pprint import pprint
6871
6191
 
6872
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6192
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6873
6193
  # See configuration.py for a list of all supported configuration parameters.
6874
6194
  configuration = pulpcore.client.pulp_python.Configuration(
6875
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6195
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6876
6196
  )
6877
6197
 
6878
6198
  # The client must configure the authentication and authorization parameters
@@ -6962,10 +6282,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6962
6282
  from pulpcore.client.pulp_python.rest import ApiException
6963
6283
  from pprint import pprint
6964
6284
 
6965
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6285
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
6966
6286
  # See configuration.py for a list of all supported configuration parameters.
6967
6287
  configuration = pulpcore.client.pulp_python.Configuration(
6968
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6288
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
6969
6289
  )
6970
6290
 
6971
6291
  # The client must configure the authentication and authorization parameters
@@ -7053,10 +6373,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7053
6373
  from pulpcore.client.pulp_python.rest import ApiException
7054
6374
  from pprint import pprint
7055
6375
 
7056
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6376
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7057
6377
  # See configuration.py for a list of all supported configuration parameters.
7058
6378
  configuration = pulpcore.client.pulp_python.Configuration(
7059
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6379
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7060
6380
  )
7061
6381
 
7062
6382
  # The client must configure the authentication and authorization parameters
@@ -7144,10 +6464,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7144
6464
  from pulpcore.client.pulp_python.rest import ApiException
7145
6465
  from pprint import pprint
7146
6466
 
7147
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6467
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7148
6468
  # See configuration.py for a list of all supported configuration parameters.
7149
6469
  configuration = pulpcore.client.pulp_python.Configuration(
7150
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6470
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7151
6471
  )
7152
6472
 
7153
6473
  # The client must configure the authentication and authorization parameters
@@ -7235,10 +6555,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
7235
6555
  from pulpcore.client.pulp_python.rest import ApiException
7236
6556
  from pprint import pprint
7237
6557
 
7238
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6558
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7239
6559
  # See configuration.py for a list of all supported configuration parameters.
7240
6560
  configuration = pulpcore.client.pulp_python.Configuration(
7241
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6561
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7242
6562
  )
7243
6563
 
7244
6564
  # The client must configure the authentication and authorization parameters
@@ -7339,7 +6659,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
7339
6659
 
7340
6660
  # pulpcore.client.pulp_python.RepositoriesPythonApi
7341
6661
 
7342
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
6662
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
7343
6663
 
7344
6664
  Method | HTTP request | Description
7345
6665
  ------------- | ------------- | -------------
@@ -7379,10 +6699,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7379
6699
  from pulpcore.client.pulp_python.rest import ApiException
7380
6700
  from pprint import pprint
7381
6701
 
7382
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6702
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7383
6703
  # See configuration.py for a list of all supported configuration parameters.
7384
6704
  configuration = pulpcore.client.pulp_python.Configuration(
7385
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6705
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7386
6706
  )
7387
6707
 
7388
6708
  # The client must configure the authentication and authorization parameters
@@ -7470,10 +6790,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7470
6790
  from pulpcore.client.pulp_python.rest import ApiException
7471
6791
  from pprint import pprint
7472
6792
 
7473
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6793
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7474
6794
  # See configuration.py for a list of all supported configuration parameters.
7475
6795
  configuration = pulpcore.client.pulp_python.Configuration(
7476
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6796
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7477
6797
  )
7478
6798
 
7479
6799
  # The client must configure the authentication and authorization parameters
@@ -7560,10 +6880,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7560
6880
  from pulpcore.client.pulp_python.rest import ApiException
7561
6881
  from pprint import pprint
7562
6882
 
7563
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6883
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7564
6884
  # See configuration.py for a list of all supported configuration parameters.
7565
6885
  configuration = pulpcore.client.pulp_python.Configuration(
7566
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6886
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7567
6887
  )
7568
6888
 
7569
6889
  # The client must configure the authentication and authorization parameters
@@ -7648,10 +6968,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
7648
6968
  from pulpcore.client.pulp_python.rest import ApiException
7649
6969
  from pprint import pprint
7650
6970
 
7651
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
6971
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7652
6972
  # See configuration.py for a list of all supported configuration parameters.
7653
6973
  configuration = pulpcore.client.pulp_python.Configuration(
7654
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
6974
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7655
6975
  )
7656
6976
 
7657
6977
  # The client must configure the authentication and authorization parameters
@@ -7812,10 +7132,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7812
7132
  from pulpcore.client.pulp_python.rest import ApiException
7813
7133
  from pprint import pprint
7814
7134
 
7815
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7135
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7816
7136
  # See configuration.py for a list of all supported configuration parameters.
7817
7137
  configuration = pulpcore.client.pulp_python.Configuration(
7818
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7138
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7819
7139
  )
7820
7140
 
7821
7141
  # The client must configure the authentication and authorization parameters
@@ -7905,10 +7225,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7905
7225
  from pulpcore.client.pulp_python.rest import ApiException
7906
7226
  from pprint import pprint
7907
7227
 
7908
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7228
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7909
7229
  # See configuration.py for a list of all supported configuration parameters.
7910
7230
  configuration = pulpcore.client.pulp_python.Configuration(
7911
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7231
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
7912
7232
  )
7913
7233
 
7914
7234
  # The client must configure the authentication and authorization parameters
@@ -7995,10 +7315,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7995
7315
  from pulpcore.client.pulp_python.rest import ApiException
7996
7316
  from pprint import pprint
7997
7317
 
7998
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7318
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
7999
7319
  # See configuration.py for a list of all supported configuration parameters.
8000
7320
  configuration = pulpcore.client.pulp_python.Configuration(
8001
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7321
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8002
7322
  )
8003
7323
 
8004
7324
  # The client must configure the authentication and authorization parameters
@@ -8088,10 +7408,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8088
7408
  from pulpcore.client.pulp_python.rest import ApiException
8089
7409
  from pprint import pprint
8090
7410
 
8091
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7411
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8092
7412
  # See configuration.py for a list of all supported configuration parameters.
8093
7413
  configuration = pulpcore.client.pulp_python.Configuration(
8094
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7414
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8095
7415
  )
8096
7416
 
8097
7417
  # The client must configure the authentication and authorization parameters
@@ -8179,10 +7499,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8179
7499
  from pulpcore.client.pulp_python.rest import ApiException
8180
7500
  from pprint import pprint
8181
7501
 
8182
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7502
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8183
7503
  # See configuration.py for a list of all supported configuration parameters.
8184
7504
  configuration = pulpcore.client.pulp_python.Configuration(
8185
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7505
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8186
7506
  )
8187
7507
 
8188
7508
  # The client must configure the authentication and authorization parameters
@@ -8272,10 +7592,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
8272
7592
  from pulpcore.client.pulp_python.rest import ApiException
8273
7593
  from pprint import pprint
8274
7594
 
8275
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7595
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8276
7596
  # See configuration.py for a list of all supported configuration parameters.
8277
7597
  configuration = pulpcore.client.pulp_python.Configuration(
8278
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7598
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8279
7599
  )
8280
7600
 
8281
7601
  # The client must configure the authentication and authorization parameters
@@ -8362,10 +7682,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8362
7682
  from pulpcore.client.pulp_python.rest import ApiException
8363
7683
  from pprint import pprint
8364
7684
 
8365
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7685
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8366
7686
  # See configuration.py for a list of all supported configuration parameters.
8367
7687
  configuration = pulpcore.client.pulp_python.Configuration(
8368
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7688
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8369
7689
  )
8370
7690
 
8371
7691
  # The client must configure the authentication and authorization parameters
@@ -8451,10 +7771,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
8451
7771
  from pulpcore.client.pulp_python.rest import ApiException
8452
7772
  from pprint import pprint
8453
7773
 
8454
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7774
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8455
7775
  # See configuration.py for a list of all supported configuration parameters.
8456
7776
  configuration = pulpcore.client.pulp_python.Configuration(
8457
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7777
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8458
7778
  )
8459
7779
 
8460
7780
  # The client must configure the authentication and authorization parameters
@@ -8542,10 +7862,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
8542
7862
  from pulpcore.client.pulp_python.rest import ApiException
8543
7863
  from pprint import pprint
8544
7864
 
8545
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7865
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8546
7866
  # See configuration.py for a list of all supported configuration parameters.
8547
7867
  configuration = pulpcore.client.pulp_python.Configuration(
8548
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7868
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8549
7869
  )
8550
7870
 
8551
7871
  # The client must configure the authentication and authorization parameters
@@ -8633,10 +7953,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
8633
7953
  from pulpcore.client.pulp_python.rest import ApiException
8634
7954
  from pprint import pprint
8635
7955
 
8636
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
7956
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8637
7957
  # See configuration.py for a list of all supported configuration parameters.
8638
7958
  configuration = pulpcore.client.pulp_python.Configuration(
8639
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
7959
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8640
7960
  )
8641
7961
 
8642
7962
  # The client must configure the authentication and authorization parameters
@@ -8724,10 +8044,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8724
8044
  from pulpcore.client.pulp_python.rest import ApiException
8725
8045
  from pprint import pprint
8726
8046
 
8727
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8047
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8728
8048
  # See configuration.py for a list of all supported configuration parameters.
8729
8049
  configuration = pulpcore.client.pulp_python.Configuration(
8730
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8050
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8731
8051
  )
8732
8052
 
8733
8053
  # The client must configure the authentication and authorization parameters
@@ -8799,7 +8119,7 @@ Name | Type | Description | Notes
8799
8119
 
8800
8120
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8801
8121
 
8802
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
8122
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
8803
8123
 
8804
8124
  Method | HTTP request | Description
8805
8125
  ------------- | ------------- | -------------
@@ -8828,10 +8148,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8828
8148
  from pulpcore.client.pulp_python.rest import ApiException
8829
8149
  from pprint import pprint
8830
8150
 
8831
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8151
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8832
8152
  # See configuration.py for a list of all supported configuration parameters.
8833
8153
  configuration = pulpcore.client.pulp_python.Configuration(
8834
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8154
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8835
8155
  )
8836
8156
 
8837
8157
  # The client must configure the authentication and authorization parameters
@@ -8917,10 +8237,10 @@ import pulpcore.client.pulp_python
8917
8237
  from pulpcore.client.pulp_python.rest import ApiException
8918
8238
  from pprint import pprint
8919
8239
 
8920
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8240
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
8921
8241
  # See configuration.py for a list of all supported configuration parameters.
8922
8242
  configuration = pulpcore.client.pulp_python.Configuration(
8923
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8243
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
8924
8244
  )
8925
8245
 
8926
8246
  # The client must configure the authentication and authorization parameters
@@ -9003,10 +8323,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
9003
8323
  from pulpcore.client.pulp_python.rest import ApiException
9004
8324
  from pprint import pprint
9005
8325
 
9006
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8326
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9007
8327
  # See configuration.py for a list of all supported configuration parameters.
9008
8328
  configuration = pulpcore.client.pulp_python.Configuration(
9009
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8329
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9010
8330
  )
9011
8331
 
9012
8332
  # The client must configure the authentication and authorization parameters
@@ -9117,10 +8437,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
9117
8437
  from pulpcore.client.pulp_python.rest import ApiException
9118
8438
  from pprint import pprint
9119
8439
 
9120
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8440
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9121
8441
  # See configuration.py for a list of all supported configuration parameters.
9122
8442
  configuration = pulpcore.client.pulp_python.Configuration(
9123
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8443
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9124
8444
  )
9125
8445
 
9126
8446
  # The client must configure the authentication and authorization parameters
@@ -9193,7 +8513,7 @@ Name | Type | Description | Notes
9193
8513
 
9194
8514
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
9195
8515
 
9196
- All URIs are relative to *https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com*
8516
+ All URIs are relative to *https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com*
9197
8517
 
9198
8518
  Method | HTTP request | Description
9199
8519
  ------------- | ------------- | -------------
@@ -9222,10 +8542,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9222
8542
  from pulpcore.client.pulp_python.rest import ApiException
9223
8543
  from pprint import pprint
9224
8544
 
9225
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8545
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9226
8546
  # See configuration.py for a list of all supported configuration parameters.
9227
8547
  configuration = pulpcore.client.pulp_python.Configuration(
9228
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8548
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9229
8549
  )
9230
8550
 
9231
8551
  # The client must configure the authentication and authorization parameters
@@ -9310,10 +8630,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
9310
8630
  from pulpcore.client.pulp_python.rest import ApiException
9311
8631
  from pprint import pprint
9312
8632
 
9313
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8633
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9314
8634
  # See configuration.py for a list of all supported configuration parameters.
9315
8635
  configuration = pulpcore.client.pulp_python.Configuration(
9316
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8636
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9317
8637
  )
9318
8638
 
9319
8639
  # The client must configure the authentication and authorization parameters
@@ -9444,10 +8764,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
9444
8764
  from pulpcore.client.pulp_python.rest import ApiException
9445
8765
  from pprint import pprint
9446
8766
 
9447
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8767
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9448
8768
  # See configuration.py for a list of all supported configuration parameters.
9449
8769
  configuration = pulpcore.client.pulp_python.Configuration(
9450
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8770
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9451
8771
  )
9452
8772
 
9453
8773
  # The client must configure the authentication and authorization parameters
@@ -9537,10 +8857,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
9537
8857
  from pulpcore.client.pulp_python.rest import ApiException
9538
8858
  from pprint import pprint
9539
8859
 
9540
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8860
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9541
8861
  # See configuration.py for a list of all supported configuration parameters.
9542
8862
  configuration = pulpcore.client.pulp_python.Configuration(
9543
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8863
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9544
8864
  )
9545
8865
 
9546
8866
  # The client must configure the authentication and authorization parameters
@@ -9626,10 +8946,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9626
8946
  from pulpcore.client.pulp_python.rest import ApiException
9627
8947
  from pprint import pprint
9628
8948
 
9629
- # Defining the host is optional and defaults to https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com
8949
+ # Defining the host is optional and defaults to https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com
9630
8950
  # See configuration.py for a list of all supported configuration parameters.
9631
8951
  configuration = pulpcore.client.pulp_python.Configuration(
9632
- host = "https://env-ephemeral-tcnaao.apps.crc-eph.r9lp.p1.openshiftapps.com"
8952
+ host = "https://env-ephemeral-aciako.apps.crc-eph.r9lp.p1.openshiftapps.com"
9633
8953
  )
9634
8954
 
9635
8955
  # The client must configure the authentication and authorization parameters
@@ -9953,35 +9273,3 @@ unset_label_response_from_dict = UnsetLabelResponse.from_dict(unset_label_respon
9953
9273
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9954
9274
 
9955
9275
 
9956
- # Yank
9957
-
9958
- A Serializer for yank/unyank requests (PEP 592).
9959
-
9960
- ## Properties
9961
-
9962
- Name | Type | Description | Notes
9963
- ------------ | ------------- | ------------- | -------------
9964
- **name** | **str** | The name of the package to yank or unyank. |
9965
- **version** | **str** | The version of the package to yank or unyank. |
9966
- **yanked_reason** | **str** | The reason for yanking the package version. | [optional] [default to '']
9967
-
9968
- ## Example
9969
-
9970
- ```python
9971
- from pulpcore.client.pulp_python.models.yank import Yank
9972
-
9973
- # TODO update the JSON string below
9974
- json = "{}"
9975
- # create an instance of Yank from a JSON string
9976
- yank_instance = Yank.from_json(json)
9977
- # print the JSON string representation of the object
9978
- print(Yank.to_json())
9979
-
9980
- # convert the object into a dict
9981
- yank_dict = yank_instance.to_dict()
9982
- # create an instance of Yank from a dict
9983
- yank_from_dict = Yank.from_dict(yank_dict)
9984
- ```
9985
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9986
-
9987
-