PulpImportCheck
Check validity of provided import-options. Provides the ability to check that an import is 'sane' without having to actually create an importer.
Properties
Name | Type | Description | Notes |
---|---|---|---|
path | str | Path to export-tar-gz that will be imported. | [optional] |
toc | str | Path to a table-of-contents file describing chunks to be validated, reassembled, and imported. | [optional] |
repo_mapping | str | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional] |