PUT /katello/api/repositories/bulk/destroy { "ids": [ 841753487, 860533889 ], "organization_id": 114267492, "repositories_bulk_action": { "ids": [ 841753487, 860533889 ], "organization_id": 114267492 } } 204
Param name | Description |
---|---|
ids required |
List of repository ids Validations:
|
POST /katello/api/repositories/bulk/sync { "ids": [ 841753487, 860533889 ], "organization_id": 114267492, "repositories_bulk_action": { "ids": [ 841753487, 860533889 ], "organization_id": 114267492 } } 204
Param name | Description |
---|---|
ids required |
List of repository ids Validations:
|
POST /katello/api/repositories/bulk/reclaim_space { "ids": [ 841753487, 860533889 ], "organization_id": 114267492, "repositories_bulk_action": { "ids": [ 841753487, 860533889 ], "organization_id": 114267492 } } 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 |
---|---|
ids required |
List of repository ids Validations:
|