pulp_rpm_client 3.29.5 → 3.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -8
- data/docs/AcsRpmApi.md +28 -64
- data/docs/ContentAdvisoriesApi.md +8 -22
- data/docs/ContentDistributionTreesApi.md +8 -20
- data/docs/ContentModulemdDefaultsApi.md +12 -28
- data/docs/ContentModulemdObsoletesApi.md +12 -28
- data/docs/ContentModulemdsApi.md +12 -28
- data/docs/ContentPackagecategoriesApi.md +8 -20
- data/docs/ContentPackageenvironmentsApi.md +8 -20
- data/docs/ContentPackagegroupsApi.md +8 -20
- data/docs/ContentPackagelangpacksApi.md +8 -20
- data/docs/ContentPackagesApi.md +8 -22
- data/docs/ContentRepoMetadataFilesApi.md +8 -20
- data/docs/DistributionsRpmApi.md +32 -72
- data/docs/PatchedrpmRpmDistribution.md +3 -1
- data/docs/PatchedrpmRpmRepository.md +1 -9
- data/docs/PublicationsRpmApi.md +16 -40
- data/docs/RemotesRpmApi.md +32 -72
- data/docs/RemotesUlnApi.md +32 -72
- data/docs/RepositoriesRpmApi.md +40 -88
- data/docs/RepositoriesRpmVersionsApi.md +10 -22
- data/docs/RpmCompsApi.md +0 -2
- data/docs/RpmCopyApi.md +4 -8
- data/docs/RpmPackageResponse.md +2 -2
- data/docs/RpmPruneApi.md +4 -8
- data/docs/RpmRpmDistribution.md +3 -1
- data/docs/RpmRpmDistributionResponse.md +3 -1
- data/docs/RpmRpmPublication.md +3 -9
- data/docs/RpmRpmPublicationResponse.md +8 -6
- data/docs/RpmRpmRepository.md +1 -9
- data/docs/RpmRpmRepositoryResponse.md +5 -5
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -33
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packages_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +0 -12
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -24
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -36
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -42
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -15
- data/lib/pulp_rpm_client/api/rpm_comps_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_prune_api.rb +0 -3
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +11 -92
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +28 -13
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +17 -12
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +0 -11
- data/spec/api/content_advisories_api_spec.rb +0 -5
- data/spec/api/content_distribution_trees_api_spec.rb +0 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +0 -5
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +0 -5
- data/spec/api/content_modulemds_api_spec.rb +0 -5
- data/spec/api/content_packagecategories_api_spec.rb +0 -4
- data/spec/api/content_packageenvironments_api_spec.rb +0 -4
- data/spec/api/content_packagegroups_api_spec.rb +0 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +0 -4
- data/spec/api/content_packages_api_spec.rb +0 -5
- data/spec/api/content_repo_metadata_files_api_spec.rb +0 -4
- data/spec/api/distributions_rpm_api_spec.rb +0 -12
- data/spec/api/publications_rpm_api_spec.rb +0 -8
- data/spec/api/remotes_rpm_api_spec.rb +0 -12
- data/spec/api/remotes_uln_api_spec.rb +0 -12
- data/spec/api/repositories_rpm_api_spec.rb +0 -14
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -5
- data/spec/api/rpm_comps_api_spec.rb +0 -1
- data/spec/api/rpm_copy_api_spec.rb +0 -1
- data/spec/api/rpm_prune_api_spec.rb +0 -1
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +0 -24
- data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -20
- data/spec/models/rpm_rpm_repository_spec.rb +0 -24
- metadata +82 -82
data/docs/RpmCopyApi.md
CHANGED
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
|
|
9
9
|
|
10
10
|
## copy_content
|
11
11
|
|
12
|
-
> <AsyncOperationResponse> copy_content(copy
|
12
|
+
> <AsyncOperationResponse> copy_content(copy)
|
13
13
|
|
14
14
|
Copy content
|
15
15
|
|
@@ -29,13 +29,10 @@ end
|
|
29
29
|
|
30
30
|
api_instance = PulpRpmClient::RpmCopyApi.new
|
31
31
|
copy = PulpRpmClient::Copy.new({config: 3.56}) # Copy |
|
32
|
-
opts = {
|
33
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
34
|
-
}
|
35
32
|
|
36
33
|
begin
|
37
34
|
# Copy content
|
38
|
-
result = api_instance.copy_content(copy
|
35
|
+
result = api_instance.copy_content(copy)
|
39
36
|
p result
|
40
37
|
rescue PulpRpmClient::ApiError => e
|
41
38
|
puts "Error when calling RpmCopyApi->copy_content: #{e}"
|
@@ -46,12 +43,12 @@ end
|
|
46
43
|
|
47
44
|
This returns an Array which contains the response data, status code and headers.
|
48
45
|
|
49
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy
|
46
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy)
|
50
47
|
|
51
48
|
```ruby
|
52
49
|
begin
|
53
50
|
# Copy content
|
54
|
-
data, status_code, headers = api_instance.copy_content_with_http_info(copy
|
51
|
+
data, status_code, headers = api_instance.copy_content_with_http_info(copy)
|
55
52
|
p status_code # => 2xx
|
56
53
|
p headers # => { ... }
|
57
54
|
p data # => <AsyncOperationResponse>
|
@@ -65,7 +62,6 @@ end
|
|
65
62
|
| Name | Type | Description | Notes |
|
66
63
|
| ---- | ---- | ----------- | ----- |
|
67
64
|
| **copy** | [**Copy**](Copy.md) | | |
|
68
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
65
|
|
70
66
|
### Return type
|
71
67
|
|
data/docs/RpmPackageResponse.md
CHANGED
@@ -36,8 +36,8 @@
|
|
36
36
|
| **enhances** | **Object** | Capabilities the package enhances | [optional][readonly] |
|
37
37
|
| **recommends** | **Object** | Capabilities the package recommends | [optional][readonly] |
|
38
38
|
| **supplements** | **Object** | Capabilities the package supplements | [optional][readonly] |
|
39
|
-
| **location_base** | **String** | Base location of this package | [optional][readonly] |
|
40
|
-
| **location_href** | **String** | Relative location of package to the repodata | [optional][readonly] |
|
39
|
+
| **location_base** | **String** | DEPRECATED: Base location of this package. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
|
40
|
+
| **location_href** | **String** | DEPRECATED: Relative location of package to the repodata. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
|
41
41
|
| **rpm_buildhost** | **String** | Hostname of the system that built the package | [optional][readonly] |
|
42
42
|
| **rpm_group** | **String** | RPM group (See: http://fedoraproject.org/wiki/RPMGroups) | [optional][readonly] |
|
43
43
|
| **rpm_license** | **String** | License term applicable to the package software (GPLv2, etc.) | [optional][readonly] |
|
data/docs/RpmPruneApi.md
CHANGED
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
|
|
9
9
|
|
10
10
|
## prune_packages
|
11
11
|
|
12
|
-
> <TaskGroupOperationResponse> prune_packages(prune_packages
|
12
|
+
> <TaskGroupOperationResponse> prune_packages(prune_packages)
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -29,13 +29,10 @@ end
|
|
29
29
|
|
30
30
|
api_instance = PulpRpmClient::RpmPruneApi.new
|
31
31
|
prune_packages = PulpRpmClient::PrunePackages.new({repo_hrefs: ['repo_hrefs_example']}) # PrunePackages |
|
32
|
-
opts = {
|
33
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
34
|
-
}
|
35
32
|
|
36
33
|
begin
|
37
34
|
|
38
|
-
result = api_instance.prune_packages(prune_packages
|
35
|
+
result = api_instance.prune_packages(prune_packages)
|
39
36
|
p result
|
40
37
|
rescue PulpRpmClient::ApiError => e
|
41
38
|
puts "Error when calling RpmPruneApi->prune_packages: #{e}"
|
@@ -46,12 +43,12 @@ end
|
|
46
43
|
|
47
44
|
This returns an Array which contains the response data, status code and headers.
|
48
45
|
|
49
|
-
> <Array(<TaskGroupOperationResponse>, Integer, Hash)> prune_packages_with_http_info(prune_packages
|
46
|
+
> <Array(<TaskGroupOperationResponse>, Integer, Hash)> prune_packages_with_http_info(prune_packages)
|
50
47
|
|
51
48
|
```ruby
|
52
49
|
begin
|
53
50
|
|
54
|
-
data, status_code, headers = api_instance.prune_packages_with_http_info(prune_packages
|
51
|
+
data, status_code, headers = api_instance.prune_packages_with_http_info(prune_packages)
|
55
52
|
p status_code # => 2xx
|
56
53
|
p headers # => { ... }
|
57
54
|
p data # => <TaskGroupOperationResponse>
|
@@ -65,7 +62,6 @@ end
|
|
65
62
|
| Name | Type | Description | Notes |
|
66
63
|
| ---- | ---- | ----------- | ----- |
|
67
64
|
| **prune_packages** | [**PrunePackages**](PrunePackages.md) | | |
|
68
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
65
|
|
70
66
|
### Return type
|
71
67
|
|
data/docs/RpmRpmDistribution.md
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
13
13
|
| **publication** | **String** | Publication to be served | [optional] |
|
14
14
|
| **generate_repo_config** | **Boolean** | An option specifying whether Pulp should generate *.repo files. | [optional][default to false] |
|
15
|
+
| **checkpoint** | **Boolean** | | [optional] |
|
15
16
|
|
16
17
|
## Example
|
17
18
|
|
@@ -26,7 +27,8 @@ instance = PulpRpmClient::RpmRpmDistribution.new(
|
|
26
27
|
name: null,
|
27
28
|
repository: null,
|
28
29
|
publication: null,
|
29
|
-
generate_repo_config: null
|
30
|
+
generate_repo_config: null,
|
31
|
+
checkpoint: null
|
30
32
|
)
|
31
33
|
```
|
32
34
|
|
@@ -18,6 +18,7 @@
|
|
18
18
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
19
19
|
| **publication** | **String** | Publication to be served | [optional] |
|
20
20
|
| **generate_repo_config** | **Boolean** | An option specifying whether Pulp should generate *.repo files. | [optional][default to false] |
|
21
|
+
| **checkpoint** | **Boolean** | | [optional] |
|
21
22
|
|
22
23
|
## Example
|
23
24
|
|
@@ -38,7 +39,8 @@ instance = PulpRpmClient::RpmRpmDistributionResponse.new(
|
|
38
39
|
name: null,
|
39
40
|
repository: null,
|
40
41
|
publication: null,
|
41
|
-
generate_repo_config: null
|
42
|
+
generate_repo_config: null,
|
43
|
+
checkpoint: null
|
42
44
|
)
|
43
45
|
```
|
44
46
|
|
data/docs/RpmRpmPublication.md
CHANGED
@@ -6,12 +6,9 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository_version** | **String** | | [optional] |
|
8
8
|
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
9
|
+
| **checkpoint** | **Boolean** | | [optional] |
|
9
10
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
10
|
-
| **
|
11
|
-
| **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
12
|
-
| **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional] |
|
13
|
-
| **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
|
14
|
-
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
11
|
+
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
15
12
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
16
13
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
17
14
|
|
@@ -23,11 +20,8 @@ require 'pulp_rpm_client'
|
|
23
20
|
instance = PulpRpmClient::RpmRpmPublication.new(
|
24
21
|
repository_version: null,
|
25
22
|
repository: null,
|
23
|
+
checkpoint: null,
|
26
24
|
checksum_type: null,
|
27
|
-
metadata_checksum_type: null,
|
28
|
-
package_checksum_type: null,
|
29
|
-
gpgcheck: null,
|
30
|
-
repo_gpgcheck: null,
|
31
25
|
repo_config: null,
|
32
26
|
compression_type: null,
|
33
27
|
layout: null
|
@@ -10,13 +10,14 @@
|
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **repository_version** | **String** | | [optional] |
|
12
12
|
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
13
|
+
| **checkpoint** | **Boolean** | | [optional] |
|
13
14
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
14
|
-
| **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) |
|
15
|
-
| **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) |
|
16
|
-
| **gpgcheck** | **Integer** |
|
17
|
-
| **repo_gpgcheck** | **Integer** |
|
18
|
-
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not
|
19
|
-
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
15
|
+
| **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | REMOVED: The checksum type for metadata. Not operational since pulp_rpm 3.30.0 release. Use 'checksum_type' instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional][readonly] |
|
16
|
+
| **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | REMOVED: The checksum type for packages. Not operational since pulp_rpm 3.30.0 release. Use 'checksum_type' instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional][readonly] |
|
17
|
+
| **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
18
|
+
| **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
19
|
+
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operational since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
20
|
+
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
20
21
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
21
22
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
22
23
|
|
@@ -32,6 +33,7 @@ instance = PulpRpmClient::RpmRpmPublicationResponse.new(
|
|
32
33
|
pulp_last_updated: null,
|
33
34
|
repository_version: null,
|
34
35
|
repository: null,
|
36
|
+
checkpoint: null,
|
35
37
|
checksum_type: null,
|
36
38
|
metadata_checksum_type: null,
|
37
39
|
package_checksum_type: null,
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -15,11 +15,7 @@
|
|
15
15
|
| **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional][default to ''] |
|
16
16
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
17
17
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
18
|
-
| **
|
19
|
-
| **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
20
|
-
| **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional] |
|
21
|
-
| **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
|
22
|
-
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
18
|
+
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
23
19
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
24
20
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
25
21
|
|
@@ -40,10 +36,6 @@ instance = PulpRpmClient::RpmRpmRepository.new(
|
|
40
36
|
package_signing_fingerprint: null,
|
41
37
|
retain_package_versions: null,
|
42
38
|
checksum_type: null,
|
43
|
-
metadata_checksum_type: null,
|
44
|
-
package_checksum_type: null,
|
45
|
-
gpgcheck: null,
|
46
|
-
repo_gpgcheck: null,
|
47
39
|
repo_config: null,
|
48
40
|
compression_type: null,
|
49
41
|
layout: null
|
@@ -21,12 +21,12 @@
|
|
21
21
|
| **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional][default to ''] |
|
22
22
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
23
23
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
24
|
-
| **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) |
|
25
|
-
| **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) |
|
26
|
-
| **gpgcheck** | **Integer** |
|
27
|
-
| **repo_gpgcheck** | **Integer** |
|
24
|
+
| **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | REMOVED: The checksum type to use for metadata. Not operational since pulp_rpm 3.30.0 release. Use 'checksum_type' instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional][readonly] |
|
25
|
+
| **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | REMOVED: The checksum type for packages. Not operational since pulp_rpm 3.30.0 release. Use 'checksum_type' instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional][readonly] |
|
26
|
+
| **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
27
|
+
| **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
28
28
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
29
|
-
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
29
|
+
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
30
30
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
31
31
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
32
32
|
|
@@ -24,7 +24,6 @@ module PulpRpmClient
|
|
24
24
|
# @param rpm_rpm_alternate_content_source_href [String]
|
25
25
|
# @param nested_role [NestedRole]
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
28
27
|
# @return [NestedRoleResponse]
|
29
28
|
def add_role(rpm_rpm_alternate_content_source_href, nested_role, opts = {})
|
30
29
|
data, _status_code, _headers = add_role_with_http_info(rpm_rpm_alternate_content_source_href, nested_role, opts)
|
@@ -36,7 +35,6 @@ module PulpRpmClient
|
|
36
35
|
# @param rpm_rpm_alternate_content_source_href [String]
|
37
36
|
# @param nested_role [NestedRole]
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
38
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
41
39
|
def add_role_with_http_info(rpm_rpm_alternate_content_source_href, nested_role, opts = {})
|
42
40
|
if @api_client.config.debugging
|
@@ -65,7 +63,6 @@ module PulpRpmClient
|
|
65
63
|
if !content_type.nil?
|
66
64
|
header_params['Content-Type'] = content_type
|
67
65
|
end
|
68
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
69
66
|
|
70
67
|
# form parameters
|
71
68
|
form_params = opts[:form_params] || {}
|
@@ -100,7 +97,6 @@ module PulpRpmClient
|
|
100
97
|
# ViewSet for ACS.
|
101
98
|
# @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
|
102
99
|
# @param [Hash] opts the optional parameters
|
103
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
104
100
|
# @return [RpmRpmAlternateContentSourceResponse]
|
105
101
|
def create(rpm_rpm_alternate_content_source, opts = {})
|
106
102
|
data, _status_code, _headers = create_with_http_info(rpm_rpm_alternate_content_source, opts)
|
@@ -111,7 +107,6 @@ module PulpRpmClient
|
|
111
107
|
# ViewSet for ACS.
|
112
108
|
# @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
|
113
109
|
# @param [Hash] opts the optional parameters
|
114
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
115
110
|
# @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
|
116
111
|
def create_with_http_info(rpm_rpm_alternate_content_source, opts = {})
|
117
112
|
if @api_client.config.debugging
|
@@ -136,7 +131,6 @@ module PulpRpmClient
|
|
136
131
|
if !content_type.nil?
|
137
132
|
header_params['Content-Type'] = content_type
|
138
133
|
end
|
139
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
140
134
|
|
141
135
|
# form parameters
|
142
136
|
form_params = opts[:form_params] || {}
|
@@ -171,7 +165,6 @@ module PulpRpmClient
|
|
171
165
|
# Trigger an asynchronous delete ACS task
|
172
166
|
# @param rpm_rpm_alternate_content_source_href [String]
|
173
167
|
# @param [Hash] opts the optional parameters
|
174
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
175
168
|
# @return [AsyncOperationResponse]
|
176
169
|
def delete(rpm_rpm_alternate_content_source_href, opts = {})
|
177
170
|
data, _status_code, _headers = delete_with_http_info(rpm_rpm_alternate_content_source_href, opts)
|
@@ -182,7 +175,6 @@ module PulpRpmClient
|
|
182
175
|
# Trigger an asynchronous delete ACS task
|
183
176
|
# @param rpm_rpm_alternate_content_source_href [String]
|
184
177
|
# @param [Hash] opts the optional parameters
|
185
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
186
178
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
187
179
|
def delete_with_http_info(rpm_rpm_alternate_content_source_href, opts = {})
|
188
180
|
if @api_client.config.debugging
|
@@ -202,7 +194,6 @@ module PulpRpmClient
|
|
202
194
|
header_params = opts[:header_params] || {}
|
203
195
|
# HTTP header 'Accept' (if needed)
|
204
196
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
205
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
206
197
|
|
207
198
|
# form parameters
|
208
199
|
form_params = opts[:form_params] || {}
|
@@ -236,7 +227,6 @@ module PulpRpmClient
|
|
236
227
|
# List rpm alternate content sources
|
237
228
|
# ViewSet for ACS.
|
238
229
|
# @param [Hash] opts the optional parameters
|
239
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
240
230
|
# @option opts [Integer] :limit Number of results to return per page.
|
241
231
|
# @option opts [String] :name Filter results where name matches value
|
242
232
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -264,7 +254,6 @@ module PulpRpmClient
|
|
264
254
|
# List rpm alternate content sources
|
265
255
|
# ViewSet for ACS.
|
266
256
|
# @param [Hash] opts the optional parameters
|
267
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
268
257
|
# @option opts [Integer] :limit Number of results to return per page.
|
269
258
|
# @option opts [String] :name Filter results where name matches value
|
270
259
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -320,7 +309,6 @@ module PulpRpmClient
|
|
320
309
|
header_params = opts[:header_params] || {}
|
321
310
|
# HTTP header 'Accept' (if needed)
|
322
311
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
323
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
324
312
|
|
325
313
|
# form parameters
|
326
314
|
form_params = opts[:form_params] || {}
|
@@ -355,7 +343,6 @@ module PulpRpmClient
|
|
355
343
|
# List roles assigned to this object.
|
356
344
|
# @param rpm_rpm_alternate_content_source_href [String]
|
357
345
|
# @param [Hash] opts the optional parameters
|
358
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
359
346
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
360
347
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
361
348
|
# @return [ObjectRolesResponse]
|
@@ -368,7 +355,6 @@ module PulpRpmClient
|
|
368
355
|
# List roles assigned to this object.
|
369
356
|
# @param rpm_rpm_alternate_content_source_href [String]
|
370
357
|
# @param [Hash] opts the optional parameters
|
371
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
372
358
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
373
359
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
374
360
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
@@ -392,7 +378,6 @@ module PulpRpmClient
|
|
392
378
|
header_params = opts[:header_params] || {}
|
393
379
|
# HTTP header 'Accept' (if needed)
|
394
380
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
395
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
396
381
|
|
397
382
|
# form parameters
|
398
383
|
form_params = opts[:form_params] || {}
|
@@ -427,7 +412,6 @@ module PulpRpmClient
|
|
427
412
|
# List permissions available to the current user on this object.
|
428
413
|
# @param rpm_rpm_alternate_content_source_href [String]
|
429
414
|
# @param [Hash] opts the optional parameters
|
430
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
431
415
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
432
416
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
433
417
|
# @return [MyPermissionsResponse]
|
@@ -440,7 +424,6 @@ module PulpRpmClient
|
|
440
424
|
# List permissions available to the current user on this object.
|
441
425
|
# @param rpm_rpm_alternate_content_source_href [String]
|
442
426
|
# @param [Hash] opts the optional parameters
|
443
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
444
427
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
445
428
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
446
429
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
@@ -464,7 +447,6 @@ module PulpRpmClient
|
|
464
447
|
header_params = opts[:header_params] || {}
|
465
448
|
# HTTP header 'Accept' (if needed)
|
466
449
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
467
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
468
450
|
|
469
451
|
# form parameters
|
470
452
|
form_params = opts[:form_params] || {}
|
@@ -500,7 +482,6 @@ module PulpRpmClient
|
|
500
482
|
# @param rpm_rpm_alternate_content_source_href [String]
|
501
483
|
# @param patchedrpm_rpm_alternate_content_source [PatchedrpmRpmAlternateContentSource]
|
502
484
|
# @param [Hash] opts the optional parameters
|
503
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
504
485
|
# @return [AsyncOperationResponse]
|
505
486
|
def partial_update(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts = {})
|
506
487
|
data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts)
|
@@ -512,7 +493,6 @@ module PulpRpmClient
|
|
512
493
|
# @param rpm_rpm_alternate_content_source_href [String]
|
513
494
|
# @param patchedrpm_rpm_alternate_content_source [PatchedrpmRpmAlternateContentSource]
|
514
495
|
# @param [Hash] opts the optional parameters
|
515
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
516
496
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
517
497
|
def partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts = {})
|
518
498
|
if @api_client.config.debugging
|
@@ -541,7 +521,6 @@ module PulpRpmClient
|
|
541
521
|
if !content_type.nil?
|
542
522
|
header_params['Content-Type'] = content_type
|
543
523
|
end
|
544
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
545
524
|
|
546
525
|
# form parameters
|
547
526
|
form_params = opts[:form_params] || {}
|
@@ -576,7 +555,6 @@ module PulpRpmClient
|
|
576
555
|
# ViewSet for ACS.
|
577
556
|
# @param rpm_rpm_alternate_content_source_href [String]
|
578
557
|
# @param [Hash] opts the optional parameters
|
579
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
580
558
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
581
559
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
582
560
|
# @return [RpmRpmAlternateContentSourceResponse]
|
@@ -589,7 +567,6 @@ module PulpRpmClient
|
|
589
567
|
# ViewSet for ACS.
|
590
568
|
# @param rpm_rpm_alternate_content_source_href [String]
|
591
569
|
# @param [Hash] opts the optional parameters
|
592
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
593
570
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
594
571
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
595
572
|
# @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
|
@@ -613,7 +590,6 @@ module PulpRpmClient
|
|
613
590
|
header_params = opts[:header_params] || {}
|
614
591
|
# HTTP header 'Accept' (if needed)
|
615
592
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
616
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
617
593
|
|
618
594
|
# form parameters
|
619
595
|
form_params = opts[:form_params] || {}
|
@@ -647,7 +623,6 @@ module PulpRpmClient
|
|
647
623
|
# Trigger an asynchronous task to create Alternate Content Source content.
|
648
624
|
# @param rpm_rpm_alternate_content_source_href [String]
|
649
625
|
# @param [Hash] opts the optional parameters
|
650
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
651
626
|
# @return [TaskGroupOperationResponse]
|
652
627
|
def refresh(rpm_rpm_alternate_content_source_href, opts = {})
|
653
628
|
data, _status_code, _headers = refresh_with_http_info(rpm_rpm_alternate_content_source_href, opts)
|
@@ -657,7 +632,6 @@ module PulpRpmClient
|
|
657
632
|
# Trigger an asynchronous task to create Alternate Content Source content.
|
658
633
|
# @param rpm_rpm_alternate_content_source_href [String]
|
659
634
|
# @param [Hash] opts the optional parameters
|
660
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
661
635
|
# @return [Array<(TaskGroupOperationResponse, Integer, Hash)>] TaskGroupOperationResponse data, response status code and response headers
|
662
636
|
def refresh_with_http_info(rpm_rpm_alternate_content_source_href, opts = {})
|
663
637
|
if @api_client.config.debugging
|
@@ -677,7 +651,6 @@ module PulpRpmClient
|
|
677
651
|
header_params = opts[:header_params] || {}
|
678
652
|
# HTTP header 'Accept' (if needed)
|
679
653
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
680
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
681
654
|
|
682
655
|
# form parameters
|
683
656
|
form_params = opts[:form_params] || {}
|
@@ -713,7 +686,6 @@ module PulpRpmClient
|
|
713
686
|
# @param rpm_rpm_alternate_content_source_href [String]
|
714
687
|
# @param nested_role [NestedRole]
|
715
688
|
# @param [Hash] opts the optional parameters
|
716
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
717
689
|
# @return [NestedRoleResponse]
|
718
690
|
def remove_role(rpm_rpm_alternate_content_source_href, nested_role, opts = {})
|
719
691
|
data, _status_code, _headers = remove_role_with_http_info(rpm_rpm_alternate_content_source_href, nested_role, opts)
|
@@ -725,7 +697,6 @@ module PulpRpmClient
|
|
725
697
|
# @param rpm_rpm_alternate_content_source_href [String]
|
726
698
|
# @param nested_role [NestedRole]
|
727
699
|
# @param [Hash] opts the optional parameters
|
728
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
729
700
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
730
701
|
def remove_role_with_http_info(rpm_rpm_alternate_content_source_href, nested_role, opts = {})
|
731
702
|
if @api_client.config.debugging
|
@@ -754,7 +725,6 @@ module PulpRpmClient
|
|
754
725
|
if !content_type.nil?
|
755
726
|
header_params['Content-Type'] = content_type
|
756
727
|
end
|
757
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
758
728
|
|
759
729
|
# form parameters
|
760
730
|
form_params = opts[:form_params] || {}
|
@@ -790,7 +760,6 @@ module PulpRpmClient
|
|
790
760
|
# @param rpm_rpm_alternate_content_source_href [String]
|
791
761
|
# @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
|
792
762
|
# @param [Hash] opts the optional parameters
|
793
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
794
763
|
# @return [AsyncOperationResponse]
|
795
764
|
def update(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts = {})
|
796
765
|
data, _status_code, _headers = update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts)
|
@@ -802,7 +771,6 @@ module PulpRpmClient
|
|
802
771
|
# @param rpm_rpm_alternate_content_source_href [String]
|
803
772
|
# @param rpm_rpm_alternate_content_source [RpmRpmAlternateContentSource]
|
804
773
|
# @param [Hash] opts the optional parameters
|
805
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
806
774
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
807
775
|
def update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts = {})
|
808
776
|
if @api_client.config.debugging
|
@@ -831,7 +799,6 @@ module PulpRpmClient
|
|
831
799
|
if !content_type.nil?
|
832
800
|
header_params['Content-Type'] = content_type
|
833
801
|
end
|
834
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
835
802
|
|
836
803
|
# form parameters
|
837
804
|
form_params = opts[:form_params] || {}
|
@@ -22,7 +22,6 @@ module PulpRpmClient
|
|
22
22
|
# Create an update record
|
23
23
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
26
25
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
27
26
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
28
27
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
@@ -37,7 +36,6 @@ module PulpRpmClient
|
|
37
36
|
# Create an update record
|
38
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
39
38
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
39
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
42
40
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
43
41
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
@@ -67,7 +65,6 @@ module PulpRpmClient
|
|
67
65
|
if !content_type.nil?
|
68
66
|
header_params['Content-Type'] = content_type
|
69
67
|
end
|
70
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
71
68
|
|
72
69
|
# form parameters
|
73
70
|
form_params = opts[:form_params] || {}
|
@@ -106,7 +103,6 @@ module PulpRpmClient
|
|
106
103
|
# List update records
|
107
104
|
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
108
105
|
# @param [Hash] opts the optional parameters
|
109
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
110
106
|
# @option opts [String] :id Filter results where id matches value
|
111
107
|
# @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
|
112
108
|
# @option opts [Integer] :limit Number of results to return per page.
|
@@ -141,7 +137,6 @@ module PulpRpmClient
|
|
141
137
|
# List update records
|
142
138
|
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
143
139
|
# @param [Hash] opts the optional parameters
|
144
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
145
140
|
# @option opts [String] :id Filter results where id matches value
|
146
141
|
# @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
|
147
142
|
# @option opts [Integer] :limit Number of results to return per page.
|
@@ -211,7 +206,6 @@ module PulpRpmClient
|
|
211
206
|
header_params = opts[:header_params] || {}
|
212
207
|
# HTTP header 'Accept' (if needed)
|
213
208
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
214
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
215
209
|
|
216
210
|
# form parameters
|
217
211
|
form_params = opts[:form_params] || {}
|
@@ -246,7 +240,6 @@ module PulpRpmClient
|
|
246
240
|
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
247
241
|
# @param rpm_update_record_href [String]
|
248
242
|
# @param [Hash] opts the optional parameters
|
249
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
250
243
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
251
244
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
252
245
|
# @return [RpmUpdateRecordResponse]
|
@@ -259,7 +252,6 @@ module PulpRpmClient
|
|
259
252
|
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
260
253
|
# @param rpm_update_record_href [String]
|
261
254
|
# @param [Hash] opts the optional parameters
|
262
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
263
255
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
264
256
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
265
257
|
# @return [Array<(RpmUpdateRecordResponse, Integer, Hash)>] RpmUpdateRecordResponse data, response status code and response headers
|
@@ -283,7 +275,6 @@ module PulpRpmClient
|
|
283
275
|
header_params = opts[:header_params] || {}
|
284
276
|
# HTTP header 'Accept' (if needed)
|
285
277
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
286
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
287
278
|
|
288
279
|
# form parameters
|
289
280
|
form_params = opts[:form_params] || {}
|
@@ -319,7 +310,6 @@ module PulpRpmClient
|
|
319
310
|
# @param rpm_update_record_href [String]
|
320
311
|
# @param set_label [SetLabel]
|
321
312
|
# @param [Hash] opts the optional parameters
|
322
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
323
313
|
# @return [SetLabelResponse]
|
324
314
|
def set_label(rpm_update_record_href, set_label, opts = {})
|
325
315
|
data, _status_code, _headers = set_label_with_http_info(rpm_update_record_href, set_label, opts)
|
@@ -331,7 +321,6 @@ module PulpRpmClient
|
|
331
321
|
# @param rpm_update_record_href [String]
|
332
322
|
# @param set_label [SetLabel]
|
333
323
|
# @param [Hash] opts the optional parameters
|
334
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
335
324
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
336
325
|
def set_label_with_http_info(rpm_update_record_href, set_label, opts = {})
|
337
326
|
if @api_client.config.debugging
|
@@ -360,7 +349,6 @@ module PulpRpmClient
|
|
360
349
|
if !content_type.nil?
|
361
350
|
header_params['Content-Type'] = content_type
|
362
351
|
end
|
363
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
364
352
|
|
365
353
|
# form parameters
|
366
354
|
form_params = opts[:form_params] || {}
|
@@ -396,7 +384,6 @@ module PulpRpmClient
|
|
396
384
|
# @param rpm_update_record_href [String]
|
397
385
|
# @param unset_label [UnsetLabel]
|
398
386
|
# @param [Hash] opts the optional parameters
|
399
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
400
387
|
# @return [UnsetLabelResponse]
|
401
388
|
def unset_label(rpm_update_record_href, unset_label, opts = {})
|
402
389
|
data, _status_code, _headers = unset_label_with_http_info(rpm_update_record_href, unset_label, opts)
|
@@ -408,7 +395,6 @@ module PulpRpmClient
|
|
408
395
|
# @param rpm_update_record_href [String]
|
409
396
|
# @param unset_label [UnsetLabel]
|
410
397
|
# @param [Hash] opts the optional parameters
|
411
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
412
398
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
413
399
|
def unset_label_with_http_info(rpm_update_record_href, unset_label, opts = {})
|
414
400
|
if @api_client.config.debugging
|
@@ -437,7 +423,6 @@ module PulpRpmClient
|
|
437
423
|
if !content_type.nil?
|
438
424
|
header_params['Content-Type'] = content_type
|
439
425
|
end
|
440
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
441
426
|
|
442
427
|
# form parameters
|
443
428
|
form_params = opts[:form_params] || {}
|