crc-pulpcore-client 20251112.3__tar.gz → 20251211.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/PKG-INFO +536 -523
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/README.md +4 -4
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/crc_pulpcore_client.egg-info/PKG-INFO +536 -523
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/crc_pulpcore_client.egg-info/requires.txt +1 -1
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/__init__.py +1 -1
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/content_api.py +12 -12
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/vuln_report_api.py +107 -1
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/configuration.py +3 -3
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +18 -18
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_export.py +4 -2
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_export_response.py +1 -1
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pyproject.toml +1 -1
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/setup.py +2 -2
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_artifact_distribution_response.py +7 -7
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_artifact_distribution_response_list.py +14 -14
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_export.py +2 -1
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/crc_pulpcore_client.egg-info/SOURCES.txt +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/crc_pulpcore_client.egg-info/dependency_links.txt +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/crc_pulpcore_client.egg-info/top_level.txt +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/__init__.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/__init__.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/__init__.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/domains_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/login_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/status_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/tasks_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/users_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api/workers_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api_client.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/api_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/exceptions.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/__init__.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/access_policy.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/access_policy_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/app_status_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/artifact_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/async_operation_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/content_settings_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/content_summary_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/database_connection_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/distribution_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/domain.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/domain_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/evaluation_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/filesystem_export.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/generic_remote_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group_user.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/group_user_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/header_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/import_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/login_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/minimal_task_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/my_permissions_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/nested_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/object_roles_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/orphans_cleanup.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_access_policy.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_domain.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_group.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/patched_user.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/progress_report_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/publication_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_import.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_import_check.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_importer.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/purge.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/reclaim_space.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/redis_connection_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/repair.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/repository_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/repository_version_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/set_label.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/set_label_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/signing_service_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/status_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/storage_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/task_group_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/task_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/task_schedule_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/unset_label.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/unset_label_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upload.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upload_commit.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upload_detail_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upload_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/user.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/user_group.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/user_group_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/user_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/user_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/user_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/version_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/models/worker_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/py.typed +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/pulpcore/client/pulpcore/rest.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/setup.cfg +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_access_policies_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_access_policy.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_access_policy_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_app_status_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_artifact_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_artifacts_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_async_operation_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_settings_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_content_summary_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_contentguards_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_database_connection_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_distribution_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_distributions_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_domain.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_domain_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_domains_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_evaluation_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_filesystem_export.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_generic_remote_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group_user.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_group_user_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_groups_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_groups_roles_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_groups_users_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_header_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_import_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_livez_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_login_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_login_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_method_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_minimal_task_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_my_permissions_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_nested_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_object_roles_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_keyring_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_orphans_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_orphans_cleanup.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_generic_remote_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_keyring_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_repository_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_access_policy.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_domain.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_group.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_patched_user.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_policy357_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_progress_report_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_publication_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_publications_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_export_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_import.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_import_check.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_importer.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_purge.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_reclaim_space.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_redis_connection_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_remotes_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repair.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repair_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repositories_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repository_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repository_version_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_repository_versions_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_roles_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_set_label.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_set_label_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_signing_service_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_signing_services_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_states_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_status_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_status_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_storage_class_enum.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_storage_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_task_group_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_task_groups_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_task_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_task_schedule_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_task_schedules_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_tasks_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_unset_label.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_unset_label_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upload.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upload_commit.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upload_detail_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upload_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_uploads_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_user.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_user_group.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_user_group_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_user_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_user_role.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_user_role_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_users_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_users_roles_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_version_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_vuln_report_api.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_worker_response.py +0 -0
- {crc_pulpcore_client-20251112.3 → crc_pulpcore_client-20251211.1}/test/test_workers_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulpcore-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20251211.1
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -8,7 +8,7 @@ Author-email: pulp-list@redhat.com
|
|
|
8
8
|
License: GPLv2+
|
|
9
9
|
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
-
Requires-Dist: urllib3<
|
|
11
|
+
Requires-Dist: urllib3<2.7,>=1.25.3
|
|
12
12
|
Requires-Dist: python-dateutil<2.10.0,>=2.8.1
|
|
13
13
|
Requires-Dist: pydantic>=2
|
|
14
14
|
Requires-Dist: typing-extensions>=4.7.1
|
|
@@ -23,7 +23,7 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# pulpcore.client.pulpcore.AccessPoliciesApi
|
|
25
25
|
|
|
26
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27
27
|
|
|
28
28
|
Method | HTTP request | Description
|
|
29
29
|
------------- | ------------- | -------------
|
|
@@ -53,10 +53,10 @@ from pulpcore.client.pulpcore.models.paginated_access_policy_response_list impor
|
|
|
53
53
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
54
54
|
from pprint import pprint
|
|
55
55
|
|
|
56
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
56
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
57
57
|
# See configuration.py for a list of all supported configuration parameters.
|
|
58
58
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
59
|
-
host = "https://env-ephemeral-
|
|
59
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
# The client must configure the authentication and authorization parameters
|
|
@@ -183,10 +183,10 @@ from pulpcore.client.pulpcore.models.patched_access_policy import PatchedAccessP
|
|
|
183
183
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
184
184
|
from pprint import pprint
|
|
185
185
|
|
|
186
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
186
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
187
187
|
# See configuration.py for a list of all supported configuration parameters.
|
|
188
188
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
189
|
-
host = "https://env-ephemeral-
|
|
189
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
190
190
|
)
|
|
191
191
|
|
|
192
192
|
# The client must configure the authentication and authorization parameters
|
|
@@ -276,10 +276,10 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
276
276
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
277
277
|
from pprint import pprint
|
|
278
278
|
|
|
279
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
279
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
280
280
|
# See configuration.py for a list of all supported configuration parameters.
|
|
281
281
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
282
|
-
host = "https://env-ephemeral-
|
|
282
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
283
283
|
)
|
|
284
284
|
|
|
285
285
|
# The client must configure the authentication and authorization parameters
|
|
@@ -371,10 +371,10 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
371
371
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
372
372
|
from pprint import pprint
|
|
373
373
|
|
|
374
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
374
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
375
375
|
# See configuration.py for a list of all supported configuration parameters.
|
|
376
376
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
377
|
-
host = "https://env-ephemeral-
|
|
377
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
378
378
|
)
|
|
379
379
|
|
|
380
380
|
# The client must configure the authentication and authorization parameters
|
|
@@ -462,10 +462,10 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
462
462
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
463
463
|
from pprint import pprint
|
|
464
464
|
|
|
465
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
465
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
466
466
|
# See configuration.py for a list of all supported configuration parameters.
|
|
467
467
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
468
|
-
host = "https://env-ephemeral-
|
|
468
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
469
469
|
)
|
|
470
470
|
|
|
471
471
|
# The client must configure the authentication and authorization parameters
|
|
@@ -648,16 +648,16 @@ A serializer for ArtifactDistribution.
|
|
|
648
648
|
Name | Type | Description | Notes
|
|
649
649
|
------------ | ------------- | ------------- | -------------
|
|
650
650
|
**base_path** | **str** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
651
|
+
**base_url** | **str** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
652
|
+
**prn** | **str** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
653
|
+
**pulp_last_updated** | **datetime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
654
|
+
**content_guard** | **str** | An optional content-guard. | [optional]
|
|
651
655
|
**hidden** | **bool** | Whether this distribution should be shown in the content app. | [optional] [default to False]
|
|
656
|
+
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
657
|
+
**pulp_href** | **str** | | [optional] [readonly]
|
|
652
658
|
**pulp_created** | **datetime** | Timestamp of creation. | [optional] [readonly]
|
|
653
659
|
**no_content_change_since** | **str** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
654
|
-
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
655
|
-
**content_guard** | **str** | An optional content-guard. | [optional]
|
|
656
|
-
**base_url** | **str** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
657
660
|
**name** | **str** | A unique name. Ex, `rawhide` and `stable`. |
|
|
658
|
-
**pulp_href** | **str** | | [optional] [readonly]
|
|
659
|
-
**pulp_last_updated** | **datetime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
660
|
-
**prn** | **str** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
661
661
|
|
|
662
662
|
## Example
|
|
663
663
|
|
|
@@ -722,7 +722,7 @@ artifact_response_from_dict = ArtifactResponse.from_dict(artifact_response_dict)
|
|
|
722
722
|
|
|
723
723
|
# pulpcore.client.pulpcore.ArtifactsApi
|
|
724
724
|
|
|
725
|
-
All URIs are relative to *https://env-ephemeral-
|
|
725
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
726
726
|
|
|
727
727
|
Method | HTTP request | Description
|
|
728
728
|
------------- | ------------- | -------------
|
|
@@ -751,10 +751,10 @@ from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
|
751
751
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
752
752
|
from pprint import pprint
|
|
753
753
|
|
|
754
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
754
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
755
755
|
# See configuration.py for a list of all supported configuration parameters.
|
|
756
756
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
757
|
-
host = "https://env-ephemeral-
|
|
757
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
758
758
|
)
|
|
759
759
|
|
|
760
760
|
# The client must configure the authentication and authorization parameters
|
|
@@ -857,10 +857,10 @@ import pulpcore.client.pulpcore
|
|
|
857
857
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
858
858
|
from pprint import pprint
|
|
859
859
|
|
|
860
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
860
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
861
861
|
# See configuration.py for a list of all supported configuration parameters.
|
|
862
862
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
863
|
-
host = "https://env-ephemeral-
|
|
863
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
864
864
|
)
|
|
865
865
|
|
|
866
866
|
# The client must configure the authentication and authorization parameters
|
|
@@ -946,10 +946,10 @@ from pulpcore.client.pulpcore.models.paginated_artifact_response_list import Pag
|
|
|
946
946
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
947
947
|
from pprint import pprint
|
|
948
948
|
|
|
949
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
949
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
950
950
|
# See configuration.py for a list of all supported configuration parameters.
|
|
951
951
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
952
|
-
host = "https://env-ephemeral-
|
|
952
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
953
953
|
)
|
|
954
954
|
|
|
955
955
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1071,10 +1071,10 @@ from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
|
1071
1071
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1072
1072
|
from pprint import pprint
|
|
1073
1073
|
|
|
1074
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1074
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1075
1075
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1076
1076
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1077
|
-
host = "https://env-ephemeral-
|
|
1077
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1078
1078
|
)
|
|
1079
1079
|
|
|
1080
1080
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1247,7 +1247,7 @@ composite_content_guard_response_from_dict = CompositeContentGuardResponse.from_
|
|
|
1247
1247
|
|
|
1248
1248
|
# pulpcore.client.pulpcore.ContentApi
|
|
1249
1249
|
|
|
1250
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1250
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1251
1251
|
|
|
1252
1252
|
Method | HTTP request | Description
|
|
1253
1253
|
------------- | ------------- | -------------
|
|
@@ -1273,10 +1273,10 @@ from pulpcore.client.pulpcore.models.paginated_multiple_artifact_content_respons
|
|
|
1273
1273
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1274
1274
|
from pprint import pprint
|
|
1275
1275
|
|
|
1276
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1276
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1277
1277
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1278
1278
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1279
|
-
host = "https://env-ephemeral-
|
|
1279
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1280
1280
|
)
|
|
1281
1281
|
|
|
1282
1282
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1312,8 +1312,8 @@ with pulpcore.client.pulpcore.ApiClient(configuration) as api_client:
|
|
|
1312
1312
|
pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
1313
1313
|
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
1314
1314
|
pulp_label_select = 'pulp_label_select_example' # str | Filter labels by search string (optional)
|
|
1315
|
-
pulp_type = 'pulp_type_example' # str | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file (optional)
|
|
1316
|
-
pulp_type__in = ['pulp_type__in_example'] # List[str] | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file (optional)
|
|
1315
|
+
pulp_type = 'pulp_type_example' # str | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `python.provenance` - python.provenance * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file (optional)
|
|
1316
|
+
pulp_type__in = ['pulp_type__in_example'] # List[str] | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `python.provenance` - python.provenance * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file (optional)
|
|
1317
1317
|
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
1318
1318
|
repository_version = 'repository_version_example' # str | Repository Version referenced by HREF/PRN (optional)
|
|
1319
1319
|
repository_version_added = 'repository_version_added_example' # str | Repository Version referenced by HREF/PRN (optional)
|
|
@@ -1347,8 +1347,8 @@ Name | Type | Description | Notes
|
|
|
1347
1347
|
**pulp_href__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
1348
1348
|
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
1349
1349
|
**pulp_label_select** | **str**| Filter labels by search string | [optional]
|
|
1350
|
-
**pulp_type** | **str**| Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file | [optional]
|
|
1351
|
-
**pulp_type__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file | [optional]
|
|
1350
|
+
**pulp_type** | **str**| Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `python.provenance` - python.provenance * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file | [optional]
|
|
1351
|
+
**pulp_type__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `python.provenance` - python.provenance * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file | [optional]
|
|
1352
1352
|
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
1353
1353
|
**repository_version** | **str**| Repository Version referenced by HREF/PRN | [optional]
|
|
1354
1354
|
**repository_version_added** | **str**| Repository Version referenced by HREF/PRN | [optional]
|
|
@@ -1414,7 +1414,7 @@ content_guard_response_from_dict = ContentGuardResponse.from_dict(content_guard_
|
|
|
1414
1414
|
|
|
1415
1415
|
# pulpcore.client.pulpcore.ContentguardsApi
|
|
1416
1416
|
|
|
1417
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1417
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1418
1418
|
|
|
1419
1419
|
Method | HTTP request | Description
|
|
1420
1420
|
------------- | ------------- | -------------
|
|
@@ -1440,10 +1440,10 @@ from pulpcore.client.pulpcore.models.paginated_content_guard_response_list impor
|
|
|
1440
1440
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1441
1441
|
from pprint import pprint
|
|
1442
1442
|
|
|
1443
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1443
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1444
1444
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1445
1445
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1446
|
-
host = "https://env-ephemeral-
|
|
1446
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1447
1447
|
)
|
|
1448
1448
|
|
|
1449
1449
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1554,7 +1554,7 @@ Name | Type | Description | Notes
|
|
|
1554
1554
|
|
|
1555
1555
|
# pulpcore.client.pulpcore.ContentguardsCompositeApi
|
|
1556
1556
|
|
|
1557
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1557
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1558
1558
|
|
|
1559
1559
|
Method | HTTP request | Description
|
|
1560
1560
|
------------- | ------------- | -------------
|
|
@@ -1590,10 +1590,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
1590
1590
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1591
1591
|
from pprint import pprint
|
|
1592
1592
|
|
|
1593
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1593
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1594
1594
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1595
1595
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1596
|
-
host = "https://env-ephemeral-
|
|
1596
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1597
1597
|
)
|
|
1598
1598
|
|
|
1599
1599
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1684,10 +1684,10 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
1684
1684
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1685
1685
|
from pprint import pprint
|
|
1686
1686
|
|
|
1687
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1687
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1688
1688
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1689
1689
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1690
|
-
host = "https://env-ephemeral-
|
|
1690
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1691
1691
|
)
|
|
1692
1692
|
|
|
1693
1693
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1776,10 +1776,10 @@ import pulpcore.client.pulpcore
|
|
|
1776
1776
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1777
1777
|
from pprint import pprint
|
|
1778
1778
|
|
|
1779
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1779
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1780
1780
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1781
1781
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1782
|
-
host = "https://env-ephemeral-
|
|
1782
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1783
1783
|
)
|
|
1784
1784
|
|
|
1785
1785
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1865,10 +1865,10 @@ from pulpcore.client.pulpcore.models.paginated_composite_content_guard_response_
|
|
|
1865
1865
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1866
1866
|
from pprint import pprint
|
|
1867
1867
|
|
|
1868
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1868
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1869
1869
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1870
1870
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1871
|
-
host = "https://env-ephemeral-
|
|
1871
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1872
1872
|
)
|
|
1873
1873
|
|
|
1874
1874
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1992,10 +1992,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
1992
1992
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1993
1993
|
from pprint import pprint
|
|
1994
1994
|
|
|
1995
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1995
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1996
1996
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1997
1997
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1998
|
-
host = "https://env-ephemeral-
|
|
1998
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1999
1999
|
)
|
|
2000
2000
|
|
|
2001
2001
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2087,10 +2087,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
2087
2087
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2088
2088
|
from pprint import pprint
|
|
2089
2089
|
|
|
2090
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2090
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2091
2091
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2092
2092
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2093
|
-
host = "https://env-ephemeral-
|
|
2093
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2094
2094
|
)
|
|
2095
2095
|
|
|
2096
2096
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2183,10 +2183,10 @@ from pulpcore.client.pulpcore.models.patched_composite_content_guard import Patc
|
|
|
2183
2183
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2184
2184
|
from pprint import pprint
|
|
2185
2185
|
|
|
2186
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2186
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2187
2187
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2188
2188
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2189
|
-
host = "https://env-ephemeral-
|
|
2189
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2190
2190
|
)
|
|
2191
2191
|
|
|
2192
2192
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2276,10 +2276,10 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
2276
2276
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2277
2277
|
from pprint import pprint
|
|
2278
2278
|
|
|
2279
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2279
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2280
2280
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2281
2281
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2282
|
-
host = "https://env-ephemeral-
|
|
2282
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2283
2283
|
)
|
|
2284
2284
|
|
|
2285
2285
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2372,10 +2372,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
2372
2372
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2373
2373
|
from pprint import pprint
|
|
2374
2374
|
|
|
2375
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2376
2376
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2377
2377
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2378
|
-
host = "https://env-ephemeral-
|
|
2378
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2379
2379
|
)
|
|
2380
2380
|
|
|
2381
2381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2466,10 +2466,10 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
2466
2466
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2467
2467
|
from pprint import pprint
|
|
2468
2468
|
|
|
2469
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2469
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2470
2470
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2471
2471
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2472
|
-
host = "https://env-ephemeral-
|
|
2472
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2473
2473
|
)
|
|
2474
2474
|
|
|
2475
2475
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2542,7 +2542,7 @@ Name | Type | Description | Notes
|
|
|
2542
2542
|
|
|
2543
2543
|
# pulpcore.client.pulpcore.ContentguardsContentRedirectApi
|
|
2544
2544
|
|
|
2545
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2545
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2546
2546
|
|
|
2547
2547
|
Method | HTTP request | Description
|
|
2548
2548
|
------------- | ------------- | -------------
|
|
@@ -2578,10 +2578,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
2578
2578
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2579
2579
|
from pprint import pprint
|
|
2580
2580
|
|
|
2581
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2581
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2582
2582
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2583
2583
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2584
|
-
host = "https://env-ephemeral-
|
|
2584
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2585
2585
|
)
|
|
2586
2586
|
|
|
2587
2587
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2672,10 +2672,10 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
2672
2672
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2673
2673
|
from pprint import pprint
|
|
2674
2674
|
|
|
2675
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2675
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2676
2676
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2677
2677
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2678
|
-
host = "https://env-ephemeral-
|
|
2678
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2679
2679
|
)
|
|
2680
2680
|
|
|
2681
2681
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2764,10 +2764,10 @@ import pulpcore.client.pulpcore
|
|
|
2764
2764
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2765
2765
|
from pprint import pprint
|
|
2766
2766
|
|
|
2767
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2767
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2768
2768
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2769
2769
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2770
|
-
host = "https://env-ephemeral-
|
|
2770
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2771
2771
|
)
|
|
2772
2772
|
|
|
2773
2773
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2853,10 +2853,10 @@ from pulpcore.client.pulpcore.models.paginated_content_redirect_content_guard_re
|
|
|
2853
2853
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2854
2854
|
from pprint import pprint
|
|
2855
2855
|
|
|
2856
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2856
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2857
2857
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2858
2858
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2859
|
-
host = "https://env-ephemeral-
|
|
2859
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2860
2860
|
)
|
|
2861
2861
|
|
|
2862
2862
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2980,10 +2980,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
2980
2980
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2981
2981
|
from pprint import pprint
|
|
2982
2982
|
|
|
2983
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2983
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2984
2984
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2985
2985
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2986
|
-
host = "https://env-ephemeral-
|
|
2986
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2987
2987
|
)
|
|
2988
2988
|
|
|
2989
2989
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3075,10 +3075,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
3075
3075
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3076
3076
|
from pprint import pprint
|
|
3077
3077
|
|
|
3078
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3078
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3079
3079
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3080
3080
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3081
|
-
host = "https://env-ephemeral-
|
|
3081
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3082
3082
|
)
|
|
3083
3083
|
|
|
3084
3084
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3171,10 +3171,10 @@ from pulpcore.client.pulpcore.models.patched_content_redirect_content_guard impo
|
|
|
3171
3171
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3172
3172
|
from pprint import pprint
|
|
3173
3173
|
|
|
3174
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3174
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3175
3175
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3176
3176
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3177
|
-
host = "https://env-ephemeral-
|
|
3177
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3178
3178
|
)
|
|
3179
3179
|
|
|
3180
3180
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3264,10 +3264,10 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
3264
3264
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3265
3265
|
from pprint import pprint
|
|
3266
3266
|
|
|
3267
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3267
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3268
3268
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3269
3269
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3270
|
-
host = "https://env-ephemeral-
|
|
3270
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3271
3271
|
)
|
|
3272
3272
|
|
|
3273
3273
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3360,10 +3360,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
3360
3360
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3361
3361
|
from pprint import pprint
|
|
3362
3362
|
|
|
3363
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3363
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3364
3364
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3365
3365
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3366
|
-
host = "https://env-ephemeral-
|
|
3366
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3367
3367
|
)
|
|
3368
3368
|
|
|
3369
3369
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3454,10 +3454,10 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
3454
3454
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3455
3455
|
from pprint import pprint
|
|
3456
3456
|
|
|
3457
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3457
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3458
3458
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3459
3459
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3460
|
-
host = "https://env-ephemeral-
|
|
3460
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3461
3461
|
)
|
|
3462
3462
|
|
|
3463
3463
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3530,7 +3530,7 @@ Name | Type | Description | Notes
|
|
|
3530
3530
|
|
|
3531
3531
|
# pulpcore.client.pulpcore.ContentguardsHeaderApi
|
|
3532
3532
|
|
|
3533
|
-
All URIs are relative to *https://env-ephemeral-
|
|
3533
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
3534
3534
|
|
|
3535
3535
|
Method | HTTP request | Description
|
|
3536
3536
|
------------- | ------------- | -------------
|
|
@@ -3566,10 +3566,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
3566
3566
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3567
3567
|
from pprint import pprint
|
|
3568
3568
|
|
|
3569
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3569
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3570
3570
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3571
3571
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3572
|
-
host = "https://env-ephemeral-
|
|
3572
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3573
3573
|
)
|
|
3574
3574
|
|
|
3575
3575
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3660,10 +3660,10 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
3660
3660
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3661
3661
|
from pprint import pprint
|
|
3662
3662
|
|
|
3663
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3663
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3664
3664
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3665
3665
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3666
|
-
host = "https://env-ephemeral-
|
|
3666
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3667
3667
|
)
|
|
3668
3668
|
|
|
3669
3669
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3752,10 +3752,10 @@ import pulpcore.client.pulpcore
|
|
|
3752
3752
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3753
3753
|
from pprint import pprint
|
|
3754
3754
|
|
|
3755
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3755
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3756
3756
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3757
3757
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3758
|
-
host = "https://env-ephemeral-
|
|
3758
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3759
3759
|
)
|
|
3760
3760
|
|
|
3761
3761
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3841,10 +3841,10 @@ from pulpcore.client.pulpcore.models.paginated_header_content_guard_response_lis
|
|
|
3841
3841
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3842
3842
|
from pprint import pprint
|
|
3843
3843
|
|
|
3844
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3844
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3845
3845
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3846
3846
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3847
|
-
host = "https://env-ephemeral-
|
|
3847
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3848
3848
|
)
|
|
3849
3849
|
|
|
3850
3850
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3968,10 +3968,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
3968
3968
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3969
3969
|
from pprint import pprint
|
|
3970
3970
|
|
|
3971
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3971
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3972
3972
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3973
3973
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3974
|
-
host = "https://env-ephemeral-
|
|
3974
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3975
3975
|
)
|
|
3976
3976
|
|
|
3977
3977
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4063,10 +4063,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
4063
4063
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4064
4064
|
from pprint import pprint
|
|
4065
4065
|
|
|
4066
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4066
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4067
4067
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4068
4068
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4069
|
-
host = "https://env-ephemeral-
|
|
4069
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4070
4070
|
)
|
|
4071
4071
|
|
|
4072
4072
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4159,10 +4159,10 @@ from pulpcore.client.pulpcore.models.patched_header_content_guard import Patched
|
|
|
4159
4159
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4160
4160
|
from pprint import pprint
|
|
4161
4161
|
|
|
4162
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4162
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4163
4163
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4164
4164
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4165
|
-
host = "https://env-ephemeral-
|
|
4165
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4166
4166
|
)
|
|
4167
4167
|
|
|
4168
4168
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4252,10 +4252,10 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
4252
4252
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4253
4253
|
from pprint import pprint
|
|
4254
4254
|
|
|
4255
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4255
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4256
4256
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4257
4257
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4258
|
-
host = "https://env-ephemeral-
|
|
4258
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4259
4259
|
)
|
|
4260
4260
|
|
|
4261
4261
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4348,10 +4348,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
4348
4348
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4349
4349
|
from pprint import pprint
|
|
4350
4350
|
|
|
4351
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4351
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4352
4352
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4353
4353
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4354
|
-
host = "https://env-ephemeral-
|
|
4354
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4355
4355
|
)
|
|
4356
4356
|
|
|
4357
4357
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4442,10 +4442,10 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
4442
4442
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4443
4443
|
from pprint import pprint
|
|
4444
4444
|
|
|
4445
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4445
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4446
4446
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4447
4447
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4448
|
-
host = "https://env-ephemeral-
|
|
4448
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4449
4449
|
)
|
|
4450
4450
|
|
|
4451
4451
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4518,7 +4518,7 @@ Name | Type | Description | Notes
|
|
|
4518
4518
|
|
|
4519
4519
|
# pulpcore.client.pulpcore.ContentguardsRbacApi
|
|
4520
4520
|
|
|
4521
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4521
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4522
4522
|
|
|
4523
4523
|
Method | HTTP request | Description
|
|
4524
4524
|
------------- | ------------- | -------------
|
|
@@ -4554,10 +4554,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
4554
4554
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4555
4555
|
from pprint import pprint
|
|
4556
4556
|
|
|
4557
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4557
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4558
4558
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4559
4559
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4560
|
-
host = "https://env-ephemeral-
|
|
4560
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4561
4561
|
)
|
|
4562
4562
|
|
|
4563
4563
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4648,10 +4648,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
4648
4648
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4649
4649
|
from pprint import pprint
|
|
4650
4650
|
|
|
4651
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4651
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4652
4652
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4653
4653
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4654
|
-
host = "https://env-ephemeral-
|
|
4654
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4655
4655
|
)
|
|
4656
4656
|
|
|
4657
4657
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4740,10 +4740,10 @@ import pulpcore.client.pulpcore
|
|
|
4740
4740
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4741
4741
|
from pprint import pprint
|
|
4742
4742
|
|
|
4743
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4743
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4744
4744
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4745
4745
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4746
|
-
host = "https://env-ephemeral-
|
|
4746
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4747
4747
|
)
|
|
4748
4748
|
|
|
4749
4749
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4829,10 +4829,10 @@ from pulpcore.client.pulpcore.models.paginated_rbac_content_guard_response_list
|
|
|
4829
4829
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4830
4830
|
from pprint import pprint
|
|
4831
4831
|
|
|
4832
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4832
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4833
4833
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4834
4834
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4835
|
-
host = "https://env-ephemeral-
|
|
4835
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4836
4836
|
)
|
|
4837
4837
|
|
|
4838
4838
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4956,10 +4956,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
4956
4956
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4957
4957
|
from pprint import pprint
|
|
4958
4958
|
|
|
4959
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4959
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4960
4960
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4961
4961
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4962
|
-
host = "https://env-ephemeral-
|
|
4962
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4963
4963
|
)
|
|
4964
4964
|
|
|
4965
4965
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5051,10 +5051,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
5051
5051
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5052
5052
|
from pprint import pprint
|
|
5053
5053
|
|
|
5054
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5054
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5055
5055
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5056
5056
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5057
|
-
host = "https://env-ephemeral-
|
|
5057
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5058
5058
|
)
|
|
5059
5059
|
|
|
5060
5060
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5147,10 +5147,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
5147
5147
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5148
5148
|
from pprint import pprint
|
|
5149
5149
|
|
|
5150
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5150
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5151
5151
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5152
5152
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5153
|
-
host = "https://env-ephemeral-
|
|
5153
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5154
5154
|
)
|
|
5155
5155
|
|
|
5156
5156
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5240,10 +5240,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
5240
5240
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5241
5241
|
from pprint import pprint
|
|
5242
5242
|
|
|
5243
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5243
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5244
5244
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5245
5245
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5246
|
-
host = "https://env-ephemeral-
|
|
5246
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5247
5247
|
)
|
|
5248
5248
|
|
|
5249
5249
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5336,10 +5336,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
5336
5336
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5337
5337
|
from pprint import pprint
|
|
5338
5338
|
|
|
5339
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5339
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5340
5340
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5341
5341
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5342
|
-
host = "https://env-ephemeral-
|
|
5342
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5343
5343
|
)
|
|
5344
5344
|
|
|
5345
5345
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5430,10 +5430,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
5430
5430
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5431
5431
|
from pprint import pprint
|
|
5432
5432
|
|
|
5433
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5433
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5434
5434
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5435
5435
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5436
|
-
host = "https://env-ephemeral-
|
|
5436
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5437
5437
|
)
|
|
5438
5438
|
|
|
5439
5439
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5506,7 +5506,7 @@ Name | Type | Description | Notes
|
|
|
5506
5506
|
|
|
5507
5507
|
# pulpcore.client.pulpcore.ContentOpenpgpPublickeyApi
|
|
5508
5508
|
|
|
5509
|
-
All URIs are relative to *https://env-ephemeral-
|
|
5509
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
5510
5510
|
|
|
5511
5511
|
Method | HTTP request | Description
|
|
5512
5512
|
------------- | ------------- | -------------
|
|
@@ -5536,10 +5536,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
5536
5536
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5537
5537
|
from pprint import pprint
|
|
5538
5538
|
|
|
5539
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5539
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5540
5540
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5541
5541
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5542
|
-
host = "https://env-ephemeral-
|
|
5542
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5543
5543
|
)
|
|
5544
5544
|
|
|
5545
5545
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5637,10 +5637,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_public_key_response_list
|
|
|
5637
5637
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5638
5638
|
from pprint import pprint
|
|
5639
5639
|
|
|
5640
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5640
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5641
5641
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5642
5642
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5643
|
-
host = "https://env-ephemeral-
|
|
5643
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5644
5644
|
)
|
|
5645
5645
|
|
|
5646
5646
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5758,10 +5758,10 @@ from pulpcore.client.pulpcore.models.open_pgp_public_key_response import OpenPGP
|
|
|
5758
5758
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5759
5759
|
from pprint import pprint
|
|
5760
5760
|
|
|
5761
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5761
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5762
5762
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5763
5763
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5764
|
-
host = "https://env-ephemeral-
|
|
5764
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5765
5765
|
)
|
|
5766
5766
|
|
|
5767
5767
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5854,10 +5854,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
5854
5854
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5855
5855
|
from pprint import pprint
|
|
5856
5856
|
|
|
5857
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5857
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5858
5858
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5859
5859
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5860
|
-
host = "https://env-ephemeral-
|
|
5860
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5861
5861
|
)
|
|
5862
5862
|
|
|
5863
5863
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5948,10 +5948,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
5948
5948
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5949
5949
|
from pprint import pprint
|
|
5950
5950
|
|
|
5951
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5951
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5952
5952
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5953
5953
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5954
|
-
host = "https://env-ephemeral-
|
|
5954
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5955
5955
|
)
|
|
5956
5956
|
|
|
5957
5957
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6024,7 +6024,7 @@ Name | Type | Description | Notes
|
|
|
6024
6024
|
|
|
6025
6025
|
# pulpcore.client.pulpcore.ContentOpenpgpPublicsubkeyApi
|
|
6026
6026
|
|
|
6027
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6027
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6028
6028
|
|
|
6029
6029
|
Method | HTTP request | Description
|
|
6030
6030
|
------------- | ------------- | -------------
|
|
@@ -6053,10 +6053,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_public_subkey_response_l
|
|
|
6053
6053
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6054
6054
|
from pprint import pprint
|
|
6055
6055
|
|
|
6056
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6056
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6057
6057
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6058
6058
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6059
|
-
host = "https://env-ephemeral-
|
|
6059
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6060
6060
|
)
|
|
6061
6061
|
|
|
6062
6062
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6174,10 +6174,10 @@ from pulpcore.client.pulpcore.models.open_pgp_public_subkey_response import Open
|
|
|
6174
6174
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6175
6175
|
from pprint import pprint
|
|
6176
6176
|
|
|
6177
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6177
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6178
6178
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6179
6179
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6180
|
-
host = "https://env-ephemeral-
|
|
6180
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6181
6181
|
)
|
|
6182
6182
|
|
|
6183
6183
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6270,10 +6270,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
6270
6270
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6271
6271
|
from pprint import pprint
|
|
6272
6272
|
|
|
6273
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6273
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6274
6274
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6275
6275
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6276
|
-
host = "https://env-ephemeral-
|
|
6276
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6277
6277
|
)
|
|
6278
6278
|
|
|
6279
6279
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6364,10 +6364,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
6364
6364
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6365
6365
|
from pprint import pprint
|
|
6366
6366
|
|
|
6367
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6367
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6368
6368
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6369
6369
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6370
|
-
host = "https://env-ephemeral-
|
|
6370
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6371
6371
|
)
|
|
6372
6372
|
|
|
6373
6373
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6440,7 +6440,7 @@ Name | Type | Description | Notes
|
|
|
6440
6440
|
|
|
6441
6441
|
# pulpcore.client.pulpcore.ContentOpenpgpSignatureApi
|
|
6442
6442
|
|
|
6443
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6443
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6444
6444
|
|
|
6445
6445
|
Method | HTTP request | Description
|
|
6446
6446
|
------------- | ------------- | -------------
|
|
@@ -6469,10 +6469,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_signature_response_list
|
|
|
6469
6469
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6470
6470
|
from pprint import pprint
|
|
6471
6471
|
|
|
6472
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6472
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6473
6473
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6474
6474
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6475
|
-
host = "https://env-ephemeral-
|
|
6475
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6476
6476
|
)
|
|
6477
6477
|
|
|
6478
6478
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6590,10 +6590,10 @@ from pulpcore.client.pulpcore.models.open_pgp_signature_response import OpenPGPS
|
|
|
6590
6590
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6591
6591
|
from pprint import pprint
|
|
6592
6592
|
|
|
6593
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6593
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6594
6594
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6595
6595
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6596
|
-
host = "https://env-ephemeral-
|
|
6596
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6597
6597
|
)
|
|
6598
6598
|
|
|
6599
6599
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6686,10 +6686,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
6686
6686
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6687
6687
|
from pprint import pprint
|
|
6688
6688
|
|
|
6689
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6689
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6690
6690
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6691
6691
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6692
|
-
host = "https://env-ephemeral-
|
|
6692
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6693
6693
|
)
|
|
6694
6694
|
|
|
6695
6695
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6780,10 +6780,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
6780
6780
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6781
6781
|
from pprint import pprint
|
|
6782
6782
|
|
|
6783
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6783
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6784
6784
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6785
6785
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6786
|
-
host = "https://env-ephemeral-
|
|
6786
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6787
6787
|
)
|
|
6788
6788
|
|
|
6789
6789
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6856,7 +6856,7 @@ Name | Type | Description | Notes
|
|
|
6856
6856
|
|
|
6857
6857
|
# pulpcore.client.pulpcore.ContentOpenpgpUserattributeApi
|
|
6858
6858
|
|
|
6859
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6859
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6860
6860
|
|
|
6861
6861
|
Method | HTTP request | Description
|
|
6862
6862
|
------------- | ------------- | -------------
|
|
@@ -6885,10 +6885,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_user_attribute_response_
|
|
|
6885
6885
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6886
6886
|
from pprint import pprint
|
|
6887
6887
|
|
|
6888
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6888
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6889
6889
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6890
6890
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6891
|
-
host = "https://env-ephemeral-
|
|
6891
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6892
6892
|
)
|
|
6893
6893
|
|
|
6894
6894
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7006,10 +7006,10 @@ from pulpcore.client.pulpcore.models.open_pgp_user_attribute_response import Ope
|
|
|
7006
7006
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7007
7007
|
from pprint import pprint
|
|
7008
7008
|
|
|
7009
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7009
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7010
7010
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7011
7011
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7012
|
-
host = "https://env-ephemeral-
|
|
7012
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7013
7013
|
)
|
|
7014
7014
|
|
|
7015
7015
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7102,10 +7102,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
7102
7102
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7103
7103
|
from pprint import pprint
|
|
7104
7104
|
|
|
7105
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7105
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7106
7106
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7107
7107
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7108
|
-
host = "https://env-ephemeral-
|
|
7108
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7109
7109
|
)
|
|
7110
7110
|
|
|
7111
7111
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7196,10 +7196,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
7196
7196
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7197
7197
|
from pprint import pprint
|
|
7198
7198
|
|
|
7199
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7199
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7200
7200
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7201
7201
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7202
|
-
host = "https://env-ephemeral-
|
|
7202
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7203
7203
|
)
|
|
7204
7204
|
|
|
7205
7205
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7272,7 +7272,7 @@ Name | Type | Description | Notes
|
|
|
7272
7272
|
|
|
7273
7273
|
# pulpcore.client.pulpcore.ContentOpenpgpUseridApi
|
|
7274
7274
|
|
|
7275
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7275
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7276
7276
|
|
|
7277
7277
|
Method | HTTP request | Description
|
|
7278
7278
|
------------- | ------------- | -------------
|
|
@@ -7301,10 +7301,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_user_id_response_list im
|
|
|
7301
7301
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7302
7302
|
from pprint import pprint
|
|
7303
7303
|
|
|
7304
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7304
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7305
7305
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7306
7306
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7307
|
-
host = "https://env-ephemeral-
|
|
7307
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7308
7308
|
)
|
|
7309
7309
|
|
|
7310
7310
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7438,10 +7438,10 @@ from pulpcore.client.pulpcore.models.open_pgp_user_id_response import OpenPGPUse
|
|
|
7438
7438
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7439
7439
|
from pprint import pprint
|
|
7440
7440
|
|
|
7441
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7441
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7442
7442
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7443
7443
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7444
|
-
host = "https://env-ephemeral-
|
|
7444
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7445
7445
|
)
|
|
7446
7446
|
|
|
7447
7447
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7534,10 +7534,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
7534
7534
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7535
7535
|
from pprint import pprint
|
|
7536
7536
|
|
|
7537
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7537
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7538
7538
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7539
7539
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7540
|
-
host = "https://env-ephemeral-
|
|
7540
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7541
7541
|
)
|
|
7542
7542
|
|
|
7543
7543
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7628,10 +7628,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
7628
7628
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7629
7629
|
from pprint import pprint
|
|
7630
7630
|
|
|
7631
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7631
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7632
7632
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7633
7633
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7634
|
-
host = "https://env-ephemeral-
|
|
7634
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7635
7635
|
)
|
|
7636
7636
|
|
|
7637
7637
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7904,7 +7904,7 @@ distribution_response_from_dict = DistributionResponse.from_dict(distribution_re
|
|
|
7904
7904
|
|
|
7905
7905
|
# pulpcore.client.pulpcore.DistributionsApi
|
|
7906
7906
|
|
|
7907
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7907
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7908
7908
|
|
|
7909
7909
|
Method | HTTP request | Description
|
|
7910
7910
|
------------- | ------------- | -------------
|
|
@@ -7930,10 +7930,10 @@ from pulpcore.client.pulpcore.models.paginated_distribution_response_list import
|
|
|
7930
7930
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7931
7931
|
from pprint import pprint
|
|
7932
7932
|
|
|
7933
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7933
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7934
7934
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7935
7935
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7936
|
-
host = "https://env-ephemeral-
|
|
7936
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7937
7937
|
)
|
|
7938
7938
|
|
|
7939
7939
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8062,7 +8062,7 @@ Name | Type | Description | Notes
|
|
|
8062
8062
|
|
|
8063
8063
|
# pulpcore.client.pulpcore.DistributionsArtifactsApi
|
|
8064
8064
|
|
|
8065
|
-
All URIs are relative to *https://env-ephemeral-
|
|
8065
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
8066
8066
|
|
|
8067
8067
|
Method | HTTP request | Description
|
|
8068
8068
|
------------- | ------------- | -------------
|
|
@@ -8089,10 +8089,10 @@ from pulpcore.client.pulpcore.models.paginated_artifact_distribution_response_li
|
|
|
8089
8089
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8090
8090
|
from pprint import pprint
|
|
8091
8091
|
|
|
8092
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8092
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8093
8093
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8094
8094
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8095
|
-
host = "https://env-ephemeral-
|
|
8095
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8096
8096
|
)
|
|
8097
8097
|
|
|
8098
8098
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8234,10 +8234,10 @@ from pulpcore.client.pulpcore.models.artifact_distribution_response import Artif
|
|
|
8234
8234
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8235
8235
|
from pprint import pprint
|
|
8236
8236
|
|
|
8237
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8237
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8238
8238
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8239
8239
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8240
|
-
host = "https://env-ephemeral-
|
|
8240
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8241
8241
|
)
|
|
8242
8242
|
|
|
8243
8243
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8312,7 +8312,7 @@ Name | Type | Description | Notes
|
|
|
8312
8312
|
|
|
8313
8313
|
# pulpcore.client.pulpcore.DistributionsOpenpgpApi
|
|
8314
8314
|
|
|
8315
|
-
All URIs are relative to *https://env-ephemeral-
|
|
8315
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
8316
8316
|
|
|
8317
8317
|
Method | HTTP request | Description
|
|
8318
8318
|
------------- | ------------- | -------------
|
|
@@ -8346,10 +8346,10 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution import OpenPGPDistrib
|
|
|
8346
8346
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8347
8347
|
from pprint import pprint
|
|
8348
8348
|
|
|
8349
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8349
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8350
8350
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8351
8351
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8352
|
-
host = "https://env-ephemeral-
|
|
8352
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8353
8353
|
)
|
|
8354
8354
|
|
|
8355
8355
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8439,10 +8439,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
8439
8439
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8440
8440
|
from pprint import pprint
|
|
8441
8441
|
|
|
8442
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8442
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8443
8443
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8444
8444
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8445
|
-
host = "https://env-ephemeral-
|
|
8445
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8446
8446
|
)
|
|
8447
8447
|
|
|
8448
8448
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8530,10 +8530,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_distribution_response_li
|
|
|
8530
8530
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8531
8531
|
from pprint import pprint
|
|
8532
8532
|
|
|
8533
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8533
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8534
8534
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8535
8535
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8536
|
-
host = "https://env-ephemeral-
|
|
8536
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8537
8537
|
)
|
|
8538
8538
|
|
|
8539
8539
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8646,10 +8646,10 @@ from pulpcore.client.pulpcore.models.patched_open_pgp_distribution import Patche
|
|
|
8646
8646
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8647
8647
|
from pprint import pprint
|
|
8648
8648
|
|
|
8649
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8649
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8650
8650
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8651
8651
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8652
|
-
host = "https://env-ephemeral-
|
|
8652
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8653
8653
|
)
|
|
8654
8654
|
|
|
8655
8655
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8740,10 +8740,10 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution_response import OpenP
|
|
|
8740
8740
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8741
8741
|
from pprint import pprint
|
|
8742
8742
|
|
|
8743
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8743
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8744
8744
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8745
8745
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8746
|
-
host = "https://env-ephemeral-
|
|
8746
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8747
8747
|
)
|
|
8748
8748
|
|
|
8749
8749
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8836,10 +8836,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
8836
8836
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8837
8837
|
from pprint import pprint
|
|
8838
8838
|
|
|
8839
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8839
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8840
8840
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8841
8841
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8842
|
-
host = "https://env-ephemeral-
|
|
8842
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8843
8843
|
)
|
|
8844
8844
|
|
|
8845
8845
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8930,10 +8930,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
8930
8930
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8931
8931
|
from pprint import pprint
|
|
8932
8932
|
|
|
8933
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8933
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8934
8934
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8935
8935
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8936
|
-
host = "https://env-ephemeral-
|
|
8936
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8937
8937
|
)
|
|
8938
8938
|
|
|
8939
8939
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9024,10 +9024,10 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution_response import OpenP
|
|
|
9024
9024
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9025
9025
|
from pprint import pprint
|
|
9026
9026
|
|
|
9027
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9027
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9028
9028
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9029
9029
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9030
|
-
host = "https://env-ephemeral-
|
|
9030
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9031
9031
|
)
|
|
9032
9032
|
|
|
9033
9033
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9208,7 +9208,7 @@ domain_response_from_dict = DomainResponse.from_dict(domain_response_dict)
|
|
|
9208
9208
|
|
|
9209
9209
|
# pulpcore.client.pulpcore.DomainsApi
|
|
9210
9210
|
|
|
9211
|
-
All URIs are relative to *https://env-ephemeral-
|
|
9211
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
9212
9212
|
|
|
9213
9213
|
Method | HTTP request | Description
|
|
9214
9214
|
------------- | ------------- | -------------
|
|
@@ -9243,10 +9243,10 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
9243
9243
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9244
9244
|
from pprint import pprint
|
|
9245
9245
|
|
|
9246
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9246
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9247
9247
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9248
9248
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9249
|
-
host = "https://env-ephemeral-
|
|
9249
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9250
9250
|
)
|
|
9251
9251
|
|
|
9252
9252
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9336,10 +9336,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
9336
9336
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9337
9337
|
from pprint import pprint
|
|
9338
9338
|
|
|
9339
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9339
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9340
9340
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9341
9341
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9342
|
-
host = "https://env-ephemeral-
|
|
9342
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9343
9343
|
)
|
|
9344
9344
|
|
|
9345
9345
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9427,10 +9427,10 @@ from pulpcore.client.pulpcore.models.paginated_domain_response_list import Pagin
|
|
|
9427
9427
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9428
9428
|
from pprint import pprint
|
|
9429
9429
|
|
|
9430
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9430
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9431
9431
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9432
9432
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9433
|
-
host = "https://env-ephemeral-
|
|
9433
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9434
9434
|
)
|
|
9435
9435
|
|
|
9436
9436
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9557,10 +9557,10 @@ from pulpcore.client.pulpcore.models.domain_backend_migrator import DomainBacken
|
|
|
9557
9557
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9558
9558
|
from pprint import pprint
|
|
9559
9559
|
|
|
9560
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9560
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9561
9561
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9562
9562
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9563
|
-
host = "https://env-ephemeral-
|
|
9563
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9564
9564
|
)
|
|
9565
9565
|
|
|
9566
9566
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9651,10 +9651,10 @@ from pulpcore.client.pulpcore.models.patched_domain import PatchedDomain
|
|
|
9651
9651
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9652
9652
|
from pprint import pprint
|
|
9653
9653
|
|
|
9654
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9654
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9655
9655
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9656
9656
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9657
|
-
host = "https://env-ephemeral-
|
|
9657
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9658
9658
|
)
|
|
9659
9659
|
|
|
9660
9660
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9745,10 +9745,10 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
9745
9745
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9746
9746
|
from pprint import pprint
|
|
9747
9747
|
|
|
9748
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9748
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9749
9749
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9750
9750
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9751
|
-
host = "https://env-ephemeral-
|
|
9751
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9752
9752
|
)
|
|
9753
9753
|
|
|
9754
9754
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9841,10 +9841,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
9841
9841
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9842
9842
|
from pprint import pprint
|
|
9843
9843
|
|
|
9844
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9844
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9845
9845
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9846
9846
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9847
|
-
host = "https://env-ephemeral-
|
|
9847
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9848
9848
|
)
|
|
9849
9849
|
|
|
9850
9850
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9935,10 +9935,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
9935
9935
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9936
9936
|
from pprint import pprint
|
|
9937
9937
|
|
|
9938
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9938
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9939
9939
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9940
9940
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9941
|
-
host = "https://env-ephemeral-
|
|
9941
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9942
9942
|
)
|
|
9943
9943
|
|
|
9944
9944
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10029,10 +10029,10 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
10029
10029
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10030
10030
|
from pprint import pprint
|
|
10031
10031
|
|
|
10032
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10032
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10033
10033
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10034
10034
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10035
|
-
host = "https://env-ephemeral-
|
|
10035
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10036
10036
|
)
|
|
10037
10037
|
|
|
10038
10038
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10138,7 +10138,7 @@ evaluation_response_from_dict = EvaluationResponse.from_dict(evaluation_response
|
|
|
10138
10138
|
|
|
10139
10139
|
# pulpcore.client.pulpcore.ExportersFilesystemApi
|
|
10140
10140
|
|
|
10141
|
-
All URIs are relative to *https://env-ephemeral-
|
|
10141
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
10142
10142
|
|
|
10143
10143
|
Method | HTTP request | Description
|
|
10144
10144
|
------------- | ------------- | -------------
|
|
@@ -10170,10 +10170,10 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
10170
10170
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10171
10171
|
from pprint import pprint
|
|
10172
10172
|
|
|
10173
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10173
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10174
10174
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10175
10175
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10176
|
-
host = "https://env-ephemeral-
|
|
10176
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10177
10177
|
)
|
|
10178
10178
|
|
|
10179
10179
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10263,10 +10263,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
10263
10263
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10264
10264
|
from pprint import pprint
|
|
10265
10265
|
|
|
10266
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10266
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10267
10267
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10268
10268
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10269
|
-
host = "https://env-ephemeral-
|
|
10269
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10270
10270
|
)
|
|
10271
10271
|
|
|
10272
10272
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10354,10 +10354,10 @@ from pulpcore.client.pulpcore.models.paginated_filesystem_exporter_response_list
|
|
|
10354
10354
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10355
10355
|
from pprint import pprint
|
|
10356
10356
|
|
|
10357
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10357
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10358
10358
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10359
10359
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10360
|
-
host = "https://env-ephemeral-
|
|
10360
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10361
10361
|
)
|
|
10362
10362
|
|
|
10363
10363
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10482,10 +10482,10 @@ from pulpcore.client.pulpcore.models.patched_filesystem_exporter import PatchedF
|
|
|
10482
10482
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10483
10483
|
from pprint import pprint
|
|
10484
10484
|
|
|
10485
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10485
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10486
10486
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10487
10487
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10488
|
-
host = "https://env-ephemeral-
|
|
10488
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10489
10489
|
)
|
|
10490
10490
|
|
|
10491
10491
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10576,10 +10576,10 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
10576
10576
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10577
10577
|
from pprint import pprint
|
|
10578
10578
|
|
|
10579
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10579
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10580
10580
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10581
10581
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10582
|
-
host = "https://env-ephemeral-
|
|
10582
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10583
10583
|
)
|
|
10584
10584
|
|
|
10585
10585
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10672,10 +10672,10 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
10672
10672
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10673
10673
|
from pprint import pprint
|
|
10674
10674
|
|
|
10675
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10675
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10676
10676
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10677
10677
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10678
|
-
host = "https://env-ephemeral-
|
|
10678
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10679
10679
|
)
|
|
10680
10680
|
|
|
10681
10681
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10749,7 +10749,7 @@ Name | Type | Description | Notes
|
|
|
10749
10749
|
|
|
10750
10750
|
# pulpcore.client.pulpcore.ExportersFilesystemExportsApi
|
|
10751
10751
|
|
|
10752
|
-
All URIs are relative to *https://env-ephemeral-
|
|
10752
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
10753
10753
|
|
|
10754
10754
|
Method | HTTP request | Description
|
|
10755
10755
|
------------- | ------------- | -------------
|
|
@@ -10779,10 +10779,10 @@ from pulpcore.client.pulpcore.models.filesystem_export import FilesystemExport
|
|
|
10779
10779
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10780
10780
|
from pprint import pprint
|
|
10781
10781
|
|
|
10782
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10782
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10783
10783
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10784
10784
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10785
|
-
host = "https://env-ephemeral-
|
|
10785
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10786
10786
|
)
|
|
10787
10787
|
|
|
10788
10788
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10871,10 +10871,10 @@ import pulpcore.client.pulpcore
|
|
|
10871
10871
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10872
10872
|
from pprint import pprint
|
|
10873
10873
|
|
|
10874
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10874
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10875
10875
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10876
10876
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10877
|
-
host = "https://env-ephemeral-
|
|
10877
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10878
10878
|
)
|
|
10879
10879
|
|
|
10880
10880
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10960,10 +10960,10 @@ from pulpcore.client.pulpcore.models.paginated_filesystem_export_response_list i
|
|
|
10960
10960
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10961
10961
|
from pprint import pprint
|
|
10962
10962
|
|
|
10963
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10963
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10964
10964
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10965
10965
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10966
|
-
host = "https://env-ephemeral-
|
|
10966
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10967
10967
|
)
|
|
10968
10968
|
|
|
10969
10969
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11059,10 +11059,10 @@ from pulpcore.client.pulpcore.models.filesystem_export_response import Filesyste
|
|
|
11059
11059
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11060
11060
|
from pprint import pprint
|
|
11061
11061
|
|
|
11062
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11062
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11063
11063
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11064
11064
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11065
|
-
host = "https://env-ephemeral-
|
|
11065
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11066
11066
|
)
|
|
11067
11067
|
|
|
11068
11068
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11137,7 +11137,7 @@ Name | Type | Description | Notes
|
|
|
11137
11137
|
|
|
11138
11138
|
# pulpcore.client.pulpcore.ExportersPulpApi
|
|
11139
11139
|
|
|
11140
|
-
All URIs are relative to *https://env-ephemeral-
|
|
11140
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
11141
11141
|
|
|
11142
11142
|
Method | HTTP request | Description
|
|
11143
11143
|
------------- | ------------- | -------------
|
|
@@ -11169,10 +11169,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11169
11169
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11170
11170
|
from pprint import pprint
|
|
11171
11171
|
|
|
11172
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11172
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11173
11173
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11174
11174
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11175
|
-
host = "https://env-ephemeral-
|
|
11175
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11176
11176
|
)
|
|
11177
11177
|
|
|
11178
11178
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11262,10 +11262,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
11262
11262
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11263
11263
|
from pprint import pprint
|
|
11264
11264
|
|
|
11265
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11265
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11266
11266
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11267
11267
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11268
|
-
host = "https://env-ephemeral-
|
|
11268
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11269
11269
|
)
|
|
11270
11270
|
|
|
11271
11271
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11353,10 +11353,10 @@ from pulpcore.client.pulpcore.models.paginated_pulp_exporter_response_list impor
|
|
|
11353
11353
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11354
11354
|
from pprint import pprint
|
|
11355
11355
|
|
|
11356
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11356
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11357
11357
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11358
11358
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11359
|
-
host = "https://env-ephemeral-
|
|
11359
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11360
11360
|
)
|
|
11361
11361
|
|
|
11362
11362
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11481,10 +11481,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11481
11481
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11482
11482
|
from pprint import pprint
|
|
11483
11483
|
|
|
11484
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11484
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11485
11485
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11486
11486
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11487
|
-
host = "https://env-ephemeral-
|
|
11487
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11488
11488
|
)
|
|
11489
11489
|
|
|
11490
11490
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11575,10 +11575,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11575
11575
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11576
11576
|
from pprint import pprint
|
|
11577
11577
|
|
|
11578
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11578
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11579
11579
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11580
11580
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11581
|
-
host = "https://env-ephemeral-
|
|
11581
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11582
11582
|
)
|
|
11583
11583
|
|
|
11584
11584
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11671,10 +11671,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11671
11671
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11672
11672
|
from pprint import pprint
|
|
11673
11673
|
|
|
11674
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11674
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11675
11675
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11676
11676
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11677
|
-
host = "https://env-ephemeral-
|
|
11677
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11678
11678
|
)
|
|
11679
11679
|
|
|
11680
11680
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11748,7 +11748,7 @@ Name | Type | Description | Notes
|
|
|
11748
11748
|
|
|
11749
11749
|
# pulpcore.client.pulpcore.ExportersPulpExportsApi
|
|
11750
11750
|
|
|
11751
|
-
All URIs are relative to *https://env-ephemeral-
|
|
11751
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
11752
11752
|
|
|
11753
11753
|
Method | HTTP request | Description
|
|
11754
11754
|
------------- | ------------- | -------------
|
|
@@ -11778,10 +11778,10 @@ from pulpcore.client.pulpcore.models.pulp_export import PulpExport
|
|
|
11778
11778
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11779
11779
|
from pprint import pprint
|
|
11780
11780
|
|
|
11781
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11781
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11782
11782
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11783
11783
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11784
|
-
host = "https://env-ephemeral-
|
|
11784
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11785
11785
|
)
|
|
11786
11786
|
|
|
11787
11787
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11870,10 +11870,10 @@ import pulpcore.client.pulpcore
|
|
|
11870
11870
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11871
11871
|
from pprint import pprint
|
|
11872
11872
|
|
|
11873
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11873
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11874
11874
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11875
11875
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11876
|
-
host = "https://env-ephemeral-
|
|
11876
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11877
11877
|
)
|
|
11878
11878
|
|
|
11879
11879
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11959,10 +11959,10 @@ from pulpcore.client.pulpcore.models.paginated_pulp_export_response_list import
|
|
|
11959
11959
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11960
11960
|
from pprint import pprint
|
|
11961
11961
|
|
|
11962
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11962
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11963
11963
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11964
11964
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11965
|
-
host = "https://env-ephemeral-
|
|
11965
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11966
11966
|
)
|
|
11967
11967
|
|
|
11968
11968
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12058,10 +12058,10 @@ from pulpcore.client.pulpcore.models.pulp_export_response import PulpExportRespo
|
|
|
12058
12058
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12059
12059
|
from pprint import pprint
|
|
12060
12060
|
|
|
12061
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12061
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12062
12062
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12063
12063
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12064
|
-
host = "https://env-ephemeral-
|
|
12064
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12065
12065
|
)
|
|
12066
12066
|
|
|
12067
12067
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12537,7 +12537,7 @@ group_role_response_from_dict = GroupRoleResponse.from_dict(group_role_response_
|
|
|
12537
12537
|
|
|
12538
12538
|
# pulpcore.client.pulpcore.GroupsApi
|
|
12539
12539
|
|
|
12540
|
-
All URIs are relative to *https://env-ephemeral-
|
|
12540
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
12541
12541
|
|
|
12542
12542
|
Method | HTTP request | Description
|
|
12543
12543
|
------------- | ------------- | -------------
|
|
@@ -12573,10 +12573,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
12573
12573
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12574
12574
|
from pprint import pprint
|
|
12575
12575
|
|
|
12576
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12576
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12577
12577
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12578
12578
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12579
|
-
host = "https://env-ephemeral-
|
|
12579
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12580
12580
|
)
|
|
12581
12581
|
|
|
12582
12582
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12667,10 +12667,10 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
12667
12667
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12668
12668
|
from pprint import pprint
|
|
12669
12669
|
|
|
12670
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12670
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12671
12671
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12672
12672
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12673
|
-
host = "https://env-ephemeral-
|
|
12673
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12674
12674
|
)
|
|
12675
12675
|
|
|
12676
12676
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12759,10 +12759,10 @@ import pulpcore.client.pulpcore
|
|
|
12759
12759
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12760
12760
|
from pprint import pprint
|
|
12761
12761
|
|
|
12762
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12762
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12763
12763
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12764
12764
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12765
|
-
host = "https://env-ephemeral-
|
|
12765
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12766
12766
|
)
|
|
12767
12767
|
|
|
12768
12768
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12848,10 +12848,10 @@ from pulpcore.client.pulpcore.models.paginated_group_response_list import Pagina
|
|
|
12848
12848
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12849
12849
|
from pprint import pprint
|
|
12850
12850
|
|
|
12851
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12851
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12852
12852
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12853
12853
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12854
|
-
host = "https://env-ephemeral-
|
|
12854
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12855
12855
|
)
|
|
12856
12856
|
|
|
12857
12857
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12971,10 +12971,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
12971
12971
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12972
12972
|
from pprint import pprint
|
|
12973
12973
|
|
|
12974
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12974
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12975
12975
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12976
12976
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12977
|
-
host = "https://env-ephemeral-
|
|
12977
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12978
12978
|
)
|
|
12979
12979
|
|
|
12980
12980
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13066,10 +13066,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
13066
13066
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13067
13067
|
from pprint import pprint
|
|
13068
13068
|
|
|
13069
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13069
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13070
13070
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13071
13071
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13072
|
-
host = "https://env-ephemeral-
|
|
13072
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13073
13073
|
)
|
|
13074
13074
|
|
|
13075
13075
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13162,10 +13162,10 @@ from pulpcore.client.pulpcore.models.patched_group import PatchedGroup
|
|
|
13162
13162
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13163
13163
|
from pprint import pprint
|
|
13164
13164
|
|
|
13165
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13165
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13166
13166
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13167
13167
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13168
|
-
host = "https://env-ephemeral-
|
|
13168
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13169
13169
|
)
|
|
13170
13170
|
|
|
13171
13171
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13255,10 +13255,10 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
13255
13255
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13256
13256
|
from pprint import pprint
|
|
13257
13257
|
|
|
13258
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13258
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13259
13259
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13260
13260
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13261
|
-
host = "https://env-ephemeral-
|
|
13261
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13262
13262
|
)
|
|
13263
13263
|
|
|
13264
13264
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13351,10 +13351,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
13351
13351
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13352
13352
|
from pprint import pprint
|
|
13353
13353
|
|
|
13354
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13354
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13355
13355
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13356
13356
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13357
|
-
host = "https://env-ephemeral-
|
|
13357
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13358
13358
|
)
|
|
13359
13359
|
|
|
13360
13360
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13445,10 +13445,10 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
13445
13445
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13446
13446
|
from pprint import pprint
|
|
13447
13447
|
|
|
13448
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13448
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13449
13449
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13450
13450
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13451
|
-
host = "https://env-ephemeral-
|
|
13451
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13452
13452
|
)
|
|
13453
13453
|
|
|
13454
13454
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13521,7 +13521,7 @@ Name | Type | Description | Notes
|
|
|
13521
13521
|
|
|
13522
13522
|
# pulpcore.client.pulpcore.GroupsRolesApi
|
|
13523
13523
|
|
|
13524
|
-
All URIs are relative to *https://env-ephemeral-
|
|
13524
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
13525
13525
|
|
|
13526
13526
|
Method | HTTP request | Description
|
|
13527
13527
|
------------- | ------------- | -------------
|
|
@@ -13551,10 +13551,10 @@ from pulpcore.client.pulpcore.models.group_role_response import GroupRoleRespons
|
|
|
13551
13551
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13552
13552
|
from pprint import pprint
|
|
13553
13553
|
|
|
13554
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13554
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13555
13555
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13556
13556
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13557
|
-
host = "https://env-ephemeral-
|
|
13557
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13558
13558
|
)
|
|
13559
13559
|
|
|
13560
13560
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13643,10 +13643,10 @@ import pulpcore.client.pulpcore
|
|
|
13643
13643
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13644
13644
|
from pprint import pprint
|
|
13645
13645
|
|
|
13646
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13646
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13647
13647
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13648
13648
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13649
|
-
host = "https://env-ephemeral-
|
|
13649
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13650
13650
|
)
|
|
13651
13651
|
|
|
13652
13652
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13732,10 +13732,10 @@ from pulpcore.client.pulpcore.models.paginated_group_role_response_list import P
|
|
|
13732
13732
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13733
13733
|
from pprint import pprint
|
|
13734
13734
|
|
|
13735
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13735
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13736
13736
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13737
13737
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13738
|
-
host = "https://env-ephemeral-
|
|
13738
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13739
13739
|
)
|
|
13740
13740
|
|
|
13741
13741
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13855,10 +13855,10 @@ from pulpcore.client.pulpcore.models.group_role_response import GroupRoleRespons
|
|
|
13855
13855
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13856
13856
|
from pprint import pprint
|
|
13857
13857
|
|
|
13858
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13858
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13859
13859
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13860
13860
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13861
|
-
host = "https://env-ephemeral-
|
|
13861
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13862
13862
|
)
|
|
13863
13863
|
|
|
13864
13864
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13933,7 +13933,7 @@ Name | Type | Description | Notes
|
|
|
13933
13933
|
|
|
13934
13934
|
# pulpcore.client.pulpcore.GroupsUsersApi
|
|
13935
13935
|
|
|
13936
|
-
All URIs are relative to *https://env-ephemeral-
|
|
13936
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
13937
13937
|
|
|
13938
13938
|
Method | HTTP request | Description
|
|
13939
13939
|
------------- | ------------- | -------------
|
|
@@ -13962,10 +13962,10 @@ from pulpcore.client.pulpcore.models.group_user_response import GroupUserRespons
|
|
|
13962
13962
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13963
13963
|
from pprint import pprint
|
|
13964
13964
|
|
|
13965
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13965
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13966
13966
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13967
13967
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13968
|
-
host = "https://env-ephemeral-
|
|
13968
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13969
13969
|
)
|
|
13970
13970
|
|
|
13971
13971
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14054,10 +14054,10 @@ import pulpcore.client.pulpcore
|
|
|
14054
14054
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14055
14055
|
from pprint import pprint
|
|
14056
14056
|
|
|
14057
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14057
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14058
14058
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14059
14059
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14060
|
-
host = "https://env-ephemeral-
|
|
14060
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14061
14061
|
)
|
|
14062
14062
|
|
|
14063
14063
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14143,10 +14143,10 @@ from pulpcore.client.pulpcore.models.paginated_group_user_response_list import P
|
|
|
14143
14143
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14144
14144
|
from pprint import pprint
|
|
14145
14145
|
|
|
14146
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14146
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14147
14147
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14148
14148
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14149
|
-
host = "https://env-ephemeral-
|
|
14149
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14150
14150
|
)
|
|
14151
14151
|
|
|
14152
14152
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14359,7 +14359,7 @@ header_content_guard_response_from_dict = HeaderContentGuardResponse.from_dict(h
|
|
|
14359
14359
|
|
|
14360
14360
|
# pulpcore.client.pulpcore.ImportersPulpApi
|
|
14361
14361
|
|
|
14362
|
-
All URIs are relative to *https://env-ephemeral-
|
|
14362
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
14363
14363
|
|
|
14364
14364
|
Method | HTTP request | Description
|
|
14365
14365
|
------------- | ------------- | -------------
|
|
@@ -14391,10 +14391,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14391
14391
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14392
14392
|
from pprint import pprint
|
|
14393
14393
|
|
|
14394
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14394
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14395
14395
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14396
14396
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14397
|
-
host = "https://env-ephemeral-
|
|
14397
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14398
14398
|
)
|
|
14399
14399
|
|
|
14400
14400
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14483,10 +14483,10 @@ import pulpcore.client.pulpcore
|
|
|
14483
14483
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14484
14484
|
from pprint import pprint
|
|
14485
14485
|
|
|
14486
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14486
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14487
14487
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14488
14488
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14489
|
-
host = "https://env-ephemeral-
|
|
14489
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14490
14490
|
)
|
|
14491
14491
|
|
|
14492
14492
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14572,10 +14572,10 @@ from pulpcore.client.pulpcore.models.paginated_pulp_importer_response_list impor
|
|
|
14572
14572
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14573
14573
|
from pprint import pprint
|
|
14574
14574
|
|
|
14575
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14575
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14576
14576
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14577
14577
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14578
|
-
host = "https://env-ephemeral-
|
|
14578
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14579
14579
|
)
|
|
14580
14580
|
|
|
14581
14581
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14700,10 +14700,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14700
14700
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14701
14701
|
from pprint import pprint
|
|
14702
14702
|
|
|
14703
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14703
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14704
14704
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14705
14705
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14706
|
-
host = "https://env-ephemeral-
|
|
14706
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14707
14707
|
)
|
|
14708
14708
|
|
|
14709
14709
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14793,10 +14793,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14793
14793
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14794
14794
|
from pprint import pprint
|
|
14795
14795
|
|
|
14796
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14796
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14797
14797
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14798
14798
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14799
|
-
host = "https://env-ephemeral-
|
|
14799
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14800
14800
|
)
|
|
14801
14801
|
|
|
14802
14802
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14889,10 +14889,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14889
14889
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14890
14890
|
from pprint import pprint
|
|
14891
14891
|
|
|
14892
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14892
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14893
14893
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14894
14894
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14895
|
-
host = "https://env-ephemeral-
|
|
14895
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14896
14896
|
)
|
|
14897
14897
|
|
|
14898
14898
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14965,7 +14965,7 @@ Name | Type | Description | Notes
|
|
|
14965
14965
|
|
|
14966
14966
|
# pulpcore.client.pulpcore.ImportersPulpImportCheckApi
|
|
14967
14967
|
|
|
14968
|
-
All URIs are relative to *https://env-ephemeral-
|
|
14968
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
14969
14969
|
|
|
14970
14970
|
Method | HTTP request | Description
|
|
14971
14971
|
------------- | ------------- | -------------
|
|
@@ -14992,10 +14992,10 @@ from pulpcore.client.pulpcore.models.pulp_import_check_response import PulpImpor
|
|
|
14992
14992
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14993
14993
|
from pprint import pprint
|
|
14994
14994
|
|
|
14995
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14995
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14996
14996
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14997
14997
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14998
|
-
host = "https://env-ephemeral-
|
|
14998
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14999
14999
|
)
|
|
15000
15000
|
|
|
15001
15001
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15068,7 +15068,7 @@ Name | Type | Description | Notes
|
|
|
15068
15068
|
|
|
15069
15069
|
# pulpcore.client.pulpcore.ImportersPulpImportsApi
|
|
15070
15070
|
|
|
15071
|
-
All URIs are relative to *https://env-ephemeral-
|
|
15071
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
15072
15072
|
|
|
15073
15073
|
Method | HTTP request | Description
|
|
15074
15074
|
------------- | ------------- | -------------
|
|
@@ -15098,10 +15098,10 @@ from pulpcore.client.pulpcore.models.task_group_operation_response import TaskGr
|
|
|
15098
15098
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15099
15099
|
from pprint import pprint
|
|
15100
15100
|
|
|
15101
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15101
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15102
15102
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15103
15103
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15104
|
-
host = "https://env-ephemeral-
|
|
15104
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15105
15105
|
)
|
|
15106
15106
|
|
|
15107
15107
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15190,10 +15190,10 @@ import pulpcore.client.pulpcore
|
|
|
15190
15190
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15191
15191
|
from pprint import pprint
|
|
15192
15192
|
|
|
15193
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15193
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15194
15194
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15195
15195
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15196
|
-
host = "https://env-ephemeral-
|
|
15196
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15197
15197
|
)
|
|
15198
15198
|
|
|
15199
15199
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15279,10 +15279,10 @@ from pulpcore.client.pulpcore.models.paginated_import_response_list import Pagin
|
|
|
15279
15279
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15280
15280
|
from pprint import pprint
|
|
15281
15281
|
|
|
15282
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15282
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15283
15283
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15284
15284
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15285
|
-
host = "https://env-ephemeral-
|
|
15285
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15286
15286
|
)
|
|
15287
15287
|
|
|
15288
15288
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15378,10 +15378,10 @@ from pulpcore.client.pulpcore.models.import_response import ImportResponse
|
|
|
15378
15378
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15379
15379
|
from pprint import pprint
|
|
15380
15380
|
|
|
15381
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15381
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15382
15382
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15383
15383
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15384
|
-
host = "https://env-ephemeral-
|
|
15384
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15385
15385
|
)
|
|
15386
15386
|
|
|
15387
15387
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15491,7 +15491,7 @@ import_response_from_dict = ImportResponse.from_dict(import_response_dict)
|
|
|
15491
15491
|
|
|
15492
15492
|
# pulpcore.client.pulpcore.LivezApi
|
|
15493
15493
|
|
|
15494
|
-
All URIs are relative to *https://env-ephemeral-
|
|
15494
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
15495
15495
|
|
|
15496
15496
|
Method | HTTP request | Description
|
|
15497
15497
|
------------- | ------------- | -------------
|
|
@@ -15513,10 +15513,10 @@ import pulpcore.client.pulpcore
|
|
|
15513
15513
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15514
15514
|
from pprint import pprint
|
|
15515
15515
|
|
|
15516
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15516
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15517
15517
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15518
15518
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15519
|
-
host = "https://env-ephemeral-
|
|
15519
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15520
15520
|
)
|
|
15521
15521
|
|
|
15522
15522
|
|
|
@@ -15569,7 +15569,7 @@ No authorization required
|
|
|
15569
15569
|
|
|
15570
15570
|
# pulpcore.client.pulpcore.LoginApi
|
|
15571
15571
|
|
|
15572
|
-
All URIs are relative to *https://env-ephemeral-
|
|
15572
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
15573
15573
|
|
|
15574
15574
|
Method | HTTP request | Description
|
|
15575
15575
|
------------- | ------------- | -------------
|
|
@@ -15595,10 +15595,10 @@ from pulpcore.client.pulpcore.models.login_response import LoginResponse
|
|
|
15595
15595
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15596
15596
|
from pprint import pprint
|
|
15597
15597
|
|
|
15598
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15598
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15599
15599
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15600
15600
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15601
|
-
host = "https://env-ephemeral-
|
|
15601
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15602
15602
|
)
|
|
15603
15603
|
|
|
15604
15604
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15683,10 +15683,10 @@ from pulpcore.client.pulpcore.models.login_response import LoginResponse
|
|
|
15683
15683
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15684
15684
|
from pprint import pprint
|
|
15685
15685
|
|
|
15686
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15686
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15687
15687
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15688
15688
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15689
|
-
host = "https://env-ephemeral-
|
|
15689
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15690
15690
|
)
|
|
15691
15691
|
|
|
15692
15692
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15774,10 +15774,10 @@ import pulpcore.client.pulpcore
|
|
|
15774
15774
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15775
15775
|
from pprint import pprint
|
|
15776
15776
|
|
|
15777
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15777
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15778
15778
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15779
15779
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15780
|
-
host = "https://env-ephemeral-
|
|
15780
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15781
15781
|
)
|
|
15782
15782
|
|
|
15783
15783
|
# The client must configure the authentication and authorization parameters
|
|
@@ -16694,7 +16694,7 @@ open_pgp_user_id_response_from_dict = OpenPGPUserIDResponse.from_dict(open_pgp_u
|
|
|
16694
16694
|
|
|
16695
16695
|
# pulpcore.client.pulpcore.OrphansApi
|
|
16696
16696
|
|
|
16697
|
-
All URIs are relative to *https://env-ephemeral-
|
|
16697
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
16698
16698
|
|
|
16699
16699
|
Method | HTTP request | Description
|
|
16700
16700
|
------------- | ------------- | -------------
|
|
@@ -16720,10 +16720,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
16720
16720
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
16721
16721
|
from pprint import pprint
|
|
16722
16722
|
|
|
16723
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
16723
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
16724
16724
|
# See configuration.py for a list of all supported configuration parameters.
|
|
16725
16725
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
16726
|
-
host = "https://env-ephemeral-
|
|
16726
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
16727
16727
|
)
|
|
16728
16728
|
|
|
16729
16729
|
# The client must configure the authentication and authorization parameters
|
|
@@ -16794,7 +16794,7 @@ Name | Type | Description | Notes
|
|
|
16794
16794
|
|
|
16795
16795
|
# pulpcore.client.pulpcore.OrphansCleanupApi
|
|
16796
16796
|
|
|
16797
|
-
All URIs are relative to *https://env-ephemeral-
|
|
16797
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
16798
16798
|
|
|
16799
16799
|
Method | HTTP request | Description
|
|
16800
16800
|
------------- | ------------- | -------------
|
|
@@ -16821,10 +16821,10 @@ from pulpcore.client.pulpcore.models.orphans_cleanup import OrphansCleanup
|
|
|
16821
16821
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
16822
16822
|
from pprint import pprint
|
|
16823
16823
|
|
|
16824
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
16824
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
16825
16825
|
# See configuration.py for a list of all supported configuration parameters.
|
|
16826
16826
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
16827
|
-
host = "https://env-ephemeral-
|
|
16827
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
16828
16828
|
)
|
|
16829
16829
|
|
|
16830
16830
|
# The client must configure the authentication and authorization parameters
|
|
@@ -18915,7 +18915,7 @@ publication_response_from_dict = PublicationResponse.from_dict(publication_respo
|
|
|
18915
18915
|
|
|
18916
18916
|
# pulpcore.client.pulpcore.PublicationsApi
|
|
18917
18917
|
|
|
18918
|
-
All URIs are relative to *https://env-ephemeral-
|
|
18918
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
18919
18919
|
|
|
18920
18920
|
Method | HTTP request | Description
|
|
18921
18921
|
------------- | ------------- | -------------
|
|
@@ -18941,10 +18941,10 @@ from pulpcore.client.pulpcore.models.paginated_publication_response_list import
|
|
|
18941
18941
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
18942
18942
|
from pprint import pprint
|
|
18943
18943
|
|
|
18944
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
18944
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
18945
18945
|
# See configuration.py for a list of all supported configuration parameters.
|
|
18946
18946
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
18947
|
-
host = "https://env-ephemeral-
|
|
18947
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
18948
18948
|
)
|
|
18949
18949
|
|
|
18950
18950
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19143,6 +19143,7 @@ Name | Type | Description | Notes
|
|
|
19143
19143
|
**versions** | **List[str]** | List of explicit repo-version hrefs to export (replaces current_version). | [optional]
|
|
19144
19144
|
**chunk_size** | **str** | Chunk export-tarfile into pieces of chunk_size bytes. Recognizes units of B/KB/MB/GB/TB. A chunk has a maximum size of 1TB. | [optional]
|
|
19145
19145
|
**start_versions** | **List[str]** | List of explicit last-exported-repo-version hrefs (replaces last_export). | [optional]
|
|
19146
|
+
**meta** | **object** | Dictionary of meta information about the export. Stored in the TOC JSON. | [optional]
|
|
19146
19147
|
|
|
19147
19148
|
## Example
|
|
19148
19149
|
|
|
@@ -19180,7 +19181,7 @@ Name | Type | Description | Notes
|
|
|
19180
19181
|
**exported_resources** | **List[str]** | Resources that were exported. | [optional] [readonly]
|
|
19181
19182
|
**params** | **object** | Any additional parameters that were used to create the export. | [optional] [readonly]
|
|
19182
19183
|
**output_file_info** | **object** | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly]
|
|
19183
|
-
**toc_info** | **object** | Filename
|
|
19184
|
+
**toc_info** | **object** | Filename, sha256-checksum and meta of table-of-contents for this export | [optional] [readonly]
|
|
19184
19185
|
|
|
19185
19186
|
## Example
|
|
19186
19187
|
|
|
@@ -19525,7 +19526,7 @@ redis_connection_response_from_dict = RedisConnectionResponse.from_dict(redis_co
|
|
|
19525
19526
|
|
|
19526
19527
|
# pulpcore.client.pulpcore.RemotesApi
|
|
19527
19528
|
|
|
19528
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19529
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19529
19530
|
|
|
19530
19531
|
Method | HTTP request | Description
|
|
19531
19532
|
------------- | ------------- | -------------
|
|
@@ -19551,10 +19552,10 @@ from pulpcore.client.pulpcore.models.paginated_generic_remote_response_list impo
|
|
|
19551
19552
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
19552
19553
|
from pprint import pprint
|
|
19553
19554
|
|
|
19554
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
19555
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
19555
19556
|
# See configuration.py for a list of all supported configuration parameters.
|
|
19556
19557
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
19557
|
-
host = "https://env-ephemeral-
|
|
19558
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
19558
19559
|
)
|
|
19559
19560
|
|
|
19560
19561
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19681,7 +19682,7 @@ Name | Type | Description | Notes
|
|
|
19681
19682
|
|
|
19682
19683
|
# pulpcore.client.pulpcore.RepairApi
|
|
19683
19684
|
|
|
19684
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19685
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19685
19686
|
|
|
19686
19687
|
Method | HTTP request | Description
|
|
19687
19688
|
------------- | ------------- | -------------
|
|
@@ -19708,10 +19709,10 @@ from pulpcore.client.pulpcore.models.repair import Repair
|
|
|
19708
19709
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
19709
19710
|
from pprint import pprint
|
|
19710
19711
|
|
|
19711
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
19712
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
19712
19713
|
# See configuration.py for a list of all supported configuration parameters.
|
|
19713
19714
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
19714
|
-
host = "https://env-ephemeral-
|
|
19715
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
19715
19716
|
)
|
|
19716
19717
|
|
|
19717
19718
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19813,7 +19814,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
19813
19814
|
|
|
19814
19815
|
# pulpcore.client.pulpcore.RepositoriesApi
|
|
19815
19816
|
|
|
19816
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19817
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19817
19818
|
|
|
19818
19819
|
Method | HTTP request | Description
|
|
19819
19820
|
------------- | ------------- | -------------
|
|
@@ -19839,10 +19840,10 @@ from pulpcore.client.pulpcore.models.paginated_repository_response_list import P
|
|
|
19839
19840
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
19840
19841
|
from pprint import pprint
|
|
19841
19842
|
|
|
19842
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
19843
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
19843
19844
|
# See configuration.py for a list of all supported configuration parameters.
|
|
19844
19845
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
19845
|
-
host = "https://env-ephemeral-
|
|
19846
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
19846
19847
|
)
|
|
19847
19848
|
|
|
19848
19849
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19977,7 +19978,7 @@ Name | Type | Description | Notes
|
|
|
19977
19978
|
|
|
19978
19979
|
# pulpcore.client.pulpcore.RepositoriesOpenpgpKeyringApi
|
|
19979
19980
|
|
|
19980
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19981
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19981
19982
|
|
|
19982
19983
|
Method | HTTP request | Description
|
|
19983
19984
|
------------- | ------------- | -------------
|
|
@@ -20016,10 +20017,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
20016
20017
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20017
20018
|
from pprint import pprint
|
|
20018
20019
|
|
|
20019
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20020
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20020
20021
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20021
20022
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20022
|
-
host = "https://env-ephemeral-
|
|
20023
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20023
20024
|
)
|
|
20024
20025
|
|
|
20025
20026
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20110,10 +20111,10 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
20110
20111
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20111
20112
|
from pprint import pprint
|
|
20112
20113
|
|
|
20113
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20114
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20114
20115
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20115
20116
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20116
|
-
host = "https://env-ephemeral-
|
|
20117
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20117
20118
|
)
|
|
20118
20119
|
|
|
20119
20120
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20203,10 +20204,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
20203
20204
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20204
20205
|
from pprint import pprint
|
|
20205
20206
|
|
|
20206
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20207
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20207
20208
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20208
20209
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20209
|
-
host = "https://env-ephemeral-
|
|
20210
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20210
20211
|
)
|
|
20211
20212
|
|
|
20212
20213
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20294,10 +20295,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_keyring_response_list im
|
|
|
20294
20295
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20295
20296
|
from pprint import pprint
|
|
20296
20297
|
|
|
20297
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20298
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20298
20299
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20299
20300
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20300
|
-
host = "https://env-ephemeral-
|
|
20301
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20301
20302
|
)
|
|
20302
20303
|
|
|
20303
20304
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20445,10 +20446,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
20445
20446
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20446
20447
|
from pprint import pprint
|
|
20447
20448
|
|
|
20448
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20449
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20449
20450
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20450
20451
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20451
|
-
host = "https://env-ephemeral-
|
|
20452
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20452
20453
|
)
|
|
20453
20454
|
|
|
20454
20455
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20541,10 +20542,10 @@ from pulpcore.client.pulpcore.models.repository_add_remove_content import Reposi
|
|
|
20541
20542
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20542
20543
|
from pprint import pprint
|
|
20543
20544
|
|
|
20544
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20545
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20545
20546
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20546
20547
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20547
|
-
host = "https://env-ephemeral-
|
|
20548
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20548
20549
|
)
|
|
20549
20550
|
|
|
20550
20551
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20634,10 +20635,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
20634
20635
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20635
20636
|
from pprint import pprint
|
|
20636
20637
|
|
|
20637
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20638
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20638
20639
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20639
20640
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20640
|
-
host = "https://env-ephemeral-
|
|
20641
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20641
20642
|
)
|
|
20642
20643
|
|
|
20643
20644
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20730,10 +20731,10 @@ from pulpcore.client.pulpcore.models.patched_open_pgp_keyring import PatchedOpen
|
|
|
20730
20731
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20731
20732
|
from pprint import pprint
|
|
20732
20733
|
|
|
20733
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20734
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20734
20735
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20735
20736
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20736
|
-
host = "https://env-ephemeral-
|
|
20737
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20737
20738
|
)
|
|
20738
20739
|
|
|
20739
20740
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20824,10 +20825,10 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
20824
20825
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20825
20826
|
from pprint import pprint
|
|
20826
20827
|
|
|
20827
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20828
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20828
20829
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20829
20830
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20830
|
-
host = "https://env-ephemeral-
|
|
20831
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20831
20832
|
)
|
|
20832
20833
|
|
|
20833
20834
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20920,10 +20921,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
20920
20921
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20921
20922
|
from pprint import pprint
|
|
20922
20923
|
|
|
20923
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20924
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20924
20925
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20925
20926
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20926
|
-
host = "https://env-ephemeral-
|
|
20927
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20927
20928
|
)
|
|
20928
20929
|
|
|
20929
20930
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21014,10 +21015,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
21014
21015
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21015
21016
|
from pprint import pprint
|
|
21016
21017
|
|
|
21017
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21018
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21018
21019
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21019
21020
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21020
|
-
host = "https://env-ephemeral-
|
|
21021
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21021
21022
|
)
|
|
21022
21023
|
|
|
21023
21024
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21108,10 +21109,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
21108
21109
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21109
21110
|
from pprint import pprint
|
|
21110
21111
|
|
|
21111
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21112
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21112
21113
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21113
21114
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21114
|
-
host = "https://env-ephemeral-
|
|
21115
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21115
21116
|
)
|
|
21116
21117
|
|
|
21117
21118
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21202,10 +21203,10 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
21202
21203
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21203
21204
|
from pprint import pprint
|
|
21204
21205
|
|
|
21205
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21206
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21206
21207
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21207
21208
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21208
|
-
host = "https://env-ephemeral-
|
|
21209
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21209
21210
|
)
|
|
21210
21211
|
|
|
21211
21212
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21279,7 +21280,7 @@ Name | Type | Description | Notes
|
|
|
21279
21280
|
|
|
21280
21281
|
# pulpcore.client.pulpcore.RepositoriesReclaimSpaceApi
|
|
21281
21282
|
|
|
21282
|
-
All URIs are relative to *https://env-ephemeral-
|
|
21283
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
21283
21284
|
|
|
21284
21285
|
Method | HTTP request | Description
|
|
21285
21286
|
------------- | ------------- | -------------
|
|
@@ -21306,10 +21307,10 @@ from pulpcore.client.pulpcore.models.reclaim_space import ReclaimSpace
|
|
|
21306
21307
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21307
21308
|
from pprint import pprint
|
|
21308
21309
|
|
|
21309
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21310
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21310
21311
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21311
21312
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21312
|
-
host = "https://env-ephemeral-
|
|
21313
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21313
21314
|
)
|
|
21314
21315
|
|
|
21315
21316
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21491,7 +21492,7 @@ repository_version_response_from_dict = RepositoryVersionResponse.from_dict(repo
|
|
|
21491
21492
|
|
|
21492
21493
|
# pulpcore.client.pulpcore.RepositoryVersionsApi
|
|
21493
21494
|
|
|
21494
|
-
All URIs are relative to *https://env-ephemeral-
|
|
21495
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
21495
21496
|
|
|
21496
21497
|
Method | HTTP request | Description
|
|
21497
21498
|
------------- | ------------- | -------------
|
|
@@ -21517,10 +21518,10 @@ from pulpcore.client.pulpcore.models.paginated_repository_version_response_list
|
|
|
21517
21518
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21518
21519
|
from pprint import pprint
|
|
21519
21520
|
|
|
21520
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21521
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21521
21522
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21522
21523
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21523
|
-
host = "https://env-ephemeral-
|
|
21524
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21524
21525
|
)
|
|
21525
21526
|
|
|
21526
21527
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21706,7 +21707,7 @@ role_response_from_dict = RoleResponse.from_dict(role_response_dict)
|
|
|
21706
21707
|
|
|
21707
21708
|
# pulpcore.client.pulpcore.RolesApi
|
|
21708
21709
|
|
|
21709
|
-
All URIs are relative to *https://env-ephemeral-
|
|
21710
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
21710
21711
|
|
|
21711
21712
|
Method | HTTP request | Description
|
|
21712
21713
|
------------- | ------------- | -------------
|
|
@@ -21738,10 +21739,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
21738
21739
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21739
21740
|
from pprint import pprint
|
|
21740
21741
|
|
|
21741
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21742
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21742
21743
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21743
21744
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21744
|
-
host = "https://env-ephemeral-
|
|
21745
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21745
21746
|
)
|
|
21746
21747
|
|
|
21747
21748
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21830,10 +21831,10 @@ import pulpcore.client.pulpcore
|
|
|
21830
21831
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21831
21832
|
from pprint import pprint
|
|
21832
21833
|
|
|
21833
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21834
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21834
21835
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21835
21836
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21836
|
-
host = "https://env-ephemeral-
|
|
21837
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21837
21838
|
)
|
|
21838
21839
|
|
|
21839
21840
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21919,10 +21920,10 @@ from pulpcore.client.pulpcore.models.paginated_role_response_list import Paginat
|
|
|
21919
21920
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21920
21921
|
from pprint import pprint
|
|
21921
21922
|
|
|
21922
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21923
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21923
21924
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21924
21925
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21925
|
-
host = "https://env-ephemeral-
|
|
21926
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21926
21927
|
)
|
|
21927
21928
|
|
|
21928
21929
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22061,10 +22062,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
22061
22062
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22062
22063
|
from pprint import pprint
|
|
22063
22064
|
|
|
22064
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22065
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22065
22066
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22066
22067
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22067
|
-
host = "https://env-ephemeral-
|
|
22068
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22068
22069
|
)
|
|
22069
22070
|
|
|
22070
22071
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22154,10 +22155,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
22154
22155
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22155
22156
|
from pprint import pprint
|
|
22156
22157
|
|
|
22157
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22158
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22158
22159
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22159
22160
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22160
|
-
host = "https://env-ephemeral-
|
|
22161
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22161
22162
|
)
|
|
22162
22163
|
|
|
22163
22164
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22250,10 +22251,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
22250
22251
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22251
22252
|
from pprint import pprint
|
|
22252
22253
|
|
|
22253
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22254
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22254
22255
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22255
22256
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22256
|
-
host = "https://env-ephemeral-
|
|
22257
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22257
22258
|
)
|
|
22258
22259
|
|
|
22259
22260
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22425,7 +22426,7 @@ signing_service_response_from_dict = SigningServiceResponse.from_dict(signing_se
|
|
|
22425
22426
|
|
|
22426
22427
|
# pulpcore.client.pulpcore.SigningServicesApi
|
|
22427
22428
|
|
|
22428
|
-
All URIs are relative to *https://env-ephemeral-
|
|
22429
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
22429
22430
|
|
|
22430
22431
|
Method | HTTP request | Description
|
|
22431
22432
|
------------- | ------------- | -------------
|
|
@@ -22452,10 +22453,10 @@ from pulpcore.client.pulpcore.models.paginated_signing_service_response_list imp
|
|
|
22452
22453
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22453
22454
|
from pprint import pprint
|
|
22454
22455
|
|
|
22455
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22456
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22456
22457
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22457
22458
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22458
|
-
host = "https://env-ephemeral-
|
|
22459
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22459
22460
|
)
|
|
22460
22461
|
|
|
22461
22462
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22563,10 +22564,10 @@ from pulpcore.client.pulpcore.models.signing_service_response import SigningServ
|
|
|
22563
22564
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22564
22565
|
from pprint import pprint
|
|
22565
22566
|
|
|
22566
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22567
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22567
22568
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22568
22569
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22569
|
-
host = "https://env-ephemeral-
|
|
22570
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22570
22571
|
)
|
|
22571
22572
|
|
|
22572
22573
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22658,7 +22659,7 @@ Name | Type | Description | Notes
|
|
|
22658
22659
|
|
|
22659
22660
|
# pulpcore.client.pulpcore.StatusApi
|
|
22660
22661
|
|
|
22661
|
-
All URIs are relative to *https://env-ephemeral-
|
|
22662
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
22662
22663
|
|
|
22663
22664
|
Method | HTTP request | Description
|
|
22664
22665
|
------------- | ------------- | -------------
|
|
@@ -22681,10 +22682,10 @@ from pulpcore.client.pulpcore.models.status_response import StatusResponse
|
|
|
22681
22682
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22682
22683
|
from pprint import pprint
|
|
22683
22684
|
|
|
22684
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22685
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22685
22686
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22686
22687
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22687
|
-
host = "https://env-ephemeral-
|
|
22688
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22688
22689
|
)
|
|
22689
22690
|
|
|
22690
22691
|
|
|
@@ -22898,7 +22899,7 @@ task_group_response_from_dict = TaskGroupResponse.from_dict(task_group_response_
|
|
|
22898
22899
|
|
|
22899
22900
|
# pulpcore.client.pulpcore.TaskGroupsApi
|
|
22900
22901
|
|
|
22901
|
-
All URIs are relative to *https://env-ephemeral-
|
|
22902
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
22902
22903
|
|
|
22903
22904
|
Method | HTTP request | Description
|
|
22904
22905
|
------------- | ------------- | -------------
|
|
@@ -22924,10 +22925,10 @@ from pulpcore.client.pulpcore.models.paginated_task_group_response_list import P
|
|
|
22924
22925
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22925
22926
|
from pprint import pprint
|
|
22926
22927
|
|
|
22927
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22928
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22928
22929
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22929
22930
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22930
|
-
host = "https://env-ephemeral-
|
|
22931
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22931
22932
|
)
|
|
22932
22933
|
|
|
22933
22934
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23021,10 +23022,10 @@ from pulpcore.client.pulpcore.models.task_group_response import TaskGroupRespons
|
|
|
23021
23022
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23022
23023
|
from pprint import pprint
|
|
23023
23024
|
|
|
23024
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23025
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23025
23026
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23026
23027
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23027
|
-
host = "https://env-ephemeral-
|
|
23028
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23028
23029
|
)
|
|
23029
23030
|
|
|
23030
23031
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23117,10 +23118,10 @@ from pulpcore.client.pulpcore.models.task_group_response import TaskGroupRespons
|
|
|
23117
23118
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23118
23119
|
from pprint import pprint
|
|
23119
23120
|
|
|
23120
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23121
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23121
23122
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23122
23123
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23123
|
-
host = "https://env-ephemeral-
|
|
23124
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23124
23125
|
)
|
|
23125
23126
|
|
|
23126
23127
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23243,7 +23244,7 @@ task_response_from_dict = TaskResponse.from_dict(task_response_dict)
|
|
|
23243
23244
|
|
|
23244
23245
|
# pulpcore.client.pulpcore.TasksApi
|
|
23245
23246
|
|
|
23246
|
-
All URIs are relative to *https://env-ephemeral-
|
|
23247
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
23247
23248
|
|
|
23248
23249
|
Method | HTTP request | Description
|
|
23249
23250
|
------------- | ------------- | -------------
|
|
@@ -23279,10 +23280,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
23279
23280
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23280
23281
|
from pprint import pprint
|
|
23281
23282
|
|
|
23282
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23283
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23283
23284
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23284
23285
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23285
|
-
host = "https://env-ephemeral-
|
|
23286
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23286
23287
|
)
|
|
23287
23288
|
|
|
23288
23289
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23371,10 +23372,10 @@ import pulpcore.client.pulpcore
|
|
|
23371
23372
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23372
23373
|
from pprint import pprint
|
|
23373
23374
|
|
|
23374
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23375
23376
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23376
23377
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23377
|
-
host = "https://env-ephemeral-
|
|
23378
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23378
23379
|
)
|
|
23379
23380
|
|
|
23380
23381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23460,10 +23461,10 @@ from pulpcore.client.pulpcore.models.paginated_task_response_list import Paginat
|
|
|
23460
23461
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23461
23462
|
from pprint import pprint
|
|
23462
23463
|
|
|
23463
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23464
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23464
23465
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23465
23466
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23466
|
-
host = "https://env-ephemeral-
|
|
23467
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23467
23468
|
)
|
|
23468
23469
|
|
|
23469
23470
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23665,10 +23666,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
23665
23666
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23666
23667
|
from pprint import pprint
|
|
23667
23668
|
|
|
23668
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23669
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23669
23670
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23670
23671
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23671
|
-
host = "https://env-ephemeral-
|
|
23672
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23672
23673
|
)
|
|
23673
23674
|
|
|
23674
23675
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23760,10 +23761,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
23760
23761
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23761
23762
|
from pprint import pprint
|
|
23762
23763
|
|
|
23763
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23764
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23764
23765
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23765
23766
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23766
|
-
host = "https://env-ephemeral-
|
|
23767
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23767
23768
|
)
|
|
23768
23769
|
|
|
23769
23770
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23855,10 +23856,10 @@ from pulpcore.client.pulpcore.models.profile_artifact_response import ProfileArt
|
|
|
23855
23856
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23856
23857
|
from pprint import pprint
|
|
23857
23858
|
|
|
23858
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23859
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23859
23860
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23860
23861
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23861
|
-
host = "https://env-ephemeral-
|
|
23862
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23862
23863
|
)
|
|
23863
23864
|
|
|
23864
23865
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23951,10 +23952,10 @@ from pulpcore.client.pulpcore.models.purge import Purge
|
|
|
23951
23952
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23952
23953
|
from pprint import pprint
|
|
23953
23954
|
|
|
23954
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23955
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23955
23956
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23956
23957
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23957
|
-
host = "https://env-ephemeral-
|
|
23958
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23958
23959
|
)
|
|
23959
23960
|
|
|
23960
23961
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24044,10 +24045,10 @@ from pulpcore.client.pulpcore.models.task_response import TaskResponse
|
|
|
24044
24045
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24045
24046
|
from pprint import pprint
|
|
24046
24047
|
|
|
24047
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24048
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24048
24049
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24049
24050
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24050
|
-
host = "https://env-ephemeral-
|
|
24051
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24051
24052
|
)
|
|
24052
24053
|
|
|
24053
24054
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24140,10 +24141,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
24140
24141
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24141
24142
|
from pprint import pprint
|
|
24142
24143
|
|
|
24143
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24144
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24144
24145
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24145
24146
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24146
|
-
host = "https://env-ephemeral-
|
|
24147
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24147
24148
|
)
|
|
24148
24149
|
|
|
24149
24150
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24234,10 +24235,10 @@ from pulpcore.client.pulpcore.models.task_response import TaskResponse
|
|
|
24234
24235
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24235
24236
|
from pprint import pprint
|
|
24236
24237
|
|
|
24237
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24238
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24238
24239
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24239
24240
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24240
|
-
host = "https://env-ephemeral-
|
|
24241
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24241
24242
|
)
|
|
24242
24243
|
|
|
24243
24244
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24349,7 +24350,7 @@ task_schedule_response_from_dict = TaskScheduleResponse.from_dict(task_schedule_
|
|
|
24349
24350
|
|
|
24350
24351
|
# pulpcore.client.pulpcore.TaskSchedulesApi
|
|
24351
24352
|
|
|
24352
|
-
All URIs are relative to *https://env-ephemeral-
|
|
24353
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
24353
24354
|
|
|
24354
24355
|
Method | HTTP request | Description
|
|
24355
24356
|
------------- | ------------- | -------------
|
|
@@ -24381,10 +24382,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
24381
24382
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24382
24383
|
from pprint import pprint
|
|
24383
24384
|
|
|
24384
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24385
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24385
24386
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24386
24387
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24387
|
-
host = "https://env-ephemeral-
|
|
24388
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24388
24389
|
)
|
|
24389
24390
|
|
|
24390
24391
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24474,10 +24475,10 @@ from pulpcore.client.pulpcore.models.paginated_task_schedule_response_list impor
|
|
|
24474
24475
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24475
24476
|
from pprint import pprint
|
|
24476
24477
|
|
|
24477
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24478
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24478
24479
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24479
24480
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24480
|
-
host = "https://env-ephemeral-
|
|
24481
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24481
24482
|
)
|
|
24482
24483
|
|
|
24483
24484
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24591,10 +24592,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
24591
24592
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24592
24593
|
from pprint import pprint
|
|
24593
24594
|
|
|
24594
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24595
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24595
24596
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24596
24597
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24597
|
-
host = "https://env-ephemeral-
|
|
24598
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24598
24599
|
)
|
|
24599
24600
|
|
|
24600
24601
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24686,10 +24687,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
24686
24687
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24687
24688
|
from pprint import pprint
|
|
24688
24689
|
|
|
24689
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24690
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24690
24691
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24691
24692
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24692
|
-
host = "https://env-ephemeral-
|
|
24693
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24693
24694
|
)
|
|
24694
24695
|
|
|
24695
24696
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24781,10 +24782,10 @@ from pulpcore.client.pulpcore.models.task_schedule_response import TaskScheduleR
|
|
|
24781
24782
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24782
24783
|
from pprint import pprint
|
|
24783
24784
|
|
|
24784
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24785
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24785
24786
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24786
24787
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24787
|
-
host = "https://env-ephemeral-
|
|
24788
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24788
24789
|
)
|
|
24789
24790
|
|
|
24790
24791
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24877,10 +24878,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
24877
24878
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24878
24879
|
from pprint import pprint
|
|
24879
24880
|
|
|
24880
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24881
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24881
24882
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24882
24883
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24883
|
-
host = "https://env-ephemeral-
|
|
24884
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24884
24885
|
)
|
|
24885
24886
|
|
|
24886
24887
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25176,7 +25177,7 @@ upload_response_from_dict = UploadResponse.from_dict(upload_response_dict)
|
|
|
25176
25177
|
|
|
25177
25178
|
# pulpcore.client.pulpcore.UploadsApi
|
|
25178
25179
|
|
|
25179
|
-
All URIs are relative to *https://env-ephemeral-
|
|
25180
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
25180
25181
|
|
|
25181
25182
|
Method | HTTP request | Description
|
|
25182
25183
|
------------- | ------------- | -------------
|
|
@@ -25212,10 +25213,10 @@ from pulpcore.client.pulpcore.models.upload import Upload
|
|
|
25212
25213
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25213
25214
|
from pprint import pprint
|
|
25214
25215
|
|
|
25215
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25216
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25216
25217
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25217
25218
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25218
|
-
host = "https://env-ephemeral-
|
|
25219
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25219
25220
|
)
|
|
25220
25221
|
|
|
25221
25222
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25306,10 +25307,10 @@ from pulpcore.client.pulpcore.models.upload_commit import UploadCommit
|
|
|
25306
25307
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25307
25308
|
from pprint import pprint
|
|
25308
25309
|
|
|
25309
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25310
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25310
25311
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25311
25312
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25312
|
-
host = "https://env-ephemeral-
|
|
25313
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25313
25314
|
)
|
|
25314
25315
|
|
|
25315
25316
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25400,10 +25401,10 @@ from pulpcore.client.pulpcore.models.upload_response import UploadResponse
|
|
|
25400
25401
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25401
25402
|
from pprint import pprint
|
|
25402
25403
|
|
|
25403
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25404
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25404
25405
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25405
25406
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25406
|
-
host = "https://env-ephemeral-
|
|
25407
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25407
25408
|
)
|
|
25408
25409
|
|
|
25409
25410
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25492,10 +25493,10 @@ import pulpcore.client.pulpcore
|
|
|
25492
25493
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25493
25494
|
from pprint import pprint
|
|
25494
25495
|
|
|
25495
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25496
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25496
25497
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25497
25498
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25498
|
-
host = "https://env-ephemeral-
|
|
25499
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25499
25500
|
)
|
|
25500
25501
|
|
|
25501
25502
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25581,10 +25582,10 @@ from pulpcore.client.pulpcore.models.paginated_upload_response_list import Pagin
|
|
|
25581
25582
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25582
25583
|
from pprint import pprint
|
|
25583
25584
|
|
|
25584
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25585
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25585
25586
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25586
25587
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25587
|
-
host = "https://env-ephemeral-
|
|
25588
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25588
25589
|
)
|
|
25589
25590
|
|
|
25590
25591
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25698,10 +25699,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
25698
25699
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25699
25700
|
from pprint import pprint
|
|
25700
25701
|
|
|
25701
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25702
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25702
25703
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25703
25704
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25704
|
-
host = "https://env-ephemeral-
|
|
25705
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25705
25706
|
)
|
|
25706
25707
|
|
|
25707
25708
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25793,10 +25794,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
25793
25794
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25794
25795
|
from pprint import pprint
|
|
25795
25796
|
|
|
25796
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25797
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25797
25798
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25798
25799
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25799
|
-
host = "https://env-ephemeral-
|
|
25800
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25800
25801
|
)
|
|
25801
25802
|
|
|
25802
25803
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25888,10 +25889,10 @@ from pulpcore.client.pulpcore.models.upload_detail_response import UploadDetailR
|
|
|
25888
25889
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25889
25890
|
from pprint import pprint
|
|
25890
25891
|
|
|
25891
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25892
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25892
25893
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25893
25894
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25894
|
-
host = "https://env-ephemeral-
|
|
25895
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25895
25896
|
)
|
|
25896
25897
|
|
|
25897
25898
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25984,10 +25985,10 @@ from pulpcore.client.pulpcore.models.upload import Upload
|
|
|
25984
25985
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25985
25986
|
from pprint import pprint
|
|
25986
25987
|
|
|
25987
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25988
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25988
25989
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25989
25990
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25990
|
-
host = "https://env-ephemeral-
|
|
25991
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25991
25992
|
)
|
|
25992
25993
|
|
|
25993
25994
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26077,10 +26078,10 @@ from pulpcore.client.pulpcore.models.upload_response import UploadResponse
|
|
|
26077
26078
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26078
26079
|
from pprint import pprint
|
|
26079
26080
|
|
|
26080
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26081
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26081
26082
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26082
26083
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26083
|
-
host = "https://env-ephemeral-
|
|
26084
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26084
26085
|
)
|
|
26085
26086
|
|
|
26086
26087
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26242,7 +26243,7 @@ upstream_pulp_response_from_dict = UpstreamPulpResponse.from_dict(upstream_pulp_
|
|
|
26242
26243
|
|
|
26243
26244
|
# pulpcore.client.pulpcore.UpstreamPulpsApi
|
|
26244
26245
|
|
|
26245
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26246
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
26246
26247
|
|
|
26247
26248
|
Method | HTTP request | Description
|
|
26248
26249
|
------------- | ------------- | -------------
|
|
@@ -26279,10 +26280,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
26279
26280
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26280
26281
|
from pprint import pprint
|
|
26281
26282
|
|
|
26282
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26283
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26283
26284
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26284
26285
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26285
|
-
host = "https://env-ephemeral-
|
|
26286
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26286
26287
|
)
|
|
26287
26288
|
|
|
26288
26289
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26373,10 +26374,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
26373
26374
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26374
26375
|
from pprint import pprint
|
|
26375
26376
|
|
|
26376
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26377
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26377
26378
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26378
26379
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26379
|
-
host = "https://env-ephemeral-
|
|
26380
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26380
26381
|
)
|
|
26381
26382
|
|
|
26382
26383
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26465,10 +26466,10 @@ import pulpcore.client.pulpcore
|
|
|
26465
26466
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26466
26467
|
from pprint import pprint
|
|
26467
26468
|
|
|
26468
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26469
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26469
26470
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26470
26471
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26471
|
-
host = "https://env-ephemeral-
|
|
26472
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26472
26473
|
)
|
|
26473
26474
|
|
|
26474
26475
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26554,10 +26555,10 @@ from pulpcore.client.pulpcore.models.paginated_upstream_pulp_response_list impor
|
|
|
26554
26555
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26555
26556
|
from pprint import pprint
|
|
26556
26557
|
|
|
26557
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26558
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26558
26559
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26559
26560
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26560
|
-
host = "https://env-ephemeral-
|
|
26561
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26561
26562
|
)
|
|
26562
26563
|
|
|
26563
26564
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26713,10 +26714,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
26713
26714
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26714
26715
|
from pprint import pprint
|
|
26715
26716
|
|
|
26716
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26717
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26717
26718
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26718
26719
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26719
|
-
host = "https://env-ephemeral-
|
|
26720
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26720
26721
|
)
|
|
26721
26722
|
|
|
26722
26723
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26808,10 +26809,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
26808
26809
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26809
26810
|
from pprint import pprint
|
|
26810
26811
|
|
|
26811
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26812
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26812
26813
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26813
26814
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26814
|
-
host = "https://env-ephemeral-
|
|
26815
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26815
26816
|
)
|
|
26816
26817
|
|
|
26817
26818
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26904,10 +26905,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
26904
26905
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26905
26906
|
from pprint import pprint
|
|
26906
26907
|
|
|
26907
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26908
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26908
26909
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26909
26910
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26910
|
-
host = "https://env-ephemeral-
|
|
26911
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26911
26912
|
)
|
|
26912
26913
|
|
|
26913
26914
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26997,10 +26998,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
26997
26998
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26998
26999
|
from pprint import pprint
|
|
26999
27000
|
|
|
27000
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27001
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27001
27002
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27002
27003
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27003
|
-
host = "https://env-ephemeral-
|
|
27004
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27004
27005
|
)
|
|
27005
27006
|
|
|
27006
27007
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27093,10 +27094,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
27093
27094
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27094
27095
|
from pprint import pprint
|
|
27095
27096
|
|
|
27096
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27097
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27097
27098
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27098
27099
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27099
|
-
host = "https://env-ephemeral-
|
|
27100
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27100
27101
|
)
|
|
27101
27102
|
|
|
27102
27103
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27186,10 +27187,10 @@ from pulpcore.client.pulpcore.models.task_group_operation_response import TaskGr
|
|
|
27186
27187
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27187
27188
|
from pprint import pprint
|
|
27188
27189
|
|
|
27189
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27190
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27190
27191
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27191
27192
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27192
|
-
host = "https://env-ephemeral-
|
|
27193
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27193
27194
|
)
|
|
27194
27195
|
|
|
27195
27196
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27278,10 +27279,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
27278
27279
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27279
27280
|
from pprint import pprint
|
|
27280
27281
|
|
|
27281
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27282
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27282
27283
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27283
27284
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27284
|
-
host = "https://env-ephemeral-
|
|
27285
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27285
27286
|
)
|
|
27286
27287
|
|
|
27287
27288
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27565,7 +27566,7 @@ user_role_response_from_dict = UserRoleResponse.from_dict(user_role_response_dic
|
|
|
27565
27566
|
|
|
27566
27567
|
# pulpcore.client.pulpcore.UsersApi
|
|
27567
27568
|
|
|
27568
|
-
All URIs are relative to *https://env-ephemeral-
|
|
27569
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27569
27570
|
|
|
27570
27571
|
Method | HTTP request | Description
|
|
27571
27572
|
------------- | ------------- | -------------
|
|
@@ -27597,10 +27598,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
27597
27598
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27598
27599
|
from pprint import pprint
|
|
27599
27600
|
|
|
27600
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27601
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27601
27602
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27602
27603
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27603
|
-
host = "https://env-ephemeral-
|
|
27604
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27604
27605
|
)
|
|
27605
27606
|
|
|
27606
27607
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27689,10 +27690,10 @@ import pulpcore.client.pulpcore
|
|
|
27689
27690
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27690
27691
|
from pprint import pprint
|
|
27691
27692
|
|
|
27692
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27693
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27693
27694
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27694
27695
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27695
|
-
host = "https://env-ephemeral-
|
|
27696
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27696
27697
|
)
|
|
27697
27698
|
|
|
27698
27699
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27778,10 +27779,10 @@ from pulpcore.client.pulpcore.models.paginated_user_response_list import Paginat
|
|
|
27778
27779
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27779
27780
|
from pprint import pprint
|
|
27780
27781
|
|
|
27781
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27782
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27782
27783
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27783
27784
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27784
|
-
host = "https://env-ephemeral-
|
|
27785
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27785
27786
|
)
|
|
27786
27787
|
|
|
27787
27788
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27932,10 +27933,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
27932
27933
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27933
27934
|
from pprint import pprint
|
|
27934
27935
|
|
|
27935
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27936
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27936
27937
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27937
27938
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27938
|
-
host = "https://env-ephemeral-
|
|
27939
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27939
27940
|
)
|
|
27940
27941
|
|
|
27941
27942
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28025,10 +28026,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
28025
28026
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28026
28027
|
from pprint import pprint
|
|
28027
28028
|
|
|
28028
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28029
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28029
28030
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28030
28031
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28031
|
-
host = "https://env-ephemeral-
|
|
28032
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28032
28033
|
)
|
|
28033
28034
|
|
|
28034
28035
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28121,10 +28122,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
28121
28122
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28122
28123
|
from pprint import pprint
|
|
28123
28124
|
|
|
28124
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28125
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28125
28126
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28126
28127
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28127
|
-
host = "https://env-ephemeral-
|
|
28128
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28128
28129
|
)
|
|
28129
28130
|
|
|
28130
28131
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28197,7 +28198,7 @@ Name | Type | Description | Notes
|
|
|
28197
28198
|
|
|
28198
28199
|
# pulpcore.client.pulpcore.UsersRolesApi
|
|
28199
28200
|
|
|
28200
|
-
All URIs are relative to *https://env-ephemeral-
|
|
28201
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
28201
28202
|
|
|
28202
28203
|
Method | HTTP request | Description
|
|
28203
28204
|
------------- | ------------- | -------------
|
|
@@ -28227,10 +28228,10 @@ from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
|
|
|
28227
28228
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28228
28229
|
from pprint import pprint
|
|
28229
28230
|
|
|
28230
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28231
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28231
28232
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28232
28233
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28233
|
-
host = "https://env-ephemeral-
|
|
28234
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28234
28235
|
)
|
|
28235
28236
|
|
|
28236
28237
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28319,10 +28320,10 @@ import pulpcore.client.pulpcore
|
|
|
28319
28320
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28320
28321
|
from pprint import pprint
|
|
28321
28322
|
|
|
28322
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28323
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28323
28324
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28324
28325
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28325
|
-
host = "https://env-ephemeral-
|
|
28326
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28326
28327
|
)
|
|
28327
28328
|
|
|
28328
28329
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28408,10 +28409,10 @@ from pulpcore.client.pulpcore.models.paginated_user_role_response_list import Pa
|
|
|
28408
28409
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28409
28410
|
from pprint import pprint
|
|
28410
28411
|
|
|
28411
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28412
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28412
28413
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28413
28414
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28414
|
-
host = "https://env-ephemeral-
|
|
28415
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28415
28416
|
)
|
|
28416
28417
|
|
|
28417
28418
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28531,10 +28532,10 @@ from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
|
|
|
28531
28532
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28532
28533
|
from pprint import pprint
|
|
28533
28534
|
|
|
28534
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28535
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28535
28536
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28536
28537
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28537
|
-
host = "https://env-ephemeral-
|
|
28538
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28538
28539
|
)
|
|
28539
28540
|
|
|
28540
28541
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28679,7 +28680,7 @@ vulnerability_report_response_from_dict = VulnerabilityReportResponse.from_dict(
|
|
|
28679
28680
|
|
|
28680
28681
|
# pulpcore.client.pulpcore.VulnReportApi
|
|
28681
28682
|
|
|
28682
|
-
All URIs are relative to *https://env-ephemeral-
|
|
28683
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
28683
28684
|
|
|
28684
28685
|
Method | HTTP request | Description
|
|
28685
28686
|
------------- | ------------- | -------------
|
|
@@ -28706,10 +28707,10 @@ import pulpcore.client.pulpcore
|
|
|
28706
28707
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28707
28708
|
from pprint import pprint
|
|
28708
28709
|
|
|
28709
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28710
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28710
28711
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28711
28712
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28712
|
-
host = "https://env-ephemeral-
|
|
28713
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28713
28714
|
)
|
|
28714
28715
|
|
|
28715
28716
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28777,7 +28778,7 @@ void (empty response body)
|
|
|
28777
28778
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
28778
28779
|
|
|
28779
28780
|
# **list**
|
|
28780
|
-
> PaginatedVulnerabilityReportResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, fields=fields, exclude_fields=exclude_fields)
|
|
28781
|
+
> PaginatedVulnerabilityReportResponseList list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, q=q, repo_versions=repo_versions, fields=fields, exclude_fields=exclude_fields)
|
|
28781
28782
|
|
|
28782
28783
|
List vulnerability reports
|
|
28783
28784
|
|
|
@@ -28795,10 +28796,10 @@ from pulpcore.client.pulpcore.models.paginated_vulnerability_report_response_lis
|
|
|
28795
28796
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28796
28797
|
from pprint import pprint
|
|
28797
28798
|
|
|
28798
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28799
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28799
28800
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28800
28801
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28801
|
-
host = "https://env-ephemeral-
|
|
28802
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28802
28803
|
)
|
|
28803
28804
|
|
|
28804
28805
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28828,12 +28829,18 @@ with pulpcore.client.pulpcore.ApiClient(configuration) as api_client:
|
|
|
28828
28829
|
x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
|
|
28829
28830
|
limit = 56 # int | Number of results to return per page. (optional)
|
|
28830
28831
|
offset = 56 # int | The initial index from which to return the results. (optional)
|
|
28832
|
+
ordering = ['ordering_example'] # List[str] | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `vulns` - Vulns * `-vulns` - Vulns (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
|
|
28833
|
+
prn__in = ['prn__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
28834
|
+
pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
28835
|
+
pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
|
|
28836
|
+
q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
|
|
28837
|
+
repo_versions = 'repo_versions_example' # str | Filter results where repo_versions matches value (optional)
|
|
28831
28838
|
fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
|
|
28832
28839
|
exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
|
|
28833
28840
|
|
|
28834
28841
|
try:
|
|
28835
28842
|
# List vulnerability reports
|
|
28836
|
-
api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, fields=fields, exclude_fields=exclude_fields)
|
|
28843
|
+
api_response = api_instance.list(pulp_domain, x_task_diagnostics=x_task_diagnostics, limit=limit, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, q=q, repo_versions=repo_versions, fields=fields, exclude_fields=exclude_fields)
|
|
28837
28844
|
print("The response of VulnReportApi->list:\n")
|
|
28838
28845
|
pprint(api_response)
|
|
28839
28846
|
except Exception as e:
|
|
@@ -28851,6 +28858,12 @@ Name | Type | Description | Notes
|
|
|
28851
28858
|
**x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
|
|
28852
28859
|
**limit** | **int**| Number of results to return per page. | [optional]
|
|
28853
28860
|
**offset** | **int**| The initial index from which to return the results. | [optional]
|
|
28861
|
+
**ordering** | [**List[str]**](str.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `vulns` - Vulns * `-vulns` - Vulns (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
28862
|
+
**prn__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
28863
|
+
**pulp_href__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
28864
|
+
**pulp_id__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
|
|
28865
|
+
**q** | **str**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
28866
|
+
**repo_versions** | **str**| Filter results where repo_versions matches value | [optional]
|
|
28854
28867
|
**fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
|
|
28855
28868
|
**exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
|
|
28856
28869
|
|
|
@@ -28894,10 +28907,10 @@ from pulpcore.client.pulpcore.models.vulnerability_report_response import Vulner
|
|
|
28894
28907
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28895
28908
|
from pprint import pprint
|
|
28896
28909
|
|
|
28897
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28910
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28898
28911
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28899
28912
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28900
|
-
host = "https://env-ephemeral-
|
|
28913
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28901
28914
|
)
|
|
28902
28915
|
|
|
28903
28916
|
# The client must configure the authentication and authorization parameters
|
|
@@ -29009,7 +29022,7 @@ worker_response_from_dict = WorkerResponse.from_dict(worker_response_dict)
|
|
|
29009
29022
|
|
|
29010
29023
|
# pulpcore.client.pulpcore.WorkersApi
|
|
29011
29024
|
|
|
29012
|
-
All URIs are relative to *https://env-ephemeral-
|
|
29025
|
+
All URIs are relative to *https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
29013
29026
|
|
|
29014
29027
|
Method | HTTP request | Description
|
|
29015
29028
|
------------- | ------------- | -------------
|
|
@@ -29036,10 +29049,10 @@ from pulpcore.client.pulpcore.models.paginated_worker_response_list import Pagin
|
|
|
29036
29049
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
29037
29050
|
from pprint import pprint
|
|
29038
29051
|
|
|
29039
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
29052
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
29040
29053
|
# See configuration.py for a list of all supported configuration parameters.
|
|
29041
29054
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
29042
|
-
host = "https://env-ephemeral-
|
|
29055
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
29043
29056
|
)
|
|
29044
29057
|
|
|
29045
29058
|
# The client must configure the authentication and authorization parameters
|
|
@@ -29181,10 +29194,10 @@ from pulpcore.client.pulpcore.models.worker_response import WorkerResponse
|
|
|
29181
29194
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
29182
29195
|
from pprint import pprint
|
|
29183
29196
|
|
|
29184
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
29197
|
+
# Defining the host is optional and defaults to https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
29185
29198
|
# See configuration.py for a list of all supported configuration parameters.
|
|
29186
29199
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
29187
|
-
host = "https://env-ephemeral-
|
|
29200
|
+
host = "https://env-ephemeral-chci1n.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
29188
29201
|
)
|
|
29189
29202
|
|
|
29190
29203
|
# The client must configure the authentication and authorization parameters
|