pulpcore-client 3.85.1__tar.gz → 3.87.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulpcore-client might be problematic. Click here for more details.

Files changed (473) hide show
  1. pulpcore-client-3.87.0/PKG-INFO +567 -0
  2. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/README.md +6 -7
  3. pulpcore-client-3.87.0/pulpcore/client/pulpcore/__init__.py +492 -0
  4. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/tasks_api.py +6 -6
  5. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/workers_api.py +12 -12
  6. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api_client.py +6 -2
  7. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/configuration.py +10 -3
  8. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/exceptions.py +17 -0
  9. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/__init__.py +1 -2
  10. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/access_policy.py +8 -0
  11. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/access_policy_response.py +8 -0
  12. pulpcore-client-3.85.1/pulpcore/client/pulpcore/models/api_app_status_response.py → pulpcore-client-3.87.0/pulpcore/client/pulpcore/models/app_status_response.py +12 -4
  13. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +22 -14
  14. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/artifact_response.py +8 -0
  15. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/async_operation_response.py +8 -0
  16. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/composite_content_guard.py +8 -0
  17. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +8 -0
  18. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/content_guard_response.py +8 -0
  19. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +8 -0
  20. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +8 -0
  21. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/content_settings_response.py +8 -0
  22. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/content_summary_response.py +8 -0
  23. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/database_connection_response.py +8 -0
  24. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/distribution_response.py +8 -0
  25. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/domain.py +8 -0
  26. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +8 -0
  27. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/domain_response.py +8 -0
  28. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/evaluation_response.py +8 -0
  29. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/filesystem_export.py +8 -0
  30. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/filesystem_export_response.py +8 -0
  31. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/filesystem_exporter.py +8 -0
  32. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +8 -0
  33. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/generic_remote_response.py +8 -0
  34. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +8 -0
  35. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group.py +8 -0
  36. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group_progress_report_response.py +8 -0
  37. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group_response.py +8 -0
  38. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group_role.py +8 -0
  39. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group_role_response.py +8 -0
  40. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group_user.py +8 -0
  41. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/group_user_response.py +8 -0
  42. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/header_content_guard.py +8 -0
  43. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/header_content_guard_response.py +8 -0
  44. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/import_response.py +8 -0
  45. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/login_response.py +8 -0
  46. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/minimal_task_response.py +8 -0
  47. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +8 -0
  48. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/my_permissions_response.py +8 -0
  49. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +8 -0
  50. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +8 -0
  51. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +8 -0
  52. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +8 -0
  53. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +8 -0
  54. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +8 -0
  55. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +8 -0
  56. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +8 -0
  57. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_role.py +8 -0
  58. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/nested_role_response.py +8 -0
  59. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/object_roles_response.py +8 -0
  60. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +8 -0
  61. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +8 -0
  62. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +8 -0
  63. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +8 -0
  64. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +8 -0
  65. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +8 -0
  66. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +8 -0
  67. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +8 -0
  68. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +8 -0
  69. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/orphans_cleanup.py +8 -0
  70. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +8 -0
  71. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +8 -0
  72. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +8 -0
  73. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +8 -0
  74. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +8 -0
  75. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +8 -0
  76. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +8 -0
  77. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +8 -0
  78. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +8 -0
  79. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +8 -0
  80. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +8 -0
  81. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +8 -0
  82. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +8 -0
  83. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +8 -0
  84. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +8 -0
  85. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +8 -0
  86. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +8 -0
  87. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +8 -0
  88. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +8 -0
  89. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +8 -0
  90. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +8 -0
  91. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +8 -0
  92. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +8 -0
  93. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +8 -0
  94. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +8 -0
  95. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +8 -0
  96. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +8 -0
  97. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +8 -0
  98. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +8 -0
  99. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +8 -0
  100. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +8 -0
  101. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +8 -0
  102. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +8 -0
  103. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +8 -0
  104. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +8 -0
  105. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +8 -0
  106. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +8 -0
  107. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +8 -0
  108. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +8 -0
  109. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +8 -0
  110. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +8 -0
  111. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +8 -0
  112. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_access_policy.py +8 -0
  113. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +8 -0
  114. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +8 -0
  115. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_domain.py +8 -0
  116. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +8 -0
  117. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_group.py +8 -0
  118. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +8 -0
  119. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +8 -0
  120. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +8 -0
  121. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +8 -0
  122. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +8 -0
  123. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +8 -0
  124. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_role.py +8 -0
  125. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_task_cancel.py +8 -0
  126. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +8 -0
  127. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/patched_user.py +8 -0
  128. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/profile_artifact_response.py +8 -0
  129. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/progress_report_response.py +8 -0
  130. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/publication_response.py +8 -0
  131. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_export.py +8 -0
  132. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_export_response.py +8 -0
  133. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_exporter.py +8 -0
  134. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +8 -0
  135. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_import.py +8 -0
  136. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_import_check.py +8 -0
  137. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +8 -0
  138. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_importer.py +8 -0
  139. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/pulp_importer_response.py +8 -0
  140. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/purge.py +8 -0
  141. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/rbac_content_guard.py +8 -0
  142. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +8 -0
  143. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/reclaim_space.py +8 -0
  144. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/redis_connection_response.py +8 -0
  145. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/repair.py +8 -0
  146. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +8 -0
  147. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/repository_response.py +8 -0
  148. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/repository_version_response.py +8 -0
  149. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/role.py +8 -0
  150. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/role_response.py +8 -0
  151. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/set_label.py +8 -0
  152. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/set_label_response.py +8 -0
  153. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/signing_service_response.py +8 -0
  154. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/status_response.py +15 -9
  155. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/storage_response.py +8 -0
  156. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/task_group_operation_response.py +8 -0
  157. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/task_group_response.py +8 -0
  158. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/task_response.py +8 -0
  159. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/task_schedule_response.py +8 -0
  160. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/unset_label.py +8 -0
  161. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/unset_label_response.py +8 -0
  162. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upload.py +8 -0
  163. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upload_chunk_response.py +8 -0
  164. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upload_commit.py +8 -0
  165. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upload_detail_response.py +8 -0
  166. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upload_response.py +8 -0
  167. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upstream_pulp.py +8 -0
  168. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +8 -0
  169. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/user.py +8 -0
  170. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/user_group.py +8 -0
  171. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/user_group_response.py +8 -0
  172. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/user_response.py +8 -0
  173. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/user_role.py +8 -0
  174. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/user_role_response.py +8 -0
  175. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/version_response.py +8 -0
  176. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +8 -0
  177. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/worker_response.py +8 -0
  178. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/rest.py +1 -0
  179. pulpcore-client-3.87.0/pulpcore_client.egg-info/PKG-INFO +567 -0
  180. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore_client.egg-info/SOURCES.txt +2 -4
  181. pulpcore-client-3.87.0/pulpcore_client.egg-info/requires.txt +5 -0
  182. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pyproject.toml +21 -14
  183. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/setup.py +6 -6
  184. pulpcore-client-3.85.1/test/test_api_app_status_response.py → pulpcore-client-3.87.0/test/test_app_status_response.py +11 -11
  185. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_status_response.py +8 -18
  186. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_workers_api.py +2 -2
  187. pulpcore-client-3.85.1/PKG-INFO +0 -13
  188. pulpcore-client-3.85.1/pulpcore/client/pulpcore/__init__.py +0 -257
  189. pulpcore-client-3.85.1/pulpcore/client/pulpcore/models/content_app_status_response.py +0 -99
  190. pulpcore-client-3.85.1/pulpcore_client.egg-info/PKG-INFO +0 -13
  191. pulpcore-client-3.85.1/pulpcore_client.egg-info/requires.txt +0 -4
  192. pulpcore-client-3.85.1/test/test_content_app_status_response.py +0 -56
  193. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/__init__.py +0 -0
  194. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/__init__.py +0 -0
  195. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/__init__.py +0 -0
  196. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
  197. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
  198. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/content_api.py +0 -0
  199. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
  200. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
  201. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
  202. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
  203. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
  204. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
  205. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
  206. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
  207. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
  208. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
  209. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
  210. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
  211. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +0 -0
  212. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/domains_api.py +0 -0
  213. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +0 -0
  214. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
  215. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +0 -0
  216. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
  217. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
  218. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
  219. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
  220. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
  221. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
  222. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
  223. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
  224. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/login_api.py +0 -0
  225. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
  226. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
  227. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
  228. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
  229. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
  230. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
  231. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +0 -0
  232. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
  233. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
  234. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
  235. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
  236. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/status_api.py +0 -0
  237. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
  238. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
  239. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
  240. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
  241. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/users_api.py +0 -0
  242. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
  243. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api/vuln_report_api.py +0 -0
  244. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/api_response.py +0 -0
  245. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
  246. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
  247. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
  248. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
  249. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
  250. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore/client/pulpcore/py.typed +0 -0
  251. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore_client.egg-info/dependency_links.txt +0 -0
  252. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/pulpcore_client.egg-info/top_level.txt +0 -0
  253. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/setup.cfg +0 -0
  254. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_access_policies_api.py +0 -0
  255. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_access_policy.py +0 -0
  256. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_access_policy_response.py +0 -0
  257. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_artifact_distribution_response.py +6 -6
  258. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_artifact_response.py +0 -0
  259. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_artifacts_api.py +0 -0
  260. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_async_operation_response.py +0 -0
  261. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_composite_content_guard.py +0 -0
  262. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_composite_content_guard_response.py +0 -0
  263. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_api.py +0 -0
  264. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_guard_response.py +0 -0
  265. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_openpgp_publickey_api.py +0 -0
  266. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_openpgp_publicsubkey_api.py +0 -0
  267. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_openpgp_signature_api.py +0 -0
  268. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_openpgp_userattribute_api.py +0 -0
  269. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_openpgp_userid_api.py +0 -0
  270. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_redirect_content_guard.py +0 -0
  271. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_redirect_content_guard_response.py +0 -0
  272. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_settings_response.py +0 -0
  273. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_content_summary_response.py +0 -0
  274. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_contentguards_api.py +0 -0
  275. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_contentguards_composite_api.py +0 -0
  276. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_contentguards_content_redirect_api.py +0 -0
  277. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_contentguards_header_api.py +0 -0
  278. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_contentguards_rbac_api.py +0 -0
  279. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_database_connection_response.py +0 -0
  280. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_distribution_response.py +0 -0
  281. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_distributions_api.py +0 -0
  282. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_distributions_artifacts_api.py +0 -0
  283. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_distributions_openpgp_api.py +0 -0
  284. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_domain.py +0 -0
  285. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_domain_backend_migrator.py +0 -0
  286. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_domain_response.py +0 -0
  287. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_domains_api.py +0 -0
  288. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_evaluation_response.py +0 -0
  289. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_exporters_filesystem_api.py +0 -0
  290. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_exporters_filesystem_exports_api.py +0 -0
  291. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_exporters_pulp_api.py +0 -0
  292. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_exporters_pulp_exports_api.py +0 -0
  293. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_filesystem_export.py +0 -0
  294. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_filesystem_export_response.py +0 -0
  295. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_filesystem_exporter.py +0 -0
  296. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_filesystem_exporter_response.py +0 -0
  297. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_generic_remote_response.py +0 -0
  298. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
  299. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_generic_remote_response_policy_enum.py +0 -0
  300. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group.py +0 -0
  301. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group_progress_report_response.py +0 -0
  302. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group_response.py +0 -0
  303. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group_role.py +0 -0
  304. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group_role_response.py +0 -0
  305. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group_user.py +0 -0
  306. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_group_user_response.py +0 -0
  307. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_groups_api.py +0 -0
  308. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_groups_roles_api.py +0 -0
  309. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_groups_users_api.py +0 -0
  310. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_header_content_guard.py +0 -0
  311. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_header_content_guard_response.py +0 -0
  312. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_import_response.py +0 -0
  313. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_importers_pulp_api.py +0 -0
  314. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_importers_pulp_import_check_api.py +0 -0
  315. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_importers_pulp_imports_api.py +0 -0
  316. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_livez_api.py +0 -0
  317. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_login_api.py +0 -0
  318. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_login_response.py +0 -0
  319. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_method_enum.py +0 -0
  320. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_minimal_task_response.py +0 -0
  321. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_multiple_artifact_content_response.py +0 -0
  322. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_my_permissions_response.py +0 -0
  323. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_public_subkey.py +0 -0
  324. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
  325. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_signature.py +0 -0
  326. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_signature_response.py +0 -0
  327. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_user_attribute.py +0 -0
  328. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
  329. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_user_id.py +0 -0
  330. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_open_pgp_user_id_response.py +0 -0
  331. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_role.py +0 -0
  332. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_nested_role_response.py +0 -0
  333. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_object_roles_response.py +0 -0
  334. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_distribution.py +0 -0
  335. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_distribution_response.py +0 -0
  336. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_keyring.py +0 -0
  337. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_keyring_response.py +0 -0
  338. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_public_key_response.py +0 -0
  339. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_public_subkey_response.py +0 -0
  340. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_signature_response.py +0 -0
  341. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_user_attribute_response.py +0 -0
  342. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_open_pgp_user_id_response.py +0 -0
  343. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_orphans_api.py +0 -0
  344. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_orphans_cleanup.py +0 -0
  345. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_orphans_cleanup_api.py +0 -0
  346. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_access_policy_response_list.py +0 -0
  347. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_artifact_distribution_response_list.py +10 -10
  348. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_artifact_response_list.py +0 -0
  349. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_composite_content_guard_response_list.py +0 -0
  350. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_content_guard_response_list.py +0 -0
  351. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
  352. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_distribution_response_list.py +0 -0
  353. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_domain_response_list.py +0 -0
  354. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_filesystem_export_response_list.py +0 -0
  355. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
  356. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_generic_remote_response_list.py +0 -0
  357. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_group_response_list.py +0 -0
  358. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_group_role_response_list.py +0 -0
  359. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_group_user_response_list.py +0 -0
  360. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_header_content_guard_response_list.py +0 -0
  361. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_import_response_list.py +0 -0
  362. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
  363. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
  364. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_keyring_response_list.py +0 -0
  365. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
  366. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
  367. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
  368. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
  369. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
  370. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_publication_response_list.py +0 -0
  371. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_pulp_export_response_list.py +0 -0
  372. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_pulp_exporter_response_list.py +0 -0
  373. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_pulp_importer_response_list.py +0 -0
  374. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
  375. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_repository_response_list.py +0 -0
  376. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_repository_version_response_list.py +0 -0
  377. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_role_response_list.py +0 -0
  378. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_signing_service_response_list.py +0 -0
  379. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_task_group_response_list.py +0 -0
  380. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_task_response_list.py +0 -0
  381. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_task_schedule_response_list.py +0 -0
  382. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_upload_response_list.py +0 -0
  383. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_upstream_pulp_response_list.py +0 -0
  384. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_user_response_list.py +0 -0
  385. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_user_role_response_list.py +0 -0
  386. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_vulnerability_report_response_list.py +0 -0
  387. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_paginated_worker_response_list.py +0 -0
  388. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_access_policy.py +0 -0
  389. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_composite_content_guard.py +0 -0
  390. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_content_redirect_content_guard.py +0 -0
  391. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_domain.py +0 -0
  392. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_filesystem_exporter.py +0 -0
  393. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_group.py +0 -0
  394. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_header_content_guard.py +0 -0
  395. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_open_pgp_distribution.py +0 -0
  396. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_open_pgp_keyring.py +0 -0
  397. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_pulp_exporter.py +0 -0
  398. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_pulp_importer.py +0 -0
  399. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_rbac_content_guard.py +0 -0
  400. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_role.py +0 -0
  401. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_task_cancel.py +0 -0
  402. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_upstream_pulp.py +0 -0
  403. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_patched_user.py +0 -0
  404. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_policy357_enum.py +0 -0
  405. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_profile_artifact_response.py +0 -0
  406. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_progress_report_response.py +0 -0
  407. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_publication_response.py +0 -0
  408. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_publications_api.py +0 -0
  409. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_export.py +0 -0
  410. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_export_response.py +0 -0
  411. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_exporter.py +0 -0
  412. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_exporter_response.py +0 -0
  413. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_import.py +0 -0
  414. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_import_check.py +0 -0
  415. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_import_check_response.py +0 -0
  416. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_importer.py +0 -0
  417. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_pulp_importer_response.py +0 -0
  418. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_purge.py +0 -0
  419. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_rbac_content_guard.py +0 -0
  420. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_rbac_content_guard_response.py +0 -0
  421. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_reclaim_space.py +0 -0
  422. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_redis_connection_response.py +0 -0
  423. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_remotes_api.py +0 -0
  424. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repair.py +0 -0
  425. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repair_api.py +0 -0
  426. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repositories_api.py +0 -0
  427. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repositories_openpgp_keyring_api.py +0 -0
  428. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repositories_reclaim_space_api.py +0 -0
  429. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repository_add_remove_content.py +0 -0
  430. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repository_response.py +0 -0
  431. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repository_version_response.py +0 -0
  432. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_repository_versions_api.py +0 -0
  433. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_role.py +0 -0
  434. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_role_response.py +0 -0
  435. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_roles_api.py +0 -0
  436. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_set_label.py +0 -0
  437. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_set_label_response.py +0 -0
  438. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_signing_service_response.py +0 -0
  439. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_signing_services_api.py +0 -0
  440. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_states_enum.py +0 -0
  441. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_status_api.py +0 -0
  442. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_storage_class_enum.py +0 -0
  443. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_storage_response.py +0 -0
  444. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_task_group_operation_response.py +0 -0
  445. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_task_group_response.py +0 -0
  446. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_task_groups_api.py +0 -0
  447. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_task_response.py +0 -0
  448. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_task_schedule_response.py +0 -0
  449. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_task_schedules_api.py +0 -0
  450. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_tasks_api.py +0 -0
  451. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_unset_label.py +0 -0
  452. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_unset_label_response.py +0 -0
  453. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upload.py +0 -0
  454. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upload_chunk_response.py +0 -0
  455. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upload_commit.py +0 -0
  456. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upload_detail_response.py +0 -0
  457. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upload_response.py +0 -0
  458. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_uploads_api.py +0 -0
  459. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upstream_pulp.py +0 -0
  460. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upstream_pulp_response.py +0 -0
  461. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_upstream_pulps_api.py +0 -0
  462. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_user.py +0 -0
  463. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_user_group.py +0 -0
  464. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_user_group_response.py +0 -0
  465. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_user_response.py +0 -0
  466. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_user_role.py +0 -0
  467. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_user_role_response.py +0 -0
  468. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_users_api.py +0 -0
  469. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_users_roles_api.py +0 -0
  470. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_version_response.py +0 -0
  471. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_vuln_report_api.py +0 -0
  472. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_vulnerability_report_response.py +0 -0
  473. {pulpcore-client-3.85.1 → pulpcore-client-3.87.0}/test/test_worker_response.py +0 -0
@@ -0,0 +1,567 @@
1
+ Metadata-Version: 2.1
2
+ Name: pulpcore-client
3
+ Version: 3.87.0
4
+ Summary: Pulp 3 API
5
+ Home-page:
6
+ Author: Pulp Team
7
+ Author-email: Pulp Team <pulp-list@redhat.com>
8
+ License: GPL-2.0-or-later
9
+ Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
10
+ Keywords: OpenAPI,OpenAPI-Generator,Pulp 3 API
11
+ Requires-Python: >= 3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # pulpcore-client
15
+ Fetch, Upload, Organize, and Distribute Software Packages
16
+
17
+ This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
+
19
+ - API version: v3
20
+ - Package version: 3.87.0
21
+ - Generator version: 7.14.0
22
+ - Build package: org.openapitools.codegen.languages.PythonClientCodegen
23
+ For more information, please visit [https://pulpproject.org](https://pulpproject.org)
24
+
25
+ ## Requirements.
26
+
27
+ Python 3.9+
28
+
29
+ ## Installation & Usage
30
+ ### pip install
31
+
32
+ If the python package is hosted on a repository, you can install directly using:
33
+
34
+ ```sh
35
+ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
36
+ ```
37
+ (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
38
+
39
+ Then import the package:
40
+ ```python
41
+ import pulpcore.client.pulpcore
42
+ ```
43
+
44
+ ### Setuptools
45
+
46
+ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
47
+
48
+ ```sh
49
+ python setup.py install --user
50
+ ```
51
+ (or `sudo python setup.py install` to install the package for all users)
52
+
53
+ Then import the package:
54
+ ```python
55
+ import pulpcore.client.pulpcore
56
+ ```
57
+
58
+ ### Tests
59
+
60
+ Execute `pytest` to run the tests.
61
+
62
+ ## Getting Started
63
+
64
+ Please follow the [installation procedure](#installation--usage) and then run the following:
65
+
66
+ ```python
67
+
68
+ import pulpcore.client.pulpcore
69
+ from pulpcore.client.pulpcore.rest import ApiException
70
+ from pprint import pprint
71
+
72
+ # Defining the host is optional and defaults to http://localhost:24817
73
+ # See configuration.py for a list of all supported configuration parameters.
74
+ configuration = pulpcore.client.pulpcore.Configuration(
75
+ host = "http://localhost:24817"
76
+ )
77
+
78
+ # The client must configure the authentication and authorization parameters
79
+ # in accordance with the API server security policy.
80
+ # Examples for each auth method are provided below, use the example that
81
+ # satisfies your auth use case.
82
+
83
+ # Configure HTTP basic authorization: basicAuth
84
+ configuration = pulpcore.client.pulpcore.Configuration(
85
+ username = os.environ["USERNAME"],
86
+ password = os.environ["PASSWORD"]
87
+ )
88
+
89
+ # Configure API key authorization: cookieAuth
90
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
91
+
92
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
93
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
94
+
95
+
96
+ # Enter a context with an instance of the API client
97
+ with pulpcore.client.pulpcore.ApiClient(configuration) as api_client:
98
+ # Create an instance of the API class
99
+ api_instance = pulpcore.client.pulpcore.AccessPoliciesApi(api_client)
100
+ x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
101
+ customized = True # bool | Filter results where customized matches value (optional)
102
+ limit = 56 # int | Number of results to return per page. (optional)
103
+ offset = 56 # int | The initial index from which to return the results. (optional)
104
+ 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) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
105
+ prn__in = ['prn__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
106
+ pulp_href__in = ['pulp_href__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
107
+ pulp_id__in = ['pulp_id__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
108
+ q = 'q_example' # str | Filter results by using NOT, AND and OR operations on other filters (optional)
109
+ viewset_name = 'viewset_name_example' # str | Filter results where viewset_name matches value (optional)
110
+ viewset_name__contains = 'viewset_name__contains_example' # str | Filter results where viewset_name contains value (optional)
111
+ viewset_name__icontains = 'viewset_name__icontains_example' # str | Filter results where viewset_name contains value (optional)
112
+ viewset_name__iexact = 'viewset_name__iexact_example' # str | Filter results where viewset_name matches value (optional)
113
+ viewset_name__in = ['viewset_name__in_example'] # List[str] | Filter results where viewset_name is in a comma-separated list of values (optional)
114
+ viewset_name__iregex = 'viewset_name__iregex_example' # str | Filter results where viewset_name matches regex value (optional)
115
+ viewset_name__istartswith = 'viewset_name__istartswith_example' # str | Filter results where viewset_name starts with value (optional)
116
+ viewset_name__regex = 'viewset_name__regex_example' # str | Filter results where viewset_name matches regex value (optional)
117
+ viewset_name__startswith = 'viewset_name__startswith_example' # str | Filter results where viewset_name starts with value (optional)
118
+ fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
119
+ exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
120
+
121
+ try:
122
+ # List access policys
123
+ api_response = api_instance.list(x_task_diagnostics=x_task_diagnostics, customized=customized, limit=limit, offset=offset, ordering=ordering, prn__in=prn__in, pulp_href__in=pulp_href__in, pulp_id__in=pulp_id__in, q=q, viewset_name=viewset_name, viewset_name__contains=viewset_name__contains, viewset_name__icontains=viewset_name__icontains, viewset_name__iexact=viewset_name__iexact, viewset_name__in=viewset_name__in, viewset_name__iregex=viewset_name__iregex, viewset_name__istartswith=viewset_name__istartswith, viewset_name__regex=viewset_name__regex, viewset_name__startswith=viewset_name__startswith, fields=fields, exclude_fields=exclude_fields)
124
+ print("The response of AccessPoliciesApi->list:\n")
125
+ pprint(api_response)
126
+ except ApiException as e:
127
+ print("Exception when calling AccessPoliciesApi->list: %s\n" % e)
128
+
129
+ ```
130
+
131
+ ## Documentation for API Endpoints
132
+
133
+ All URIs are relative to *http://localhost:24817*
134
+
135
+ Class | Method | HTTP request | Description
136
+ ------------ | ------------- | ------------- | -------------
137
+ *AccessPoliciesApi* | [**list**](docs/AccessPoliciesApi.md#list) | **GET** /pulp/api/v3/access_policies/ | List access policys
138
+ *AccessPoliciesApi* | [**partial_update**](docs/AccessPoliciesApi.md#partial_update) | **PATCH** {access_policy_href} | Update an access policy
139
+ *AccessPoliciesApi* | [**read**](docs/AccessPoliciesApi.md#read) | **GET** {access_policy_href} | Inspect an access policy
140
+ *AccessPoliciesApi* | [**reset**](docs/AccessPoliciesApi.md#reset) | **POST** {access_policy_href}reset/ |
141
+ *AccessPoliciesApi* | [**update**](docs/AccessPoliciesApi.md#update) | **PUT** {access_policy_href} | Update an access policy
142
+ *ArtifactsApi* | [**create**](docs/ArtifactsApi.md#create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
143
+ *ArtifactsApi* | [**delete**](docs/ArtifactsApi.md#delete) | **DELETE** {artifact_href} | Delete an artifact
144
+ *ArtifactsApi* | [**list**](docs/ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
145
+ *ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
146
+ *ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
147
+ *ContentOpenpgpPublickeyApi* | [**create**](docs/ContentOpenpgpPublickeyApi.md#create) | **POST** /pulp/api/v3/content/core/openpgp_publickey/ | Create an open pgp public key
148
+ *ContentOpenpgpPublickeyApi* | [**list**](docs/ContentOpenpgpPublickeyApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_publickey/ | List open pgp public keys
149
+ *ContentOpenpgpPublickeyApi* | [**read**](docs/ContentOpenpgpPublickeyApi.md#read) | **GET** {open_p_g_p_public_key_href} | Inspect an open pgp public key
150
+ *ContentOpenpgpPublickeyApi* | [**set_label**](docs/ContentOpenpgpPublickeyApi.md#set_label) | **POST** {open_p_g_p_public_key_href}set_label/ | Set a label
151
+ *ContentOpenpgpPublickeyApi* | [**unset_label**](docs/ContentOpenpgpPublickeyApi.md#unset_label) | **POST** {open_p_g_p_public_key_href}unset_label/ | Unset a label
152
+ *ContentOpenpgpPublicsubkeyApi* | [**list**](docs/ContentOpenpgpPublicsubkeyApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_publicsubkey/ | List open pgp public subkeys
153
+ *ContentOpenpgpPublicsubkeyApi* | [**read**](docs/ContentOpenpgpPublicsubkeyApi.md#read) | **GET** {open_p_g_p_public_subkey_href} | Inspect an open pgp public subkey
154
+ *ContentOpenpgpPublicsubkeyApi* | [**set_label**](docs/ContentOpenpgpPublicsubkeyApi.md#set_label) | **POST** {open_p_g_p_public_subkey_href}set_label/ | Set a label
155
+ *ContentOpenpgpPublicsubkeyApi* | [**unset_label**](docs/ContentOpenpgpPublicsubkeyApi.md#unset_label) | **POST** {open_p_g_p_public_subkey_href}unset_label/ | Unset a label
156
+ *ContentOpenpgpSignatureApi* | [**list**](docs/ContentOpenpgpSignatureApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_signature/ | List open pgp signatures
157
+ *ContentOpenpgpSignatureApi* | [**read**](docs/ContentOpenpgpSignatureApi.md#read) | **GET** {open_p_g_p_signature_href} | Inspect an open pgp signature
158
+ *ContentOpenpgpSignatureApi* | [**set_label**](docs/ContentOpenpgpSignatureApi.md#set_label) | **POST** {open_p_g_p_signature_href}set_label/ | Set a label
159
+ *ContentOpenpgpSignatureApi* | [**unset_label**](docs/ContentOpenpgpSignatureApi.md#unset_label) | **POST** {open_p_g_p_signature_href}unset_label/ | Unset a label
160
+ *ContentOpenpgpUserattributeApi* | [**list**](docs/ContentOpenpgpUserattributeApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_userattribute/ | List open pgp user attributes
161
+ *ContentOpenpgpUserattributeApi* | [**read**](docs/ContentOpenpgpUserattributeApi.md#read) | **GET** {open_p_g_p_user_attribute_href} | Inspect an open pgp user attribute
162
+ *ContentOpenpgpUserattributeApi* | [**set_label**](docs/ContentOpenpgpUserattributeApi.md#set_label) | **POST** {open_p_g_p_user_attribute_href}set_label/ | Set a label
163
+ *ContentOpenpgpUserattributeApi* | [**unset_label**](docs/ContentOpenpgpUserattributeApi.md#unset_label) | **POST** {open_p_g_p_user_attribute_href}unset_label/ | Unset a label
164
+ *ContentOpenpgpUseridApi* | [**list**](docs/ContentOpenpgpUseridApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_userid/ | List open pgp user ids
165
+ *ContentOpenpgpUseridApi* | [**read**](docs/ContentOpenpgpUseridApi.md#read) | **GET** {open_p_g_p_user_i_d_href} | Inspect an open pgp user id
166
+ *ContentOpenpgpUseridApi* | [**set_label**](docs/ContentOpenpgpUseridApi.md#set_label) | **POST** {open_p_g_p_user_i_d_href}set_label/ | Set a label
167
+ *ContentOpenpgpUseridApi* | [**unset_label**](docs/ContentOpenpgpUseridApi.md#unset_label) | **POST** {open_p_g_p_user_i_d_href}unset_label/ | Unset a label
168
+ *ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
169
+ *ContentguardsCompositeApi* | [**add_role**](docs/ContentguardsCompositeApi.md#add_role) | **POST** {composite_content_guard_href}add_role/ | Add a role
170
+ *ContentguardsCompositeApi* | [**create**](docs/ContentguardsCompositeApi.md#create) | **POST** /pulp/api/v3/contentguards/core/composite/ | Create a composite content guard
171
+ *ContentguardsCompositeApi* | [**delete**](docs/ContentguardsCompositeApi.md#delete) | **DELETE** {composite_content_guard_href} | Delete a composite content guard
172
+ *ContentguardsCompositeApi* | [**list**](docs/ContentguardsCompositeApi.md#list) | **GET** /pulp/api/v3/contentguards/core/composite/ | List composite content guards
173
+ *ContentguardsCompositeApi* | [**list_roles**](docs/ContentguardsCompositeApi.md#list_roles) | **GET** {composite_content_guard_href}list_roles/ | List roles
174
+ *ContentguardsCompositeApi* | [**my_permissions**](docs/ContentguardsCompositeApi.md#my_permissions) | **GET** {composite_content_guard_href}my_permissions/ | List user permissions
175
+ *ContentguardsCompositeApi* | [**partial_update**](docs/ContentguardsCompositeApi.md#partial_update) | **PATCH** {composite_content_guard_href} | Update a composite content guard
176
+ *ContentguardsCompositeApi* | [**read**](docs/ContentguardsCompositeApi.md#read) | **GET** {composite_content_guard_href} | Inspect a composite content guard
177
+ *ContentguardsCompositeApi* | [**remove_role**](docs/ContentguardsCompositeApi.md#remove_role) | **POST** {composite_content_guard_href}remove_role/ | Remove a role
178
+ *ContentguardsCompositeApi* | [**update**](docs/ContentguardsCompositeApi.md#update) | **PUT** {composite_content_guard_href} | Update a composite content guard
179
+ *ContentguardsContentRedirectApi* | [**add_role**](docs/ContentguardsContentRedirectApi.md#add_role) | **POST** {content_redirect_content_guard_href}add_role/ | Add a role
180
+ *ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
181
+ *ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
182
+ *ContentguardsContentRedirectApi* | [**list**](docs/ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
183
+ *ContentguardsContentRedirectApi* | [**list_roles**](docs/ContentguardsContentRedirectApi.md#list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ | List roles
184
+ *ContentguardsContentRedirectApi* | [**my_permissions**](docs/ContentguardsContentRedirectApi.md#my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ | List user permissions
185
+ *ContentguardsContentRedirectApi* | [**partial_update**](docs/ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
186
+ *ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
187
+ *ContentguardsContentRedirectApi* | [**remove_role**](docs/ContentguardsContentRedirectApi.md#remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ | Remove a role
188
+ *ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
189
+ *ContentguardsHeaderApi* | [**add_role**](docs/ContentguardsHeaderApi.md#add_role) | **POST** {header_content_guard_href}add_role/ | Add a role
190
+ *ContentguardsHeaderApi* | [**create**](docs/ContentguardsHeaderApi.md#create) | **POST** /pulp/api/v3/contentguards/core/header/ | Create a header content guard
191
+ *ContentguardsHeaderApi* | [**delete**](docs/ContentguardsHeaderApi.md#delete) | **DELETE** {header_content_guard_href} | Delete a header content guard
192
+ *ContentguardsHeaderApi* | [**list**](docs/ContentguardsHeaderApi.md#list) | **GET** /pulp/api/v3/contentguards/core/header/ | List header content guards
193
+ *ContentguardsHeaderApi* | [**list_roles**](docs/ContentguardsHeaderApi.md#list_roles) | **GET** {header_content_guard_href}list_roles/ | List roles
194
+ *ContentguardsHeaderApi* | [**my_permissions**](docs/ContentguardsHeaderApi.md#my_permissions) | **GET** {header_content_guard_href}my_permissions/ | List user permissions
195
+ *ContentguardsHeaderApi* | [**partial_update**](docs/ContentguardsHeaderApi.md#partial_update) | **PATCH** {header_content_guard_href} | Update a header content guard
196
+ *ContentguardsHeaderApi* | [**read**](docs/ContentguardsHeaderApi.md#read) | **GET** {header_content_guard_href} | Inspect a header content guard
197
+ *ContentguardsHeaderApi* | [**remove_role**](docs/ContentguardsHeaderApi.md#remove_role) | **POST** {header_content_guard_href}remove_role/ | Remove a role
198
+ *ContentguardsHeaderApi* | [**update**](docs/ContentguardsHeaderApi.md#update) | **PUT** {header_content_guard_href} | Update a header content guard
199
+ *ContentguardsRbacApi* | [**add_role**](docs/ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ | Add a role
200
+ *ContentguardsRbacApi* | [**create**](docs/ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
201
+ *ContentguardsRbacApi* | [**delete**](docs/ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
202
+ *ContentguardsRbacApi* | [**list**](docs/ContentguardsRbacApi.md#list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
203
+ *ContentguardsRbacApi* | [**list_roles**](docs/ContentguardsRbacApi.md#list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ | List roles
204
+ *ContentguardsRbacApi* | [**my_permissions**](docs/ContentguardsRbacApi.md#my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ | List user permissions
205
+ *ContentguardsRbacApi* | [**partial_update**](docs/ContentguardsRbacApi.md#partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
206
+ *ContentguardsRbacApi* | [**read**](docs/ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
207
+ *ContentguardsRbacApi* | [**remove_role**](docs/ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ | Remove a role
208
+ *ContentguardsRbacApi* | [**update**](docs/ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
209
+ *DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
210
+ *DistributionsArtifactsApi* | [**list**](docs/DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
211
+ *DistributionsArtifactsApi* | [**read**](docs/DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
212
+ *DistributionsOpenpgpApi* | [**create**](docs/DistributionsOpenpgpApi.md#create) | **POST** /pulp/api/v3/distributions/core/openpgp/ | Create an open pgp distribution
213
+ *DistributionsOpenpgpApi* | [**delete**](docs/DistributionsOpenpgpApi.md#delete) | **DELETE** {open_p_g_p_distribution_href} | Delete an open pgp distribution
214
+ *DistributionsOpenpgpApi* | [**list**](docs/DistributionsOpenpgpApi.md#list) | **GET** /pulp/api/v3/distributions/core/openpgp/ | List open pgp distributions
215
+ *DistributionsOpenpgpApi* | [**partial_update**](docs/DistributionsOpenpgpApi.md#partial_update) | **PATCH** {open_p_g_p_distribution_href} | Update an open pgp distribution
216
+ *DistributionsOpenpgpApi* | [**read**](docs/DistributionsOpenpgpApi.md#read) | **GET** {open_p_g_p_distribution_href} | Inspect an open pgp distribution
217
+ *DistributionsOpenpgpApi* | [**set_label**](docs/DistributionsOpenpgpApi.md#set_label) | **POST** {open_p_g_p_distribution_href}set_label/ | Set a label
218
+ *DistributionsOpenpgpApi* | [**unset_label**](docs/DistributionsOpenpgpApi.md#unset_label) | **POST** {open_p_g_p_distribution_href}unset_label/ | Unset a label
219
+ *DistributionsOpenpgpApi* | [**update**](docs/DistributionsOpenpgpApi.md#update) | **PUT** {open_p_g_p_distribution_href} | Update an open pgp distribution
220
+ *DomainsApi* | [**create**](docs/DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
221
+ *DomainsApi* | [**delete**](docs/DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
222
+ *DomainsApi* | [**list**](docs/DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
223
+ *DomainsApi* | [**migrate**](docs/DomainsApi.md#migrate) | **POST** /pulp/api/v3/domains/migrate/ | Migrate storage backend
224
+ *DomainsApi* | [**partial_update**](docs/DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
225
+ *DomainsApi* | [**read**](docs/DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
226
+ *DomainsApi* | [**set_label**](docs/DomainsApi.md#set_label) | **POST** {domain_href}set_label/ | Set a label
227
+ *DomainsApi* | [**unset_label**](docs/DomainsApi.md#unset_label) | **POST** {domain_href}unset_label/ | Unset a label
228
+ *DomainsApi* | [**update**](docs/DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
229
+ *ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
230
+ *ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
231
+ *ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
232
+ *ExportersFilesystemApi* | [**partial_update**](docs/ExportersFilesystemApi.md#partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
233
+ *ExportersFilesystemApi* | [**read**](docs/ExportersFilesystemApi.md#read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
234
+ *ExportersFilesystemApi* | [**update**](docs/ExportersFilesystemApi.md#update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
235
+ *ExportersFilesystemExportsApi* | [**create**](docs/ExportersFilesystemExportsApi.md#create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
236
+ *ExportersFilesystemExportsApi* | [**delete**](docs/ExportersFilesystemExportsApi.md#delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
237
+ *ExportersFilesystemExportsApi* | [**list**](docs/ExportersFilesystemExportsApi.md#list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
238
+ *ExportersFilesystemExportsApi* | [**read**](docs/ExportersFilesystemExportsApi.md#read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
239
+ *ExportersPulpApi* | [**create**](docs/ExportersPulpApi.md#create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
240
+ *ExportersPulpApi* | [**delete**](docs/ExportersPulpApi.md#delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
241
+ *ExportersPulpApi* | [**list**](docs/ExportersPulpApi.md#list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
242
+ *ExportersPulpApi* | [**partial_update**](docs/ExportersPulpApi.md#partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
243
+ *ExportersPulpApi* | [**read**](docs/ExportersPulpApi.md#read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
244
+ *ExportersPulpApi* | [**update**](docs/ExportersPulpApi.md#update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
245
+ *ExportersPulpExportsApi* | [**create**](docs/ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
246
+ *ExportersPulpExportsApi* | [**delete**](docs/ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
247
+ *ExportersPulpExportsApi* | [**list**](docs/ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
248
+ *ExportersPulpExportsApi* | [**read**](docs/ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
249
+ *GroupsApi* | [**add_role**](docs/GroupsApi.md#add_role) | **POST** {group_href}add_role/ | Add a role
250
+ *GroupsApi* | [**create**](docs/GroupsApi.md#create) | **POST** /pulp/api/v3/groups/ | Create a group
251
+ *GroupsApi* | [**delete**](docs/GroupsApi.md#delete) | **DELETE** {group_href} | Delete a group
252
+ *GroupsApi* | [**list**](docs/GroupsApi.md#list) | **GET** /pulp/api/v3/groups/ | List groups
253
+ *GroupsApi* | [**list_roles**](docs/GroupsApi.md#list_roles) | **GET** {group_href}list_roles/ | List roles
254
+ *GroupsApi* | [**my_permissions**](docs/GroupsApi.md#my_permissions) | **GET** {group_href}my_permissions/ | List user permissions
255
+ *GroupsApi* | [**partial_update**](docs/GroupsApi.md#partial_update) | **PATCH** {group_href} | Update a group
256
+ *GroupsApi* | [**read**](docs/GroupsApi.md#read) | **GET** {group_href} | Inspect a group
257
+ *GroupsApi* | [**remove_role**](docs/GroupsApi.md#remove_role) | **POST** {group_href}remove_role/ | Remove a role
258
+ *GroupsApi* | [**update**](docs/GroupsApi.md#update) | **PUT** {group_href} | Update a group
259
+ *GroupsRolesApi* | [**create**](docs/GroupsRolesApi.md#create) | **POST** {group_href}roles/ | Create a group role
260
+ *GroupsRolesApi* | [**delete**](docs/GroupsRolesApi.md#delete) | **DELETE** {groups_group_role_href} | Delete a group role
261
+ *GroupsRolesApi* | [**list**](docs/GroupsRolesApi.md#list) | **GET** {group_href}roles/ | List group roles
262
+ *GroupsRolesApi* | [**read**](docs/GroupsRolesApi.md#read) | **GET** {groups_group_role_href} | Inspect a group role
263
+ *GroupsUsersApi* | [**create**](docs/GroupsUsersApi.md#create) | **POST** {group_href}users/ | Create an user
264
+ *GroupsUsersApi* | [**delete**](docs/GroupsUsersApi.md#delete) | **DELETE** {groups_user_href} | Delete an user
265
+ *GroupsUsersApi* | [**list**](docs/GroupsUsersApi.md#list) | **GET** {group_href}users/ | List users
266
+ *ImportersPulpApi* | [**create**](docs/ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
267
+ *ImportersPulpApi* | [**delete**](docs/ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
268
+ *ImportersPulpApi* | [**list**](docs/ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
269
+ *ImportersPulpApi* | [**partial_update**](docs/ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
270
+ *ImportersPulpApi* | [**read**](docs/ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
271
+ *ImportersPulpApi* | [**update**](docs/ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
272
+ *ImportersPulpImportCheckApi* | [**pulp_import_check_post**](docs/ImportersPulpImportCheckApi.md#pulp_import_check_post) | **POST** /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call
273
+ *ImportersPulpImportsApi* | [**create**](docs/ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
274
+ *ImportersPulpImportsApi* | [**delete**](docs/ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
275
+ *ImportersPulpImportsApi* | [**list**](docs/ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
276
+ *ImportersPulpImportsApi* | [**read**](docs/ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
277
+ *LivezApi* | [**livez_read**](docs/LivezApi.md#livez_read) | **GET** /pulp/api/v3/livez/ | Inspect liveness of Pulp&#39;s REST API.
278
+ *LoginApi* | [**login**](docs/LoginApi.md#login) | **POST** /pulp/api/v3/login/ |
279
+ *LoginApi* | [**login_read**](docs/LoginApi.md#login_read) | **GET** /pulp/api/v3/login/ |
280
+ *LoginApi* | [**logout**](docs/LoginApi.md#logout) | **DELETE** /pulp/api/v3/login/ |
281
+ *OrphansApi* | [**delete**](docs/OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
282
+ *OrphansCleanupApi* | [**cleanup**](docs/OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
283
+ *PublicationsApi* | [**list**](docs/PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
284
+ *RemotesApi* | [**list**](docs/RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
285
+ *RepairApi* | [**post**](docs/RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
286
+ *RepositoriesApi* | [**list**](docs/RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
287
+ *RepositoriesOpenpgpKeyringApi* | [**add_role**](docs/RepositoriesOpenpgpKeyringApi.md#add_role) | **POST** {open_p_g_p_keyring_href}add_role/ | Add a role
288
+ *RepositoriesOpenpgpKeyringApi* | [**create**](docs/RepositoriesOpenpgpKeyringApi.md#create) | **POST** /pulp/api/v3/repositories/core/openpgp_keyring/ | Create an open pgp keyring
289
+ *RepositoriesOpenpgpKeyringApi* | [**delete**](docs/RepositoriesOpenpgpKeyringApi.md#delete) | **DELETE** {open_p_g_p_keyring_href} | Delete an open pgp keyring
290
+ *RepositoriesOpenpgpKeyringApi* | [**list**](docs/RepositoriesOpenpgpKeyringApi.md#list) | **GET** /pulp/api/v3/repositories/core/openpgp_keyring/ | List open pgp keyrings
291
+ *RepositoriesOpenpgpKeyringApi* | [**list_roles**](docs/RepositoriesOpenpgpKeyringApi.md#list_roles) | **GET** {open_p_g_p_keyring_href}list_roles/ | List roles
292
+ *RepositoriesOpenpgpKeyringApi* | [**modify**](docs/RepositoriesOpenpgpKeyringApi.md#modify) | **POST** {open_p_g_p_keyring_href}modify/ | Modify Repository Content
293
+ *RepositoriesOpenpgpKeyringApi* | [**my_permissions**](docs/RepositoriesOpenpgpKeyringApi.md#my_permissions) | **GET** {open_p_g_p_keyring_href}my_permissions/ | List user permissions
294
+ *RepositoriesOpenpgpKeyringApi* | [**partial_update**](docs/RepositoriesOpenpgpKeyringApi.md#partial_update) | **PATCH** {open_p_g_p_keyring_href} | Update an open pgp keyring
295
+ *RepositoriesOpenpgpKeyringApi* | [**read**](docs/RepositoriesOpenpgpKeyringApi.md#read) | **GET** {open_p_g_p_keyring_href} | Inspect an open pgp keyring
296
+ *RepositoriesOpenpgpKeyringApi* | [**remove_role**](docs/RepositoriesOpenpgpKeyringApi.md#remove_role) | **POST** {open_p_g_p_keyring_href}remove_role/ | Remove a role
297
+ *RepositoriesOpenpgpKeyringApi* | [**set_label**](docs/RepositoriesOpenpgpKeyringApi.md#set_label) | **POST** {open_p_g_p_keyring_href}set_label/ | Set a label
298
+ *RepositoriesOpenpgpKeyringApi* | [**unset_label**](docs/RepositoriesOpenpgpKeyringApi.md#unset_label) | **POST** {open_p_g_p_keyring_href}unset_label/ | Unset a label
299
+ *RepositoriesOpenpgpKeyringApi* | [**update**](docs/RepositoriesOpenpgpKeyringApi.md#update) | **PUT** {open_p_g_p_keyring_href} | Update an open pgp keyring
300
+ *RepositoriesReclaimSpaceApi* | [**reclaim**](docs/RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
301
+ *RepositoryVersionsApi* | [**list**](docs/RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
302
+ *RolesApi* | [**create**](docs/RolesApi.md#create) | **POST** /pulp/api/v3/roles/ | Create a role
303
+ *RolesApi* | [**delete**](docs/RolesApi.md#delete) | **DELETE** {role_href} | Delete a role
304
+ *RolesApi* | [**list**](docs/RolesApi.md#list) | **GET** /pulp/api/v3/roles/ | List roles
305
+ *RolesApi* | [**partial_update**](docs/RolesApi.md#partial_update) | **PATCH** {role_href} | Update a role
306
+ *RolesApi* | [**read**](docs/RolesApi.md#read) | **GET** {role_href} | Inspect a role
307
+ *RolesApi* | [**update**](docs/RolesApi.md#update) | **PUT** {role_href} | Update a role
308
+ *SigningServicesApi* | [**list**](docs/SigningServicesApi.md#list) | **GET** /pulp/api/v3/signing-services/ | List signing services
309
+ *SigningServicesApi* | [**read**](docs/SigningServicesApi.md#read) | **GET** {signing_service_href} | Inspect a signing service
310
+ *StatusApi* | [**status_read**](docs/StatusApi.md#status_read) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp
311
+ *TaskGroupsApi* | [**list**](docs/TaskGroupsApi.md#list) | **GET** /pulp/api/v3/task-groups/ | List task groups
312
+ *TaskGroupsApi* | [**read**](docs/TaskGroupsApi.md#read) | **GET** {task_group_href} | Inspect a task group
313
+ *TaskGroupsApi* | [**task_groups_cancel**](docs/TaskGroupsApi.md#task_groups_cancel) | **PATCH** {task_group_href} | Cancel a task group
314
+ *TaskSchedulesApi* | [**add_role**](docs/TaskSchedulesApi.md#add_role) | **POST** {task_schedule_href}add_role/ | Add a role
315
+ *TaskSchedulesApi* | [**list**](docs/TaskSchedulesApi.md#list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
316
+ *TaskSchedulesApi* | [**list_roles**](docs/TaskSchedulesApi.md#list_roles) | **GET** {task_schedule_href}list_roles/ | List roles
317
+ *TaskSchedulesApi* | [**my_permissions**](docs/TaskSchedulesApi.md#my_permissions) | **GET** {task_schedule_href}my_permissions/ | List user permissions
318
+ *TaskSchedulesApi* | [**read**](docs/TaskSchedulesApi.md#read) | **GET** {task_schedule_href} | Inspect a task schedule
319
+ *TaskSchedulesApi* | [**remove_role**](docs/TaskSchedulesApi.md#remove_role) | **POST** {task_schedule_href}remove_role/ | Remove a role
320
+ *TasksApi* | [**add_role**](docs/TasksApi.md#add_role) | **POST** {task_href}add_role/ | Add a role
321
+ *TasksApi* | [**delete**](docs/TasksApi.md#delete) | **DELETE** {task_href} | Delete a task
322
+ *TasksApi* | [**list**](docs/TasksApi.md#list) | **GET** /pulp/api/v3/tasks/ | List tasks
323
+ *TasksApi* | [**list_roles**](docs/TasksApi.md#list_roles) | **GET** {task_href}list_roles/ | List roles
324
+ *TasksApi* | [**my_permissions**](docs/TasksApi.md#my_permissions) | **GET** {task_href}my_permissions/ | List user permissions
325
+ *TasksApi* | [**profile_artifacts**](docs/TasksApi.md#profile_artifacts) | **GET** {task_href}profile_artifacts/ | Fetch downloadable links for profile artifacts
326
+ *TasksApi* | [**purge**](docs/TasksApi.md#purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
327
+ *TasksApi* | [**read**](docs/TasksApi.md#read) | **GET** {task_href} | Inspect a task
328
+ *TasksApi* | [**remove_role**](docs/TasksApi.md#remove_role) | **POST** {task_href}remove_role/ | Remove a role
329
+ *TasksApi* | [**tasks_cancel**](docs/TasksApi.md#tasks_cancel) | **PATCH** {task_href} | Cancel a task
330
+ *UploadsApi* | [**add_role**](docs/UploadsApi.md#add_role) | **POST** {upload_href}add_role/ | Add a role
331
+ *UploadsApi* | [**commit**](docs/UploadsApi.md#commit) | **POST** {upload_href}commit/ | Finish an Upload
332
+ *UploadsApi* | [**create**](docs/UploadsApi.md#create) | **POST** /pulp/api/v3/uploads/ | Create an upload
333
+ *UploadsApi* | [**delete**](docs/UploadsApi.md#delete) | **DELETE** {upload_href} | Delete an upload
334
+ *UploadsApi* | [**list**](docs/UploadsApi.md#list) | **GET** /pulp/api/v3/uploads/ | List uploads
335
+ *UploadsApi* | [**list_roles**](docs/UploadsApi.md#list_roles) | **GET** {upload_href}list_roles/ | List roles
336
+ *UploadsApi* | [**my_permissions**](docs/UploadsApi.md#my_permissions) | **GET** {upload_href}my_permissions/ | List user permissions
337
+ *UploadsApi* | [**read**](docs/UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
338
+ *UploadsApi* | [**remove_role**](docs/UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ | Remove a role
339
+ *UploadsApi* | [**update**](docs/UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
340
+ *UpstreamPulpsApi* | [**add_role**](docs/UpstreamPulpsApi.md#add_role) | **POST** {upstream_pulp_href}add_role/ | Add a role
341
+ *UpstreamPulpsApi* | [**create**](docs/UpstreamPulpsApi.md#create) | **POST** /pulp/api/v3/upstream-pulps/ | Create an upstream pulp
342
+ *UpstreamPulpsApi* | [**delete**](docs/UpstreamPulpsApi.md#delete) | **DELETE** {upstream_pulp_href} | Delete an upstream pulp
343
+ *UpstreamPulpsApi* | [**list**](docs/UpstreamPulpsApi.md#list) | **GET** /pulp/api/v3/upstream-pulps/ | List upstream pulps
344
+ *UpstreamPulpsApi* | [**list_roles**](docs/UpstreamPulpsApi.md#list_roles) | **GET** {upstream_pulp_href}list_roles/ | List roles
345
+ *UpstreamPulpsApi* | [**my_permissions**](docs/UpstreamPulpsApi.md#my_permissions) | **GET** {upstream_pulp_href}my_permissions/ | List user permissions
346
+ *UpstreamPulpsApi* | [**partial_update**](docs/UpstreamPulpsApi.md#partial_update) | **PATCH** {upstream_pulp_href} | Update an upstream pulp
347
+ *UpstreamPulpsApi* | [**read**](docs/UpstreamPulpsApi.md#read) | **GET** {upstream_pulp_href} | Inspect an upstream pulp
348
+ *UpstreamPulpsApi* | [**remove_role**](docs/UpstreamPulpsApi.md#remove_role) | **POST** {upstream_pulp_href}remove_role/ | Remove a role
349
+ *UpstreamPulpsApi* | [**replicate**](docs/UpstreamPulpsApi.md#replicate) | **POST** {upstream_pulp_href}replicate/ | Replicate
350
+ *UpstreamPulpsApi* | [**update**](docs/UpstreamPulpsApi.md#update) | **PUT** {upstream_pulp_href} | Update an upstream pulp
351
+ *UsersApi* | [**create**](docs/UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
352
+ *UsersApi* | [**delete**](docs/UsersApi.md#delete) | **DELETE** {auth_user_href} | Delete an user
353
+ *UsersApi* | [**list**](docs/UsersApi.md#list) | **GET** /pulp/api/v3/users/ | List users
354
+ *UsersApi* | [**partial_update**](docs/UsersApi.md#partial_update) | **PATCH** {auth_user_href} | Update an user
355
+ *UsersApi* | [**read**](docs/UsersApi.md#read) | **GET** {auth_user_href} | Inspect an user
356
+ *UsersApi* | [**update**](docs/UsersApi.md#update) | **PUT** {auth_user_href} | Update an user
357
+ *UsersRolesApi* | [**create**](docs/UsersRolesApi.md#create) | **POST** {auth_user_href}roles/ | Create an user role
358
+ *UsersRolesApi* | [**delete**](docs/UsersRolesApi.md#delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
359
+ *UsersRolesApi* | [**list**](docs/UsersRolesApi.md#list) | **GET** {auth_user_href}roles/ | List user roles
360
+ *UsersRolesApi* | [**read**](docs/UsersRolesApi.md#read) | **GET** {auth_users_user_role_href} | Inspect an user role
361
+ *VulnReportApi* | [**delete**](docs/VulnReportApi.md#delete) | **DELETE** {vulnerability_report_href} | Delete a vulnerability report
362
+ *VulnReportApi* | [**list**](docs/VulnReportApi.md#list) | **GET** /pulp/api/v3/vuln_report/ | List vulnerability reports
363
+ *VulnReportApi* | [**read**](docs/VulnReportApi.md#read) | **GET** {vulnerability_report_href} | Inspect a vulnerability report
364
+ *WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List app statuss
365
+ *WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect an app status
366
+
367
+
368
+ ## Documentation For Models
369
+
370
+ - [AccessPolicy](docs/AccessPolicy.md)
371
+ - [AccessPolicyResponse](docs/AccessPolicyResponse.md)
372
+ - [AppStatusResponse](docs/AppStatusResponse.md)
373
+ - [ArtifactDistributionResponse](docs/ArtifactDistributionResponse.md)
374
+ - [ArtifactResponse](docs/ArtifactResponse.md)
375
+ - [AsyncOperationResponse](docs/AsyncOperationResponse.md)
376
+ - [CompositeContentGuard](docs/CompositeContentGuard.md)
377
+ - [CompositeContentGuardResponse](docs/CompositeContentGuardResponse.md)
378
+ - [ContentGuardResponse](docs/ContentGuardResponse.md)
379
+ - [ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
380
+ - [ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)
381
+ - [ContentSettingsResponse](docs/ContentSettingsResponse.md)
382
+ - [ContentSummaryResponse](docs/ContentSummaryResponse.md)
383
+ - [DatabaseConnectionResponse](docs/DatabaseConnectionResponse.md)
384
+ - [DistributionResponse](docs/DistributionResponse.md)
385
+ - [Domain](docs/Domain.md)
386
+ - [DomainBackendMigrator](docs/DomainBackendMigrator.md)
387
+ - [DomainResponse](docs/DomainResponse.md)
388
+ - [EvaluationResponse](docs/EvaluationResponse.md)
389
+ - [FilesystemExport](docs/FilesystemExport.md)
390
+ - [FilesystemExportResponse](docs/FilesystemExportResponse.md)
391
+ - [FilesystemExporter](docs/FilesystemExporter.md)
392
+ - [FilesystemExporterResponse](docs/FilesystemExporterResponse.md)
393
+ - [GenericRemoteResponse](docs/GenericRemoteResponse.md)
394
+ - [GenericRemoteResponseHiddenFieldsInner](docs/GenericRemoteResponseHiddenFieldsInner.md)
395
+ - [GenericRemoteResponsePolicyEnum](docs/GenericRemoteResponsePolicyEnum.md)
396
+ - [Group](docs/Group.md)
397
+ - [GroupProgressReportResponse](docs/GroupProgressReportResponse.md)
398
+ - [GroupResponse](docs/GroupResponse.md)
399
+ - [GroupRole](docs/GroupRole.md)
400
+ - [GroupRoleResponse](docs/GroupRoleResponse.md)
401
+ - [GroupUser](docs/GroupUser.md)
402
+ - [GroupUserResponse](docs/GroupUserResponse.md)
403
+ - [HeaderContentGuard](docs/HeaderContentGuard.md)
404
+ - [HeaderContentGuardResponse](docs/HeaderContentGuardResponse.md)
405
+ - [ImportResponse](docs/ImportResponse.md)
406
+ - [LoginResponse](docs/LoginResponse.md)
407
+ - [MethodEnum](docs/MethodEnum.md)
408
+ - [MinimalTaskResponse](docs/MinimalTaskResponse.md)
409
+ - [MultipleArtifactContentResponse](docs/MultipleArtifactContentResponse.md)
410
+ - [MyPermissionsResponse](docs/MyPermissionsResponse.md)
411
+ - [NestedOpenPGPPublicSubkey](docs/NestedOpenPGPPublicSubkey.md)
412
+ - [NestedOpenPGPPublicSubkeyResponse](docs/NestedOpenPGPPublicSubkeyResponse.md)
413
+ - [NestedOpenPGPSignature](docs/NestedOpenPGPSignature.md)
414
+ - [NestedOpenPGPSignatureResponse](docs/NestedOpenPGPSignatureResponse.md)
415
+ - [NestedOpenPGPUserAttribute](docs/NestedOpenPGPUserAttribute.md)
416
+ - [NestedOpenPGPUserAttributeResponse](docs/NestedOpenPGPUserAttributeResponse.md)
417
+ - [NestedOpenPGPUserID](docs/NestedOpenPGPUserID.md)
418
+ - [NestedOpenPGPUserIDResponse](docs/NestedOpenPGPUserIDResponse.md)
419
+ - [NestedRole](docs/NestedRole.md)
420
+ - [NestedRoleResponse](docs/NestedRoleResponse.md)
421
+ - [ObjectRolesResponse](docs/ObjectRolesResponse.md)
422
+ - [OpenPGPDistribution](docs/OpenPGPDistribution.md)
423
+ - [OpenPGPDistributionResponse](docs/OpenPGPDistributionResponse.md)
424
+ - [OpenPGPKeyring](docs/OpenPGPKeyring.md)
425
+ - [OpenPGPKeyringResponse](docs/OpenPGPKeyringResponse.md)
426
+ - [OpenPGPPublicKeyResponse](docs/OpenPGPPublicKeyResponse.md)
427
+ - [OpenPGPPublicSubkeyResponse](docs/OpenPGPPublicSubkeyResponse.md)
428
+ - [OpenPGPSignatureResponse](docs/OpenPGPSignatureResponse.md)
429
+ - [OpenPGPUserAttributeResponse](docs/OpenPGPUserAttributeResponse.md)
430
+ - [OpenPGPUserIDResponse](docs/OpenPGPUserIDResponse.md)
431
+ - [OrphansCleanup](docs/OrphansCleanup.md)
432
+ - [PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
433
+ - [PaginatedArtifactDistributionResponseList](docs/PaginatedArtifactDistributionResponseList.md)
434
+ - [PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
435
+ - [PaginatedCompositeContentGuardResponseList](docs/PaginatedCompositeContentGuardResponseList.md)
436
+ - [PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
437
+ - [PaginatedContentRedirectContentGuardResponseList](docs/PaginatedContentRedirectContentGuardResponseList.md)
438
+ - [PaginatedDistributionResponseList](docs/PaginatedDistributionResponseList.md)
439
+ - [PaginatedDomainResponseList](docs/PaginatedDomainResponseList.md)
440
+ - [PaginatedFilesystemExportResponseList](docs/PaginatedFilesystemExportResponseList.md)
441
+ - [PaginatedFilesystemExporterResponseList](docs/PaginatedFilesystemExporterResponseList.md)
442
+ - [PaginatedGenericRemoteResponseList](docs/PaginatedGenericRemoteResponseList.md)
443
+ - [PaginatedGroupResponseList](docs/PaginatedGroupResponseList.md)
444
+ - [PaginatedGroupRoleResponseList](docs/PaginatedGroupRoleResponseList.md)
445
+ - [PaginatedGroupUserResponseList](docs/PaginatedGroupUserResponseList.md)
446
+ - [PaginatedHeaderContentGuardResponseList](docs/PaginatedHeaderContentGuardResponseList.md)
447
+ - [PaginatedImportResponseList](docs/PaginatedImportResponseList.md)
448
+ - [PaginatedMultipleArtifactContentResponseList](docs/PaginatedMultipleArtifactContentResponseList.md)
449
+ - [PaginatedOpenPGPDistributionResponseList](docs/PaginatedOpenPGPDistributionResponseList.md)
450
+ - [PaginatedOpenPGPKeyringResponseList](docs/PaginatedOpenPGPKeyringResponseList.md)
451
+ - [PaginatedOpenPGPPublicKeyResponseList](docs/PaginatedOpenPGPPublicKeyResponseList.md)
452
+ - [PaginatedOpenPGPPublicSubkeyResponseList](docs/PaginatedOpenPGPPublicSubkeyResponseList.md)
453
+ - [PaginatedOpenPGPSignatureResponseList](docs/PaginatedOpenPGPSignatureResponseList.md)
454
+ - [PaginatedOpenPGPUserAttributeResponseList](docs/PaginatedOpenPGPUserAttributeResponseList.md)
455
+ - [PaginatedOpenPGPUserIDResponseList](docs/PaginatedOpenPGPUserIDResponseList.md)
456
+ - [PaginatedPublicationResponseList](docs/PaginatedPublicationResponseList.md)
457
+ - [PaginatedPulpExportResponseList](docs/PaginatedPulpExportResponseList.md)
458
+ - [PaginatedPulpExporterResponseList](docs/PaginatedPulpExporterResponseList.md)
459
+ - [PaginatedPulpImporterResponseList](docs/PaginatedPulpImporterResponseList.md)
460
+ - [PaginatedRBACContentGuardResponseList](docs/PaginatedRBACContentGuardResponseList.md)
461
+ - [PaginatedRepositoryResponseList](docs/PaginatedRepositoryResponseList.md)
462
+ - [PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
463
+ - [PaginatedRoleResponseList](docs/PaginatedRoleResponseList.md)
464
+ - [PaginatedSigningServiceResponseList](docs/PaginatedSigningServiceResponseList.md)
465
+ - [PaginatedTaskGroupResponseList](docs/PaginatedTaskGroupResponseList.md)
466
+ - [PaginatedTaskResponseList](docs/PaginatedTaskResponseList.md)
467
+ - [PaginatedTaskScheduleResponseList](docs/PaginatedTaskScheduleResponseList.md)
468
+ - [PaginatedUploadResponseList](docs/PaginatedUploadResponseList.md)
469
+ - [PaginatedUpstreamPulpResponseList](docs/PaginatedUpstreamPulpResponseList.md)
470
+ - [PaginatedUserResponseList](docs/PaginatedUserResponseList.md)
471
+ - [PaginatedUserRoleResponseList](docs/PaginatedUserRoleResponseList.md)
472
+ - [PaginatedVulnerabilityReportResponseList](docs/PaginatedVulnerabilityReportResponseList.md)
473
+ - [PaginatedWorkerResponseList](docs/PaginatedWorkerResponseList.md)
474
+ - [PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
475
+ - [PatchedCompositeContentGuard](docs/PatchedCompositeContentGuard.md)
476
+ - [PatchedContentRedirectContentGuard](docs/PatchedContentRedirectContentGuard.md)
477
+ - [PatchedDomain](docs/PatchedDomain.md)
478
+ - [PatchedFilesystemExporter](docs/PatchedFilesystemExporter.md)
479
+ - [PatchedGroup](docs/PatchedGroup.md)
480
+ - [PatchedHeaderContentGuard](docs/PatchedHeaderContentGuard.md)
481
+ - [PatchedOpenPGPDistribution](docs/PatchedOpenPGPDistribution.md)
482
+ - [PatchedOpenPGPKeyring](docs/PatchedOpenPGPKeyring.md)
483
+ - [PatchedPulpExporter](docs/PatchedPulpExporter.md)
484
+ - [PatchedPulpImporter](docs/PatchedPulpImporter.md)
485
+ - [PatchedRBACContentGuard](docs/PatchedRBACContentGuard.md)
486
+ - [PatchedRole](docs/PatchedRole.md)
487
+ - [PatchedTaskCancel](docs/PatchedTaskCancel.md)
488
+ - [PatchedUpstreamPulp](docs/PatchedUpstreamPulp.md)
489
+ - [PatchedUser](docs/PatchedUser.md)
490
+ - [Policy357Enum](docs/Policy357Enum.md)
491
+ - [ProfileArtifactResponse](docs/ProfileArtifactResponse.md)
492
+ - [ProgressReportResponse](docs/ProgressReportResponse.md)
493
+ - [PublicationResponse](docs/PublicationResponse.md)
494
+ - [PulpExport](docs/PulpExport.md)
495
+ - [PulpExportResponse](docs/PulpExportResponse.md)
496
+ - [PulpExporter](docs/PulpExporter.md)
497
+ - [PulpExporterResponse](docs/PulpExporterResponse.md)
498
+ - [PulpImport](docs/PulpImport.md)
499
+ - [PulpImportCheck](docs/PulpImportCheck.md)
500
+ - [PulpImportCheckResponse](docs/PulpImportCheckResponse.md)
501
+ - [PulpImporter](docs/PulpImporter.md)
502
+ - [PulpImporterResponse](docs/PulpImporterResponse.md)
503
+ - [Purge](docs/Purge.md)
504
+ - [RBACContentGuard](docs/RBACContentGuard.md)
505
+ - [RBACContentGuardResponse](docs/RBACContentGuardResponse.md)
506
+ - [ReclaimSpace](docs/ReclaimSpace.md)
507
+ - [RedisConnectionResponse](docs/RedisConnectionResponse.md)
508
+ - [Repair](docs/Repair.md)
509
+ - [RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
510
+ - [RepositoryResponse](docs/RepositoryResponse.md)
511
+ - [RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
512
+ - [Role](docs/Role.md)
513
+ - [RoleResponse](docs/RoleResponse.md)
514
+ - [SetLabel](docs/SetLabel.md)
515
+ - [SetLabelResponse](docs/SetLabelResponse.md)
516
+ - [SigningServiceResponse](docs/SigningServiceResponse.md)
517
+ - [StatesEnum](docs/StatesEnum.md)
518
+ - [StatusResponse](docs/StatusResponse.md)
519
+ - [StorageClassEnum](docs/StorageClassEnum.md)
520
+ - [StorageResponse](docs/StorageResponse.md)
521
+ - [TaskGroupOperationResponse](docs/TaskGroupOperationResponse.md)
522
+ - [TaskGroupResponse](docs/TaskGroupResponse.md)
523
+ - [TaskResponse](docs/TaskResponse.md)
524
+ - [TaskScheduleResponse](docs/TaskScheduleResponse.md)
525
+ - [UnsetLabel](docs/UnsetLabel.md)
526
+ - [UnsetLabelResponse](docs/UnsetLabelResponse.md)
527
+ - [Upload](docs/Upload.md)
528
+ - [UploadChunkResponse](docs/UploadChunkResponse.md)
529
+ - [UploadCommit](docs/UploadCommit.md)
530
+ - [UploadDetailResponse](docs/UploadDetailResponse.md)
531
+ - [UploadResponse](docs/UploadResponse.md)
532
+ - [UpstreamPulp](docs/UpstreamPulp.md)
533
+ - [UpstreamPulpResponse](docs/UpstreamPulpResponse.md)
534
+ - [User](docs/User.md)
535
+ - [UserGroup](docs/UserGroup.md)
536
+ - [UserGroupResponse](docs/UserGroupResponse.md)
537
+ - [UserResponse](docs/UserResponse.md)
538
+ - [UserRole](docs/UserRole.md)
539
+ - [UserRoleResponse](docs/UserRoleResponse.md)
540
+ - [VersionResponse](docs/VersionResponse.md)
541
+ - [VulnerabilityReportResponse](docs/VulnerabilityReportResponse.md)
542
+ - [WorkerResponse](docs/WorkerResponse.md)
543
+
544
+
545
+ <a id="documentation-for-authorization"></a>
546
+ ## Documentation For Authorization
547
+
548
+
549
+ Authentication schemes defined for the API:
550
+ <a id="basicAuth"></a>
551
+ ### basicAuth
552
+
553
+ - **Type**: HTTP basic authentication
554
+
555
+ <a id="cookieAuth"></a>
556
+ ### cookieAuth
557
+
558
+ - **Type**: API key
559
+ - **API key parameter name**: sessionid
560
+ - **Location**:
561
+
562
+
563
+ ## Author
564
+
565
+ pulp-list@redhat.com
566
+
567
+
@@ -4,14 +4,14 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 3.85.1
8
- - Generator version: 7.10.0
7
+ - Package version: 3.87.0
8
+ - Generator version: 7.14.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
11
11
 
12
12
  ## Requirements.
13
13
 
14
- Python 3.8+
14
+ Python 3.9+
15
15
 
16
16
  ## Installation & Usage
17
17
  ### pip install
@@ -348,21 +348,20 @@ Class | Method | HTTP request | Description
348
348
  *VulnReportApi* | [**delete**](docs/VulnReportApi.md#delete) | **DELETE** {vulnerability_report_href} | Delete a vulnerability report
349
349
  *VulnReportApi* | [**list**](docs/VulnReportApi.md#list) | **GET** /pulp/api/v3/vuln_report/ | List vulnerability reports
350
350
  *VulnReportApi* | [**read**](docs/VulnReportApi.md#read) | **GET** {vulnerability_report_href} | Inspect a vulnerability report
351
- *WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List workers
352
- *WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker
351
+ *WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List app statuss
352
+ *WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect an app status
353
353
 
354
354
 
355
355
  ## Documentation For Models
356
356
 
357
357
  - [AccessPolicy](docs/AccessPolicy.md)
358
358
  - [AccessPolicyResponse](docs/AccessPolicyResponse.md)
359
- - [ApiAppStatusResponse](docs/ApiAppStatusResponse.md)
359
+ - [AppStatusResponse](docs/AppStatusResponse.md)
360
360
  - [ArtifactDistributionResponse](docs/ArtifactDistributionResponse.md)
361
361
  - [ArtifactResponse](docs/ArtifactResponse.md)
362
362
  - [AsyncOperationResponse](docs/AsyncOperationResponse.md)
363
363
  - [CompositeContentGuard](docs/CompositeContentGuard.md)
364
364
  - [CompositeContentGuardResponse](docs/CompositeContentGuardResponse.md)
365
- - [ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
366
365
  - [ContentGuardResponse](docs/ContentGuardResponse.md)
367
366
  - [ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
368
367
  - [ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)