pulp-ansible-client 0.25.1__tar.gz → 0.26.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_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/PKG-INFO +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/README.md +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulp_ansible_client.egg-info/PKG-INFO +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/__init__.py +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +66 -66
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_api.py +6 -6
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +6 -6
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_api.py +6 -6
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +6 -6
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api_client.py +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/configuration.py +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +9 -9
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_git_remote.py +66 -66
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py +56 -56
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_role.py +3 -3
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_role_response.py +9 -9
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py +66 -66
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/tag_response.py +2 -2
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pyproject.toml +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/setup.py +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulp_ansible_client.egg-info/SOURCES.txt +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulp_ansible_client.egg-info/dependency_links.txt +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulp_ansible_client.egg-info/requires.txt +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulp_ansible_client.egg-info/top_level.txt +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/__init__.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/__init__.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/__init__.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/ansible_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/ansible_copy_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/api_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/api_roles_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/collection_import_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/content_collection_deprecations_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/content_collection_marks_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/content_collection_signatures_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/content_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/content_roles_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/distributions_ansible_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_artifacts_collections_v3_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_tags_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/remotes_collection_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/remotes_git_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/remotes_role_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/repositories_ansible_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api/versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/api_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/exceptions.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/__init__.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response_hidden_fields_inner.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_repository_mark.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_repository_rebuild.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_repository_signature.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_role_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/ansible_tag_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/artifact_ref_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/async_operation_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/client_configuration_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_import_detail_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_namespace_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_ref_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_summary_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_copy_move.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_docs_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_list_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_search_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_search_list_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/collection_version_signature_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/content_summary_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/copy.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/galaxy_role_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/galaxy_role_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/my_permissions_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/namespace_link.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/namespace_link_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/nested_role.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/nested_role_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/object_roles_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_collection_version_list_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_collection_version_search_list_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/patched_collection.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/policy_enum.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/repair.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/repo_metadata_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/repository.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/repository_add_remove_content.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/repository_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/repository_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/set_label.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/set_label_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/unset_label.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/models/unset_label_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/py.typed +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/pulpcore/client/pulp_ansible/rest.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/setup.cfg +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_collection_deprecated.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_collection_deprecated_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_distribution.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_distribution_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_namespace_metadata.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_namespace_metadata_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_repository.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_ansible_repository_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_remote_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_remote_response_hidden_fields_inner.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_version_mark.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_version_mark_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_version_response.py +5 -5
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collection_version_signature_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_copy_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_git_remote.py +16 -16
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_git_remote_response.py +17 -17
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_repository_mark.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_repository_rebuild.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_repository_signature.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_repository_sync_url.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_role.py +1 -1
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_role_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_role_remote_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_role_response.py +5 -5
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_ansible_tag_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_api_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_api_roles_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_artifact_ref_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_async_operation_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_client_configuration_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_import_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_import_detail_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_metadata_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_namespace_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_ref_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_summary_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_copy_move.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_docs_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_list_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_search_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_search_list_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_collection_version_signature_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_collection_deprecations_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_collection_marks_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_collection_signatures_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_collection_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_roles_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_content_summary_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_copy.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_distributions_ansible_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_galaxy_role_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_galaxy_role_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_my_permissions_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_namespace_link.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_namespace_link_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_nested_role.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_nested_role_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_object_roles_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_collection_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_collection_response_list_links.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_collection_response_list_meta.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_collection_version_list_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_collection_version_search_list_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_galaxy_role_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_galaxy_role_version_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginated_tag_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_ansible_collection_deprecated_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_ansible_distribution_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_ansible_repository_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_collection_remote_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_collection_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_collection_version_mark_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_collection_version_response_list.py +10 -10
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_collection_version_signature_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_git_remote_response_list.py +34 -34
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_role_remote_response_list.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_paginatedansible_role_response_list.py +10 -10
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_patched_collection.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_patchedansible_ansible_distribution.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_patchedansible_ansible_repository.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_patchedansible_collection_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_patchedansible_git_remote.py +16 -16
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_patchedansible_role_remote.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_policy_enum.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_collections_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_collections_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_artifacts_collections_v3_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_collections_all_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_pulp_ansible_tags_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_remotes_collection_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_remotes_git_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_remotes_role_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repair.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repo_metadata_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repositories_ansible_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repositories_ansible_versions_api.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repository.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repository_add_remove_content.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repository_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_repository_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_set_label.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_set_label_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_tag_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_unpaginated_collection_version_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_unset_label.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_unset_label_response.py +0 -0
- {pulp_ansible-client-0.25.1 → pulp_ansible-client-0.26.0}/test/test_versions_api.py +0 -0
|
@@ -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: 0.
|
|
7
|
+
- Package version: 0.26.0
|
|
8
8
|
- Generator version: 7.10.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -49,12 +49,12 @@ class ContentCollectionVersionsApi:
|
|
|
49
49
|
@validate_call
|
|
50
50
|
def create(
|
|
51
51
|
self,
|
|
52
|
-
|
|
53
|
-
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
52
|
+
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
54
53
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
55
|
-
|
|
54
|
+
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
56
55
|
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
57
|
-
|
|
56
|
+
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
57
|
+
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
58
58
|
expected_name: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The name of the collection.")] = None,
|
|
59
59
|
expected_namespace: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The namespace of the collection.")] = None,
|
|
60
60
|
expected_version: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=128)]], Field(description="The version of the collection.")] = None,
|
|
@@ -75,18 +75,18 @@ class ContentCollectionVersionsApi:
|
|
|
75
75
|
|
|
76
76
|
Trigger an asynchronous task to create content,optionally create new repository version.
|
|
77
77
|
|
|
78
|
-
:param
|
|
79
|
-
:type
|
|
80
|
-
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
81
|
-
:type pulp_labels: Dict[str, Optional[str]]
|
|
78
|
+
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
79
|
+
:type file_url: str
|
|
82
80
|
:param file: An uploaded file that may be turned into the content unit.
|
|
83
81
|
:type file: bytearray
|
|
84
|
-
:param
|
|
85
|
-
:type
|
|
82
|
+
:param repository: A URI of a repository the new content unit should be associated with.
|
|
83
|
+
:type repository: str
|
|
86
84
|
:param artifact: Artifact file representing the physical content
|
|
87
85
|
:type artifact: str
|
|
88
|
-
:param
|
|
89
|
-
:type
|
|
86
|
+
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
87
|
+
:type upload: str
|
|
88
|
+
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
89
|
+
:type pulp_labels: Dict[str, Optional[str]]
|
|
90
90
|
:param expected_name: The name of the collection.
|
|
91
91
|
:type expected_name: str
|
|
92
92
|
:param expected_namespace: The namespace of the collection.
|
|
@@ -116,12 +116,12 @@ class ContentCollectionVersionsApi:
|
|
|
116
116
|
""" # noqa: E501
|
|
117
117
|
|
|
118
118
|
_param = self._create_serialize(
|
|
119
|
-
|
|
120
|
-
pulp_labels=pulp_labels,
|
|
119
|
+
file_url=file_url,
|
|
121
120
|
file=file,
|
|
122
|
-
|
|
121
|
+
repository=repository,
|
|
123
122
|
artifact=artifact,
|
|
124
|
-
|
|
123
|
+
upload=upload,
|
|
124
|
+
pulp_labels=pulp_labels,
|
|
125
125
|
expected_name=expected_name,
|
|
126
126
|
expected_namespace=expected_namespace,
|
|
127
127
|
expected_version=expected_version,
|
|
@@ -148,12 +148,12 @@ class ContentCollectionVersionsApi:
|
|
|
148
148
|
@validate_call
|
|
149
149
|
def create_with_http_info(
|
|
150
150
|
self,
|
|
151
|
-
|
|
152
|
-
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
151
|
+
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
153
152
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
154
|
-
|
|
153
|
+
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
155
154
|
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
156
|
-
|
|
155
|
+
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
156
|
+
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
157
157
|
expected_name: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The name of the collection.")] = None,
|
|
158
158
|
expected_namespace: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The namespace of the collection.")] = None,
|
|
159
159
|
expected_version: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=128)]], Field(description="The version of the collection.")] = None,
|
|
@@ -174,18 +174,18 @@ class ContentCollectionVersionsApi:
|
|
|
174
174
|
|
|
175
175
|
Trigger an asynchronous task to create content,optionally create new repository version.
|
|
176
176
|
|
|
177
|
-
:param
|
|
178
|
-
:type
|
|
179
|
-
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
180
|
-
:type pulp_labels: Dict[str, Optional[str]]
|
|
177
|
+
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
178
|
+
:type file_url: str
|
|
181
179
|
:param file: An uploaded file that may be turned into the content unit.
|
|
182
180
|
:type file: bytearray
|
|
183
|
-
:param
|
|
184
|
-
:type
|
|
181
|
+
:param repository: A URI of a repository the new content unit should be associated with.
|
|
182
|
+
:type repository: str
|
|
185
183
|
:param artifact: Artifact file representing the physical content
|
|
186
184
|
:type artifact: str
|
|
187
|
-
:param
|
|
188
|
-
:type
|
|
185
|
+
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
186
|
+
:type upload: str
|
|
187
|
+
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
188
|
+
:type pulp_labels: Dict[str, Optional[str]]
|
|
189
189
|
:param expected_name: The name of the collection.
|
|
190
190
|
:type expected_name: str
|
|
191
191
|
:param expected_namespace: The namespace of the collection.
|
|
@@ -215,12 +215,12 @@ class ContentCollectionVersionsApi:
|
|
|
215
215
|
""" # noqa: E501
|
|
216
216
|
|
|
217
217
|
_param = self._create_serialize(
|
|
218
|
-
|
|
219
|
-
pulp_labels=pulp_labels,
|
|
218
|
+
file_url=file_url,
|
|
220
219
|
file=file,
|
|
221
|
-
|
|
220
|
+
repository=repository,
|
|
222
221
|
artifact=artifact,
|
|
223
|
-
|
|
222
|
+
upload=upload,
|
|
223
|
+
pulp_labels=pulp_labels,
|
|
224
224
|
expected_name=expected_name,
|
|
225
225
|
expected_namespace=expected_namespace,
|
|
226
226
|
expected_version=expected_version,
|
|
@@ -247,12 +247,12 @@ class ContentCollectionVersionsApi:
|
|
|
247
247
|
@validate_call
|
|
248
248
|
def create_without_preload_content(
|
|
249
249
|
self,
|
|
250
|
-
|
|
251
|
-
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
250
|
+
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
252
251
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
253
|
-
|
|
252
|
+
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
254
253
|
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
255
|
-
|
|
254
|
+
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
255
|
+
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
256
256
|
expected_name: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The name of the collection.")] = None,
|
|
257
257
|
expected_namespace: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The namespace of the collection.")] = None,
|
|
258
258
|
expected_version: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=128)]], Field(description="The version of the collection.")] = None,
|
|
@@ -273,18 +273,18 @@ class ContentCollectionVersionsApi:
|
|
|
273
273
|
|
|
274
274
|
Trigger an asynchronous task to create content,optionally create new repository version.
|
|
275
275
|
|
|
276
|
-
:param
|
|
277
|
-
:type
|
|
278
|
-
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
279
|
-
:type pulp_labels: Dict[str, Optional[str]]
|
|
276
|
+
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
277
|
+
:type file_url: str
|
|
280
278
|
:param file: An uploaded file that may be turned into the content unit.
|
|
281
279
|
:type file: bytearray
|
|
282
|
-
:param
|
|
283
|
-
:type
|
|
280
|
+
:param repository: A URI of a repository the new content unit should be associated with.
|
|
281
|
+
:type repository: str
|
|
284
282
|
:param artifact: Artifact file representing the physical content
|
|
285
283
|
:type artifact: str
|
|
286
|
-
:param
|
|
287
|
-
:type
|
|
284
|
+
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
285
|
+
:type upload: str
|
|
286
|
+
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
287
|
+
:type pulp_labels: Dict[str, Optional[str]]
|
|
288
288
|
:param expected_name: The name of the collection.
|
|
289
289
|
:type expected_name: str
|
|
290
290
|
:param expected_namespace: The namespace of the collection.
|
|
@@ -314,12 +314,12 @@ class ContentCollectionVersionsApi:
|
|
|
314
314
|
""" # noqa: E501
|
|
315
315
|
|
|
316
316
|
_param = self._create_serialize(
|
|
317
|
-
|
|
318
|
-
pulp_labels=pulp_labels,
|
|
317
|
+
file_url=file_url,
|
|
319
318
|
file=file,
|
|
320
|
-
|
|
319
|
+
repository=repository,
|
|
321
320
|
artifact=artifact,
|
|
322
|
-
|
|
321
|
+
upload=upload,
|
|
322
|
+
pulp_labels=pulp_labels,
|
|
323
323
|
expected_name=expected_name,
|
|
324
324
|
expected_namespace=expected_namespace,
|
|
325
325
|
expected_version=expected_version,
|
|
@@ -341,12 +341,12 @@ class ContentCollectionVersionsApi:
|
|
|
341
341
|
|
|
342
342
|
def _create_serialize(
|
|
343
343
|
self,
|
|
344
|
-
|
|
345
|
-
pulp_labels,
|
|
344
|
+
file_url,
|
|
346
345
|
file,
|
|
347
|
-
|
|
346
|
+
repository,
|
|
348
347
|
artifact,
|
|
349
|
-
|
|
348
|
+
upload,
|
|
349
|
+
pulp_labels,
|
|
350
350
|
expected_name,
|
|
351
351
|
expected_namespace,
|
|
352
352
|
expected_version,
|
|
@@ -374,18 +374,18 @@ class ContentCollectionVersionsApi:
|
|
|
374
374
|
# process the query parameters
|
|
375
375
|
# process the header parameters
|
|
376
376
|
# process the form parameters
|
|
377
|
-
if
|
|
378
|
-
_form_params.append(('
|
|
379
|
-
if pulp_labels is not None:
|
|
380
|
-
_form_params.append(('pulp_labels', pulp_labels))
|
|
377
|
+
if file_url is not None:
|
|
378
|
+
_form_params.append(('file_url', file_url))
|
|
381
379
|
if file is not None:
|
|
382
380
|
_files['file'] = file
|
|
383
|
-
if
|
|
384
|
-
_form_params.append(('
|
|
381
|
+
if repository is not None:
|
|
382
|
+
_form_params.append(('repository', repository))
|
|
385
383
|
if artifact is not None:
|
|
386
384
|
_form_params.append(('artifact', artifact))
|
|
387
|
-
if
|
|
388
|
-
_form_params.append(('
|
|
385
|
+
if upload is not None:
|
|
386
|
+
_form_params.append(('upload', upload))
|
|
387
|
+
if pulp_labels is not None:
|
|
388
|
+
_form_params.append(('pulp_labels', pulp_labels))
|
|
389
389
|
if expected_name is not None:
|
|
390
390
|
_form_params.append(('expected_name', expected_name))
|
|
391
391
|
if expected_namespace is not None:
|
|
@@ -449,7 +449,7 @@ class ContentCollectionVersionsApi:
|
|
|
449
449
|
name: Optional[StrictStr] = None,
|
|
450
450
|
namespace: Optional[StrictStr] = None,
|
|
451
451
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
452
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
452
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
453
453
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
454
454
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
455
455
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -488,7 +488,7 @@ class ContentCollectionVersionsApi:
|
|
|
488
488
|
:type namespace: str
|
|
489
489
|
:param offset: The initial index from which to return the results.
|
|
490
490
|
:type offset: int
|
|
491
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
491
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
492
492
|
:type ordering: List[str]
|
|
493
493
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
494
494
|
:type orphaned_for: float
|
|
@@ -584,7 +584,7 @@ class ContentCollectionVersionsApi:
|
|
|
584
584
|
name: Optional[StrictStr] = None,
|
|
585
585
|
namespace: Optional[StrictStr] = None,
|
|
586
586
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
587
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
587
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
588
588
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
589
589
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
590
590
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -623,7 +623,7 @@ class ContentCollectionVersionsApi:
|
|
|
623
623
|
:type namespace: str
|
|
624
624
|
:param offset: The initial index from which to return the results.
|
|
625
625
|
:type offset: int
|
|
626
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
626
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
627
627
|
:type ordering: List[str]
|
|
628
628
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
629
629
|
:type orphaned_for: float
|
|
@@ -719,7 +719,7 @@ class ContentCollectionVersionsApi:
|
|
|
719
719
|
name: Optional[StrictStr] = None,
|
|
720
720
|
namespace: Optional[StrictStr] = None,
|
|
721
721
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
722
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
722
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
723
723
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
724
724
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
725
725
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -758,7 +758,7 @@ class ContentCollectionVersionsApi:
|
|
|
758
758
|
:type namespace: str
|
|
759
759
|
:param offset: The initial index from which to return the results.
|
|
760
760
|
:type offset: int
|
|
761
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
761
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
762
762
|
:type ordering: List[str]
|
|
763
763
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
764
764
|
:type orphaned_for: float
|
|
@@ -365,7 +365,7 @@ class PulpAnsibleApiV3CollectionsVersionsApi:
|
|
|
365
365
|
name2: Optional[StrictStr] = None,
|
|
366
366
|
namespace2: Optional[StrictStr] = None,
|
|
367
367
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
368
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
368
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
369
369
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
370
370
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
371
371
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -410,7 +410,7 @@ class PulpAnsibleApiV3CollectionsVersionsApi:
|
|
|
410
410
|
:type namespace2: str
|
|
411
411
|
:param offset: The initial index from which to return the results.
|
|
412
412
|
:type offset: int
|
|
413
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
413
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
414
414
|
:type ordering: List[str]
|
|
415
415
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
416
416
|
:type orphaned_for: float
|
|
@@ -514,7 +514,7 @@ class PulpAnsibleApiV3CollectionsVersionsApi:
|
|
|
514
514
|
name2: Optional[StrictStr] = None,
|
|
515
515
|
namespace2: Optional[StrictStr] = None,
|
|
516
516
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
517
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
517
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
518
518
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
519
519
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
520
520
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -559,7 +559,7 @@ class PulpAnsibleApiV3CollectionsVersionsApi:
|
|
|
559
559
|
:type namespace2: str
|
|
560
560
|
:param offset: The initial index from which to return the results.
|
|
561
561
|
:type offset: int
|
|
562
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
562
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
563
563
|
:type ordering: List[str]
|
|
564
564
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
565
565
|
:type orphaned_for: float
|
|
@@ -663,7 +663,7 @@ class PulpAnsibleApiV3CollectionsVersionsApi:
|
|
|
663
663
|
name2: Optional[StrictStr] = None,
|
|
664
664
|
namespace2: Optional[StrictStr] = None,
|
|
665
665
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
666
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
666
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
667
667
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
668
668
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
669
669
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -708,7 +708,7 @@ class PulpAnsibleApiV3CollectionsVersionsApi:
|
|
|
708
708
|
:type namespace2: str
|
|
709
709
|
:param offset: The initial index from which to return the results.
|
|
710
710
|
:type offset: int
|
|
711
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
711
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
712
712
|
:type ordering: List[str]
|
|
713
713
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
714
714
|
:type orphaned_for: float
|
|
@@ -375,7 +375,7 @@ class PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi:
|
|
|
375
375
|
name2: Optional[StrictStr] = None,
|
|
376
376
|
namespace2: Optional[StrictStr] = None,
|
|
377
377
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
378
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
378
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
379
379
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
380
380
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
381
381
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -422,7 +422,7 @@ class PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi:
|
|
|
422
422
|
:type namespace2: str
|
|
423
423
|
:param offset: The initial index from which to return the results.
|
|
424
424
|
:type offset: int
|
|
425
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
425
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
426
426
|
:type ordering: List[str]
|
|
427
427
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
428
428
|
:type orphaned_for: float
|
|
@@ -526,7 +526,7 @@ class PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi:
|
|
|
526
526
|
name2: Optional[StrictStr] = None,
|
|
527
527
|
namespace2: Optional[StrictStr] = None,
|
|
528
528
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
529
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
529
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
530
530
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
531
531
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
532
532
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -573,7 +573,7 @@ class PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi:
|
|
|
573
573
|
:type namespace2: str
|
|
574
574
|
:param offset: The initial index from which to return the results.
|
|
575
575
|
:type offset: int
|
|
576
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
576
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
577
577
|
:type ordering: List[str]
|
|
578
578
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
579
579
|
:type orphaned_for: float
|
|
@@ -677,7 +677,7 @@ class PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi:
|
|
|
677
677
|
name2: Optional[StrictStr] = None,
|
|
678
678
|
namespace2: Optional[StrictStr] = None,
|
|
679
679
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
680
|
-
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
680
|
+
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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
681
681
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
682
682
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
683
683
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -724,7 +724,7 @@ class PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi:
|
|
|
724
724
|
:type namespace2: str
|
|
725
725
|
:param offset: The initial index from which to return the results.
|
|
726
726
|
:type offset: int
|
|
727
|
-
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
|
727
|
+
: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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
728
728
|
:type ordering: List[str]
|
|
729
729
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
730
730
|
:type orphaned_for: float
|