Red Hat subscriptions management platform.


GET /katello/api/organizations/:organization_id/simple_content_access/eligible DEPRECATED
Check if the specified organization is eligible for Simple Content Access. WARNING: Simple Content Access will be required for all organizations in Katello 4.12.


GET /katello/api/organizations/:organization_id/simple_content_access/status DEPRECATED
Check if the specified organization has Simple Content Access enabled. WARNING: Simple Content Access will be required for all organizations in Katello 4.12.

Params

Param name Description
organization_id
required

Organization ID

Validations:

  • Must be a number.


PUT /katello/api/organizations/:organization_id/simple_content_access/enable DEPRECATED
Enable simple content access for a manifest

Params

Param name Description
organization_id
required

Organization ID

Validations:

  • Must be a number.


PUT /katello/api/organizations/:organization_id/simple_content_access/disable DEPRECATED
Disable simple content access for a manifest. WARNING: Simple Content Access will be required for all organizations in Katello 4.12.

Params

Param name Description
organization_id
required

Organization ID

Validations:

  • Must be a number.