POST /katello/api/content_export_incrementals/version { "id": 234564707, "content_export_incremental": { "id": 234564707 } } 204
Param name | Description |
---|---|
id
required |
Content view version identifier Validations:
|
fail_on_missing_content
optional |
Fails if any of the repositories belonging to this version are unexportable. False by default. Validations:
|
destination_server
optional |
Destination Server name Validations:
|
chunk_size_gb
optional |
Split the exported content into archives no greater than the specified size in gigabytes. Validations:
|
format
optional |
Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for yum, file repositories. Choose importable if the importing server uses the same version and exported content needs to be one of yum, file, ansible_collection, docker repositories. Validations:
|
from_history_id
optional |
Export history identifier used for incremental export. If not provided the most recent export history will be used. Validations:
|
POST /katello/api/content_export_incrementals/library { "organization_id": 114267492, "from_latest_increment": true, "content_export_incremental": { "organization_id": 114267492, "from_latest_increment": true } } 400 { "displayMessage": "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment.", "errors": [ "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment." ] }
Param name | Description |
---|---|
organization_id
required |
Organization identifier Validations:
|
fail_on_missing_content
optional |
Fails if any of the repositories belonging to this organization are unexportable. False by default. Validations:
|
destination_server
optional |
Destination Server name Validations:
|
chunk_size_gb
optional |
Split the exported content into archives no greater than the specified size in gigabytes. Validations:
|
format
optional |
Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for yum, file repositories. Choose importable if the importing server uses the same version and exported content needs to be one of yum, file, ansible_collection, docker repositories. Validations:
|
from_history_id
optional |
Export history identifier used for incremental export. If not provided the most recent export history will be used. Validations:
|
Param name | Description |
---|---|
id
required |
Repository identifier Validations:
|
chunk_size_gb
optional |
Split the exported content into archives no greater than the specified size in gigabytes. Validations:
|
format
optional |
Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for yum, file repositories. Choose importable if the importing server uses the same version and exported content needs to be one of yum, file, ansible_collection, docker repositories. Validations:
|
from_history_id
optional |
Export history identifier used for incremental export. If not provided the most recent export history will be used. Validations:
|