pulp-python-client 3.27.0__tar.gz → 3.28.0__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.
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/PKG-INFO +2 -2
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/README.md +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/PKG-INFO +2 -2
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/content_packages_api.py +24 -24
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +143 -6
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +7 -7
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +8 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +7 -7
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +10 -7
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_repository.py +8 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +8 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pyproject.toml +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/setup.py +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_distribution_response_list.py +4 -2
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_repository_response_list.py +6 -2
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_patchedpython_python_repository.py +3 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_distribution_response.py +2 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_repository.py +3 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_repository_response.py +3 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/__init__.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/__init__.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/setup.cfg +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_async_operation_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_content_packages_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_content_provenance_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_content_summary_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_filetype_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_metadata_version_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_my_permissions_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_nested_role.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_nested_role_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_object_roles_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_package_metadata_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_package_types_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_package_upload_task_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_patchedpython_python_distribution.py +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_policy_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_protocol_version_enum.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_publications_pypi_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_pypi_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_pypi_provenance_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_pypi_simple_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_package_provenance_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_distribution.py +1 -1
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_package_content_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_publication.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_publication_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_remote.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_remote_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_remote_network_config.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_remote_network_config_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_remotes_python_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_repair.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_repositories_python_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_repository_sync_url.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_repository_version_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_set_label.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_set_label_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_summary_response.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_unset_label.py +0 -0
- {pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/test/test_unset_label_response.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.28.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.28.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: v3
|
|
7
|
-
- Package version: 3.
|
|
7
|
+
- Package version: 3.28.0
|
|
8
8
|
- Generator version: 7.14.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
{pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.28.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.28.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -876,11 +876,11 @@ class ContentPackagesApi:
|
|
|
876
876
|
keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
|
|
877
877
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
878
878
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
879
|
-
name:
|
|
880
|
-
name__contains:
|
|
881
|
-
name__in: Annotated[Optional[List[StrictStr]], Field(description="
|
|
879
|
+
name: Optional[StrictStr] = None,
|
|
880
|
+
name__contains: Optional[StrictStr] = None,
|
|
881
|
+
name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
882
882
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
883
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
883
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
884
884
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
885
885
|
packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
|
|
886
886
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -941,15 +941,15 @@ class ContentPackagesApi:
|
|
|
941
941
|
:type keywords__in: List[str]
|
|
942
942
|
:param limit: Number of results to return per page.
|
|
943
943
|
:type limit: int
|
|
944
|
-
:param name:
|
|
944
|
+
:param name:
|
|
945
945
|
:type name: str
|
|
946
|
-
:param name__contains:
|
|
946
|
+
:param name__contains:
|
|
947
947
|
:type name__contains: str
|
|
948
|
-
:param name__in:
|
|
948
|
+
:param name__in: Multiple values may be separated by commas.
|
|
949
949
|
:type name__in: List[str]
|
|
950
950
|
:param offset: The initial index from which to return the results.
|
|
951
951
|
:type offset: int
|
|
952
|
-
:param ordering: 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
952
|
+
:param ordering: 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
953
953
|
:type ordering: List[str]
|
|
954
954
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
955
955
|
:type orphaned_for: float
|
|
@@ -1091,11 +1091,11 @@ class ContentPackagesApi:
|
|
|
1091
1091
|
keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
|
|
1092
1092
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
1093
1093
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
1094
|
-
name:
|
|
1095
|
-
name__contains:
|
|
1096
|
-
name__in: Annotated[Optional[List[StrictStr]], Field(description="
|
|
1094
|
+
name: Optional[StrictStr] = None,
|
|
1095
|
+
name__contains: Optional[StrictStr] = None,
|
|
1096
|
+
name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1097
1097
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1098
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1098
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1099
1099
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
1100
1100
|
packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
|
|
1101
1101
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -1156,15 +1156,15 @@ class ContentPackagesApi:
|
|
|
1156
1156
|
:type keywords__in: List[str]
|
|
1157
1157
|
:param limit: Number of results to return per page.
|
|
1158
1158
|
:type limit: int
|
|
1159
|
-
:param name:
|
|
1159
|
+
:param name:
|
|
1160
1160
|
:type name: str
|
|
1161
|
-
:param name__contains:
|
|
1161
|
+
:param name__contains:
|
|
1162
1162
|
:type name__contains: str
|
|
1163
|
-
:param name__in:
|
|
1163
|
+
:param name__in: Multiple values may be separated by commas.
|
|
1164
1164
|
:type name__in: List[str]
|
|
1165
1165
|
:param offset: The initial index from which to return the results.
|
|
1166
1166
|
:type offset: int
|
|
1167
|
-
:param ordering: 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1167
|
+
:param ordering: 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1168
1168
|
:type ordering: List[str]
|
|
1169
1169
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
1170
1170
|
:type orphaned_for: float
|
|
@@ -1306,11 +1306,11 @@ class ContentPackagesApi:
|
|
|
1306
1306
|
keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
|
|
1307
1307
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
1308
1308
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
1309
|
-
name:
|
|
1310
|
-
name__contains:
|
|
1311
|
-
name__in: Annotated[Optional[List[StrictStr]], Field(description="
|
|
1309
|
+
name: Optional[StrictStr] = None,
|
|
1310
|
+
name__contains: Optional[StrictStr] = None,
|
|
1311
|
+
name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1312
1312
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1313
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1313
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1314
1314
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
1315
1315
|
packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
|
|
1316
1316
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -1371,15 +1371,15 @@ class ContentPackagesApi:
|
|
|
1371
1371
|
:type keywords__in: List[str]
|
|
1372
1372
|
:param limit: Number of results to return per page.
|
|
1373
1373
|
:type limit: int
|
|
1374
|
-
:param name:
|
|
1374
|
+
:param name:
|
|
1375
1375
|
:type name: str
|
|
1376
|
-
:param name__contains:
|
|
1376
|
+
:param name__contains:
|
|
1377
1377
|
:type name__contains: str
|
|
1378
|
-
:param name__in:
|
|
1378
|
+
:param name__in: Multiple values may be separated by commas.
|
|
1379
1379
|
:type name__in: List[str]
|
|
1380
1380
|
:param offset: The initial index from which to return the results.
|
|
1381
1381
|
:type offset: int
|
|
1382
|
-
:param ordering: 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1382
|
+
:param ordering: 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) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1383
1383
|
:type ordering: List[str]
|
|
1384
1384
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
1385
1385
|
:type orphaned_for: float
|
|
@@ -949,13 +949,21 @@ class RepositoriesPythonApi:
|
|
|
949
949
|
name__regex: Annotated[Optional[StrictStr], Field(description="Filter results where name matches regex value")] = None,
|
|
950
950
|
name__startswith: Annotated[Optional[StrictStr], Field(description="Filter results where name starts with value")] = None,
|
|
951
951
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
952
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="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)")] = None,
|
|
952
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="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)")] = None,
|
|
953
953
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
954
954
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
955
955
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
956
956
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
957
957
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
958
958
|
remote: Optional[StrictStr] = None,
|
|
959
|
+
retain_checkpoints: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints matches value")] = None,
|
|
960
|
+
retain_checkpoints__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is greater than value")] = None,
|
|
961
|
+
retain_checkpoints__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is greater than or equal to value")] = None,
|
|
962
|
+
retain_checkpoints__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where retain_checkpoints has a null value")] = None,
|
|
963
|
+
retain_checkpoints__lt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is less than value")] = None,
|
|
964
|
+
retain_checkpoints__lte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is less than or equal to value")] = None,
|
|
965
|
+
retain_checkpoints__ne: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints not equal to value")] = None,
|
|
966
|
+
retain_checkpoints__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where retain_checkpoints is between two comma separated values")] = None,
|
|
959
967
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
960
968
|
retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
|
|
961
969
|
retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
|
|
@@ -1010,7 +1018,7 @@ class RepositoriesPythonApi:
|
|
|
1010
1018
|
:type name__startswith: str
|
|
1011
1019
|
:param offset: The initial index from which to return the results.
|
|
1012
1020
|
:type offset: int
|
|
1013
|
-
:param ordering: 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)
|
|
1021
|
+
:param ordering: 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)
|
|
1014
1022
|
:type ordering: List[str]
|
|
1015
1023
|
:param prn__in: Multiple values may be separated by commas.
|
|
1016
1024
|
:type prn__in: List[str]
|
|
@@ -1024,6 +1032,22 @@ class RepositoriesPythonApi:
|
|
|
1024
1032
|
:type q: str
|
|
1025
1033
|
:param remote:
|
|
1026
1034
|
:type remote: str
|
|
1035
|
+
:param retain_checkpoints: Filter results where retain_checkpoints matches value
|
|
1036
|
+
:type retain_checkpoints: int
|
|
1037
|
+
:param retain_checkpoints__gt: Filter results where retain_checkpoints is greater than value
|
|
1038
|
+
:type retain_checkpoints__gt: int
|
|
1039
|
+
:param retain_checkpoints__gte: Filter results where retain_checkpoints is greater than or equal to value
|
|
1040
|
+
:type retain_checkpoints__gte: int
|
|
1041
|
+
:param retain_checkpoints__isnull: Filter results where retain_checkpoints has a null value
|
|
1042
|
+
:type retain_checkpoints__isnull: bool
|
|
1043
|
+
:param retain_checkpoints__lt: Filter results where retain_checkpoints is less than value
|
|
1044
|
+
:type retain_checkpoints__lt: int
|
|
1045
|
+
:param retain_checkpoints__lte: Filter results where retain_checkpoints is less than or equal to value
|
|
1046
|
+
:type retain_checkpoints__lte: int
|
|
1047
|
+
:param retain_checkpoints__ne: Filter results where retain_checkpoints not equal to value
|
|
1048
|
+
:type retain_checkpoints__ne: int
|
|
1049
|
+
:param retain_checkpoints__range: Filter results where retain_checkpoints is between two comma separated values
|
|
1050
|
+
:type retain_checkpoints__range: List[int]
|
|
1027
1051
|
:param retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
1028
1052
|
:type retain_repo_versions: int
|
|
1029
1053
|
:param retain_repo_versions__gt: Filter results where retain_repo_versions is greater than value
|
|
@@ -1089,6 +1113,14 @@ class RepositoriesPythonApi:
|
|
|
1089
1113
|
pulp_label_select=pulp_label_select,
|
|
1090
1114
|
q=q,
|
|
1091
1115
|
remote=remote,
|
|
1116
|
+
retain_checkpoints=retain_checkpoints,
|
|
1117
|
+
retain_checkpoints__gt=retain_checkpoints__gt,
|
|
1118
|
+
retain_checkpoints__gte=retain_checkpoints__gte,
|
|
1119
|
+
retain_checkpoints__isnull=retain_checkpoints__isnull,
|
|
1120
|
+
retain_checkpoints__lt=retain_checkpoints__lt,
|
|
1121
|
+
retain_checkpoints__lte=retain_checkpoints__lte,
|
|
1122
|
+
retain_checkpoints__ne=retain_checkpoints__ne,
|
|
1123
|
+
retain_checkpoints__range=retain_checkpoints__range,
|
|
1092
1124
|
retain_repo_versions=retain_repo_versions,
|
|
1093
1125
|
retain_repo_versions__gt=retain_repo_versions__gt,
|
|
1094
1126
|
retain_repo_versions__gte=retain_repo_versions__gte,
|
|
@@ -1136,13 +1168,21 @@ class RepositoriesPythonApi:
|
|
|
1136
1168
|
name__regex: Annotated[Optional[StrictStr], Field(description="Filter results where name matches regex value")] = None,
|
|
1137
1169
|
name__startswith: Annotated[Optional[StrictStr], Field(description="Filter results where name starts with value")] = None,
|
|
1138
1170
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1139
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="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)")] = None,
|
|
1171
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="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)")] = None,
|
|
1140
1172
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1141
1173
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1142
1174
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1143
1175
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1144
1176
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1145
1177
|
remote: Optional[StrictStr] = None,
|
|
1178
|
+
retain_checkpoints: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints matches value")] = None,
|
|
1179
|
+
retain_checkpoints__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is greater than value")] = None,
|
|
1180
|
+
retain_checkpoints__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is greater than or equal to value")] = None,
|
|
1181
|
+
retain_checkpoints__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where retain_checkpoints has a null value")] = None,
|
|
1182
|
+
retain_checkpoints__lt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is less than value")] = None,
|
|
1183
|
+
retain_checkpoints__lte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is less than or equal to value")] = None,
|
|
1184
|
+
retain_checkpoints__ne: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints not equal to value")] = None,
|
|
1185
|
+
retain_checkpoints__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where retain_checkpoints is between two comma separated values")] = None,
|
|
1146
1186
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
1147
1187
|
retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
|
|
1148
1188
|
retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
|
|
@@ -1197,7 +1237,7 @@ class RepositoriesPythonApi:
|
|
|
1197
1237
|
:type name__startswith: str
|
|
1198
1238
|
:param offset: The initial index from which to return the results.
|
|
1199
1239
|
:type offset: int
|
|
1200
|
-
:param ordering: 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)
|
|
1240
|
+
:param ordering: 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)
|
|
1201
1241
|
:type ordering: List[str]
|
|
1202
1242
|
:param prn__in: Multiple values may be separated by commas.
|
|
1203
1243
|
:type prn__in: List[str]
|
|
@@ -1211,6 +1251,22 @@ class RepositoriesPythonApi:
|
|
|
1211
1251
|
:type q: str
|
|
1212
1252
|
:param remote:
|
|
1213
1253
|
:type remote: str
|
|
1254
|
+
:param retain_checkpoints: Filter results where retain_checkpoints matches value
|
|
1255
|
+
:type retain_checkpoints: int
|
|
1256
|
+
:param retain_checkpoints__gt: Filter results where retain_checkpoints is greater than value
|
|
1257
|
+
:type retain_checkpoints__gt: int
|
|
1258
|
+
:param retain_checkpoints__gte: Filter results where retain_checkpoints is greater than or equal to value
|
|
1259
|
+
:type retain_checkpoints__gte: int
|
|
1260
|
+
:param retain_checkpoints__isnull: Filter results where retain_checkpoints has a null value
|
|
1261
|
+
:type retain_checkpoints__isnull: bool
|
|
1262
|
+
:param retain_checkpoints__lt: Filter results where retain_checkpoints is less than value
|
|
1263
|
+
:type retain_checkpoints__lt: int
|
|
1264
|
+
:param retain_checkpoints__lte: Filter results where retain_checkpoints is less than or equal to value
|
|
1265
|
+
:type retain_checkpoints__lte: int
|
|
1266
|
+
:param retain_checkpoints__ne: Filter results where retain_checkpoints not equal to value
|
|
1267
|
+
:type retain_checkpoints__ne: int
|
|
1268
|
+
:param retain_checkpoints__range: Filter results where retain_checkpoints is between two comma separated values
|
|
1269
|
+
:type retain_checkpoints__range: List[int]
|
|
1214
1270
|
:param retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
1215
1271
|
:type retain_repo_versions: int
|
|
1216
1272
|
:param retain_repo_versions__gt: Filter results where retain_repo_versions is greater than value
|
|
@@ -1276,6 +1332,14 @@ class RepositoriesPythonApi:
|
|
|
1276
1332
|
pulp_label_select=pulp_label_select,
|
|
1277
1333
|
q=q,
|
|
1278
1334
|
remote=remote,
|
|
1335
|
+
retain_checkpoints=retain_checkpoints,
|
|
1336
|
+
retain_checkpoints__gt=retain_checkpoints__gt,
|
|
1337
|
+
retain_checkpoints__gte=retain_checkpoints__gte,
|
|
1338
|
+
retain_checkpoints__isnull=retain_checkpoints__isnull,
|
|
1339
|
+
retain_checkpoints__lt=retain_checkpoints__lt,
|
|
1340
|
+
retain_checkpoints__lte=retain_checkpoints__lte,
|
|
1341
|
+
retain_checkpoints__ne=retain_checkpoints__ne,
|
|
1342
|
+
retain_checkpoints__range=retain_checkpoints__range,
|
|
1279
1343
|
retain_repo_versions=retain_repo_versions,
|
|
1280
1344
|
retain_repo_versions__gt=retain_repo_versions__gt,
|
|
1281
1345
|
retain_repo_versions__gte=retain_repo_versions__gte,
|
|
@@ -1323,13 +1387,21 @@ class RepositoriesPythonApi:
|
|
|
1323
1387
|
name__regex: Annotated[Optional[StrictStr], Field(description="Filter results where name matches regex value")] = None,
|
|
1324
1388
|
name__startswith: Annotated[Optional[StrictStr], Field(description="Filter results where name starts with value")] = None,
|
|
1325
1389
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1326
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="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)")] = None,
|
|
1390
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="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)")] = None,
|
|
1327
1391
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1328
1392
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1329
1393
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1330
1394
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1331
1395
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1332
1396
|
remote: Optional[StrictStr] = None,
|
|
1397
|
+
retain_checkpoints: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints matches value")] = None,
|
|
1398
|
+
retain_checkpoints__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is greater than value")] = None,
|
|
1399
|
+
retain_checkpoints__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is greater than or equal to value")] = None,
|
|
1400
|
+
retain_checkpoints__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where retain_checkpoints has a null value")] = None,
|
|
1401
|
+
retain_checkpoints__lt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is less than value")] = None,
|
|
1402
|
+
retain_checkpoints__lte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints is less than or equal to value")] = None,
|
|
1403
|
+
retain_checkpoints__ne: Annotated[Optional[StrictInt], Field(description="Filter results where retain_checkpoints not equal to value")] = None,
|
|
1404
|
+
retain_checkpoints__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where retain_checkpoints is between two comma separated values")] = None,
|
|
1333
1405
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
1334
1406
|
retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
|
|
1335
1407
|
retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
|
|
@@ -1384,7 +1456,7 @@ class RepositoriesPythonApi:
|
|
|
1384
1456
|
:type name__startswith: str
|
|
1385
1457
|
:param offset: The initial index from which to return the results.
|
|
1386
1458
|
:type offset: int
|
|
1387
|
-
:param ordering: 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)
|
|
1459
|
+
:param ordering: 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)
|
|
1388
1460
|
:type ordering: List[str]
|
|
1389
1461
|
:param prn__in: Multiple values may be separated by commas.
|
|
1390
1462
|
:type prn__in: List[str]
|
|
@@ -1398,6 +1470,22 @@ class RepositoriesPythonApi:
|
|
|
1398
1470
|
:type q: str
|
|
1399
1471
|
:param remote:
|
|
1400
1472
|
:type remote: str
|
|
1473
|
+
:param retain_checkpoints: Filter results where retain_checkpoints matches value
|
|
1474
|
+
:type retain_checkpoints: int
|
|
1475
|
+
:param retain_checkpoints__gt: Filter results where retain_checkpoints is greater than value
|
|
1476
|
+
:type retain_checkpoints__gt: int
|
|
1477
|
+
:param retain_checkpoints__gte: Filter results where retain_checkpoints is greater than or equal to value
|
|
1478
|
+
:type retain_checkpoints__gte: int
|
|
1479
|
+
:param retain_checkpoints__isnull: Filter results where retain_checkpoints has a null value
|
|
1480
|
+
:type retain_checkpoints__isnull: bool
|
|
1481
|
+
:param retain_checkpoints__lt: Filter results where retain_checkpoints is less than value
|
|
1482
|
+
:type retain_checkpoints__lt: int
|
|
1483
|
+
:param retain_checkpoints__lte: Filter results where retain_checkpoints is less than or equal to value
|
|
1484
|
+
:type retain_checkpoints__lte: int
|
|
1485
|
+
:param retain_checkpoints__ne: Filter results where retain_checkpoints not equal to value
|
|
1486
|
+
:type retain_checkpoints__ne: int
|
|
1487
|
+
:param retain_checkpoints__range: Filter results where retain_checkpoints is between two comma separated values
|
|
1488
|
+
:type retain_checkpoints__range: List[int]
|
|
1401
1489
|
:param retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
1402
1490
|
:type retain_repo_versions: int
|
|
1403
1491
|
:param retain_repo_versions__gt: Filter results where retain_repo_versions is greater than value
|
|
@@ -1463,6 +1551,14 @@ class RepositoriesPythonApi:
|
|
|
1463
1551
|
pulp_label_select=pulp_label_select,
|
|
1464
1552
|
q=q,
|
|
1465
1553
|
remote=remote,
|
|
1554
|
+
retain_checkpoints=retain_checkpoints,
|
|
1555
|
+
retain_checkpoints__gt=retain_checkpoints__gt,
|
|
1556
|
+
retain_checkpoints__gte=retain_checkpoints__gte,
|
|
1557
|
+
retain_checkpoints__isnull=retain_checkpoints__isnull,
|
|
1558
|
+
retain_checkpoints__lt=retain_checkpoints__lt,
|
|
1559
|
+
retain_checkpoints__lte=retain_checkpoints__lte,
|
|
1560
|
+
retain_checkpoints__ne=retain_checkpoints__ne,
|
|
1561
|
+
retain_checkpoints__range=retain_checkpoints__range,
|
|
1466
1562
|
retain_repo_versions=retain_repo_versions,
|
|
1467
1563
|
retain_repo_versions__gt=retain_repo_versions__gt,
|
|
1468
1564
|
retain_repo_versions__gte=retain_repo_versions__gte,
|
|
@@ -1512,6 +1608,14 @@ class RepositoriesPythonApi:
|
|
|
1512
1608
|
pulp_label_select,
|
|
1513
1609
|
q,
|
|
1514
1610
|
remote,
|
|
1611
|
+
retain_checkpoints,
|
|
1612
|
+
retain_checkpoints__gt,
|
|
1613
|
+
retain_checkpoints__gte,
|
|
1614
|
+
retain_checkpoints__isnull,
|
|
1615
|
+
retain_checkpoints__lt,
|
|
1616
|
+
retain_checkpoints__lte,
|
|
1617
|
+
retain_checkpoints__ne,
|
|
1618
|
+
retain_checkpoints__range,
|
|
1515
1619
|
retain_repo_versions,
|
|
1516
1620
|
retain_repo_versions__gt,
|
|
1517
1621
|
retain_repo_versions__gte,
|
|
@@ -1538,6 +1642,7 @@ class RepositoriesPythonApi:
|
|
|
1538
1642
|
'prn__in': 'csv',
|
|
1539
1643
|
'pulp_href__in': 'csv',
|
|
1540
1644
|
'pulp_id__in': 'csv',
|
|
1645
|
+
'retain_checkpoints__range': 'csv',
|
|
1541
1646
|
'retain_repo_versions__range': 'csv',
|
|
1542
1647
|
'fields': 'multi',
|
|
1543
1648
|
'exclude_fields': 'multi',
|
|
@@ -1630,6 +1735,38 @@ class RepositoriesPythonApi:
|
|
|
1630
1735
|
|
|
1631
1736
|
_query_params.append(('remote', remote))
|
|
1632
1737
|
|
|
1738
|
+
if retain_checkpoints is not None:
|
|
1739
|
+
|
|
1740
|
+
_query_params.append(('retain_checkpoints', retain_checkpoints))
|
|
1741
|
+
|
|
1742
|
+
if retain_checkpoints__gt is not None:
|
|
1743
|
+
|
|
1744
|
+
_query_params.append(('retain_checkpoints__gt', retain_checkpoints__gt))
|
|
1745
|
+
|
|
1746
|
+
if retain_checkpoints__gte is not None:
|
|
1747
|
+
|
|
1748
|
+
_query_params.append(('retain_checkpoints__gte', retain_checkpoints__gte))
|
|
1749
|
+
|
|
1750
|
+
if retain_checkpoints__isnull is not None:
|
|
1751
|
+
|
|
1752
|
+
_query_params.append(('retain_checkpoints__isnull', retain_checkpoints__isnull))
|
|
1753
|
+
|
|
1754
|
+
if retain_checkpoints__lt is not None:
|
|
1755
|
+
|
|
1756
|
+
_query_params.append(('retain_checkpoints__lt', retain_checkpoints__lt))
|
|
1757
|
+
|
|
1758
|
+
if retain_checkpoints__lte is not None:
|
|
1759
|
+
|
|
1760
|
+
_query_params.append(('retain_checkpoints__lte', retain_checkpoints__lte))
|
|
1761
|
+
|
|
1762
|
+
if retain_checkpoints__ne is not None:
|
|
1763
|
+
|
|
1764
|
+
_query_params.append(('retain_checkpoints__ne', retain_checkpoints__ne))
|
|
1765
|
+
|
|
1766
|
+
if retain_checkpoints__range is not None:
|
|
1767
|
+
|
|
1768
|
+
_query_params.append(('retain_checkpoints__range', retain_checkpoints__range))
|
|
1769
|
+
|
|
1633
1770
|
if retain_repo_versions is not None:
|
|
1634
1771
|
|
|
1635
1772
|
_query_params.append(('retain_repo_versions', retain_repo_versions))
|
{pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api_client.py
RENAMED
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/3.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/3.28.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
{pulp_python_client-3.27.0 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/configuration.py
RENAMED
|
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
556
556
|
"OS: {env}\n"\
|
|
557
557
|
"Python Version: {pyversion}\n"\
|
|
558
558
|
"Version of the API: v3\n"\
|
|
559
|
-
"SDK Package Version: 3.
|
|
559
|
+
"SDK Package Version: 3.28.0".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -34,11 +34,11 @@ class PatchedpythonPythonDistribution(BaseModel):
|
|
|
34
34
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
35
35
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name. Ex, `rawhide` and `stable`.")
|
|
36
36
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
37
|
-
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served. [Deprecated]")
|
|
38
37
|
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
38
|
+
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served. [Deprecated]")
|
|
39
39
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
40
40
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
41
|
-
__properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "
|
|
41
|
+
__properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "repository_version", "publication", "allow_uploads", "remote"]
|
|
42
42
|
|
|
43
43
|
model_config = ConfigDict(
|
|
44
44
|
populate_by_name=True,
|
|
@@ -89,16 +89,16 @@ class PatchedpythonPythonDistribution(BaseModel):
|
|
|
89
89
|
if self.repository is None and "repository" in self.model_fields_set:
|
|
90
90
|
_dict['repository'] = None
|
|
91
91
|
|
|
92
|
-
# set to None if publication (nullable) is None
|
|
93
|
-
# and model_fields_set contains the field
|
|
94
|
-
if self.publication is None and "publication" in self.model_fields_set:
|
|
95
|
-
_dict['publication'] = None
|
|
96
|
-
|
|
97
92
|
# set to None if repository_version (nullable) is None
|
|
98
93
|
# and model_fields_set contains the field
|
|
99
94
|
if self.repository_version is None and "repository_version" in self.model_fields_set:
|
|
100
95
|
_dict['repository_version'] = None
|
|
101
96
|
|
|
97
|
+
# set to None if publication (nullable) is None
|
|
98
|
+
# and model_fields_set contains the field
|
|
99
|
+
if self.publication is None and "publication" in self.model_fields_set:
|
|
100
|
+
_dict['publication'] = None
|
|
101
|
+
|
|
102
102
|
# set to None if remote (nullable) is None
|
|
103
103
|
# and model_fields_set contains the field
|
|
104
104
|
if self.remote is None and "remote" in self.model_fields_set:
|