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/PublicationsAptApi.md
CHANGED
@@ -2,27 +2,102 @@
|
|
2
2
|
|
3
3
|
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
|
-
Method | HTTP request | Description
|
6
|
-
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**add_role**](PublicationsAptApi.md#add_role) | **POST** {deb_apt_publication_href}add_role/ | Add a role |
|
8
|
+
| [**create**](PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication |
|
9
|
+
| [**delete**](PublicationsAptApi.md#delete) | **DELETE** {deb_apt_publication_href} | Delete an apt publication |
|
10
|
+
| [**list**](PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications |
|
11
|
+
| [**list_roles**](PublicationsAptApi.md#list_roles) | **GET** {deb_apt_publication_href}list_roles/ | List roles |
|
12
|
+
| [**my_permissions**](PublicationsAptApi.md#my_permissions) | **GET** {deb_apt_publication_href}my_permissions/ | List user permissions |
|
13
|
+
| [**read**](PublicationsAptApi.md#read) | **GET** {deb_apt_publication_href} | Inspect an apt publication |
|
14
|
+
| [**remove_role**](PublicationsAptApi.md#remove_role) | **POST** {deb_apt_publication_href}remove_role/ | Remove a role |
|
11
15
|
|
12
16
|
|
17
|
+
## add_role
|
18
|
+
|
19
|
+
> <NestedRoleResponse> add_role(deb_apt_publication_href, nested_role)
|
20
|
+
|
21
|
+
Add a role
|
22
|
+
|
23
|
+
Add a role for this object to users/groups.
|
24
|
+
|
25
|
+
### Examples
|
26
|
+
|
27
|
+
```ruby
|
28
|
+
require 'time'
|
29
|
+
require 'pulp_deb_client'
|
30
|
+
# setup authorization
|
31
|
+
PulpDebClient.configure do |config|
|
32
|
+
# Configure HTTP basic authorization: basicAuth
|
33
|
+
config.username = 'YOUR USERNAME'
|
34
|
+
config.password = 'YOUR PASSWORD'
|
35
|
+
end
|
36
|
+
|
37
|
+
api_instance = PulpDebClient::PublicationsAptApi.new
|
38
|
+
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
39
|
+
nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
40
|
+
|
41
|
+
begin
|
42
|
+
# Add a role
|
43
|
+
result = api_instance.add_role(deb_apt_publication_href, nested_role)
|
44
|
+
p result
|
45
|
+
rescue PulpDebClient::ApiError => e
|
46
|
+
puts "Error when calling PublicationsAptApi->add_role: #{e}"
|
47
|
+
end
|
48
|
+
```
|
49
|
+
|
50
|
+
#### Using the add_role_with_http_info variant
|
51
|
+
|
52
|
+
This returns an Array which contains the response data, status code and headers.
|
53
|
+
|
54
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(deb_apt_publication_href, nested_role)
|
55
|
+
|
56
|
+
```ruby
|
57
|
+
begin
|
58
|
+
# Add a role
|
59
|
+
data, status_code, headers = api_instance.add_role_with_http_info(deb_apt_publication_href, nested_role)
|
60
|
+
p status_code # => 2xx
|
61
|
+
p headers # => { ... }
|
62
|
+
p data # => <NestedRoleResponse>
|
63
|
+
rescue PulpDebClient::ApiError => e
|
64
|
+
puts "Error when calling PublicationsAptApi->add_role_with_http_info: #{e}"
|
65
|
+
end
|
66
|
+
```
|
67
|
+
|
68
|
+
### Parameters
|
69
|
+
|
70
|
+
| Name | Type | Description | Notes |
|
71
|
+
| ---- | ---- | ----------- | ----- |
|
72
|
+
| **deb_apt_publication_href** | **String** | | |
|
73
|
+
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
74
|
+
|
75
|
+
### Return type
|
76
|
+
|
77
|
+
[**NestedRoleResponse**](NestedRoleResponse.md)
|
78
|
+
|
79
|
+
### Authorization
|
80
|
+
|
81
|
+
[basicAuth](../README.md#basicAuth)
|
82
|
+
|
83
|
+
### HTTP request headers
|
84
|
+
|
85
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
86
|
+
- **Accept**: application/json
|
87
|
+
|
13
88
|
|
14
89
|
## create
|
15
90
|
|
16
|
-
> AsyncOperationResponse create(deb_apt_publication)
|
91
|
+
> <AsyncOperationResponse> create(deb_apt_publication)
|
17
92
|
|
18
93
|
Create an apt publication
|
19
94
|
|
20
95
|
Trigger an asynchronous task to publish content
|
21
96
|
|
22
|
-
###
|
97
|
+
### Examples
|
23
98
|
|
24
99
|
```ruby
|
25
|
-
|
100
|
+
require 'time'
|
26
101
|
require 'pulp_deb_client'
|
27
102
|
# setup authorization
|
28
103
|
PulpDebClient.configure do |config|
|
@@ -35,20 +110,37 @@ api_instance = PulpDebClient::PublicationsAptApi.new
|
|
35
110
|
deb_apt_publication = PulpDebClient::DebAptPublication.new # DebAptPublication |
|
36
111
|
|
37
112
|
begin
|
38
|
-
#Create an apt publication
|
113
|
+
# Create an apt publication
|
39
114
|
result = api_instance.create(deb_apt_publication)
|
40
115
|
p result
|
41
116
|
rescue PulpDebClient::ApiError => e
|
42
|
-
puts "
|
117
|
+
puts "Error when calling PublicationsAptApi->create: #{e}"
|
43
118
|
end
|
44
119
|
```
|
45
120
|
|
46
|
-
|
121
|
+
#### Using the create_with_http_info variant
|
122
|
+
|
123
|
+
This returns an Array which contains the response data, status code and headers.
|
124
|
+
|
125
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(deb_apt_publication)
|
126
|
+
|
127
|
+
```ruby
|
128
|
+
begin
|
129
|
+
# Create an apt publication
|
130
|
+
data, status_code, headers = api_instance.create_with_http_info(deb_apt_publication)
|
131
|
+
p status_code # => 2xx
|
132
|
+
p headers # => { ... }
|
133
|
+
p data # => <AsyncOperationResponse>
|
134
|
+
rescue PulpDebClient::ApiError => e
|
135
|
+
puts "Error when calling PublicationsAptApi->create_with_http_info: #{e}"
|
136
|
+
end
|
137
|
+
```
|
47
138
|
|
139
|
+
### Parameters
|
48
140
|
|
49
|
-
Name | Type | Description
|
50
|
-
|
51
|
-
**deb_apt_publication** | [**DebAptPublication**](DebAptPublication.md)| |
|
141
|
+
| Name | Type | Description | Notes |
|
142
|
+
| ---- | ---- | ----------- | ----- |
|
143
|
+
| **deb_apt_publication** | [**DebAptPublication**](DebAptPublication.md) | | |
|
52
144
|
|
53
145
|
### Return type
|
54
146
|
|
@@ -72,10 +164,10 @@ Delete an apt publication
|
|
72
164
|
|
73
165
|
An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
74
166
|
|
75
|
-
###
|
167
|
+
### Examples
|
76
168
|
|
77
169
|
```ruby
|
78
|
-
|
170
|
+
require 'time'
|
79
171
|
require 'pulp_deb_client'
|
80
172
|
# setup authorization
|
81
173
|
PulpDebClient.configure do |config|
|
@@ -88,19 +180,36 @@ api_instance = PulpDebClient::PublicationsAptApi.new
|
|
88
180
|
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
89
181
|
|
90
182
|
begin
|
91
|
-
#Delete an apt publication
|
183
|
+
# Delete an apt publication
|
92
184
|
api_instance.delete(deb_apt_publication_href)
|
93
185
|
rescue PulpDebClient::ApiError => e
|
94
|
-
puts "
|
186
|
+
puts "Error when calling PublicationsAptApi->delete: #{e}"
|
95
187
|
end
|
96
188
|
```
|
97
189
|
|
98
|
-
|
190
|
+
#### Using the delete_with_http_info variant
|
191
|
+
|
192
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
99
193
|
|
194
|
+
> <Array(nil, Integer, Hash)> delete_with_http_info(deb_apt_publication_href)
|
100
195
|
|
101
|
-
|
102
|
-
|
103
|
-
|
196
|
+
```ruby
|
197
|
+
begin
|
198
|
+
# Delete an apt publication
|
199
|
+
data, status_code, headers = api_instance.delete_with_http_info(deb_apt_publication_href)
|
200
|
+
p status_code # => 2xx
|
201
|
+
p headers # => { ... }
|
202
|
+
p data # => nil
|
203
|
+
rescue PulpDebClient::ApiError => e
|
204
|
+
puts "Error when calling PublicationsAptApi->delete_with_http_info: #{e}"
|
205
|
+
end
|
206
|
+
```
|
207
|
+
|
208
|
+
### Parameters
|
209
|
+
|
210
|
+
| Name | Type | Description | Notes |
|
211
|
+
| ---- | ---- | ----------- | ----- |
|
212
|
+
| **deb_apt_publication_href** | **String** | | |
|
104
213
|
|
105
214
|
### Return type
|
106
215
|
|
@@ -118,16 +227,16 @@ nil (empty response body)
|
|
118
227
|
|
119
228
|
## list
|
120
229
|
|
121
|
-
> PaginateddebAptPublicationResponseList list(opts)
|
230
|
+
> <PaginateddebAptPublicationResponseList> list(opts)
|
122
231
|
|
123
232
|
List apt publications
|
124
233
|
|
125
234
|
An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
126
235
|
|
127
|
-
###
|
236
|
+
### Examples
|
128
237
|
|
129
238
|
```ruby
|
130
|
-
|
239
|
+
require 'time'
|
131
240
|
require 'pulp_deb_client'
|
132
241
|
# setup authorization
|
133
242
|
PulpDebClient.configure do |config|
|
@@ -139,59 +248,78 @@ end
|
|
139
248
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
140
249
|
opts = {
|
141
250
|
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
142
|
-
content__in: ['
|
251
|
+
content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
143
252
|
limit: 56, # Integer | Number of results to return per page.
|
144
253
|
offset: 56, # Integer | The initial index from which to return the results.
|
145
|
-
ordering: ['
|
146
|
-
prn__in: ['
|
147
|
-
pulp_created:
|
148
|
-
pulp_created__gt:
|
149
|
-
pulp_created__gte:
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
254
|
+
ordering: ['-complete'], # 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
255
|
+
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
256
|
+
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
257
|
+
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
258
|
+
pulp_created__gte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than or equal to value
|
259
|
+
pulp_created__isnull: true, # Boolean | Filter results where pulp_created has a null value
|
260
|
+
pulp_created__lt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is less than value
|
261
|
+
pulp_created__lte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is less than or equal to value
|
262
|
+
pulp_created__range: [Time.now], # Array<Time> | Filter results where pulp_created is between two comma separated values
|
263
|
+
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
264
|
+
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
155
265
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
156
266
|
repository: 'repository_example', # String | Repository referenced by HREF/PRN
|
157
|
-
repository_version: '
|
158
|
-
fields: ['
|
159
|
-
exclude_fields: ['
|
267
|
+
repository_version: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Repository Version referenced by HREF/PRN
|
268
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
269
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
160
270
|
}
|
161
271
|
|
162
272
|
begin
|
163
|
-
#List apt publications
|
273
|
+
# List apt publications
|
164
274
|
result = api_instance.list(opts)
|
165
275
|
p result
|
166
276
|
rescue PulpDebClient::ApiError => e
|
167
|
-
puts "
|
277
|
+
puts "Error when calling PublicationsAptApi->list: #{e}"
|
168
278
|
end
|
169
279
|
```
|
170
280
|
|
171
|
-
|
281
|
+
#### Using the list_with_http_info variant
|
282
|
+
|
283
|
+
This returns an Array which contains the response data, status code and headers.
|
284
|
+
|
285
|
+
> <Array(<PaginateddebAptPublicationResponseList>, Integer, Hash)> list_with_http_info(opts)
|
286
|
+
|
287
|
+
```ruby
|
288
|
+
begin
|
289
|
+
# List apt publications
|
290
|
+
data, status_code, headers = api_instance.list_with_http_info(opts)
|
291
|
+
p status_code # => 2xx
|
292
|
+
p headers # => { ... }
|
293
|
+
p data # => <PaginateddebAptPublicationResponseList>
|
294
|
+
rescue PulpDebClient::ApiError => e
|
295
|
+
puts "Error when calling PublicationsAptApi->list_with_http_info: #{e}"
|
296
|
+
end
|
297
|
+
```
|
172
298
|
|
299
|
+
### Parameters
|
173
300
|
|
174
|
-
Name | Type | Description
|
175
|
-
|
176
|
-
**content** | **String
|
177
|
-
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
178
|
-
**limit** | **Integer
|
179
|
-
**offset** | **Integer
|
180
|
-
**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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
181
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
182
|
-
**pulp_created** | **
|
183
|
-
**pulp_created__gt** | **
|
184
|
-
**pulp_created__gte** | **
|
185
|
-
**
|
186
|
-
**
|
187
|
-
**
|
188
|
-
**
|
189
|
-
**
|
190
|
-
**
|
191
|
-
**
|
192
|
-
**
|
193
|
-
**
|
194
|
-
**
|
301
|
+
| Name | Type | Description | Notes |
|
302
|
+
| ---- | ---- | ----------- | ----- |
|
303
|
+
| **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
|
304
|
+
| **content__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
305
|
+
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
306
|
+
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
307
|
+
| **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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
308
|
+
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
309
|
+
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
310
|
+
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
311
|
+
| **pulp_created__gte** | **Time** | Filter results where pulp_created is greater than or equal to value | [optional] |
|
312
|
+
| **pulp_created__isnull** | **Boolean** | Filter results where pulp_created has a null value | [optional] |
|
313
|
+
| **pulp_created__lt** | **Time** | Filter results where pulp_created is less than value | [optional] |
|
314
|
+
| **pulp_created__lte** | **Time** | Filter results where pulp_created is less than or equal to value | [optional] |
|
315
|
+
| **pulp_created__range** | [**Array<Time>**](Time.md) | Filter results where pulp_created is between two comma separated values | [optional] |
|
316
|
+
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
317
|
+
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
318
|
+
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
319
|
+
| **repository** | **String** | Repository referenced by HREF/PRN | [optional] |
|
320
|
+
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
321
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
322
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
195
323
|
|
196
324
|
### Return type
|
197
325
|
|
@@ -207,18 +335,170 @@ Name | Type | Description | Notes
|
|
207
335
|
- **Accept**: application/json
|
208
336
|
|
209
337
|
|
338
|
+
## list_roles
|
339
|
+
|
340
|
+
> <ObjectRolesResponse> list_roles(deb_apt_publication_href, opts)
|
341
|
+
|
342
|
+
List roles
|
343
|
+
|
344
|
+
List roles assigned to this object.
|
345
|
+
|
346
|
+
### Examples
|
347
|
+
|
348
|
+
```ruby
|
349
|
+
require 'time'
|
350
|
+
require 'pulp_deb_client'
|
351
|
+
# setup authorization
|
352
|
+
PulpDebClient.configure do |config|
|
353
|
+
# Configure HTTP basic authorization: basicAuth
|
354
|
+
config.username = 'YOUR USERNAME'
|
355
|
+
config.password = 'YOUR PASSWORD'
|
356
|
+
end
|
357
|
+
|
358
|
+
api_instance = PulpDebClient::PublicationsAptApi.new
|
359
|
+
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
360
|
+
opts = {
|
361
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
362
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
363
|
+
}
|
364
|
+
|
365
|
+
begin
|
366
|
+
# List roles
|
367
|
+
result = api_instance.list_roles(deb_apt_publication_href, opts)
|
368
|
+
p result
|
369
|
+
rescue PulpDebClient::ApiError => e
|
370
|
+
puts "Error when calling PublicationsAptApi->list_roles: #{e}"
|
371
|
+
end
|
372
|
+
```
|
373
|
+
|
374
|
+
#### Using the list_roles_with_http_info variant
|
375
|
+
|
376
|
+
This returns an Array which contains the response data, status code and headers.
|
377
|
+
|
378
|
+
> <Array(<ObjectRolesResponse>, Integer, Hash)> list_roles_with_http_info(deb_apt_publication_href, opts)
|
379
|
+
|
380
|
+
```ruby
|
381
|
+
begin
|
382
|
+
# List roles
|
383
|
+
data, status_code, headers = api_instance.list_roles_with_http_info(deb_apt_publication_href, opts)
|
384
|
+
p status_code # => 2xx
|
385
|
+
p headers # => { ... }
|
386
|
+
p data # => <ObjectRolesResponse>
|
387
|
+
rescue PulpDebClient::ApiError => e
|
388
|
+
puts "Error when calling PublicationsAptApi->list_roles_with_http_info: #{e}"
|
389
|
+
end
|
390
|
+
```
|
391
|
+
|
392
|
+
### Parameters
|
393
|
+
|
394
|
+
| Name | Type | Description | Notes |
|
395
|
+
| ---- | ---- | ----------- | ----- |
|
396
|
+
| **deb_apt_publication_href** | **String** | | |
|
397
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
398
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
399
|
+
|
400
|
+
### Return type
|
401
|
+
|
402
|
+
[**ObjectRolesResponse**](ObjectRolesResponse.md)
|
403
|
+
|
404
|
+
### Authorization
|
405
|
+
|
406
|
+
[basicAuth](../README.md#basicAuth)
|
407
|
+
|
408
|
+
### HTTP request headers
|
409
|
+
|
410
|
+
- **Content-Type**: Not defined
|
411
|
+
- **Accept**: application/json
|
412
|
+
|
413
|
+
|
414
|
+
## my_permissions
|
415
|
+
|
416
|
+
> <MyPermissionsResponse> my_permissions(deb_apt_publication_href, opts)
|
417
|
+
|
418
|
+
List user permissions
|
419
|
+
|
420
|
+
List permissions available to the current user on this object.
|
421
|
+
|
422
|
+
### Examples
|
423
|
+
|
424
|
+
```ruby
|
425
|
+
require 'time'
|
426
|
+
require 'pulp_deb_client'
|
427
|
+
# setup authorization
|
428
|
+
PulpDebClient.configure do |config|
|
429
|
+
# Configure HTTP basic authorization: basicAuth
|
430
|
+
config.username = 'YOUR USERNAME'
|
431
|
+
config.password = 'YOUR PASSWORD'
|
432
|
+
end
|
433
|
+
|
434
|
+
api_instance = PulpDebClient::PublicationsAptApi.new
|
435
|
+
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
436
|
+
opts = {
|
437
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
438
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
439
|
+
}
|
440
|
+
|
441
|
+
begin
|
442
|
+
# List user permissions
|
443
|
+
result = api_instance.my_permissions(deb_apt_publication_href, opts)
|
444
|
+
p result
|
445
|
+
rescue PulpDebClient::ApiError => e
|
446
|
+
puts "Error when calling PublicationsAptApi->my_permissions: #{e}"
|
447
|
+
end
|
448
|
+
```
|
449
|
+
|
450
|
+
#### Using the my_permissions_with_http_info variant
|
451
|
+
|
452
|
+
This returns an Array which contains the response data, status code and headers.
|
453
|
+
|
454
|
+
> <Array(<MyPermissionsResponse>, Integer, Hash)> my_permissions_with_http_info(deb_apt_publication_href, opts)
|
455
|
+
|
456
|
+
```ruby
|
457
|
+
begin
|
458
|
+
# List user permissions
|
459
|
+
data, status_code, headers = api_instance.my_permissions_with_http_info(deb_apt_publication_href, opts)
|
460
|
+
p status_code # => 2xx
|
461
|
+
p headers # => { ... }
|
462
|
+
p data # => <MyPermissionsResponse>
|
463
|
+
rescue PulpDebClient::ApiError => e
|
464
|
+
puts "Error when calling PublicationsAptApi->my_permissions_with_http_info: #{e}"
|
465
|
+
end
|
466
|
+
```
|
467
|
+
|
468
|
+
### Parameters
|
469
|
+
|
470
|
+
| Name | Type | Description | Notes |
|
471
|
+
| ---- | ---- | ----------- | ----- |
|
472
|
+
| **deb_apt_publication_href** | **String** | | |
|
473
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
474
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
475
|
+
|
476
|
+
### Return type
|
477
|
+
|
478
|
+
[**MyPermissionsResponse**](MyPermissionsResponse.md)
|
479
|
+
|
480
|
+
### Authorization
|
481
|
+
|
482
|
+
[basicAuth](../README.md#basicAuth)
|
483
|
+
|
484
|
+
### HTTP request headers
|
485
|
+
|
486
|
+
- **Content-Type**: Not defined
|
487
|
+
- **Accept**: application/json
|
488
|
+
|
489
|
+
|
210
490
|
## read
|
211
491
|
|
212
|
-
> DebAptPublicationResponse read(deb_apt_publication_href, opts)
|
492
|
+
> <DebAptPublicationResponse> read(deb_apt_publication_href, opts)
|
213
493
|
|
214
494
|
Inspect an apt publication
|
215
495
|
|
216
496
|
An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
217
497
|
|
218
|
-
###
|
498
|
+
### Examples
|
219
499
|
|
220
500
|
```ruby
|
221
|
-
|
501
|
+
require 'time'
|
222
502
|
require 'pulp_deb_client'
|
223
503
|
# setup authorization
|
224
504
|
PulpDebClient.configure do |config|
|
@@ -230,27 +510,44 @@ end
|
|
230
510
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
231
511
|
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
232
512
|
opts = {
|
233
|
-
fields: ['
|
234
|
-
exclude_fields: ['
|
513
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
514
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
235
515
|
}
|
236
516
|
|
237
517
|
begin
|
238
|
-
#Inspect an apt publication
|
518
|
+
# Inspect an apt publication
|
239
519
|
result = api_instance.read(deb_apt_publication_href, opts)
|
240
520
|
p result
|
241
521
|
rescue PulpDebClient::ApiError => e
|
242
|
-
puts "
|
522
|
+
puts "Error when calling PublicationsAptApi->read: #{e}"
|
243
523
|
end
|
244
524
|
```
|
245
525
|
|
246
|
-
|
526
|
+
#### Using the read_with_http_info variant
|
527
|
+
|
528
|
+
This returns an Array which contains the response data, status code and headers.
|
247
529
|
|
530
|
+
> <Array(<DebAptPublicationResponse>, Integer, Hash)> read_with_http_info(deb_apt_publication_href, opts)
|
248
531
|
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
532
|
+
```ruby
|
533
|
+
begin
|
534
|
+
# Inspect an apt publication
|
535
|
+
data, status_code, headers = api_instance.read_with_http_info(deb_apt_publication_href, opts)
|
536
|
+
p status_code # => 2xx
|
537
|
+
p headers # => { ... }
|
538
|
+
p data # => <DebAptPublicationResponse>
|
539
|
+
rescue PulpDebClient::ApiError => e
|
540
|
+
puts "Error when calling PublicationsAptApi->read_with_http_info: #{e}"
|
541
|
+
end
|
542
|
+
```
|
543
|
+
|
544
|
+
### Parameters
|
545
|
+
|
546
|
+
| Name | Type | Description | Notes |
|
547
|
+
| ---- | ---- | ----------- | ----- |
|
548
|
+
| **deb_apt_publication_href** | **String** | | |
|
549
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
550
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
254
551
|
|
255
552
|
### Return type
|
256
553
|
|
@@ -265,3 +562,75 @@ Name | Type | Description | Notes
|
|
265
562
|
- **Content-Type**: Not defined
|
266
563
|
- **Accept**: application/json
|
267
564
|
|
565
|
+
|
566
|
+
## remove_role
|
567
|
+
|
568
|
+
> <NestedRoleResponse> remove_role(deb_apt_publication_href, nested_role)
|
569
|
+
|
570
|
+
Remove a role
|
571
|
+
|
572
|
+
Remove a role for this object from users/groups.
|
573
|
+
|
574
|
+
### Examples
|
575
|
+
|
576
|
+
```ruby
|
577
|
+
require 'time'
|
578
|
+
require 'pulp_deb_client'
|
579
|
+
# setup authorization
|
580
|
+
PulpDebClient.configure do |config|
|
581
|
+
# Configure HTTP basic authorization: basicAuth
|
582
|
+
config.username = 'YOUR USERNAME'
|
583
|
+
config.password = 'YOUR PASSWORD'
|
584
|
+
end
|
585
|
+
|
586
|
+
api_instance = PulpDebClient::PublicationsAptApi.new
|
587
|
+
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
588
|
+
nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
589
|
+
|
590
|
+
begin
|
591
|
+
# Remove a role
|
592
|
+
result = api_instance.remove_role(deb_apt_publication_href, nested_role)
|
593
|
+
p result
|
594
|
+
rescue PulpDebClient::ApiError => e
|
595
|
+
puts "Error when calling PublicationsAptApi->remove_role: #{e}"
|
596
|
+
end
|
597
|
+
```
|
598
|
+
|
599
|
+
#### Using the remove_role_with_http_info variant
|
600
|
+
|
601
|
+
This returns an Array which contains the response data, status code and headers.
|
602
|
+
|
603
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(deb_apt_publication_href, nested_role)
|
604
|
+
|
605
|
+
```ruby
|
606
|
+
begin
|
607
|
+
# Remove a role
|
608
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(deb_apt_publication_href, nested_role)
|
609
|
+
p status_code # => 2xx
|
610
|
+
p headers # => { ... }
|
611
|
+
p data # => <NestedRoleResponse>
|
612
|
+
rescue PulpDebClient::ApiError => e
|
613
|
+
puts "Error when calling PublicationsAptApi->remove_role_with_http_info: #{e}"
|
614
|
+
end
|
615
|
+
```
|
616
|
+
|
617
|
+
### Parameters
|
618
|
+
|
619
|
+
| Name | Type | Description | Notes |
|
620
|
+
| ---- | ---- | ----------- | ----- |
|
621
|
+
| **deb_apt_publication_href** | **String** | | |
|
622
|
+
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
623
|
+
|
624
|
+
### Return type
|
625
|
+
|
626
|
+
[**NestedRoleResponse**](NestedRoleResponse.md)
|
627
|
+
|
628
|
+
### Authorization
|
629
|
+
|
630
|
+
[basicAuth](../README.md#basicAuth)
|
631
|
+
|
632
|
+
### HTTP request headers
|
633
|
+
|
634
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
635
|
+
- **Accept**: application/json
|
636
|
+
|