crc-pulp-python-client 20260324.1__tar.gz → 20260324.2__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.
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/PKG-INFO +212 -192
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/README.md +4 -4
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/crc_pulp_python_client.egg-info/PKG-INFO +212 -192
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/__init__.py +1 -1
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/content_packages_api.py +18 -18
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/content_provenance_api.py +30 -30
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +12 -12
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +63 -39
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +149 -12
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/configuration.py +3 -3
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +8 -8
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +9 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +8 -8
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +12 -8
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_repository.py +9 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +9 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/set_label.py +1 -8
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/set_label_response.py +2 -10
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/unset_label.py +1 -8
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/unset_label_response.py +2 -10
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pyproject.toml +1 -1
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/setup.py +1 -1
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginatedpython_python_distribution_response_list.py +4 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginatedpython_python_repository_response_list.py +2 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_patchedpython_python_repository.py +1 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_distribution_response.py +2 -1
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_repository.py +1 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_repository_response.py +1 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_set_label.py +2 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_set_label_response.py +2 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_unset_label.py +2 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_unset_label_response.py +2 -2
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/crc_pulp_python_client.egg-info/requires.txt +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/__init__.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api_client.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/api_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/py.typed +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/pulpcore/client/pulp_python/rest.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/setup.cfg +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_api_integrity_provenance_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_api_legacy_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_api_pypi_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_api_simple_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_async_operation_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_content_packages_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_content_provenance_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_content_summary_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_distributions_pypi_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_filetype_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_metadata_version_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_my_permissions_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_nested_role.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_nested_role_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_object_roles_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_package_metadata_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_package_types_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_patchedpython_python_distribution.py +1 -1
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_policy_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_protocol_version_enum.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_package_provenance_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_distribution.py +1 -1
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_publication.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_remote.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_remote_network_config.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_remote_network_config_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_remotes_python_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_repair.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_repositories_python_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_repository_version_response.py +0 -0
- {crc_pulp_python_client-20260324.1 → crc_pulp_python_client-20260324.2}/test/test_summary_response.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulp_python-client
|
|
3
|
-
Version: 20260324.
|
|
3
|
+
Version: 20260324.2
|
|
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-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.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-
|
|
50
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.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-
|
|
53
|
+
host = "https://env-ephemeral-p8wyjn.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-
|
|
132
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.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-
|
|
157
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.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-
|
|
160
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
161
161
|
)
|
|
162
162
|
|
|
163
163
|
# The client must configure the authentication and authorization parameters
|
|
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
|
|
|
242
242
|
|
|
243
243
|
# pulpcore.client.pulp_python.ApiPypiApi
|
|
244
244
|
|
|
245
|
-
All URIs are relative to *https://env-ephemeral-
|
|
245
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.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-
|
|
270
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.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-
|
|
273
|
+
host = "https://env-ephemeral-p8wyjn.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-
|
|
348
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.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-
|
|
375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.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-
|
|
378
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
379
379
|
)
|
|
380
380
|
|
|
381
381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
|
|
|
475
475
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
476
476
|
from pprint import pprint
|
|
477
477
|
|
|
478
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
478
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.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-
|
|
481
|
+
host = "https://env-ephemeral-p8wyjn.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-
|
|
573
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.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-
|
|
576
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
577
577
|
)
|
|
578
578
|
|
|
579
579
|
# The client must configure the authentication and authorization parameters
|
|
@@ -678,7 +678,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
678
678
|
|
|
679
679
|
# pulpcore.client.pulp_python.ContentPackagesApi
|
|
680
680
|
|
|
681
|
-
All URIs are relative to *https://env-ephemeral-
|
|
681
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
682
682
|
|
|
683
683
|
Method | HTTP request | Description
|
|
684
684
|
------------- | ------------- | -------------
|
|
@@ -708,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
708
708
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
709
709
|
from pprint import pprint
|
|
710
710
|
|
|
711
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
711
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
712
712
|
# See configuration.py for a list of all supported configuration parameters.
|
|
713
713
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
714
|
-
host = "https://env-ephemeral-
|
|
714
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
715
715
|
)
|
|
716
716
|
|
|
717
717
|
# The client must configure the authentication and authorization parameters
|
|
@@ -868,10 +868,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
|
|
|
868
868
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
869
869
|
from pprint import pprint
|
|
870
870
|
|
|
871
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
871
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
872
872
|
# See configuration.py for a list of all supported configuration parameters.
|
|
873
873
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
874
|
-
host = "https://env-ephemeral-
|
|
874
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
875
875
|
)
|
|
876
876
|
|
|
877
877
|
# The client must configure the authentication and authorization parameters
|
|
@@ -919,9 +919,9 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
919
919
|
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
920
920
|
pulp_label_select = 'pulp_label_select_example' # str | Filter labels by search string (optional)
|
|
921
921
|
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
922
|
-
repository_version = 'repository_version_example' # str |
|
|
923
|
-
repository_version_added = 'repository_version_added_example' # str |
|
|
924
|
-
repository_version_removed = 'repository_version_removed_example' # str |
|
|
922
|
+
repository_version = 'repository_version_example' # str | (optional)
|
|
923
|
+
repository_version_added = 'repository_version_added_example' # str | (optional)
|
|
924
|
+
repository_version_removed = 'repository_version_removed_example' # str | (optional)
|
|
925
925
|
requires_python = 'requires_python_example' # str | Filter results where requires_python matches value (optional)
|
|
926
926
|
requires_python__contains = 'requires_python__contains_example' # str | Filter results where requires_python contains value (optional)
|
|
927
927
|
requires_python__in = ['requires_python__in_example'] # List[str] | Filter results where requires_python is in a comma-separated list of values (optional)
|
|
@@ -975,9 +975,9 @@ Name | Type | Description | Notes
|
|
|
975
975
|
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
976
976
|
**pulp_label_select** | **str**| Filter labels by search string | [optional]
|
|
977
977
|
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
978
|
-
**repository_version** | **str**|
|
|
979
|
-
**repository_version_added** | **str**|
|
|
980
|
-
**repository_version_removed** | **str**|
|
|
978
|
+
**repository_version** | **str**| | [optional]
|
|
979
|
+
**repository_version_added** | **str**| | [optional]
|
|
980
|
+
**repository_version_removed** | **str**| | [optional]
|
|
981
981
|
**requires_python** | **str**| Filter results where requires_python matches value | [optional]
|
|
982
982
|
**requires_python__contains** | **str**| Filter results where requires_python contains value | [optional]
|
|
983
983
|
**requires_python__in** | [**List[str]**](str.md)| Filter results where requires_python is in a comma-separated list of values | [optional]
|
|
@@ -1030,10 +1030,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
|
|
|
1030
1030
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1031
1031
|
from pprint import pprint
|
|
1032
1032
|
|
|
1033
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1033
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1034
1034
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1035
1035
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1036
|
-
host = "https://env-ephemeral-
|
|
1036
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1037
1037
|
)
|
|
1038
1038
|
|
|
1039
1039
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1123,10 +1123,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
1123
1123
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1124
1124
|
from pprint import pprint
|
|
1125
1125
|
|
|
1126
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1126
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1127
1127
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1128
1128
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1129
|
-
host = "https://env-ephemeral-
|
|
1129
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1130
1130
|
)
|
|
1131
1131
|
|
|
1132
1132
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1214,10 +1214,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
1214
1214
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1215
1215
|
from pprint import pprint
|
|
1216
1216
|
|
|
1217
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1217
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1218
1218
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1219
1219
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1220
|
-
host = "https://env-ephemeral-
|
|
1220
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1221
1221
|
)
|
|
1222
1222
|
|
|
1223
1223
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1304,10 +1304,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
|
|
|
1304
1304
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1305
1305
|
from pprint import pprint
|
|
1306
1306
|
|
|
1307
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1307
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1308
1308
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1309
1309
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1310
|
-
host = "https://env-ephemeral-
|
|
1310
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1311
1311
|
)
|
|
1312
1312
|
|
|
1313
1313
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1444,7 +1444,7 @@ Name | Type | Description | Notes
|
|
|
1444
1444
|
|
|
1445
1445
|
# pulpcore.client.pulp_python.ContentProvenanceApi
|
|
1446
1446
|
|
|
1447
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1447
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1448
1448
|
|
|
1449
1449
|
Method | HTTP request | Description
|
|
1450
1450
|
------------- | ------------- | -------------
|
|
@@ -1473,10 +1473,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
1473
1473
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1474
1474
|
from pprint import pprint
|
|
1475
1475
|
|
|
1476
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1476
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1477
1477
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1478
1478
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1479
|
-
host = "https://env-ephemeral-
|
|
1479
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1480
1480
|
)
|
|
1481
1481
|
|
|
1482
1482
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1577,10 +1577,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
|
|
|
1577
1577
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1578
1578
|
from pprint import pprint
|
|
1579
1579
|
|
|
1580
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1580
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1581
1581
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1582
1582
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1583
|
-
host = "https://env-ephemeral-
|
|
1583
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1584
1584
|
)
|
|
1585
1585
|
|
|
1586
1586
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1610,16 +1610,16 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
1610
1610
|
offset = 56 # int | The initial index from which to return the results. (optional)
|
|
1611
1611
|
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)
|
|
1612
1612
|
orphaned_for = 3.4 # float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional)
|
|
1613
|
-
package = 'package_example' # str |
|
|
1614
|
-
package__in = ['package__in_example'] # List[str] |
|
|
1613
|
+
package = 'package_example' # str | (optional)
|
|
1614
|
+
package__in = ['package__in_example'] # List[str] | (optional)
|
|
1615
1615
|
prn__in = ['prn__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
1616
1616
|
pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
1617
1617
|
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
1618
1618
|
pulp_label_select = 'pulp_label_select_example' # str | Filter labels by search string (optional)
|
|
1619
1619
|
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
1620
|
-
repository_version = 'repository_version_example' # str |
|
|
1621
|
-
repository_version_added = 'repository_version_added_example' # str |
|
|
1622
|
-
repository_version_removed = 'repository_version_removed_example' # str |
|
|
1620
|
+
repository_version = 'repository_version_example' # str | (optional)
|
|
1621
|
+
repository_version_added = 'repository_version_added_example' # str | (optional)
|
|
1622
|
+
repository_version_removed = 'repository_version_removed_example' # str | (optional)
|
|
1623
1623
|
sha256 = 'sha256_example' # str | Filter results where sha256 matches value (optional)
|
|
1624
1624
|
sha256__in = ['sha256__in_example'] # List[str] | Filter results where sha256 is in a comma-separated list of values (optional)
|
|
1625
1625
|
fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
|
|
@@ -1647,16 +1647,16 @@ Name | Type | Description | Notes
|
|
|
1647
1647
|
**offset** | **int**| The initial index from which to return the results. | [optional]
|
|
1648
1648
|
**ordering** | [**List[str]**](str.md)| 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]
|
|
1649
1649
|
**orphaned_for** | **float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
1650
|
-
**package** | **str**|
|
|
1651
|
-
**package__in** | [**List[str]**](str.md)|
|
|
1650
|
+
**package** | **str**| | [optional]
|
|
1651
|
+
**package__in** | [**List[str]**](str.md)| | [optional]
|
|
1652
1652
|
**prn__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
1653
1653
|
**pulp_href__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
1654
1654
|
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
1655
1655
|
**pulp_label_select** | **str**| Filter labels by search string | [optional]
|
|
1656
1656
|
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
1657
|
-
**repository_version** | **str**|
|
|
1658
|
-
**repository_version_added** | **str**|
|
|
1659
|
-
**repository_version_removed** | **str**|
|
|
1657
|
+
**repository_version** | **str**| | [optional]
|
|
1658
|
+
**repository_version_added** | **str**| | [optional]
|
|
1659
|
+
**repository_version_removed** | **str**| | [optional]
|
|
1660
1660
|
**sha256** | **str**| Filter results where sha256 matches value | [optional]
|
|
1661
1661
|
**sha256__in** | [**List[str]**](str.md)| Filter results where sha256 is in a comma-separated list of values | [optional]
|
|
1662
1662
|
**fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
|
|
@@ -1701,10 +1701,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
|
|
|
1701
1701
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1702
1702
|
from pprint import pprint
|
|
1703
1703
|
|
|
1704
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1704
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1705
1705
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1706
1706
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1707
|
-
host = "https://env-ephemeral-
|
|
1707
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1708
1708
|
)
|
|
1709
1709
|
|
|
1710
1710
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1794,10 +1794,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
1794
1794
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1795
1795
|
from pprint import pprint
|
|
1796
1796
|
|
|
1797
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1797
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1798
1798
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1799
1799
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1800
|
-
host = "https://env-ephemeral-
|
|
1800
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1801
1801
|
)
|
|
1802
1802
|
|
|
1803
1803
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1885,10 +1885,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
1885
1885
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1886
1886
|
from pprint import pprint
|
|
1887
1887
|
|
|
1888
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1888
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1889
1889
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1890
1890
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1891
|
-
host = "https://env-ephemeral-
|
|
1891
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1892
1892
|
)
|
|
1893
1893
|
|
|
1894
1894
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1991,7 +1991,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
|
|
|
1991
1991
|
|
|
1992
1992
|
# pulpcore.client.pulp_python.DistributionsPypiApi
|
|
1993
1993
|
|
|
1994
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1994
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1995
1995
|
|
|
1996
1996
|
Method | HTTP request | Description
|
|
1997
1997
|
------------- | ------------- | -------------
|
|
@@ -2028,10 +2028,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
2028
2028
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2029
2029
|
from pprint import pprint
|
|
2030
2030
|
|
|
2031
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2031
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2032
2032
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2033
2033
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2034
|
-
host = "https://env-ephemeral-
|
|
2034
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2035
2035
|
)
|
|
2036
2036
|
|
|
2037
2037
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2119,10 +2119,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
|
|
|
2119
2119
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2120
2120
|
from pprint import pprint
|
|
2121
2121
|
|
|
2122
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2122
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2123
2123
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2124
2124
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2125
|
-
host = "https://env-ephemeral-
|
|
2125
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2126
2126
|
)
|
|
2127
2127
|
|
|
2128
2128
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2209,10 +2209,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
2209
2209
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2210
2210
|
from pprint import pprint
|
|
2211
2211
|
|
|
2212
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2212
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2213
2213
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2214
2214
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2215
|
-
host = "https://env-ephemeral-
|
|
2215
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2216
2216
|
)
|
|
2217
2217
|
|
|
2218
2218
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2297,10 +2297,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
|
|
|
2297
2297
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2298
2298
|
from pprint import pprint
|
|
2299
2299
|
|
|
2300
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2300
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2301
2301
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2302
2302
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2303
|
-
host = "https://env-ephemeral-
|
|
2303
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2304
2304
|
)
|
|
2305
2305
|
|
|
2306
2306
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2348,8 +2348,8 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
2348
2348
|
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
2349
2349
|
pulp_label_select = 'pulp_label_select_example' # str | Filter labels by search string (optional)
|
|
2350
2350
|
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
2351
|
-
repository = 'repository_example' # str |
|
|
2352
|
-
repository__in = ['repository__in_example'] # List[str] |
|
|
2351
|
+
repository = 'repository_example' # str | (optional)
|
|
2352
|
+
repository__in = ['repository__in_example'] # List[str] | (optional)
|
|
2353
2353
|
with_content = 'with_content_example' # str | Filter distributions based on the content served by them (optional)
|
|
2354
2354
|
fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
|
|
2355
2355
|
exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
|
|
@@ -2394,8 +2394,8 @@ Name | Type | Description | Notes
|
|
|
2394
2394
|
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
2395
2395
|
**pulp_label_select** | **str**| Filter labels by search string | [optional]
|
|
2396
2396
|
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
2397
|
-
**repository** | **str**|
|
|
2398
|
-
**repository__in** | [**List[str]**](str.md)|
|
|
2397
|
+
**repository** | **str**| | [optional]
|
|
2398
|
+
**repository__in** | [**List[str]**](str.md)| | [optional]
|
|
2399
2399
|
**with_content** | **str**| Filter distributions based on the content served by them | [optional]
|
|
2400
2400
|
**fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
|
|
2401
2401
|
**exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
|
|
@@ -2439,10 +2439,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
2439
2439
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2440
2440
|
from pprint import pprint
|
|
2441
2441
|
|
|
2442
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2442
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2443
2443
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2444
2444
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2445
|
-
host = "https://env-ephemeral-
|
|
2445
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2446
2446
|
)
|
|
2447
2447
|
|
|
2448
2448
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2531,10 +2531,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
2531
2531
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2532
2532
|
from pprint import pprint
|
|
2533
2533
|
|
|
2534
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2534
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2535
2535
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2536
2536
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2537
|
-
host = "https://env-ephemeral-
|
|
2537
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2538
2538
|
)
|
|
2539
2539
|
|
|
2540
2540
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2624,10 +2624,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
2624
2624
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2625
2625
|
from pprint import pprint
|
|
2626
2626
|
|
|
2627
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2627
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2628
2628
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2629
2629
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2630
|
-
host = "https://env-ephemeral-
|
|
2630
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2631
2631
|
)
|
|
2632
2632
|
|
|
2633
2633
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2715,10 +2715,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
2715
2715
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2716
2716
|
from pprint import pprint
|
|
2717
2717
|
|
|
2718
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2718
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2719
2719
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2720
2720
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2721
|
-
host = "https://env-ephemeral-
|
|
2721
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2722
2722
|
)
|
|
2723
2723
|
|
|
2724
2724
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2808,10 +2808,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
2808
2808
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2809
2809
|
from pprint import pprint
|
|
2810
2810
|
|
|
2811
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2811
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2812
2812
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2813
2813
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2814
|
-
host = "https://env-ephemeral-
|
|
2814
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2815
2815
|
)
|
|
2816
2816
|
|
|
2817
2817
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2899,10 +2899,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
2899
2899
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2900
2900
|
from pprint import pprint
|
|
2901
2901
|
|
|
2902
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2902
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2903
2903
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2904
2904
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2905
|
-
host = "https://env-ephemeral-
|
|
2905
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2906
2906
|
)
|
|
2907
2907
|
|
|
2908
2908
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2990,10 +2990,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
2990
2990
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2991
2991
|
from pprint import pprint
|
|
2992
2992
|
|
|
2993
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2993
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2994
2994
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2995
2995
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2996
|
-
host = "https://env-ephemeral-
|
|
2996
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2997
2997
|
)
|
|
2998
2998
|
|
|
2999
2999
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3081,10 +3081,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3081
3081
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3082
3082
|
from pprint import pprint
|
|
3083
3083
|
|
|
3084
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3084
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3085
3085
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3086
3086
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3087
|
-
host = "https://env-ephemeral-
|
|
3087
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3088
3088
|
)
|
|
3089
3089
|
|
|
3090
3090
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3659,8 +3659,8 @@ Name | Type | Description | Notes
|
|
|
3659
3659
|
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
3660
3660
|
**name** | **str** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
3661
3661
|
**repository** | **str** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
3662
|
-
**publication** | **str** | Publication to be served | [optional]
|
|
3663
3662
|
**repository_version** | **str** | RepositoryVersion to be served. | [optional]
|
|
3663
|
+
**publication** | **str** | Publication to be served. [Deprecated] | [optional]
|
|
3664
3664
|
**allow_uploads** | **bool** | Allow packages to be uploaded to this index. | [optional] [default to True]
|
|
3665
3665
|
**remote** | **str** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
3666
3666
|
|
|
@@ -3753,8 +3753,9 @@ Name | Type | Description | Notes
|
|
|
3753
3753
|
**name** | **str** | A unique name for this repository. | [optional]
|
|
3754
3754
|
**description** | **str** | An optional description. | [optional]
|
|
3755
3755
|
**retain_repo_versions** | **int** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
3756
|
+
**retain_checkpoints** | **int** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional]
|
|
3756
3757
|
**remote** | **str** | An optional remote to use by default when syncing. | [optional]
|
|
3757
|
-
**autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to False]
|
|
3758
|
+
**autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
|
|
3758
3759
|
|
|
3759
3760
|
## Example
|
|
3760
3761
|
|
|
@@ -3804,7 +3805,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
|
|
|
3804
3805
|
|
|
3805
3806
|
# pulpcore.client.pulp_python.PublicationsPypiApi
|
|
3806
3807
|
|
|
3807
|
-
All URIs are relative to *https://env-ephemeral-
|
|
3808
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
3808
3809
|
|
|
3809
3810
|
Method | HTTP request | Description
|
|
3810
3811
|
------------- | ------------- | -------------
|
|
@@ -3837,10 +3838,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
3837
3838
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3838
3839
|
from pprint import pprint
|
|
3839
3840
|
|
|
3840
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3841
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3841
3842
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3842
3843
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3843
|
-
host = "https://env-ephemeral-
|
|
3844
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3844
3845
|
)
|
|
3845
3846
|
|
|
3846
3847
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3928,10 +3929,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
|
|
|
3928
3929
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3929
3930
|
from pprint import pprint
|
|
3930
3931
|
|
|
3931
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3932
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3932
3933
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3933
3934
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3934
|
-
host = "https://env-ephemeral-
|
|
3935
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3935
3936
|
)
|
|
3936
3937
|
|
|
3937
3938
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4005,7 +4006,7 @@ Name | Type | Description | Notes
|
|
|
4005
4006
|
|
|
4006
4007
|
Delete a python publication
|
|
4007
4008
|
|
|
4008
|
-
|
|
4009
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
4009
4010
|
|
|
4010
4011
|
### Example
|
|
4011
4012
|
|
|
@@ -4017,10 +4018,10 @@ import pulpcore.client.pulp_python
|
|
|
4017
4018
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4018
4019
|
from pprint import pprint
|
|
4019
4020
|
|
|
4020
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4021
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4021
4022
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4022
4023
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4023
|
-
host = "https://env-ephemeral-
|
|
4024
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4024
4025
|
)
|
|
4025
4026
|
|
|
4026
4027
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4090,7 +4091,7 @@ void (empty response body)
|
|
|
4090
4091
|
|
|
4091
4092
|
List python publications
|
|
4092
4093
|
|
|
4093
|
-
|
|
4094
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
4094
4095
|
|
|
4095
4096
|
### Example
|
|
4096
4097
|
|
|
@@ -4103,10 +4104,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
|
|
|
4103
4104
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4104
4105
|
from pprint import pprint
|
|
4105
4106
|
|
|
4106
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4107
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4107
4108
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4108
4109
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4109
|
-
host = "https://env-ephemeral-
|
|
4110
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4110
4111
|
)
|
|
4111
4112
|
|
|
4112
4113
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4150,7 +4151,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
4150
4151
|
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
4151
4152
|
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
4152
4153
|
repository = 'repository_example' # str | Repository referenced by HREF/PRN (optional)
|
|
4153
|
-
repository_version = 'repository_version_example' # str |
|
|
4154
|
+
repository_version = 'repository_version_example' # str | (optional)
|
|
4154
4155
|
fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
|
|
4155
4156
|
exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
|
|
4156
4157
|
|
|
@@ -4190,7 +4191,7 @@ Name | Type | Description | Notes
|
|
|
4190
4191
|
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
4191
4192
|
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
4192
4193
|
**repository** | **str**| Repository referenced by HREF/PRN | [optional]
|
|
4193
|
-
**repository_version** | **str**|
|
|
4194
|
+
**repository_version** | **str**| | [optional]
|
|
4194
4195
|
**fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
|
|
4195
4196
|
**exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
|
|
4196
4197
|
|
|
@@ -4233,10 +4234,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
4233
4234
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4234
4235
|
from pprint import pprint
|
|
4235
4236
|
|
|
4236
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4237
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4237
4238
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4238
4239
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4239
|
-
host = "https://env-ephemeral-
|
|
4240
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4240
4241
|
)
|
|
4241
4242
|
|
|
4242
4243
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4325,10 +4326,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
4325
4326
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4326
4327
|
from pprint import pprint
|
|
4327
4328
|
|
|
4328
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4329
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4329
4330
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4330
4331
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4331
|
-
host = "https://env-ephemeral-
|
|
4332
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4332
4333
|
)
|
|
4333
4334
|
|
|
4334
4335
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4404,7 +4405,7 @@ Name | Type | Description | Notes
|
|
|
4404
4405
|
|
|
4405
4406
|
Inspect a python publication
|
|
4406
4407
|
|
|
4407
|
-
|
|
4408
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
4408
4409
|
|
|
4409
4410
|
### Example
|
|
4410
4411
|
|
|
@@ -4417,10 +4418,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
|
|
|
4417
4418
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4418
4419
|
from pprint import pprint
|
|
4419
4420
|
|
|
4420
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4421
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4421
4422
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4422
4423
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4423
|
-
host = "https://env-ephemeral-
|
|
4424
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4424
4425
|
)
|
|
4425
4426
|
|
|
4426
4427
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4510,10 +4511,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
4510
4511
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4511
4512
|
from pprint import pprint
|
|
4512
4513
|
|
|
4513
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4514
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4514
4515
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4515
4516
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4516
|
-
host = "https://env-ephemeral-
|
|
4517
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4517
4518
|
)
|
|
4518
4519
|
|
|
4519
4520
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4584,7 +4585,7 @@ Name | Type | Description | Notes
|
|
|
4584
4585
|
|
|
4585
4586
|
# pulpcore.client.pulp_python.PypiMetadataApi
|
|
4586
4587
|
|
|
4587
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4588
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4588
4589
|
|
|
4589
4590
|
Method | HTTP request | Description
|
|
4590
4591
|
------------- | ------------- | -------------
|
|
@@ -4609,10 +4610,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
|
|
|
4609
4610
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4610
4611
|
from pprint import pprint
|
|
4611
4612
|
|
|
4612
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4613
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4613
4614
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4614
4615
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4615
|
-
host = "https://env-ephemeral-
|
|
4616
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4616
4617
|
)
|
|
4617
4618
|
|
|
4618
4619
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4739,8 +4740,8 @@ Name | Type | Description | Notes
|
|
|
4739
4740
|
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
4740
4741
|
**name** | **str** | A unique name. Ex, `rawhide` and `stable`. |
|
|
4741
4742
|
**repository** | **str** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
4742
|
-
**publication** | **str** | Publication to be served | [optional]
|
|
4743
4743
|
**repository_version** | **str** | RepositoryVersion to be served. | [optional]
|
|
4744
|
+
**publication** | **str** | Publication to be served. [Deprecated] | [optional]
|
|
4744
4745
|
**allow_uploads** | **bool** | Allow packages to be uploaded to this index. | [optional] [default to True]
|
|
4745
4746
|
**remote** | **str** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
4746
4747
|
|
|
@@ -4779,13 +4780,14 @@ Name | Type | Description | Notes
|
|
|
4779
4780
|
**base_path** | **str** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
4780
4781
|
**base_url** | **str** | | [optional] [readonly]
|
|
4781
4782
|
**content_guard** | **str** | An optional content-guard. | [optional]
|
|
4783
|
+
**content_guard_prn** | **str** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional] [readonly]
|
|
4782
4784
|
**no_content_change_since** | **str** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
4783
4785
|
**hidden** | **bool** | Whether this distribution should be shown in the content app. | [optional] [default to False]
|
|
4784
4786
|
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
4785
4787
|
**name** | **str** | A unique name. Ex, `rawhide` and `stable`. |
|
|
4786
4788
|
**repository** | **str** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
4787
|
-
**publication** | **str** | Publication to be served | [optional]
|
|
4788
4789
|
**repository_version** | **str** | RepositoryVersion to be served. | [optional]
|
|
4790
|
+
**publication** | **str** | Publication to be served. [Deprecated] | [optional]
|
|
4789
4791
|
**allow_uploads** | **bool** | Allow packages to be uploaded to this index. | [optional] [default to True]
|
|
4790
4792
|
**remote** | **str** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
4791
4793
|
|
|
@@ -5103,8 +5105,9 @@ Name | Type | Description | Notes
|
|
|
5103
5105
|
**name** | **str** | A unique name for this repository. |
|
|
5104
5106
|
**description** | **str** | An optional description. | [optional]
|
|
5105
5107
|
**retain_repo_versions** | **int** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
5108
|
+
**retain_checkpoints** | **int** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional]
|
|
5106
5109
|
**remote** | **str** | An optional remote to use by default when syncing. | [optional]
|
|
5107
|
-
**autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to False]
|
|
5110
|
+
**autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
|
|
5108
5111
|
|
|
5109
5112
|
## Example
|
|
5110
5113
|
|
|
@@ -5144,8 +5147,9 @@ Name | Type | Description | Notes
|
|
|
5144
5147
|
**name** | **str** | A unique name for this repository. |
|
|
5145
5148
|
**description** | **str** | An optional description. | [optional]
|
|
5146
5149
|
**retain_repo_versions** | **int** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
5150
|
+
**retain_checkpoints** | **int** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional]
|
|
5147
5151
|
**remote** | **str** | An optional remote to use by default when syncing. | [optional]
|
|
5148
|
-
**autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to False]
|
|
5152
|
+
**autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
|
|
5149
5153
|
|
|
5150
5154
|
## Example
|
|
5151
5155
|
|
|
@@ -5256,7 +5260,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
|
|
|
5256
5260
|
|
|
5257
5261
|
# pulpcore.client.pulp_python.RemotesPythonApi
|
|
5258
5262
|
|
|
5259
|
-
All URIs are relative to *https://env-ephemeral-
|
|
5263
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
5260
5264
|
|
|
5261
5265
|
Method | HTTP request | Description
|
|
5262
5266
|
------------- | ------------- | -------------
|
|
@@ -5294,10 +5298,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
5294
5298
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5295
5299
|
from pprint import pprint
|
|
5296
5300
|
|
|
5297
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5301
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5298
5302
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5299
5303
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5300
|
-
host = "https://env-ephemeral-
|
|
5304
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5301
5305
|
)
|
|
5302
5306
|
|
|
5303
5307
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5385,10 +5389,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
5385
5389
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5386
5390
|
from pprint import pprint
|
|
5387
5391
|
|
|
5388
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5392
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5389
5393
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5390
5394
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5391
|
-
host = "https://env-ephemeral-
|
|
5395
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5392
5396
|
)
|
|
5393
5397
|
|
|
5394
5398
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5475,10 +5479,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
5475
5479
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5476
5480
|
from pprint import pprint
|
|
5477
5481
|
|
|
5478
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5482
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5479
5483
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5480
5484
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5481
|
-
host = "https://env-ephemeral-
|
|
5485
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5482
5486
|
)
|
|
5483
5487
|
|
|
5484
5488
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5563,10 +5567,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
5563
5567
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5564
5568
|
from pprint import pprint
|
|
5565
5569
|
|
|
5566
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5570
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5567
5571
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5568
5572
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5569
|
-
host = "https://env-ephemeral-
|
|
5573
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5570
5574
|
)
|
|
5571
5575
|
|
|
5572
5576
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5657,10 +5661,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
|
|
|
5657
5661
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5658
5662
|
from pprint import pprint
|
|
5659
5663
|
|
|
5660
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5664
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5661
5665
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5662
5666
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5663
|
-
host = "https://env-ephemeral-
|
|
5667
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5664
5668
|
)
|
|
5665
5669
|
|
|
5666
5670
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5797,10 +5801,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
5797
5801
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5798
5802
|
from pprint import pprint
|
|
5799
5803
|
|
|
5800
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5804
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5801
5805
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5802
5806
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5803
|
-
host = "https://env-ephemeral-
|
|
5807
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5804
5808
|
)
|
|
5805
5809
|
|
|
5806
5810
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5889,10 +5893,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
5889
5893
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5890
5894
|
from pprint import pprint
|
|
5891
5895
|
|
|
5892
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5896
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5893
5897
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5894
5898
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5895
|
-
host = "https://env-ephemeral-
|
|
5899
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5896
5900
|
)
|
|
5897
5901
|
|
|
5898
5902
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5982,10 +5986,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
5982
5986
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5983
5987
|
from pprint import pprint
|
|
5984
5988
|
|
|
5985
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5989
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5986
5990
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5987
5991
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5988
|
-
host = "https://env-ephemeral-
|
|
5992
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5989
5993
|
)
|
|
5990
5994
|
|
|
5991
5995
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6073,10 +6077,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6073
6077
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6074
6078
|
from pprint import pprint
|
|
6075
6079
|
|
|
6076
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6080
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6077
6081
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6078
6082
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6079
|
-
host = "https://env-ephemeral-
|
|
6083
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6080
6084
|
)
|
|
6081
6085
|
|
|
6082
6086
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6166,10 +6170,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
6166
6170
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6167
6171
|
from pprint import pprint
|
|
6168
6172
|
|
|
6169
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6173
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6170
6174
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6171
6175
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6172
|
-
host = "https://env-ephemeral-
|
|
6176
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6173
6177
|
)
|
|
6174
6178
|
|
|
6175
6179
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6257,10 +6261,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
6257
6261
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6258
6262
|
from pprint import pprint
|
|
6259
6263
|
|
|
6260
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6264
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6261
6265
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6262
6266
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6263
|
-
host = "https://env-ephemeral-
|
|
6267
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6264
6268
|
)
|
|
6265
6269
|
|
|
6266
6270
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6348,10 +6352,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
6348
6352
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6349
6353
|
from pprint import pprint
|
|
6350
6354
|
|
|
6351
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6355
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6352
6356
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6353
6357
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6354
|
-
host = "https://env-ephemeral-
|
|
6358
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6355
6359
|
)
|
|
6356
6360
|
|
|
6357
6361
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6439,10 +6443,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6439
6443
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6440
6444
|
from pprint import pprint
|
|
6441
6445
|
|
|
6442
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6446
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6443
6447
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6444
6448
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6445
|
-
host = "https://env-ephemeral-
|
|
6449
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6446
6450
|
)
|
|
6447
6451
|
|
|
6448
6452
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6543,7 +6547,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
6543
6547
|
|
|
6544
6548
|
# pulpcore.client.pulp_python.RepositoriesPythonApi
|
|
6545
6549
|
|
|
6546
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6550
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6547
6551
|
|
|
6548
6552
|
Method | HTTP request | Description
|
|
6549
6553
|
------------- | ------------- | -------------
|
|
@@ -6583,10 +6587,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
6583
6587
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6584
6588
|
from pprint import pprint
|
|
6585
6589
|
|
|
6586
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6590
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6587
6591
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6588
6592
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6589
|
-
host = "https://env-ephemeral-
|
|
6593
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6590
6594
|
)
|
|
6591
6595
|
|
|
6592
6596
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6674,10 +6678,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
6674
6678
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6675
6679
|
from pprint import pprint
|
|
6676
6680
|
|
|
6677
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6681
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6678
6682
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6679
6683
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6680
|
-
host = "https://env-ephemeral-
|
|
6684
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6681
6685
|
)
|
|
6682
6686
|
|
|
6683
6687
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6764,10 +6768,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
6764
6768
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6765
6769
|
from pprint import pprint
|
|
6766
6770
|
|
|
6767
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6771
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6768
6772
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6769
6773
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6770
|
-
host = "https://env-ephemeral-
|
|
6774
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6771
6775
|
)
|
|
6772
6776
|
|
|
6773
6777
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6835,7 +6839,7 @@ Name | Type | Description | Notes
|
|
|
6835
6839
|
[[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)
|
|
6836
6840
|
|
|
6837
6841
|
# **list**
|
|
6838
|
-
> PaginatedpythonPythonRepositoryResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, latest_with_content=latest_with_content, limit=limit, name=name, name__contains=name__contains, name__icontains=name__icontains, name__iexact=name__iexact, name__in=name__in, name__iregex=name__iregex, name__istartswith=name__istartswith, name__regex=name__regex, name__startswith=name__startswith, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, remote=remote, retain_repo_versions=retain_repo_versions, retain_repo_versions__gt=retain_repo_versions__gt, retain_repo_versions__gte=retain_repo_versions__gte, retain_repo_versions__isnull=retain_repo_versions__isnull, retain_repo_versions__lt=retain_repo_versions__lt, retain_repo_versions__lte=retain_repo_versions__lte, retain_repo_versions__ne=retain_repo_versions__ne, retain_repo_versions__range=retain_repo_versions__range, with_content=with_content, fields=fields, exclude_fields=exclude_fields)
|
|
6842
|
+
> PaginatedpythonPythonRepositoryResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, latest_with_content=latest_with_content, limit=limit, name=name, name__contains=name__contains, name__icontains=name__icontains, name__iexact=name__iexact, name__in=name__in, name__iregex=name__iregex, name__istartswith=name__istartswith, name__regex=name__regex, name__startswith=name__startswith, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, remote=remote, retain_checkpoints=retain_checkpoints, retain_checkpoints__gt=retain_checkpoints__gt, retain_checkpoints__gte=retain_checkpoints__gte, retain_checkpoints__isnull=retain_checkpoints__isnull, retain_checkpoints__lt=retain_checkpoints__lt, retain_checkpoints__lte=retain_checkpoints__lte, retain_checkpoints__ne=retain_checkpoints__ne, retain_checkpoints__range=retain_checkpoints__range, retain_repo_versions=retain_repo_versions, retain_repo_versions__gt=retain_repo_versions__gt, retain_repo_versions__gte=retain_repo_versions__gte, retain_repo_versions__isnull=retain_repo_versions__isnull, retain_repo_versions__lt=retain_repo_versions__lt, retain_repo_versions__lte=retain_repo_versions__lte, retain_repo_versions__ne=retain_repo_versions__ne, retain_repo_versions__range=retain_repo_versions__range, with_content=with_content, fields=fields, exclude_fields=exclude_fields)
|
|
6839
6843
|
|
|
6840
6844
|
List python repositorys
|
|
6841
6845
|
|
|
@@ -6852,10 +6856,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
|
|
|
6852
6856
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6853
6857
|
from pprint import pprint
|
|
6854
6858
|
|
|
6855
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6859
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6856
6860
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6857
6861
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6858
|
-
host = "https://env-ephemeral-
|
|
6862
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6859
6863
|
)
|
|
6860
6864
|
|
|
6861
6865
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6893,13 +6897,21 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
6893
6897
|
name__regex = 'name__regex_example' # str | Filter results where name matches regex value (optional)
|
|
6894
6898
|
name__startswith = 'name__startswith_example' # str | Filter results where name starts with value (optional)
|
|
6895
6899
|
offset = 56 # int | The initial index from which to return the results. (optional)
|
|
6896
|
-
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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
|
|
6900
|
+
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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
|
|
6897
6901
|
prn__in = ['prn__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
6898
6902
|
pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
6899
6903
|
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
6900
6904
|
pulp_label_select = 'pulp_label_select_example' # str | Filter labels by search string (optional)
|
|
6901
6905
|
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
6902
|
-
remote = 'remote_example' # str |
|
|
6906
|
+
remote = 'remote_example' # str | (optional)
|
|
6907
|
+
retain_checkpoints = 56 # int | Filter results where retain_checkpoints matches value (optional)
|
|
6908
|
+
retain_checkpoints__gt = 56 # int | Filter results where retain_checkpoints is greater than value (optional)
|
|
6909
|
+
retain_checkpoints__gte = 56 # int | Filter results where retain_checkpoints is greater than or equal to value (optional)
|
|
6910
|
+
retain_checkpoints__isnull = True # bool | Filter results where retain_checkpoints has a null value (optional)
|
|
6911
|
+
retain_checkpoints__lt = 56 # int | Filter results where retain_checkpoints is less than value (optional)
|
|
6912
|
+
retain_checkpoints__lte = 56 # int | Filter results where retain_checkpoints is less than or equal to value (optional)
|
|
6913
|
+
retain_checkpoints__ne = 56 # int | Filter results where retain_checkpoints not equal to value (optional)
|
|
6914
|
+
retain_checkpoints__range = [56] # List[int] | Filter results where retain_checkpoints is between two comma separated values (optional)
|
|
6903
6915
|
retain_repo_versions = 56 # int | Filter results where retain_repo_versions matches value (optional)
|
|
6904
6916
|
retain_repo_versions__gt = 56 # int | Filter results where retain_repo_versions is greater than value (optional)
|
|
6905
6917
|
retain_repo_versions__gte = 56 # int | Filter results where retain_repo_versions is greater than or equal to value (optional)
|
|
@@ -6914,7 +6926,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
6914
6926
|
|
|
6915
6927
|
try:
|
|
6916
6928
|
# List python repositorys
|
|
6917
|
-
api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, latest_with_content=latest_with_content, limit=limit, name=name, name__contains=name__contains, name__icontains=name__icontains, name__iexact=name__iexact, name__in=name__in, name__iregex=name__iregex, name__istartswith=name__istartswith, name__regex=name__regex, name__startswith=name__startswith, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, remote=remote, retain_repo_versions=retain_repo_versions, retain_repo_versions__gt=retain_repo_versions__gt, retain_repo_versions__gte=retain_repo_versions__gte, retain_repo_versions__isnull=retain_repo_versions__isnull, retain_repo_versions__lt=retain_repo_versions__lt, retain_repo_versions__lte=retain_repo_versions__lte, retain_repo_versions__ne=retain_repo_versions__ne, retain_repo_versions__range=retain_repo_versions__range, with_content=with_content, fields=fields, exclude_fields=exclude_fields)
|
|
6929
|
+
api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, latest_with_content=latest_with_content, limit=limit, name=name, name__contains=name__contains, name__icontains=name__icontains, name__iexact=name__iexact, name__in=name__in, name__iregex=name__iregex, name__istartswith=name__istartswith, name__regex=name__regex, name__startswith=name__startswith, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, pulp_label_select=pulp_label_select, q=q, remote=remote, retain_checkpoints=retain_checkpoints, retain_checkpoints__gt=retain_checkpoints__gt, retain_checkpoints__gte=retain_checkpoints__gte, retain_checkpoints__isnull=retain_checkpoints__isnull, retain_checkpoints__lt=retain_checkpoints__lt, retain_checkpoints__lte=retain_checkpoints__lte, retain_checkpoints__ne=retain_checkpoints__ne, retain_checkpoints__range=retain_checkpoints__range, retain_repo_versions=retain_repo_versions, retain_repo_versions__gt=retain_repo_versions__gt, retain_repo_versions__gte=retain_repo_versions__gte, retain_repo_versions__isnull=retain_repo_versions__isnull, retain_repo_versions__lt=retain_repo_versions__lt, retain_repo_versions__lte=retain_repo_versions__lte, retain_repo_versions__ne=retain_repo_versions__ne, retain_repo_versions__range=retain_repo_versions__range, with_content=with_content, fields=fields, exclude_fields=exclude_fields)
|
|
6918
6930
|
print("The response of RepositoriesPythonApi->list:\n")
|
|
6919
6931
|
pprint(api_response)
|
|
6920
6932
|
except Exception as e:
|
|
@@ -6942,13 +6954,21 @@ Name | Type | Description | Notes
|
|
|
6942
6954
|
**name__regex** | **str**| Filter results where name matches regex value | [optional]
|
|
6943
6955
|
**name__startswith** | **str**| Filter results where name starts with value | [optional]
|
|
6944
6956
|
**offset** | **int**| The initial index from which to return the results. | [optional]
|
|
6945
|
-
**ordering** | [**List[str]**](str.md)| 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
6957
|
+
**ordering** | [**List[str]**](str.md)| 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
6946
6958
|
**prn__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
6947
6959
|
**pulp_href__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
6948
6960
|
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
6949
6961
|
**pulp_label_select** | **str**| Filter labels by search string | [optional]
|
|
6950
6962
|
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
6951
|
-
**remote** | **str**|
|
|
6963
|
+
**remote** | **str**| | [optional]
|
|
6964
|
+
**retain_checkpoints** | **int**| Filter results where retain_checkpoints matches value | [optional]
|
|
6965
|
+
**retain_checkpoints__gt** | **int**| Filter results where retain_checkpoints is greater than value | [optional]
|
|
6966
|
+
**retain_checkpoints__gte** | **int**| Filter results where retain_checkpoints is greater than or equal to value | [optional]
|
|
6967
|
+
**retain_checkpoints__isnull** | **bool**| Filter results where retain_checkpoints has a null value | [optional]
|
|
6968
|
+
**retain_checkpoints__lt** | **int**| Filter results where retain_checkpoints is less than value | [optional]
|
|
6969
|
+
**retain_checkpoints__lte** | **int**| Filter results where retain_checkpoints is less than or equal to value | [optional]
|
|
6970
|
+
**retain_checkpoints__ne** | **int**| Filter results where retain_checkpoints not equal to value | [optional]
|
|
6971
|
+
**retain_checkpoints__range** | [**List[int]**](int.md)| Filter results where retain_checkpoints is between two comma separated values | [optional]
|
|
6952
6972
|
**retain_repo_versions** | **int**| Filter results where retain_repo_versions matches value | [optional]
|
|
6953
6973
|
**retain_repo_versions__gt** | **int**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
6954
6974
|
**retain_repo_versions__gte** | **int**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
|
@@ -7000,10 +7020,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
7000
7020
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7001
7021
|
from pprint import pprint
|
|
7002
7022
|
|
|
7003
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7023
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7004
7024
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7005
7025
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7006
|
-
host = "https://env-ephemeral-
|
|
7026
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7007
7027
|
)
|
|
7008
7028
|
|
|
7009
7029
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7093,10 +7113,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
|
|
|
7093
7113
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7094
7114
|
from pprint import pprint
|
|
7095
7115
|
|
|
7096
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7116
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7097
7117
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7098
7118
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7099
|
-
host = "https://env-ephemeral-
|
|
7119
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7100
7120
|
)
|
|
7101
7121
|
|
|
7102
7122
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7183,10 +7203,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
7183
7203
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7184
7204
|
from pprint import pprint
|
|
7185
7205
|
|
|
7186
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7206
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7187
7207
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7188
7208
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7189
|
-
host = "https://env-ephemeral-
|
|
7209
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7190
7210
|
)
|
|
7191
7211
|
|
|
7192
7212
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7276,10 +7296,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
7276
7296
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7277
7297
|
from pprint import pprint
|
|
7278
7298
|
|
|
7279
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7299
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7280
7300
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7281
7301
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7282
|
-
host = "https://env-ephemeral-
|
|
7302
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7283
7303
|
)
|
|
7284
7304
|
|
|
7285
7305
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7367,10 +7387,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
7367
7387
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7368
7388
|
from pprint import pprint
|
|
7369
7389
|
|
|
7370
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7390
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7371
7391
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7372
7392
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7373
|
-
host = "https://env-ephemeral-
|
|
7393
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7374
7394
|
)
|
|
7375
7395
|
|
|
7376
7396
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7460,10 +7480,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
7460
7480
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7461
7481
|
from pprint import pprint
|
|
7462
7482
|
|
|
7463
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7483
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7464
7484
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7465
7485
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7466
|
-
host = "https://env-ephemeral-
|
|
7486
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7467
7487
|
)
|
|
7468
7488
|
|
|
7469
7489
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7550,10 +7570,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
7550
7570
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7551
7571
|
from pprint import pprint
|
|
7552
7572
|
|
|
7553
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7573
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7554
7574
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7555
7575
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7556
|
-
host = "https://env-ephemeral-
|
|
7576
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7557
7577
|
)
|
|
7558
7578
|
|
|
7559
7579
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7639,10 +7659,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
7639
7659
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7640
7660
|
from pprint import pprint
|
|
7641
7661
|
|
|
7642
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7662
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7643
7663
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7644
7664
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7645
|
-
host = "https://env-ephemeral-
|
|
7665
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7646
7666
|
)
|
|
7647
7667
|
|
|
7648
7668
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7730,10 +7750,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
|
|
|
7730
7750
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7731
7751
|
from pprint import pprint
|
|
7732
7752
|
|
|
7733
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7753
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7734
7754
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7735
7755
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7736
|
-
host = "https://env-ephemeral-
|
|
7756
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7737
7757
|
)
|
|
7738
7758
|
|
|
7739
7759
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7821,10 +7841,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
7821
7841
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7822
7842
|
from pprint import pprint
|
|
7823
7843
|
|
|
7824
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7844
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7825
7845
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7826
7846
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7827
|
-
host = "https://env-ephemeral-
|
|
7847
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7828
7848
|
)
|
|
7829
7849
|
|
|
7830
7850
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7912,10 +7932,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
7912
7932
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7913
7933
|
from pprint import pprint
|
|
7914
7934
|
|
|
7915
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7935
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7916
7936
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7917
7937
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7918
|
-
host = "https://env-ephemeral-
|
|
7938
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7919
7939
|
)
|
|
7920
7940
|
|
|
7921
7941
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7987,7 +8007,7 @@ Name | Type | Description | Notes
|
|
|
7987
8007
|
|
|
7988
8008
|
# pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
|
|
7989
8009
|
|
|
7990
|
-
All URIs are relative to *https://env-ephemeral-
|
|
8010
|
+
All URIs are relative to *https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7991
8011
|
|
|
7992
8012
|
Method | HTTP request | Description
|
|
7993
8013
|
------------- | ------------- | -------------
|
|
@@ -8016,10 +8036,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
8016
8036
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8017
8037
|
from pprint import pprint
|
|
8018
8038
|
|
|
8019
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8039
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8020
8040
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8021
8041
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8022
|
-
host = "https://env-ephemeral-
|
|
8042
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8023
8043
|
)
|
|
8024
8044
|
|
|
8025
8045
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8104,10 +8124,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
|
|
|
8104
8124
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8105
8125
|
from pprint import pprint
|
|
8106
8126
|
|
|
8107
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8127
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8108
8128
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8109
8129
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8110
|
-
host = "https://env-ephemeral-
|
|
8130
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8111
8131
|
)
|
|
8112
8132
|
|
|
8113
8133
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8238,10 +8258,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
|
|
|
8238
8258
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8239
8259
|
from pprint import pprint
|
|
8240
8260
|
|
|
8241
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8261
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8242
8262
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8243
8263
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8244
|
-
host = "https://env-ephemeral-
|
|
8264
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8245
8265
|
)
|
|
8246
8266
|
|
|
8247
8267
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8331,10 +8351,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
|
|
|
8331
8351
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8332
8352
|
from pprint import pprint
|
|
8333
8353
|
|
|
8334
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8354
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8335
8355
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8336
8356
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8337
|
-
host = "https://env-ephemeral-
|
|
8357
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8338
8358
|
)
|
|
8339
8359
|
|
|
8340
8360
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8420,10 +8440,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
8420
8440
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8421
8441
|
from pprint import pprint
|
|
8422
8442
|
|
|
8423
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8443
|
+
# Defining the host is optional and defaults to https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8424
8444
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8425
8445
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8426
|
-
host = "https://env-ephemeral-
|
|
8446
|
+
host = "https://env-ephemeral-p8wyjn.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8427
8447
|
)
|
|
8428
8448
|
|
|
8429
8449
|
# The client must configure the authentication and authorization parameters
|