pulp_deb_client 3.4.0 → 3.5.1
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 +34 -9
- data/docs/AptRepositorySyncURL.md +12 -11
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentGenericContentsApi.md +114 -64
- data/docs/ContentInstallerFileIndicesApi.md +111 -61
- data/docs/ContentInstallerPackagesApi.md +130 -80
- data/docs/ContentPackageIndicesApi.md +111 -61
- data/docs/ContentPackageReleaseComponentsApi.md +111 -61
- data/docs/ContentPackagesApi.md +144 -94
- data/docs/ContentReleaseArchitecturesApi.md +109 -59
- data/docs/ContentReleaseComponentsApi.md +110 -60
- data/docs/ContentReleaseFilesApi.md +111 -61
- data/docs/ContentReleasesApi.md +114 -64
- data/docs/ContentSourceIndicesApi.md +110 -60
- data/docs/ContentSourcePackagesApi.md +137 -87
- data/docs/ContentSourceReleaseComponentsApi.md +111 -61
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/Copy.md +12 -11
- data/docs/DebAptDistribution.md +20 -19
- data/docs/DebAptDistributionResponse.md +32 -31
- data/docs/DebAptPublication.md +18 -17
- data/docs/DebAptPublicationResponse.md +26 -25
- data/docs/DebAptRemote.md +64 -63
- data/docs/DebAptRemoteResponse.md +64 -63
- data/docs/DebAptRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/DebAptRepository.md +22 -21
- data/docs/DebAptRepositoryResponse.md +34 -33
- data/docs/DebCopyApi.md +30 -14
- data/docs/DebGenericContentResponse.md +30 -29
- data/docs/DebInstallerFileIndex.md +16 -15
- data/docs/DebInstallerFileIndexResponse.md +22 -21
- data/docs/DebInstallerPackageResponse.md +88 -87
- data/docs/DebPackageIndex.md +16 -15
- data/docs/DebPackageIndexResponse.md +22 -21
- data/docs/DebPackageReleaseComponent.md +12 -11
- data/docs/DebPackageReleaseComponentResponse.md +18 -17
- data/docs/DebPackageResponse.md +92 -91
- data/docs/DebRelease.md +26 -25
- data/docs/DebReleaseArchitecture.md +12 -11
- data/docs/DebReleaseArchitectureResponse.md +18 -17
- data/docs/DebReleaseComponent.md +12 -11
- data/docs/DebReleaseComponentResponse.md +20 -17
- data/docs/DebReleaseFile.md +18 -17
- data/docs/DebReleaseFileResponse.md +24 -23
- data/docs/DebReleaseResponse.md +32 -31
- data/docs/DebSourceIndex.md +16 -15
- data/docs/DebSourceIndexResponse.md +22 -21
- data/docs/DebSourcePackage.md +12 -11
- data/docs/DebSourcePackageReleaseComponent.md +12 -11
- data/docs/DebSourcePackageReleaseComponentResponse.md +18 -17
- data/docs/DebSourcePackageResponse.md +74 -71
- data/docs/DebVerbatimPublication.md +10 -9
- data/docs/DebVerbatimPublicationResponse.md +18 -17
- data/docs/DistributionsAptApi.md +564 -129
- data/docs/MyPermissionsResponse.md +18 -0
- data/docs/NestedRole.md +22 -0
- data/docs/NestedRoleResponse.md +22 -0
- data/docs/ObjectRolesResponse.md +18 -0
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginateddebAptDistributionResponseList.md +14 -13
- data/docs/PaginateddebAptPublicationResponseList.md +14 -13
- data/docs/PaginateddebAptRemoteResponseList.md +14 -13
- data/docs/PaginateddebAptRepositoryResponseList.md +14 -13
- data/docs/PaginateddebGenericContentResponseList.md +14 -13
- data/docs/PaginateddebInstallerFileIndexResponseList.md +14 -13
- data/docs/PaginateddebInstallerPackageResponseList.md +14 -13
- data/docs/PaginateddebPackageIndexResponseList.md +14 -13
- data/docs/PaginateddebPackageReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebPackageResponseList.md +14 -13
- data/docs/PaginateddebReleaseArchitectureResponseList.md +14 -13
- data/docs/PaginateddebReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebReleaseFileResponseList.md +14 -13
- data/docs/PaginateddebReleaseResponseList.md +14 -13
- data/docs/PaginateddebSourceIndexResponseList.md +14 -13
- data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebSourcePackageResponseList.md +14 -13
- data/docs/PaginateddebVerbatimPublicationResponseList.md +14 -13
- data/docs/PatcheddebAptDistribution.md +20 -19
- data/docs/PatcheddebAptRemote.md +64 -63
- data/docs/PatcheddebAptRepository.md +22 -21
- data/docs/PolicyEnum.md +4 -5
- data/docs/PublicationsAptApi.md +446 -77
- data/docs/PublicationsVerbatimApi.md +446 -77
- data/docs/RemotesAptApi.md +568 -131
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesAptApi.md +623 -154
- data/docs/RepositoriesAptVersionsApi.md +152 -82
- data/docs/RepositoryAddRemoveContent.md +12 -11
- data/docs/RepositoryVersionResponse.md +22 -21
- data/docs/SetLabel.md +10 -9
- data/docs/SetLabelResponse.md +10 -9
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +20 -22
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_packages_api.rb +20 -22
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_release_components_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_release_files_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_releases_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +20 -14
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +20 -14
- data/lib/pulp_deb_client/api/deb_copy_api.rb +10 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +347 -38
- data/lib/pulp_deb_client/api/publications_apt_api.rb +325 -29
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +325 -29
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +362 -50
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +365 -48
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +40 -30
- data/lib/pulp_deb_client/api_client.rb +137 -102
- data/lib/pulp_deb_client/api_error.rb +2 -1
- data/lib/pulp_deb_client/configuration.rb +162 -21
- data/lib/pulp_deb_client/models/apt_repository_sync_url.rb +30 -22
- data/lib/pulp_deb_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_deb_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_deb_client/models/copy.rb +34 -28
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +34 -22
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +30 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +32 -24
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +78 -42
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +81 -45
- data/lib/pulp_deb_client/models/{deb_apt_remote_response_hidden_fields.rb → deb_apt_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +32 -22
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +34 -24
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +34 -24
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +41 -23
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +38 -24
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +32 -24
- data/lib/pulp_deb_client/models/deb_package_index.rb +47 -25
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +34 -24
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +34 -22
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_package_response.rb +32 -24
- data/lib/pulp_deb_client/models/deb_release.rb +36 -22
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +34 -22
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_release_component.rb +34 -22
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +50 -28
- data/lib/pulp_deb_client/models/deb_release_file.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_release_response.rb +38 -24
- data/lib/pulp_deb_client/models/deb_source_index.rb +41 -23
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +38 -24
- data/lib/pulp_deb_client/models/deb_source_package.rb +37 -23
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +34 -22
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +45 -25
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +30 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +32 -24
- data/lib/pulp_deb_client/models/my_permissions_response.rb +223 -0
- data/lib/pulp_deb_client/models/{deb_installer_package.rb → nested_role.rb} +72 -97
- data/lib/pulp_deb_client/models/{deb_generic_content.rb → nested_role_response.rb} +62 -115
- data/lib/pulp_deb_client/models/object_roles_response.rb +223 -0
- data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +40 -24
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +87 -45
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +35 -23
- data/lib/pulp_deb_client/models/policy_enum.rb +8 -4
- data/lib/pulp_deb_client/models/repair.rb +30 -22
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_deb_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_deb_client/models/set_label.rb +34 -22
- data/lib/pulp_deb_client/models/set_label_response.rb +34 -22
- data/lib/pulp_deb_client/models/unset_label.rb +32 -22
- data/lib/pulp_deb_client/models/unset_label_response.rb +32 -22
- data/lib/pulp_deb_client/version.rb +2 -2
- data/lib/pulp_deb_client.rb +6 -5
- data/pulp_deb_client.gemspec +9 -6
- data/spec/api/content_generic_contents_api_spec.rb +4 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +4 -4
- data/spec/api/content_installer_packages_api_spec.rb +4 -4
- data/spec/api/content_package_indices_api_spec.rb +4 -4
- data/spec/api/content_package_release_components_api_spec.rb +4 -4
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/content_release_architectures_api_spec.rb +4 -4
- data/spec/api/content_release_components_api_spec.rb +4 -4
- data/spec/api/content_release_files_api_spec.rb +4 -4
- data/spec/api/content_releases_api_spec.rb +4 -4
- data/spec/api/content_source_indices_api_spec.rb +4 -4
- data/spec/api/content_source_packages_api_spec.rb +4 -4
- data/spec/api/content_source_release_components_api_spec.rb +4 -4
- data/spec/api/deb_copy_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +63 -9
- data/spec/api/publications_apt_api_spec.rb +66 -11
- data/spec/api/publications_verbatim_api_spec.rb +66 -11
- data/spec/api/remotes_apt_api_spec.rb +70 -15
- data/spec/api/repositories_apt_api_spec.rb +65 -11
- data/spec/api/repositories_apt_versions_api_spec.rb +12 -11
- data/spec/models/apt_repository_sync_url_spec.rb +9 -14
- data/spec/models/async_operation_response_spec.rb +7 -12
- data/spec/models/content_summary_response_spec.rb +9 -14
- data/spec/models/copy_spec.rb +9 -14
- data/spec/models/deb_apt_distribution_response_spec.rb +19 -24
- data/spec/models/deb_apt_distribution_spec.rb +13 -18
- data/spec/models/deb_apt_publication_response_spec.rb +16 -21
- data/spec/models/deb_apt_publication_spec.rb +12 -17
- data/spec/models/{deb_apt_remote_response_hidden_fields_spec.rb → deb_apt_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/deb_apt_remote_response_spec.rb +35 -40
- data/spec/models/deb_apt_remote_spec.rb +35 -40
- data/spec/models/deb_apt_repository_response_spec.rb +20 -25
- data/spec/models/deb_apt_repository_spec.rb +14 -19
- data/spec/models/deb_generic_content_response_spec.rb +18 -23
- data/spec/models/deb_installer_file_index_response_spec.rb +14 -19
- data/spec/models/deb_installer_file_index_spec.rb +11 -16
- data/spec/models/deb_installer_package_response_spec.rb +47 -52
- data/spec/models/deb_package_index_response_spec.rb +14 -19
- data/spec/models/deb_package_index_spec.rb +11 -16
- data/spec/models/deb_package_release_component_response_spec.rb +12 -17
- data/spec/models/deb_package_release_component_spec.rb +9 -14
- data/spec/models/deb_package_response_spec.rb +49 -54
- data/spec/models/deb_release_architecture_response_spec.rb +12 -17
- data/spec/models/deb_release_architecture_spec.rb +9 -14
- data/spec/models/deb_release_component_response_spec.rb +18 -17
- data/spec/models/deb_release_component_spec.rb +9 -14
- data/spec/models/deb_release_file_response_spec.rb +15 -20
- data/spec/models/deb_release_file_spec.rb +12 -17
- data/spec/models/deb_release_response_spec.rb +19 -24
- data/spec/models/deb_release_spec.rb +16 -21
- data/spec/models/deb_source_index_response_spec.rb +14 -19
- data/spec/models/deb_source_index_spec.rb +11 -16
- data/spec/models/deb_source_package_release_component_response_spec.rb +12 -17
- data/spec/models/deb_source_package_release_component_spec.rb +9 -14
- data/spec/models/deb_source_package_response_spec.rb +45 -44
- data/spec/models/deb_source_package_spec.rb +9 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +12 -17
- data/spec/models/deb_verbatim_publication_spec.rb +8 -13
- data/spec/models/my_permissions_response_spec.rb +36 -0
- data/spec/models/nested_role_response_spec.rb +48 -0
- data/spec/models/nested_role_spec.rb +48 -0
- data/spec/models/object_roles_response_spec.rb +36 -0
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_remote_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_generic_content_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_installer_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_file_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_package_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +10 -15
- data/spec/models/patcheddeb_apt_distribution_spec.rb +13 -18
- data/spec/models/patcheddeb_apt_remote_spec.rb +35 -40
- data/spec/models/patcheddeb_apt_repository_spec.rb +14 -19
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/repair_spec.rb +7 -12
- data/spec/models/repository_add_remove_content_spec.rb +9 -14
- data/spec/models/repository_version_response_spec.rb +14 -19
- data/spec/models/set_label_response_spec.rb +8 -13
- data/spec/models/set_label_spec.rb +8 -13
- data/spec/models/unset_label_response_spec.rb +8 -13
- data/spec/models/unset_label_spec.rb +7 -12
- data/spec/spec_helper.rb +1 -1
- metadata +136 -108
- data/docs/DebAptRemoteResponseHiddenFields.md +0 -19
- data/docs/DebGenericContent.md +0 -27
- data/docs/DebInstallerPackage.md +0 -27
- data/docs/DebPackage.md +0 -31
- data/lib/pulp_deb_client/models/deb_package.rb +0 -338
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/deb_generic_content_spec.rb +0 -71
- data/spec/models/deb_installer_package_spec.rb +0 -71
- data/spec/models/deb_package_spec.rb +0 -83
data/docs/DistributionsAptApi.md
CHANGED
@@ -2,31 +2,106 @@
|
|
2
2
|
|
3
3
|
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
|
-
Method | HTTP request | Description
|
6
|
-
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
11
|
-
[**
|
12
|
-
[**
|
13
|
-
[**
|
14
|
-
[**
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**add_role**](DistributionsAptApi.md#add_role) | **POST** {deb_apt_distribution_href}add_role/ | Add a role |
|
8
|
+
| [**create**](DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution |
|
9
|
+
| [**delete**](DistributionsAptApi.md#delete) | **DELETE** {deb_apt_distribution_href} | Delete an apt distribution |
|
10
|
+
| [**list**](DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions |
|
11
|
+
| [**list_roles**](DistributionsAptApi.md#list_roles) | **GET** {deb_apt_distribution_href}list_roles/ | List roles |
|
12
|
+
| [**my_permissions**](DistributionsAptApi.md#my_permissions) | **GET** {deb_apt_distribution_href}my_permissions/ | List user permissions |
|
13
|
+
| [**partial_update**](DistributionsAptApi.md#partial_update) | **PATCH** {deb_apt_distribution_href} | Update an apt distribution |
|
14
|
+
| [**read**](DistributionsAptApi.md#read) | **GET** {deb_apt_distribution_href} | Inspect an apt distribution |
|
15
|
+
| [**remove_role**](DistributionsAptApi.md#remove_role) | **POST** {deb_apt_distribution_href}remove_role/ | Remove a role |
|
16
|
+
| [**set_label**](DistributionsAptApi.md#set_label) | **POST** {deb_apt_distribution_href}set_label/ | Set a label |
|
17
|
+
| [**unset_label**](DistributionsAptApi.md#unset_label) | **POST** {deb_apt_distribution_href}unset_label/ | Unset a label |
|
18
|
+
| [**update**](DistributionsAptApi.md#update) | **PUT** {deb_apt_distribution_href} | Update an apt distribution |
|
15
19
|
|
16
20
|
|
21
|
+
## add_role
|
22
|
+
|
23
|
+
> <NestedRoleResponse> add_role(deb_apt_distribution_href, nested_role)
|
24
|
+
|
25
|
+
Add a role
|
26
|
+
|
27
|
+
Add a role for this object to users/groups.
|
28
|
+
|
29
|
+
### Examples
|
30
|
+
|
31
|
+
```ruby
|
32
|
+
require 'time'
|
33
|
+
require 'pulp_deb_client'
|
34
|
+
# setup authorization
|
35
|
+
PulpDebClient.configure do |config|
|
36
|
+
# Configure HTTP basic authorization: basicAuth
|
37
|
+
config.username = 'YOUR USERNAME'
|
38
|
+
config.password = 'YOUR PASSWORD'
|
39
|
+
end
|
40
|
+
|
41
|
+
api_instance = PulpDebClient::DistributionsAptApi.new
|
42
|
+
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
43
|
+
nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
44
|
+
|
45
|
+
begin
|
46
|
+
# Add a role
|
47
|
+
result = api_instance.add_role(deb_apt_distribution_href, nested_role)
|
48
|
+
p result
|
49
|
+
rescue PulpDebClient::ApiError => e
|
50
|
+
puts "Error when calling DistributionsAptApi->add_role: #{e}"
|
51
|
+
end
|
52
|
+
```
|
53
|
+
|
54
|
+
#### Using the add_role_with_http_info variant
|
55
|
+
|
56
|
+
This returns an Array which contains the response data, status code and headers.
|
57
|
+
|
58
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(deb_apt_distribution_href, nested_role)
|
59
|
+
|
60
|
+
```ruby
|
61
|
+
begin
|
62
|
+
# Add a role
|
63
|
+
data, status_code, headers = api_instance.add_role_with_http_info(deb_apt_distribution_href, nested_role)
|
64
|
+
p status_code # => 2xx
|
65
|
+
p headers # => { ... }
|
66
|
+
p data # => <NestedRoleResponse>
|
67
|
+
rescue PulpDebClient::ApiError => e
|
68
|
+
puts "Error when calling DistributionsAptApi->add_role_with_http_info: #{e}"
|
69
|
+
end
|
70
|
+
```
|
71
|
+
|
72
|
+
### Parameters
|
73
|
+
|
74
|
+
| Name | Type | Description | Notes |
|
75
|
+
| ---- | ---- | ----------- | ----- |
|
76
|
+
| **deb_apt_distribution_href** | **String** | | |
|
77
|
+
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
78
|
+
|
79
|
+
### Return type
|
80
|
+
|
81
|
+
[**NestedRoleResponse**](NestedRoleResponse.md)
|
82
|
+
|
83
|
+
### Authorization
|
84
|
+
|
85
|
+
[basicAuth](../README.md#basicAuth)
|
86
|
+
|
87
|
+
### HTTP request headers
|
88
|
+
|
89
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
90
|
+
- **Accept**: application/json
|
91
|
+
|
17
92
|
|
18
93
|
## create
|
19
94
|
|
20
|
-
> AsyncOperationResponse create(deb_apt_distribution)
|
95
|
+
> <AsyncOperationResponse> create(deb_apt_distribution)
|
21
96
|
|
22
97
|
Create an apt distribution
|
23
98
|
|
24
99
|
Trigger an asynchronous create task
|
25
100
|
|
26
|
-
###
|
101
|
+
### Examples
|
27
102
|
|
28
103
|
```ruby
|
29
|
-
|
104
|
+
require 'time'
|
30
105
|
require 'pulp_deb_client'
|
31
106
|
# setup authorization
|
32
107
|
PulpDebClient.configure do |config|
|
@@ -36,23 +111,40 @@ PulpDebClient.configure do |config|
|
|
36
111
|
end
|
37
112
|
|
38
113
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
39
|
-
deb_apt_distribution = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
|
114
|
+
deb_apt_distribution = PulpDebClient::DebAptDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # DebAptDistribution |
|
40
115
|
|
41
116
|
begin
|
42
|
-
#Create an apt distribution
|
117
|
+
# Create an apt distribution
|
43
118
|
result = api_instance.create(deb_apt_distribution)
|
44
119
|
p result
|
45
120
|
rescue PulpDebClient::ApiError => e
|
46
|
-
puts "
|
121
|
+
puts "Error when calling DistributionsAptApi->create: #{e}"
|
47
122
|
end
|
48
123
|
```
|
49
124
|
|
50
|
-
|
125
|
+
#### Using the create_with_http_info variant
|
126
|
+
|
127
|
+
This returns an Array which contains the response data, status code and headers.
|
128
|
+
|
129
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(deb_apt_distribution)
|
130
|
+
|
131
|
+
```ruby
|
132
|
+
begin
|
133
|
+
# Create an apt distribution
|
134
|
+
data, status_code, headers = api_instance.create_with_http_info(deb_apt_distribution)
|
135
|
+
p status_code # => 2xx
|
136
|
+
p headers # => { ... }
|
137
|
+
p data # => <AsyncOperationResponse>
|
138
|
+
rescue PulpDebClient::ApiError => e
|
139
|
+
puts "Error when calling DistributionsAptApi->create_with_http_info: #{e}"
|
140
|
+
end
|
141
|
+
```
|
51
142
|
|
143
|
+
### Parameters
|
52
144
|
|
53
|
-
Name | Type | Description
|
54
|
-
|
55
|
-
**deb_apt_distribution** | [**DebAptDistribution**](DebAptDistribution.md)| |
|
145
|
+
| Name | Type | Description | Notes |
|
146
|
+
| ---- | ---- | ----------- | ----- |
|
147
|
+
| **deb_apt_distribution** | [**DebAptDistribution**](DebAptDistribution.md) | | |
|
56
148
|
|
57
149
|
### Return type
|
58
150
|
|
@@ -70,16 +162,16 @@ Name | Type | Description | Notes
|
|
70
162
|
|
71
163
|
## delete
|
72
164
|
|
73
|
-
> AsyncOperationResponse delete(deb_apt_distribution_href)
|
165
|
+
> <AsyncOperationResponse> delete(deb_apt_distribution_href)
|
74
166
|
|
75
167
|
Delete an apt distribution
|
76
168
|
|
77
169
|
Trigger an asynchronous delete task
|
78
170
|
|
79
|
-
###
|
171
|
+
### Examples
|
80
172
|
|
81
173
|
```ruby
|
82
|
-
|
174
|
+
require 'time'
|
83
175
|
require 'pulp_deb_client'
|
84
176
|
# setup authorization
|
85
177
|
PulpDebClient.configure do |config|
|
@@ -92,20 +184,37 @@ api_instance = PulpDebClient::DistributionsAptApi.new
|
|
92
184
|
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
93
185
|
|
94
186
|
begin
|
95
|
-
#Delete an apt distribution
|
187
|
+
# Delete an apt distribution
|
96
188
|
result = api_instance.delete(deb_apt_distribution_href)
|
97
189
|
p result
|
98
190
|
rescue PulpDebClient::ApiError => e
|
99
|
-
puts "
|
191
|
+
puts "Error when calling DistributionsAptApi->delete: #{e}"
|
100
192
|
end
|
101
193
|
```
|
102
194
|
|
103
|
-
|
195
|
+
#### Using the delete_with_http_info variant
|
104
196
|
|
197
|
+
This returns an Array which contains the response data, status code and headers.
|
105
198
|
|
106
|
-
|
107
|
-
|
108
|
-
|
199
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(deb_apt_distribution_href)
|
200
|
+
|
201
|
+
```ruby
|
202
|
+
begin
|
203
|
+
# Delete an apt distribution
|
204
|
+
data, status_code, headers = api_instance.delete_with_http_info(deb_apt_distribution_href)
|
205
|
+
p status_code # => 2xx
|
206
|
+
p headers # => { ... }
|
207
|
+
p data # => <AsyncOperationResponse>
|
208
|
+
rescue PulpDebClient::ApiError => e
|
209
|
+
puts "Error when calling DistributionsAptApi->delete_with_http_info: #{e}"
|
210
|
+
end
|
211
|
+
```
|
212
|
+
|
213
|
+
### Parameters
|
214
|
+
|
215
|
+
| Name | Type | Description | Notes |
|
216
|
+
| ---- | ---- | ----------- | ----- |
|
217
|
+
| **deb_apt_distribution_href** | **String** | | |
|
109
218
|
|
110
219
|
### Return type
|
111
220
|
|
@@ -123,16 +232,16 @@ Name | Type | Description | Notes
|
|
123
232
|
|
124
233
|
## list
|
125
234
|
|
126
|
-
> PaginateddebAptDistributionResponseList list(opts)
|
235
|
+
> <PaginateddebAptDistributionResponseList> list(opts)
|
127
236
|
|
128
237
|
List apt distributions
|
129
238
|
|
130
239
|
An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
|
131
240
|
|
132
|
-
###
|
241
|
+
### Examples
|
133
242
|
|
134
243
|
```ruby
|
135
|
-
|
244
|
+
require 'time'
|
136
245
|
require 'pulp_deb_client'
|
137
246
|
# setup authorization
|
138
247
|
PulpDebClient.configure do |config|
|
@@ -146,71 +255,88 @@ opts = {
|
|
146
255
|
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
147
256
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
148
257
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
149
|
-
base_path__in: ['
|
258
|
+
base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
150
259
|
limit: 56, # Integer | Number of results to return per page.
|
151
260
|
name: 'name_example', # String | Filter results where name matches value
|
152
261
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
153
262
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
154
263
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
155
|
-
name__in: ['
|
264
|
+
name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
156
265
|
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
157
266
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
158
267
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
159
268
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
160
269
|
offset: 56, # Integer | The initial index from which to return the results.
|
161
|
-
ordering: ['
|
162
|
-
prn__in: ['
|
163
|
-
pulp_href__in: ['
|
164
|
-
pulp_id__in: ['
|
270
|
+
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
271
|
+
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
272
|
+
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
273
|
+
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
165
274
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
166
275
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
167
|
-
repository: '
|
168
|
-
repository__in: ['
|
276
|
+
repository: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where repository matches value
|
277
|
+
repository__in: ['inner_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
169
278
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
170
|
-
fields: ['
|
171
|
-
exclude_fields: ['
|
279
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
280
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
172
281
|
}
|
173
282
|
|
174
283
|
begin
|
175
|
-
#List apt distributions
|
284
|
+
# List apt distributions
|
176
285
|
result = api_instance.list(opts)
|
177
286
|
p result
|
178
287
|
rescue PulpDebClient::ApiError => e
|
179
|
-
puts "
|
288
|
+
puts "Error when calling DistributionsAptApi->list: #{e}"
|
180
289
|
end
|
181
290
|
```
|
182
291
|
|
183
|
-
|
292
|
+
#### Using the list_with_http_info variant
|
293
|
+
|
294
|
+
This returns an Array which contains the response data, status code and headers.
|
184
295
|
|
296
|
+
> <Array(<PaginateddebAptDistributionResponseList>, Integer, Hash)> list_with_http_info(opts)
|
185
297
|
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
**
|
203
|
-
**
|
204
|
-
**
|
205
|
-
**
|
206
|
-
**
|
207
|
-
**
|
208
|
-
**
|
209
|
-
**
|
210
|
-
**
|
211
|
-
**
|
212
|
-
**
|
213
|
-
**
|
298
|
+
```ruby
|
299
|
+
begin
|
300
|
+
# List apt distributions
|
301
|
+
data, status_code, headers = api_instance.list_with_http_info(opts)
|
302
|
+
p status_code # => 2xx
|
303
|
+
p headers # => { ... }
|
304
|
+
p data # => <PaginateddebAptDistributionResponseList>
|
305
|
+
rescue PulpDebClient::ApiError => e
|
306
|
+
puts "Error when calling DistributionsAptApi->list_with_http_info: #{e}"
|
307
|
+
end
|
308
|
+
```
|
309
|
+
|
310
|
+
### Parameters
|
311
|
+
|
312
|
+
| Name | Type | Description | Notes |
|
313
|
+
| ---- | ---- | ----------- | ----- |
|
314
|
+
| **base_path** | **String** | Filter results where base_path matches value | [optional] |
|
315
|
+
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
316
|
+
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
317
|
+
| **base_path__in** | [**Array<String>**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
|
318
|
+
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
319
|
+
| **name** | **String** | Filter results where name matches value | [optional] |
|
320
|
+
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
321
|
+
| **name__icontains** | **String** | Filter results where name contains value | [optional] |
|
322
|
+
| **name__iexact** | **String** | Filter results where name matches value | [optional] |
|
323
|
+
| **name__in** | [**Array<String>**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
|
324
|
+
| **name__iregex** | **String** | Filter results where name matches regex value | [optional] |
|
325
|
+
| **name__istartswith** | **String** | Filter results where name starts with value | [optional] |
|
326
|
+
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
327
|
+
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
328
|
+
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
329
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
330
|
+
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
331
|
+
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
332
|
+
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
333
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
334
|
+
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
335
|
+
| **repository** | **String** | Filter results where repository matches value | [optional] |
|
336
|
+
| **repository__in** | [**Array<String>**](String.md) | Filter results where repository is in a comma-separated list of values | [optional] |
|
337
|
+
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
338
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
339
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
214
340
|
|
215
341
|
### Return type
|
216
342
|
|
@@ -226,18 +352,170 @@ Name | Type | Description | Notes
|
|
226
352
|
- **Accept**: application/json
|
227
353
|
|
228
354
|
|
355
|
+
## list_roles
|
356
|
+
|
357
|
+
> <ObjectRolesResponse> list_roles(deb_apt_distribution_href, opts)
|
358
|
+
|
359
|
+
List roles
|
360
|
+
|
361
|
+
List roles assigned to this object.
|
362
|
+
|
363
|
+
### Examples
|
364
|
+
|
365
|
+
```ruby
|
366
|
+
require 'time'
|
367
|
+
require 'pulp_deb_client'
|
368
|
+
# setup authorization
|
369
|
+
PulpDebClient.configure do |config|
|
370
|
+
# Configure HTTP basic authorization: basicAuth
|
371
|
+
config.username = 'YOUR USERNAME'
|
372
|
+
config.password = 'YOUR PASSWORD'
|
373
|
+
end
|
374
|
+
|
375
|
+
api_instance = PulpDebClient::DistributionsAptApi.new
|
376
|
+
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
377
|
+
opts = {
|
378
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
379
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
380
|
+
}
|
381
|
+
|
382
|
+
begin
|
383
|
+
# List roles
|
384
|
+
result = api_instance.list_roles(deb_apt_distribution_href, opts)
|
385
|
+
p result
|
386
|
+
rescue PulpDebClient::ApiError => e
|
387
|
+
puts "Error when calling DistributionsAptApi->list_roles: #{e}"
|
388
|
+
end
|
389
|
+
```
|
390
|
+
|
391
|
+
#### Using the list_roles_with_http_info variant
|
392
|
+
|
393
|
+
This returns an Array which contains the response data, status code and headers.
|
394
|
+
|
395
|
+
> <Array(<ObjectRolesResponse>, Integer, Hash)> list_roles_with_http_info(deb_apt_distribution_href, opts)
|
396
|
+
|
397
|
+
```ruby
|
398
|
+
begin
|
399
|
+
# List roles
|
400
|
+
data, status_code, headers = api_instance.list_roles_with_http_info(deb_apt_distribution_href, opts)
|
401
|
+
p status_code # => 2xx
|
402
|
+
p headers # => { ... }
|
403
|
+
p data # => <ObjectRolesResponse>
|
404
|
+
rescue PulpDebClient::ApiError => e
|
405
|
+
puts "Error when calling DistributionsAptApi->list_roles_with_http_info: #{e}"
|
406
|
+
end
|
407
|
+
```
|
408
|
+
|
409
|
+
### Parameters
|
410
|
+
|
411
|
+
| Name | Type | Description | Notes |
|
412
|
+
| ---- | ---- | ----------- | ----- |
|
413
|
+
| **deb_apt_distribution_href** | **String** | | |
|
414
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
415
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
416
|
+
|
417
|
+
### Return type
|
418
|
+
|
419
|
+
[**ObjectRolesResponse**](ObjectRolesResponse.md)
|
420
|
+
|
421
|
+
### Authorization
|
422
|
+
|
423
|
+
[basicAuth](../README.md#basicAuth)
|
424
|
+
|
425
|
+
### HTTP request headers
|
426
|
+
|
427
|
+
- **Content-Type**: Not defined
|
428
|
+
- **Accept**: application/json
|
429
|
+
|
430
|
+
|
431
|
+
## my_permissions
|
432
|
+
|
433
|
+
> <MyPermissionsResponse> my_permissions(deb_apt_distribution_href, opts)
|
434
|
+
|
435
|
+
List user permissions
|
436
|
+
|
437
|
+
List permissions available to the current user on this object.
|
438
|
+
|
439
|
+
### Examples
|
440
|
+
|
441
|
+
```ruby
|
442
|
+
require 'time'
|
443
|
+
require 'pulp_deb_client'
|
444
|
+
# setup authorization
|
445
|
+
PulpDebClient.configure do |config|
|
446
|
+
# Configure HTTP basic authorization: basicAuth
|
447
|
+
config.username = 'YOUR USERNAME'
|
448
|
+
config.password = 'YOUR PASSWORD'
|
449
|
+
end
|
450
|
+
|
451
|
+
api_instance = PulpDebClient::DistributionsAptApi.new
|
452
|
+
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
453
|
+
opts = {
|
454
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
455
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
456
|
+
}
|
457
|
+
|
458
|
+
begin
|
459
|
+
# List user permissions
|
460
|
+
result = api_instance.my_permissions(deb_apt_distribution_href, opts)
|
461
|
+
p result
|
462
|
+
rescue PulpDebClient::ApiError => e
|
463
|
+
puts "Error when calling DistributionsAptApi->my_permissions: #{e}"
|
464
|
+
end
|
465
|
+
```
|
466
|
+
|
467
|
+
#### Using the my_permissions_with_http_info variant
|
468
|
+
|
469
|
+
This returns an Array which contains the response data, status code and headers.
|
470
|
+
|
471
|
+
> <Array(<MyPermissionsResponse>, Integer, Hash)> my_permissions_with_http_info(deb_apt_distribution_href, opts)
|
472
|
+
|
473
|
+
```ruby
|
474
|
+
begin
|
475
|
+
# List user permissions
|
476
|
+
data, status_code, headers = api_instance.my_permissions_with_http_info(deb_apt_distribution_href, opts)
|
477
|
+
p status_code # => 2xx
|
478
|
+
p headers # => { ... }
|
479
|
+
p data # => <MyPermissionsResponse>
|
480
|
+
rescue PulpDebClient::ApiError => e
|
481
|
+
puts "Error when calling DistributionsAptApi->my_permissions_with_http_info: #{e}"
|
482
|
+
end
|
483
|
+
```
|
484
|
+
|
485
|
+
### Parameters
|
486
|
+
|
487
|
+
| Name | Type | Description | Notes |
|
488
|
+
| ---- | ---- | ----------- | ----- |
|
489
|
+
| **deb_apt_distribution_href** | **String** | | |
|
490
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
491
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
492
|
+
|
493
|
+
### Return type
|
494
|
+
|
495
|
+
[**MyPermissionsResponse**](MyPermissionsResponse.md)
|
496
|
+
|
497
|
+
### Authorization
|
498
|
+
|
499
|
+
[basicAuth](../README.md#basicAuth)
|
500
|
+
|
501
|
+
### HTTP request headers
|
502
|
+
|
503
|
+
- **Content-Type**: Not defined
|
504
|
+
- **Accept**: application/json
|
505
|
+
|
506
|
+
|
229
507
|
## partial_update
|
230
508
|
|
231
|
-
> AsyncOperationResponse partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution)
|
509
|
+
> <AsyncOperationResponse> partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution)
|
232
510
|
|
233
511
|
Update an apt distribution
|
234
512
|
|
235
513
|
Trigger an asynchronous partial update task
|
236
514
|
|
237
|
-
###
|
515
|
+
### Examples
|
238
516
|
|
239
517
|
```ruby
|
240
|
-
|
518
|
+
require 'time'
|
241
519
|
require 'pulp_deb_client'
|
242
520
|
# setup authorization
|
243
521
|
PulpDebClient.configure do |config|
|
@@ -251,21 +529,38 @@ deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
|
251
529
|
patcheddeb_apt_distribution = PulpDebClient::PatcheddebAptDistribution.new # PatcheddebAptDistribution |
|
252
530
|
|
253
531
|
begin
|
254
|
-
#Update an apt distribution
|
532
|
+
# Update an apt distribution
|
255
533
|
result = api_instance.partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution)
|
256
534
|
p result
|
257
535
|
rescue PulpDebClient::ApiError => e
|
258
|
-
puts "
|
536
|
+
puts "Error when calling DistributionsAptApi->partial_update: #{e}"
|
259
537
|
end
|
260
538
|
```
|
261
539
|
|
262
|
-
|
540
|
+
#### Using the partial_update_with_http_info variant
|
263
541
|
|
542
|
+
This returns an Array which contains the response data, status code and headers.
|
264
543
|
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
544
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution)
|
545
|
+
|
546
|
+
```ruby
|
547
|
+
begin
|
548
|
+
# Update an apt distribution
|
549
|
+
data, status_code, headers = api_instance.partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution)
|
550
|
+
p status_code # => 2xx
|
551
|
+
p headers # => { ... }
|
552
|
+
p data # => <AsyncOperationResponse>
|
553
|
+
rescue PulpDebClient::ApiError => e
|
554
|
+
puts "Error when calling DistributionsAptApi->partial_update_with_http_info: #{e}"
|
555
|
+
end
|
556
|
+
```
|
557
|
+
|
558
|
+
### Parameters
|
559
|
+
|
560
|
+
| Name | Type | Description | Notes |
|
561
|
+
| ---- | ---- | ----------- | ----- |
|
562
|
+
| **deb_apt_distribution_href** | **String** | | |
|
563
|
+
| **patcheddeb_apt_distribution** | [**PatcheddebAptDistribution**](PatcheddebAptDistribution.md) | | |
|
269
564
|
|
270
565
|
### Return type
|
271
566
|
|
@@ -283,16 +578,16 @@ Name | Type | Description | Notes
|
|
283
578
|
|
284
579
|
## read
|
285
580
|
|
286
|
-
> DebAptDistributionResponse read(deb_apt_distribution_href, opts)
|
581
|
+
> <DebAptDistributionResponse> read(deb_apt_distribution_href, opts)
|
287
582
|
|
288
583
|
Inspect an apt distribution
|
289
584
|
|
290
585
|
An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
|
291
586
|
|
292
|
-
###
|
587
|
+
### Examples
|
293
588
|
|
294
589
|
```ruby
|
295
|
-
|
590
|
+
require 'time'
|
296
591
|
require 'pulp_deb_client'
|
297
592
|
# setup authorization
|
298
593
|
PulpDebClient.configure do |config|
|
@@ -304,27 +599,44 @@ end
|
|
304
599
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
305
600
|
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
306
601
|
opts = {
|
307
|
-
fields: ['
|
308
|
-
exclude_fields: ['
|
602
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
603
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
309
604
|
}
|
310
605
|
|
311
606
|
begin
|
312
|
-
#Inspect an apt distribution
|
607
|
+
# Inspect an apt distribution
|
313
608
|
result = api_instance.read(deb_apt_distribution_href, opts)
|
314
609
|
p result
|
315
610
|
rescue PulpDebClient::ApiError => e
|
316
|
-
puts "
|
611
|
+
puts "Error when calling DistributionsAptApi->read: #{e}"
|
317
612
|
end
|
318
613
|
```
|
319
614
|
|
320
|
-
|
615
|
+
#### Using the read_with_http_info variant
|
616
|
+
|
617
|
+
This returns an Array which contains the response data, status code and headers.
|
618
|
+
|
619
|
+
> <Array(<DebAptDistributionResponse>, Integer, Hash)> read_with_http_info(deb_apt_distribution_href, opts)
|
321
620
|
|
621
|
+
```ruby
|
622
|
+
begin
|
623
|
+
# Inspect an apt distribution
|
624
|
+
data, status_code, headers = api_instance.read_with_http_info(deb_apt_distribution_href, opts)
|
625
|
+
p status_code # => 2xx
|
626
|
+
p headers # => { ... }
|
627
|
+
p data # => <DebAptDistributionResponse>
|
628
|
+
rescue PulpDebClient::ApiError => e
|
629
|
+
puts "Error when calling DistributionsAptApi->read_with_http_info: #{e}"
|
630
|
+
end
|
631
|
+
```
|
322
632
|
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
**
|
633
|
+
### Parameters
|
634
|
+
|
635
|
+
| Name | Type | Description | Notes |
|
636
|
+
| ---- | ---- | ----------- | ----- |
|
637
|
+
| **deb_apt_distribution_href** | **String** | | |
|
638
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
639
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
328
640
|
|
329
641
|
### Return type
|
330
642
|
|
@@ -340,18 +652,90 @@ Name | Type | Description | Notes
|
|
340
652
|
- **Accept**: application/json
|
341
653
|
|
342
654
|
|
655
|
+
## remove_role
|
656
|
+
|
657
|
+
> <NestedRoleResponse> remove_role(deb_apt_distribution_href, nested_role)
|
658
|
+
|
659
|
+
Remove a role
|
660
|
+
|
661
|
+
Remove a role for this object from users/groups.
|
662
|
+
|
663
|
+
### Examples
|
664
|
+
|
665
|
+
```ruby
|
666
|
+
require 'time'
|
667
|
+
require 'pulp_deb_client'
|
668
|
+
# setup authorization
|
669
|
+
PulpDebClient.configure do |config|
|
670
|
+
# Configure HTTP basic authorization: basicAuth
|
671
|
+
config.username = 'YOUR USERNAME'
|
672
|
+
config.password = 'YOUR PASSWORD'
|
673
|
+
end
|
674
|
+
|
675
|
+
api_instance = PulpDebClient::DistributionsAptApi.new
|
676
|
+
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
677
|
+
nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
678
|
+
|
679
|
+
begin
|
680
|
+
# Remove a role
|
681
|
+
result = api_instance.remove_role(deb_apt_distribution_href, nested_role)
|
682
|
+
p result
|
683
|
+
rescue PulpDebClient::ApiError => e
|
684
|
+
puts "Error when calling DistributionsAptApi->remove_role: #{e}"
|
685
|
+
end
|
686
|
+
```
|
687
|
+
|
688
|
+
#### Using the remove_role_with_http_info variant
|
689
|
+
|
690
|
+
This returns an Array which contains the response data, status code and headers.
|
691
|
+
|
692
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(deb_apt_distribution_href, nested_role)
|
693
|
+
|
694
|
+
```ruby
|
695
|
+
begin
|
696
|
+
# Remove a role
|
697
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(deb_apt_distribution_href, nested_role)
|
698
|
+
p status_code # => 2xx
|
699
|
+
p headers # => { ... }
|
700
|
+
p data # => <NestedRoleResponse>
|
701
|
+
rescue PulpDebClient::ApiError => e
|
702
|
+
puts "Error when calling DistributionsAptApi->remove_role_with_http_info: #{e}"
|
703
|
+
end
|
704
|
+
```
|
705
|
+
|
706
|
+
### Parameters
|
707
|
+
|
708
|
+
| Name | Type | Description | Notes |
|
709
|
+
| ---- | ---- | ----------- | ----- |
|
710
|
+
| **deb_apt_distribution_href** | **String** | | |
|
711
|
+
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
712
|
+
|
713
|
+
### Return type
|
714
|
+
|
715
|
+
[**NestedRoleResponse**](NestedRoleResponse.md)
|
716
|
+
|
717
|
+
### Authorization
|
718
|
+
|
719
|
+
[basicAuth](../README.md#basicAuth)
|
720
|
+
|
721
|
+
### HTTP request headers
|
722
|
+
|
723
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
724
|
+
- **Accept**: application/json
|
725
|
+
|
726
|
+
|
343
727
|
## set_label
|
344
728
|
|
345
|
-
> SetLabelResponse set_label(deb_apt_distribution_href, set_label)
|
729
|
+
> <SetLabelResponse> set_label(deb_apt_distribution_href, set_label)
|
346
730
|
|
347
731
|
Set a label
|
348
732
|
|
349
733
|
Set a single pulp_label on the object to a specific value or null.
|
350
734
|
|
351
|
-
###
|
735
|
+
### Examples
|
352
736
|
|
353
737
|
```ruby
|
354
|
-
|
738
|
+
require 'time'
|
355
739
|
require 'pulp_deb_client'
|
356
740
|
# setup authorization
|
357
741
|
PulpDebClient.configure do |config|
|
@@ -362,24 +746,41 @@ end
|
|
362
746
|
|
363
747
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
364
748
|
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
365
|
-
set_label = PulpDebClient::SetLabel.new # SetLabel |
|
749
|
+
set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
366
750
|
|
367
751
|
begin
|
368
|
-
#Set a label
|
752
|
+
# Set a label
|
369
753
|
result = api_instance.set_label(deb_apt_distribution_href, set_label)
|
370
754
|
p result
|
371
755
|
rescue PulpDebClient::ApiError => e
|
372
|
-
puts "
|
756
|
+
puts "Error when calling DistributionsAptApi->set_label: #{e}"
|
373
757
|
end
|
374
758
|
```
|
375
759
|
|
376
|
-
|
760
|
+
#### Using the set_label_with_http_info variant
|
377
761
|
|
762
|
+
This returns an Array which contains the response data, status code and headers.
|
378
763
|
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
764
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_apt_distribution_href, set_label)
|
765
|
+
|
766
|
+
```ruby
|
767
|
+
begin
|
768
|
+
# Set a label
|
769
|
+
data, status_code, headers = api_instance.set_label_with_http_info(deb_apt_distribution_href, set_label)
|
770
|
+
p status_code # => 2xx
|
771
|
+
p headers # => { ... }
|
772
|
+
p data # => <SetLabelResponse>
|
773
|
+
rescue PulpDebClient::ApiError => e
|
774
|
+
puts "Error when calling DistributionsAptApi->set_label_with_http_info: #{e}"
|
775
|
+
end
|
776
|
+
```
|
777
|
+
|
778
|
+
### Parameters
|
779
|
+
|
780
|
+
| Name | Type | Description | Notes |
|
781
|
+
| ---- | ---- | ----------- | ----- |
|
782
|
+
| **deb_apt_distribution_href** | **String** | | |
|
783
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
383
784
|
|
384
785
|
### Return type
|
385
786
|
|
@@ -397,16 +798,16 @@ Name | Type | Description | Notes
|
|
397
798
|
|
398
799
|
## unset_label
|
399
800
|
|
400
|
-
> UnsetLabelResponse unset_label(deb_apt_distribution_href, unset_label)
|
801
|
+
> <UnsetLabelResponse> unset_label(deb_apt_distribution_href, unset_label)
|
401
802
|
|
402
803
|
Unset a label
|
403
804
|
|
404
805
|
Unset a single pulp_label on the object.
|
405
806
|
|
406
|
-
###
|
807
|
+
### Examples
|
407
808
|
|
408
809
|
```ruby
|
409
|
-
|
810
|
+
require 'time'
|
410
811
|
require 'pulp_deb_client'
|
411
812
|
# setup authorization
|
412
813
|
PulpDebClient.configure do |config|
|
@@ -417,24 +818,41 @@ end
|
|
417
818
|
|
418
819
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
419
820
|
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
420
|
-
unset_label = PulpDebClient::UnsetLabel.new # UnsetLabel |
|
821
|
+
unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
421
822
|
|
422
823
|
begin
|
423
|
-
#Unset a label
|
824
|
+
# Unset a label
|
424
825
|
result = api_instance.unset_label(deb_apt_distribution_href, unset_label)
|
425
826
|
p result
|
426
827
|
rescue PulpDebClient::ApiError => e
|
427
|
-
puts "
|
828
|
+
puts "Error when calling DistributionsAptApi->unset_label: #{e}"
|
428
829
|
end
|
429
830
|
```
|
430
831
|
|
431
|
-
|
832
|
+
#### Using the unset_label_with_http_info variant
|
833
|
+
|
834
|
+
This returns an Array which contains the response data, status code and headers.
|
835
|
+
|
836
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_apt_distribution_href, unset_label)
|
432
837
|
|
838
|
+
```ruby
|
839
|
+
begin
|
840
|
+
# Unset a label
|
841
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(deb_apt_distribution_href, unset_label)
|
842
|
+
p status_code # => 2xx
|
843
|
+
p headers # => { ... }
|
844
|
+
p data # => <UnsetLabelResponse>
|
845
|
+
rescue PulpDebClient::ApiError => e
|
846
|
+
puts "Error when calling DistributionsAptApi->unset_label_with_http_info: #{e}"
|
847
|
+
end
|
848
|
+
```
|
433
849
|
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
850
|
+
### Parameters
|
851
|
+
|
852
|
+
| Name | Type | Description | Notes |
|
853
|
+
| ---- | ---- | ----------- | ----- |
|
854
|
+
| **deb_apt_distribution_href** | **String** | | |
|
855
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
438
856
|
|
439
857
|
### Return type
|
440
858
|
|
@@ -452,16 +870,16 @@ Name | Type | Description | Notes
|
|
452
870
|
|
453
871
|
## update
|
454
872
|
|
455
|
-
> AsyncOperationResponse update(deb_apt_distribution_href, deb_apt_distribution)
|
873
|
+
> <AsyncOperationResponse> update(deb_apt_distribution_href, deb_apt_distribution)
|
456
874
|
|
457
875
|
Update an apt distribution
|
458
876
|
|
459
877
|
Trigger an asynchronous update task
|
460
878
|
|
461
|
-
###
|
879
|
+
### Examples
|
462
880
|
|
463
881
|
```ruby
|
464
|
-
|
882
|
+
require 'time'
|
465
883
|
require 'pulp_deb_client'
|
466
884
|
# setup authorization
|
467
885
|
PulpDebClient.configure do |config|
|
@@ -472,24 +890,41 @@ end
|
|
472
890
|
|
473
891
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
474
892
|
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
475
|
-
deb_apt_distribution = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
|
893
|
+
deb_apt_distribution = PulpDebClient::DebAptDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # DebAptDistribution |
|
476
894
|
|
477
895
|
begin
|
478
|
-
#Update an apt distribution
|
896
|
+
# Update an apt distribution
|
479
897
|
result = api_instance.update(deb_apt_distribution_href, deb_apt_distribution)
|
480
898
|
p result
|
481
899
|
rescue PulpDebClient::ApiError => e
|
482
|
-
puts "
|
900
|
+
puts "Error when calling DistributionsAptApi->update: #{e}"
|
483
901
|
end
|
484
902
|
```
|
485
903
|
|
486
|
-
|
904
|
+
#### Using the update_with_http_info variant
|
905
|
+
|
906
|
+
This returns an Array which contains the response data, status code and headers.
|
487
907
|
|
908
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(deb_apt_distribution_href, deb_apt_distribution)
|
909
|
+
|
910
|
+
```ruby
|
911
|
+
begin
|
912
|
+
# Update an apt distribution
|
913
|
+
data, status_code, headers = api_instance.update_with_http_info(deb_apt_distribution_href, deb_apt_distribution)
|
914
|
+
p status_code # => 2xx
|
915
|
+
p headers # => { ... }
|
916
|
+
p data # => <AsyncOperationResponse>
|
917
|
+
rescue PulpDebClient::ApiError => e
|
918
|
+
puts "Error when calling DistributionsAptApi->update_with_http_info: #{e}"
|
919
|
+
end
|
920
|
+
```
|
921
|
+
|
922
|
+
### Parameters
|
488
923
|
|
489
|
-
Name | Type | Description
|
490
|
-
|
491
|
-
**deb_apt_distribution_href** | **String
|
492
|
-
**deb_apt_distribution** | [**DebAptDistribution**](DebAptDistribution.md)| |
|
924
|
+
| Name | Type | Description | Notes |
|
925
|
+
| ---- | ---- | ----------- | ----- |
|
926
|
+
| **deb_apt_distribution_href** | **String** | | |
|
927
|
+
| **deb_apt_distribution** | [**DebAptDistribution**](DebAptDistribution.md) | | |
|
493
928
|
|
494
929
|
### Return type
|
495
930
|
|