Skip to content

Commit

Permalink
api changes for 6.16 (#16307)
Browse files Browse the repository at this point in the history
api changes
  • Loading branch information
pondrejk committed Sep 10, 2024
1 parent 5c05d4f commit 810118f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions tests/foreman/endtoend/test_api_endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
'/katello/api/capsules/:id/content/sync',
'/katello/api/capsules/:id/content/sync',
'/katello/api/capsules/:id/content/reclaim_space',
'/katello/api/capsules/:id/content/verify_checksum',
),
'capsules': ('/katello/api/capsules', '/katello/api/capsules/:id'),
'common_parameters': (
Expand Down Expand Up @@ -296,6 +297,7 @@
'/katello/api/content_view_versions/:id/promote',
'/katello/api/content_view_versions/:id/republish_repositories',
'/katello/api/content_view_versions/incremental_update',
'/katello/api/content_view_versions/:id/verify_checksum',
),
'dashboard': ('/api/dashboard',),
'debs': ('/katello/api/debs/:id', '/katello/api/debs/compare'),
Expand Down Expand Up @@ -405,6 +407,7 @@
'/api/hosts/:host_id/subscriptions',
'/api/hosts/:host_id/subscriptions',
'/api/hosts/:host_id/subscriptions/add_subscriptions',
'/api/hosts/:host_id/subscriptions/remove_subscriptions',
'/api/hosts/:host_id/subscriptions/auto_attach',
'/api/hosts/:host_id/subscriptions/available_release_versions',
'/api/hosts/:host_id/subscriptions/enabled_repositories',
Expand Down Expand Up @@ -461,6 +464,8 @@
),
'hosts_bulk_actions': (
'/api/hosts/bulk',
'/api/hosts/bulk/build',
'/api/hosts/bulk/reassign_hostgroups',
'/api/hosts/bulk/add_host_collections',
'/api/hosts/bulk/remove_host_collections',
'/api/hosts/bulk/add_subscriptions',
Expand Down Expand Up @@ -611,7 +616,11 @@
'/katello/api/package_groups/:id',
'/katello/api/package_groups/compare',
),
'packages': ('/katello/api/packages/:id', '/katello/api/packages/compare'),
'packages': (
'/katello/api/packages/:id',
'/katello/api/packages/compare',
'/katello/api/packages/thindex',
),
'parameters': (
'/api/hosts/:host_id/parameters',
'/api/hosts/:host_id/parameters',
Expand All @@ -624,6 +633,7 @@
'/api/permissions',
'/api/permissions/:id',
'/api/permissions/resource_types',
'/api/permissions/current_permissions',
),
'personal_access_tokens': (
'/api/users/:user_id/personal_access_tokens',
Expand Down Expand Up @@ -703,12 +713,7 @@
'/api/api/hosts/:id/available_remote_execution_features',
),
'scap_content_profiles': ('/api/compliance/scap_content_profiles',),
'simple_content_access': (
'/katello/api/organizations/:organization_id/simple_content_access/eligible',
'/katello/api/organizations/:organization_id/simple_content_access/enable',
'/katello/api/organizations/:organization_id/simple_content_access/disable',
'/katello/api/organizations/:organization_id/simple_content_access/status',
),
'simple_content_access': (),
'registration': ('/api/register', '/api/register'),
'registration_commands': ('/api/registration_commands',),
'report_templates': (
Expand Down

0 comments on commit 810118f

Please sign in to comment.