pulp_deb_client 2.5.0b1 → 2.6.0b1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +60 -39
- data/docs/ContentGenericContentsApi.md +26 -26
- data/docs/ContentInstallerFileIndicesApi.md +37 -37
- data/docs/ContentInstallerPackagesApi.md +56 -56
- data/docs/ContentPackageIndicesApi.md +37 -37
- data/docs/ContentPackageReleaseComponentsApi.md +33 -33
- data/docs/ContentPackagesApi.md +58 -58
- data/docs/ContentReleaseArchitecturesApi.md +33 -33
- data/docs/ContentReleaseComponentsApi.md +33 -33
- data/docs/ContentReleaseFilesApi.md +37 -37
- data/docs/ContentReleasesApi.md +35 -35
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DebAptDistribution.md +1 -7
- data/docs/DebAptDistributionResponse.md +29 -0
- data/docs/DebAptPublication.md +1 -5
- data/docs/DebAptPublicationResponse.md +29 -0
- data/docs/DebAptRemote.md +4 -10
- data/docs/DebAptRemoteResponse.md +57 -0
- data/docs/DebAptRepository.md +4 -10
- data/docs/DebAptRepositoryResponse.md +29 -0
- data/docs/DebBasePackage.md +5 -75
- data/docs/DebBasePackageResponse.md +93 -0
- data/docs/DebGenericContent.md +5 -17
- data/docs/DebGenericContentResponse.md +35 -0
- data/docs/DebInstallerFileIndex.md +2 -6
- data/docs/DebInstallerFileIndexResponse.md +29 -0
- data/docs/DebPackageIndex.md +2 -6
- data/docs/DebPackageIndexResponse.md +29 -0
- data/docs/DebPackageReleaseComponent.md +1 -5
- data/docs/DebPackageReleaseComponentResponse.md +23 -0
- data/docs/DebRelease.md +1 -5
- data/docs/DebReleaseArchitecture.md +1 -5
- data/docs/DebReleaseArchitectureResponse.md +23 -0
- data/docs/DebReleaseComponent.md +1 -5
- data/docs/DebReleaseComponentResponse.md +23 -0
- data/docs/DebReleaseFile.md +2 -6
- data/docs/DebReleaseFileResponse.md +29 -0
- data/docs/DebReleaseResponse.md +25 -0
- data/docs/DebVerbatimPublication.md +1 -5
- data/docs/DebVerbatimPublicationResponse.md +23 -0
- data/docs/DistributionsAptApi.md +110 -62
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/PatcheddebAptDistribution.md +23 -0
- data/docs/PatcheddebAptRemote.md +51 -0
- data/docs/PatcheddebAptRepository.md +21 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsAptApi.md +43 -43
- data/docs/PublicationsVerbatimApi.md +43 -43
- data/docs/RemotesAptApi.md +128 -68
- data/docs/RepositoriesAptApi.md +100 -76
- data/docs/RepositoriesDebVersionsApi.md +96 -64
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
- data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
- data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
- data/lib/pulp_deb_client/api_client.rb +2 -2
- data/lib/pulp_deb_client/api_error.rb +2 -2
- data/lib/pulp_deb_client/configuration.rb +3 -3
- data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_deb_client/models/content_summary.rb +9 -15
- data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
- data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
- data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
- data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release.rb +4 -79
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
- data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
- data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
- data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_deb_client/models/repository_version.rb +7 -43
- data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_deb_client/version.rb +3 -3
- data/lib/pulp_deb_client.rb +22 -2
- data/pulp_deb_client.gemspec +4 -4
- data/spec/api/content_generic_contents_api_spec.rb +12 -12
- data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
- data/spec/api/content_installer_packages_api_spec.rb +27 -27
- data/spec/api/content_package_indices_api_spec.rb +17 -17
- data/spec/api/content_package_release_components_api_spec.rb +15 -15
- data/spec/api/content_packages_api_spec.rb +28 -28
- data/spec/api/content_release_architectures_api_spec.rb +15 -15
- data/spec/api/content_release_components_api_spec.rb +15 -15
- data/spec/api/content_release_files_api_spec.rb +17 -17
- data/spec/api/content_releases_api_spec.rb +16 -16
- data/spec/api/distributions_apt_api_spec.rb +41 -20
- data/spec/api/publications_apt_api_spec.rb +17 -17
- data/spec/api/publications_verbatim_api_spec.rb +17 -17
- data/spec/api/remotes_apt_api_spec.rb +51 -24
- data/spec/api/repositories_apt_api_spec.rb +31 -22
- data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
- data/spec/models/deb_apt_distribution_spec.rb +2 -20
- data/spec/models/deb_apt_publication_response_spec.rb +77 -0
- data/spec/models/deb_apt_publication_spec.rb +2 -14
- data/spec/models/deb_apt_remote_response_spec.rb +161 -0
- data/spec/models/deb_apt_remote_spec.rb +2 -24
- data/spec/models/deb_apt_repository_response_spec.rb +77 -0
- data/spec/models/deb_apt_repository_spec.rb +5 -23
- data/spec/models/deb_base_package_response_spec.rb +269 -0
- data/spec/models/deb_base_package_spec.rb +4 -214
- data/spec/models/deb_generic_content_response_spec.rb +95 -0
- data/spec/models/deb_generic_content_spec.rb +4 -40
- data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
- data/spec/models/deb_installer_file_index_spec.rb +2 -14
- data/spec/models/deb_package_index_response_spec.rb +77 -0
- data/spec/models/deb_package_index_spec.rb +2 -14
- data/spec/models/deb_package_release_component_response_spec.rb +59 -0
- data/spec/models/deb_package_release_component_spec.rb +2 -14
- data/spec/models/deb_release_architecture_response_spec.rb +59 -0
- data/spec/models/deb_release_architecture_spec.rb +2 -14
- data/spec/models/deb_release_component_response_spec.rb +59 -0
- data/spec/models/deb_release_component_spec.rb +2 -14
- data/spec/models/deb_release_file_response_spec.rb +77 -0
- data/spec/models/deb_release_file_spec.rb +2 -14
- data/spec/models/deb_release_response_spec.rb +65 -0
- data/spec/models/deb_release_spec.rb +2 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
- data/spec/models/deb_verbatim_publication_spec.rb +2 -14
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/spec_helper.rb +2 -2
- metadata +120 -40
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -20,27 +20,27 @@ module PulpDebClient
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
# Create an apt remote
|
23
|
-
#
|
24
|
-
# @param
|
23
|
+
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
24
|
+
# @param deb_apt_remote [DebAptRemote]
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
|
-
# @return [
|
27
|
-
def create(
|
28
|
-
data, _status_code, _headers = create_with_http_info(
|
26
|
+
# @return [DebAptRemoteResponse]
|
27
|
+
def create(deb_apt_remote, opts = {})
|
28
|
+
data, _status_code, _headers = create_with_http_info(deb_apt_remote, opts)
|
29
29
|
data
|
30
30
|
end
|
31
31
|
|
32
32
|
# Create an apt remote
|
33
|
-
#
|
34
|
-
# @param
|
33
|
+
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
34
|
+
# @param deb_apt_remote [DebAptRemote]
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
|
-
# @return [Array<(
|
37
|
-
def create_with_http_info(
|
36
|
+
# @return [Array<(DebAptRemoteResponse, Integer, Hash)>] DebAptRemoteResponse data, response status code and response headers
|
37
|
+
def create_with_http_info(deb_apt_remote, opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
39
|
@api_client.config.logger.debug 'Calling API: RemotesAptApi.create ...'
|
40
40
|
end
|
41
|
-
# verify the required parameter '
|
42
|
-
if @api_client.config.client_side_validation &&
|
43
|
-
fail ArgumentError, "Missing the required parameter '
|
41
|
+
# verify the required parameter 'deb_apt_remote' is set
|
42
|
+
if @api_client.config.client_side_validation && deb_apt_remote.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'deb_apt_remote' when calling RemotesAptApi.create"
|
44
44
|
end
|
45
45
|
# resource path
|
46
46
|
local_var_path = '/pulp/api/v3/remotes/deb/apt/'
|
@@ -53,19 +53,19 @@ module PulpDebClient
|
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
54
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
55
55
|
# HTTP header 'Content-Type'
|
56
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
56
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
57
57
|
|
58
58
|
# form parameters
|
59
59
|
form_params = opts[:form_params] || {}
|
60
60
|
|
61
61
|
# http body (model)
|
62
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
62
|
+
post_body = opts[:body] || @api_client.object_to_http_body(deb_apt_remote)
|
63
63
|
|
64
64
|
# return_type
|
65
|
-
return_type = opts[:return_type] || '
|
65
|
+
return_type = opts[:return_type] || 'DebAptRemoteResponse'
|
66
66
|
|
67
67
|
# auth_names
|
68
|
-
auth_names = opts[:auth_names] || ['
|
68
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
69
69
|
|
70
70
|
new_options = opts.merge(
|
71
71
|
:header_params => header_params,
|
@@ -85,32 +85,59 @@ module PulpDebClient
|
|
85
85
|
|
86
86
|
# Delete an apt remote
|
87
87
|
# Trigger an asynchronous delete task
|
88
|
-
# @param
|
88
|
+
# @param deb_apt_remote_href [String]
|
89
89
|
# @param [Hash] opts the optional parameters
|
90
|
+
# @option opts [String] :name name
|
91
|
+
# @option opts [String] :name__in name__in
|
92
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
93
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
94
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
95
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
96
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
97
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
98
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
90
99
|
# @return [AsyncOperationResponse]
|
91
|
-
def delete(
|
92
|
-
data, _status_code, _headers = delete_with_http_info(
|
100
|
+
def delete(deb_apt_remote_href, opts = {})
|
101
|
+
data, _status_code, _headers = delete_with_http_info(deb_apt_remote_href, opts)
|
93
102
|
data
|
94
103
|
end
|
95
104
|
|
96
105
|
# Delete an apt remote
|
97
106
|
# Trigger an asynchronous delete task
|
98
|
-
# @param
|
107
|
+
# @param deb_apt_remote_href [String]
|
99
108
|
# @param [Hash] opts the optional parameters
|
109
|
+
# @option opts [String] :name name
|
110
|
+
# @option opts [String] :name__in name__in
|
111
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
112
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
113
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
114
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
115
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
116
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
117
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
100
118
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
101
|
-
def delete_with_http_info(
|
119
|
+
def delete_with_http_info(deb_apt_remote_href, opts = {})
|
102
120
|
if @api_client.config.debugging
|
103
121
|
@api_client.config.logger.debug 'Calling API: RemotesAptApi.delete ...'
|
104
122
|
end
|
105
|
-
# verify the required parameter '
|
106
|
-
if @api_client.config.client_side_validation &&
|
107
|
-
fail ArgumentError, "Missing the required parameter '
|
123
|
+
# verify the required parameter 'deb_apt_remote_href' is set
|
124
|
+
if @api_client.config.client_side_validation && deb_apt_remote_href.nil?
|
125
|
+
fail ArgumentError, "Missing the required parameter 'deb_apt_remote_href' when calling RemotesAptApi.delete"
|
108
126
|
end
|
109
127
|
# resource path
|
110
|
-
local_var_path = '{
|
128
|
+
local_var_path = '{deb_apt_remote_href}'.sub('{' + 'deb_apt_remote_href' + '}', CGI.escape(deb_apt_remote_href.to_s).gsub('%2F', '/'))
|
111
129
|
|
112
130
|
# query parameters
|
113
131
|
query_params = opts[:query_params] || {}
|
132
|
+
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
133
|
+
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
134
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
135
|
+
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
136
|
+
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
137
|
+
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
138
|
+
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
139
|
+
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
140
|
+
query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
|
114
141
|
|
115
142
|
# header parameters
|
116
143
|
header_params = opts[:header_params] || {}
|
@@ -127,7 +154,7 @@ module PulpDebClient
|
|
127
154
|
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
128
155
|
|
129
156
|
# auth_names
|
130
|
-
auth_names = opts[:auth_names] || ['
|
157
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
131
158
|
|
132
159
|
new_options = opts.merge(
|
133
160
|
:header_params => header_params,
|
@@ -146,19 +173,19 @@ module PulpDebClient
|
|
146
173
|
end
|
147
174
|
|
148
175
|
# List apt remotes
|
149
|
-
#
|
176
|
+
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
150
177
|
# @param [Hash] opts the optional parameters
|
151
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
152
|
-
# @option opts [String] :name
|
153
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
154
|
-
# @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
155
|
-
# @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
156
|
-
# @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
157
|
-
# @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
158
|
-
# @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
159
|
-
# @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
|
160
178
|
# @option opts [Integer] :limit Number of results to return per page.
|
179
|
+
# @option opts [String] :name name
|
180
|
+
# @option opts [String] :name__in name__in
|
161
181
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
182
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
183
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
184
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
185
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
186
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
187
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
188
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
162
189
|
# @option opts [String] :fields A list of fields to include in the response.
|
163
190
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
164
191
|
# @return [InlineResponse20012]
|
@@ -168,19 +195,19 @@ module PulpDebClient
|
|
168
195
|
end
|
169
196
|
|
170
197
|
# List apt remotes
|
171
|
-
#
|
198
|
+
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
172
199
|
# @param [Hash] opts the optional parameters
|
173
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
174
|
-
# @option opts [String] :name
|
175
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
176
|
-
# @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
177
|
-
# @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
178
|
-
# @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
179
|
-
# @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
180
|
-
# @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
181
|
-
# @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
|
182
200
|
# @option opts [Integer] :limit Number of results to return per page.
|
201
|
+
# @option opts [String] :name name
|
202
|
+
# @option opts [String] :name__in name__in
|
183
203
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
204
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
205
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
206
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
207
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
208
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
209
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
210
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
184
211
|
# @option opts [String] :fields A list of fields to include in the response.
|
185
212
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
186
213
|
# @return [Array<(InlineResponse20012, Integer, Hash)>] InlineResponse20012 data, response status code and response headers
|
@@ -193,17 +220,17 @@ module PulpDebClient
|
|
193
220
|
|
194
221
|
# query parameters
|
195
222
|
query_params = opts[:query_params] || {}
|
196
|
-
query_params[:'
|
223
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
197
224
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
198
225
|
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
199
|
-
query_params[:'
|
200
|
-
query_params[:'
|
226
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
227
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
228
|
+
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
201
229
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
202
230
|
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
231
|
+
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
232
|
+
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
203
233
|
query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
|
204
|
-
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
205
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
206
|
-
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
207
234
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
208
235
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
209
236
|
|
@@ -222,7 +249,7 @@ module PulpDebClient
|
|
222
249
|
return_type = opts[:return_type] || 'InlineResponse20012'
|
223
250
|
|
224
251
|
# auth_names
|
225
|
-
auth_names = opts[:auth_names] || ['
|
252
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
226
253
|
|
227
254
|
new_options = opts.merge(
|
228
255
|
:header_params => header_params,
|
@@ -240,59 +267,86 @@ module PulpDebClient
|
|
240
267
|
return data, status_code, headers
|
241
268
|
end
|
242
269
|
|
243
|
-
#
|
270
|
+
# Update an apt remote
|
244
271
|
# Trigger an asynchronous partial update task
|
245
|
-
# @param
|
246
|
-
# @param
|
272
|
+
# @param deb_apt_remote_href [String]
|
273
|
+
# @param patcheddeb_apt_remote [PatcheddebAptRemote]
|
247
274
|
# @param [Hash] opts the optional parameters
|
275
|
+
# @option opts [String] :name name
|
276
|
+
# @option opts [String] :name__in name__in
|
277
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
278
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
279
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
280
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
281
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
282
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
283
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
248
284
|
# @return [AsyncOperationResponse]
|
249
|
-
def partial_update(
|
250
|
-
data, _status_code, _headers = partial_update_with_http_info(
|
285
|
+
def partial_update(deb_apt_remote_href, patcheddeb_apt_remote, opts = {})
|
286
|
+
data, _status_code, _headers = partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
|
251
287
|
data
|
252
288
|
end
|
253
289
|
|
254
|
-
#
|
290
|
+
# Update an apt remote
|
255
291
|
# Trigger an asynchronous partial update task
|
256
|
-
# @param
|
257
|
-
# @param
|
292
|
+
# @param deb_apt_remote_href [String]
|
293
|
+
# @param patcheddeb_apt_remote [PatcheddebAptRemote]
|
258
294
|
# @param [Hash] opts the optional parameters
|
295
|
+
# @option opts [String] :name name
|
296
|
+
# @option opts [String] :name__in name__in
|
297
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
298
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
299
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
300
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
301
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
302
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
303
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
259
304
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
260
|
-
def partial_update_with_http_info(
|
305
|
+
def partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts = {})
|
261
306
|
if @api_client.config.debugging
|
262
307
|
@api_client.config.logger.debug 'Calling API: RemotesAptApi.partial_update ...'
|
263
308
|
end
|
264
|
-
# verify the required parameter '
|
265
|
-
if @api_client.config.client_side_validation &&
|
266
|
-
fail ArgumentError, "Missing the required parameter '
|
309
|
+
# verify the required parameter 'deb_apt_remote_href' is set
|
310
|
+
if @api_client.config.client_side_validation && deb_apt_remote_href.nil?
|
311
|
+
fail ArgumentError, "Missing the required parameter 'deb_apt_remote_href' when calling RemotesAptApi.partial_update"
|
267
312
|
end
|
268
|
-
# verify the required parameter '
|
269
|
-
if @api_client.config.client_side_validation &&
|
270
|
-
fail ArgumentError, "Missing the required parameter '
|
313
|
+
# verify the required parameter 'patcheddeb_apt_remote' is set
|
314
|
+
if @api_client.config.client_side_validation && patcheddeb_apt_remote.nil?
|
315
|
+
fail ArgumentError, "Missing the required parameter 'patcheddeb_apt_remote' when calling RemotesAptApi.partial_update"
|
271
316
|
end
|
272
317
|
# resource path
|
273
|
-
local_var_path = '{
|
318
|
+
local_var_path = '{deb_apt_remote_href}'.sub('{' + 'deb_apt_remote_href' + '}', CGI.escape(deb_apt_remote_href.to_s).gsub('%2F', '/'))
|
274
319
|
|
275
320
|
# query parameters
|
276
321
|
query_params = opts[:query_params] || {}
|
322
|
+
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
323
|
+
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
324
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
325
|
+
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
326
|
+
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
327
|
+
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
328
|
+
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
329
|
+
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
330
|
+
query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
|
277
331
|
|
278
332
|
# header parameters
|
279
333
|
header_params = opts[:header_params] || {}
|
280
334
|
# HTTP header 'Accept' (if needed)
|
281
335
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
282
336
|
# HTTP header 'Content-Type'
|
283
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
337
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
284
338
|
|
285
339
|
# form parameters
|
286
340
|
form_params = opts[:form_params] || {}
|
287
341
|
|
288
342
|
# http body (model)
|
289
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
343
|
+
post_body = opts[:body] || @api_client.object_to_http_body(patcheddeb_apt_remote)
|
290
344
|
|
291
345
|
# return_type
|
292
346
|
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
293
347
|
|
294
348
|
# auth_names
|
295
|
-
auth_names = opts[:auth_names] || ['
|
349
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
296
350
|
|
297
351
|
new_options = opts.merge(
|
298
352
|
:header_params => header_params,
|
@@ -311,34 +365,34 @@ module PulpDebClient
|
|
311
365
|
end
|
312
366
|
|
313
367
|
# Inspect an apt remote
|
314
|
-
#
|
315
|
-
# @param
|
368
|
+
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
369
|
+
# @param deb_apt_remote_href [String]
|
316
370
|
# @param [Hash] opts the optional parameters
|
317
371
|
# @option opts [String] :fields A list of fields to include in the response.
|
318
372
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
319
|
-
# @return [
|
320
|
-
def read(
|
321
|
-
data, _status_code, _headers = read_with_http_info(
|
373
|
+
# @return [DebAptRemoteResponse]
|
374
|
+
def read(deb_apt_remote_href, opts = {})
|
375
|
+
data, _status_code, _headers = read_with_http_info(deb_apt_remote_href, opts)
|
322
376
|
data
|
323
377
|
end
|
324
378
|
|
325
379
|
# Inspect an apt remote
|
326
|
-
#
|
327
|
-
# @param
|
380
|
+
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
381
|
+
# @param deb_apt_remote_href [String]
|
328
382
|
# @param [Hash] opts the optional parameters
|
329
383
|
# @option opts [String] :fields A list of fields to include in the response.
|
330
384
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
331
|
-
# @return [Array<(
|
332
|
-
def read_with_http_info(
|
385
|
+
# @return [Array<(DebAptRemoteResponse, Integer, Hash)>] DebAptRemoteResponse data, response status code and response headers
|
386
|
+
def read_with_http_info(deb_apt_remote_href, opts = {})
|
333
387
|
if @api_client.config.debugging
|
334
388
|
@api_client.config.logger.debug 'Calling API: RemotesAptApi.read ...'
|
335
389
|
end
|
336
|
-
# verify the required parameter '
|
337
|
-
if @api_client.config.client_side_validation &&
|
338
|
-
fail ArgumentError, "Missing the required parameter '
|
390
|
+
# verify the required parameter 'deb_apt_remote_href' is set
|
391
|
+
if @api_client.config.client_side_validation && deb_apt_remote_href.nil?
|
392
|
+
fail ArgumentError, "Missing the required parameter 'deb_apt_remote_href' when calling RemotesAptApi.read"
|
339
393
|
end
|
340
394
|
# resource path
|
341
|
-
local_var_path = '{
|
395
|
+
local_var_path = '{deb_apt_remote_href}'.sub('{' + 'deb_apt_remote_href' + '}', CGI.escape(deb_apt_remote_href.to_s).gsub('%2F', '/'))
|
342
396
|
|
343
397
|
# query parameters
|
344
398
|
query_params = opts[:query_params] || {}
|
@@ -357,10 +411,10 @@ module PulpDebClient
|
|
357
411
|
post_body = opts[:body]
|
358
412
|
|
359
413
|
# return_type
|
360
|
-
return_type = opts[:return_type] || '
|
414
|
+
return_type = opts[:return_type] || 'DebAptRemoteResponse'
|
361
415
|
|
362
416
|
# auth_names
|
363
|
-
auth_names = opts[:auth_names] || ['
|
417
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
364
418
|
|
365
419
|
new_options = opts.merge(
|
366
420
|
:header_params => header_params,
|
@@ -380,57 +434,84 @@ module PulpDebClient
|
|
380
434
|
|
381
435
|
# Update an apt remote
|
382
436
|
# Trigger an asynchronous update task
|
383
|
-
# @param
|
384
|
-
# @param
|
437
|
+
# @param deb_apt_remote_href [String]
|
438
|
+
# @param deb_apt_remote [DebAptRemote]
|
385
439
|
# @param [Hash] opts the optional parameters
|
440
|
+
# @option opts [String] :name name
|
441
|
+
# @option opts [String] :name__in name__in
|
442
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
443
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
444
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
445
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
446
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
447
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
448
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
386
449
|
# @return [AsyncOperationResponse]
|
387
|
-
def update(
|
388
|
-
data, _status_code, _headers = update_with_http_info(
|
450
|
+
def update(deb_apt_remote_href, deb_apt_remote, opts = {})
|
451
|
+
data, _status_code, _headers = update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
|
389
452
|
data
|
390
453
|
end
|
391
454
|
|
392
455
|
# Update an apt remote
|
393
456
|
# Trigger an asynchronous update task
|
394
|
-
# @param
|
395
|
-
# @param
|
457
|
+
# @param deb_apt_remote_href [String]
|
458
|
+
# @param deb_apt_remote [DebAptRemote]
|
396
459
|
# @param [Hash] opts the optional parameters
|
460
|
+
# @option opts [String] :name name
|
461
|
+
# @option opts [String] :name__in name__in
|
462
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
463
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
464
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
465
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
466
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
467
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
468
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
397
469
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
398
|
-
def update_with_http_info(
|
470
|
+
def update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts = {})
|
399
471
|
if @api_client.config.debugging
|
400
472
|
@api_client.config.logger.debug 'Calling API: RemotesAptApi.update ...'
|
401
473
|
end
|
402
|
-
# verify the required parameter '
|
403
|
-
if @api_client.config.client_side_validation &&
|
404
|
-
fail ArgumentError, "Missing the required parameter '
|
474
|
+
# verify the required parameter 'deb_apt_remote_href' is set
|
475
|
+
if @api_client.config.client_side_validation && deb_apt_remote_href.nil?
|
476
|
+
fail ArgumentError, "Missing the required parameter 'deb_apt_remote_href' when calling RemotesAptApi.update"
|
405
477
|
end
|
406
|
-
# verify the required parameter '
|
407
|
-
if @api_client.config.client_side_validation &&
|
408
|
-
fail ArgumentError, "Missing the required parameter '
|
478
|
+
# verify the required parameter 'deb_apt_remote' is set
|
479
|
+
if @api_client.config.client_side_validation && deb_apt_remote.nil?
|
480
|
+
fail ArgumentError, "Missing the required parameter 'deb_apt_remote' when calling RemotesAptApi.update"
|
409
481
|
end
|
410
482
|
# resource path
|
411
|
-
local_var_path = '{
|
483
|
+
local_var_path = '{deb_apt_remote_href}'.sub('{' + 'deb_apt_remote_href' + '}', CGI.escape(deb_apt_remote_href.to_s).gsub('%2F', '/'))
|
412
484
|
|
413
485
|
# query parameters
|
414
486
|
query_params = opts[:query_params] || {}
|
487
|
+
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
488
|
+
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
489
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
490
|
+
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
491
|
+
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
492
|
+
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
493
|
+
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
494
|
+
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
495
|
+
query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
|
415
496
|
|
416
497
|
# header parameters
|
417
498
|
header_params = opts[:header_params] || {}
|
418
499
|
# HTTP header 'Accept' (if needed)
|
419
500
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
420
501
|
# HTTP header 'Content-Type'
|
421
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
502
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
422
503
|
|
423
504
|
# form parameters
|
424
505
|
form_params = opts[:form_params] || {}
|
425
506
|
|
426
507
|
# http body (model)
|
427
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
508
|
+
post_body = opts[:body] || @api_client.object_to_http_body(deb_apt_remote)
|
428
509
|
|
429
510
|
# return_type
|
430
511
|
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
431
512
|
|
432
513
|
# auth_names
|
433
|
-
auth_names = opts[:auth_names] || ['
|
514
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
434
515
|
|
435
516
|
new_options = opts.merge(
|
436
517
|
:header_params => header_params,
|