Red Hat subscriptions management platform.
GET /katello/api/organizations/114267492/simple_content_access/eligible
200
{
"simple_content_access_eligible": true
}
GET /katello/api/organizations/114267492/simple_content_access/status
200
{
"simple_content_access": true
}
| Param name | Description |
|---|---|
|
organization_id
required |
Organization ID Validations:
|
PUT /katello/api/organizations/114267492/simple_content_access/enable
{
"simple_content_access": {}
}
202
{
"id": null,
"label": null,
"pending": null,
"username": null,
"started_at": null,
"ended_at": null,
"state": null,
"result": null,
"progress": null,
"input": null,
"output": {},
"humanized": null,
"cli_example": null,
"available_actions": {
"cancellable": null,
"resumable": null
}
}
| Param name | Description |
|---|---|
|
organization_id
required |
Organization ID Validations:
|
POST /katello/api/organizations/114267492/simple_content_access/disable
{
"simple_content_access": {}
}
204
| Param name | Description |
|---|---|
|
organization_id
required |
Organization ID Validations:
|