GET /katello/api/capsules/281110143/content/counts 200
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
POST /katello/api/capsules/281110143/content/update_counts { "capsule_content": {} } 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 |
---|---|
id
required |
Id of the smart proxy Validations:
|
GET /katello/api/capsules/281110143/content/lifecycle_environments 200 { "total": 0, "subtotal": 0, "selectable": 0, "page": null, "per_page": null, "error": null, "search": null, "sort": { "by": null, "order": null }, "results": [] }
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
organization_id
optional |
Id of the organization to limit environments on Validations:
|
GET /katello/api/capsules/281110143/content/available_lifecycle_environments 204
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
organization_id
optional |
Id of the organization to limit environments on Validations:
|
POST /katello/api/capsules/281110143/content/lifecycle_environments { "environment_id": 562075838, "capsule_content": { "environment_id": 562075838 } } 204
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
environment_id
required |
Id of the lifecycle environment Validations:
|
DELETE /katello/api/capsules/281110143/content/lifecycle_environments/562075838 { "capsule_content": {} } 200 { "total": 0, "subtotal": 0, "selectable": 0, "page": null, "per_page": null, "error": null, "search": null, "sort": { "by": null, "order": null }, "results": [] }
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
environment_id
required |
Id of the lifecycle environment Validations:
|
POST /katello/api/capsules/281110143/content/sync { "environment_id": 562075838, "capsule_content": { "environment_id": 562075838 } } 204
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
environment_id
optional |
Id of the environment to limit the synchronization on Validations:
|
content_view_id
optional |
Id of the content view to limit the synchronization on Validations:
|
repository_id
optional |
Id of the repository to limit the synchronization on Validations:
|
skip_metadata_check
optional |
Skip metadata check on each repository on the smart proxy Validations:
|
GET /katello/api/capsules/281110143/content/sync 200 { "last_sync_time": null, "download_policy": null, "active_sync_tasks": [], "last_failed_sync_tasks": [], "last_sync_task": null, "last_failed_reclaim_tasks": [], "lifecycle_environments": [], "last_sync_words": null, "unsyncable_content_types": [], "content_counts": null }
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
organization_id
optional |
Id of the organization to get the status for Validations:
|
GET /katello/api/capsules/281110143/content/sync 200 { "message": "There's no running synchronization for this smart proxy." }
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
POST /katello/api/capsules/281110143/content/reclaim_space { "capsule_content": {} } 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 |
---|---|
id
required |
Id of the smart proxy Validations:
|
Param name | Description |
---|---|
id
required |
Id of the smart proxy Validations:
|
environment_id
optional |
Id of the environment to limit verifying checksum on Validations:
|
content_view_id
optional |
Id of the content view to limit verifying checksum on Validations:
|
repository_id
optional |
Id of the repository to limit verifying checksum on Validations:
|