pulp_ostree_client
PulpOstreeClient - the Ruby gem for the Pulp 3 API
Fetch, Upload, Organize, and Distribute Software Packages
This SDK is automatically generated by the OpenAPI Generator project:
- API version: v3
- Package version: 2.4.2
- Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit https://pulpproject.org
Installation
Build a gem
To build the Ruby code into a gem:
gem build pulp_ostree_client.gemspec
Then either install the gem locally:
gem install ./pulp_ostree_client-2.4.2.gem
(for development, run gem install --dev ./pulp_ostree_client-2.4.2.gem to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'pulp_ostree_client', '~> 2.4.2'
Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'pulp_ostree_client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly
Include the Ruby code directly using -I as follows:
ruby -Ilib script.rb
Getting Started
Please follow the installation procedure and then run the following code:
# Load the gem
require 'pulp_ostree_client'
# Setup authorization
PulpOstreeClient.configure do |config|
# Configure HTTP basic authorization: basicAuth
config.username = 'YOUR_USERNAME'
config.password = 'YOUR_PASSWORD'
end
api_instance = PulpOstreeClient::AccessPoliciesApi.new
opts = {
customized: true, # Boolean | Filter results where customized matches value
limit: 56, # Integer | Number of results to return per page.
offset: 56, # Integer | The initial index from which to return the results.
ordering: ['ordering_example'], # 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) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
q: 'q_example', # String |
viewset_name: 'viewset_name_example', # String | Filter results where viewset_name matches value
viewset_name__contains: 'viewset_name__contains_example', # String | Filter results where viewset_name contains value
viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
viewset_name__iexact: 'viewset_name__iexact_example', # String | Filter results where viewset_name matches value
viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
viewset_name__iregex: 'viewset_name__iregex_example', # String | Filter results where viewset_name matches regex value
viewset_name__istartswith: 'viewset_name__istartswith_example', # String | Filter results where viewset_name starts with value
viewset_name__regex: 'viewset_name__regex_example', # String | Filter results where viewset_name matches regex value
viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
}
begin
#List access policys
result = api_instance.access_policies_list(opts)
p result
rescue PulpOstreeClient::ApiError => e
puts "Exception when calling AccessPoliciesApi->access_policies_list: #{e}"
end
Documentation for API Endpoints
All URIs are relative to http://localhost:24817
| Class | Method | HTTP request | Description |
|---|---|---|---|
| PulpOstreeClient::AccessPoliciesApi | access_policies_list | GET /pulp/api/v3/access_policies/ | List access policys |
| PulpOstreeClient::AccessPoliciesApi | access_policies_partial_update | PATCH access_policy_href | Update an access policy |
| PulpOstreeClient::AccessPoliciesApi | access_policies_read | GET access_policy_href | Inspect an access policy |
| PulpOstreeClient::AccessPoliciesApi | access_policies_reset | POST access_policy_hrefreset/ | |
| PulpOstreeClient::AccessPoliciesApi | access_policies_update | PUT access_policy_href | Update an access policy |
| PulpOstreeClient::AcsFileApi | acs_file_file_add_role | POST file_file_alternate_content_source_hrefadd_role/ | Add a role |
| PulpOstreeClient::AcsFileApi | acs_file_file_create | POST /pulp/api/v3/acs/file/file/ | Create a file alternate content source |
| PulpOstreeClient::AcsFileApi | acs_file_file_delete | DELETE file_file_alternate_content_source_href | Delete a file alternate content source |
| PulpOstreeClient::AcsFileApi | acs_file_file_list | GET /pulp/api/v3/acs/file/file/ | List file alternate content sources |
| PulpOstreeClient::AcsFileApi | acs_file_file_list_roles | GET file_file_alternate_content_source_hreflist_roles/ | List roles |
| PulpOstreeClient::AcsFileApi | acs_file_file_my_permissions | GET file_file_alternate_content_source_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::AcsFileApi | acs_file_file_partial_update | PATCH file_file_alternate_content_source_href | Update a file alternate content source |
| PulpOstreeClient::AcsFileApi | acs_file_file_read | GET file_file_alternate_content_source_href | Inspect a file alternate content source |
| PulpOstreeClient::AcsFileApi | acs_file_file_refresh | POST file_file_alternate_content_source_hrefrefresh/ | Refresh metadata |
| PulpOstreeClient::AcsFileApi | acs_file_file_remove_role | POST file_file_alternate_content_source_hrefremove_role/ | Remove a role |
| PulpOstreeClient::AcsFileApi | acs_file_file_update | PUT file_file_alternate_content_source_href | Update a file alternate content source |
| PulpOstreeClient::ArtifactsApi | artifacts_create | POST /pulp/api/v3/artifacts/ | Create an artifact |
| PulpOstreeClient::ArtifactsApi | artifacts_delete | DELETE artifact_href | Delete an artifact |
| PulpOstreeClient::ArtifactsApi | artifacts_list | GET /pulp/api/v3/artifacts/ | List artifacts |
| PulpOstreeClient::ArtifactsApi | artifacts_read | GET artifact_href | Inspect an artifact |
| PulpOstreeClient::ContentApi | content_list | GET /pulp/api/v3/content/ | List content |
| PulpOstreeClient::ContentCommitsApi | content_ostree_commits_list | GET /pulp/api/v3/content/ostree/commits/ | List ostree commits |
| PulpOstreeClient::ContentCommitsApi | content_ostree_commits_read | GET ostree_ostree_commit_href | Inspect an ostree commit |
| PulpOstreeClient::ContentConfigsApi | content_ostree_configs_list | GET /pulp/api/v3/content/ostree/configs/ | List ostree configs |
| PulpOstreeClient::ContentConfigsApi | content_ostree_configs_read | GET ostree_ostree_config_href | Inspect an ostree config |
| PulpOstreeClient::ContentContentApi | content_ostree_content_create | POST /pulp/api/v3/content/ostree/content/ | Create an ostree content |
| PulpOstreeClient::ContentContentApi | content_ostree_content_list | GET /pulp/api/v3/content/ostree/content/ | List ostree contents |
| PulpOstreeClient::ContentContentApi | content_ostree_content_read | GET ostree_ostree_content_href | Inspect an ostree content |
| PulpOstreeClient::ContentFilesApi | content_file_files_create | POST /pulp/api/v3/content/file/files/ | Create a file content |
| PulpOstreeClient::ContentFilesApi | content_file_files_list | GET /pulp/api/v3/content/file/files/ | List file contents |
| PulpOstreeClient::ContentFilesApi | content_file_files_read | GET file_file_content_href | Inspect a file content |
| PulpOstreeClient::ContentObjectsApi | content_ostree_objects_list | GET /pulp/api/v3/content/ostree/objects/ | List ostree objects |
| PulpOstreeClient::ContentObjectsApi | content_ostree_objects_read | GET ostree_ostree_object_href | Inspect an ostree object |
| PulpOstreeClient::ContentRefsApi | content_ostree_refs_list | GET /pulp/api/v3/content/ostree/refs/ | List ostree refs |
| PulpOstreeClient::ContentRefsApi | content_ostree_refs_read | GET ostree_ostree_ref_href | Inspect an ostree ref |
| PulpOstreeClient::ContentSummariesApi | content_ostree_summaries_list | GET /pulp/api/v3/content/ostree/summaries/ | List ostree summarys |
| PulpOstreeClient::ContentSummariesApi | content_ostree_summaries_read | GET ostree_ostree_summary_href | Inspect an ostree summary |
| PulpOstreeClient::ContentguardsApi | contentguards_list | GET /pulp/api/v3/contentguards/ | List content guards |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_add_role | POST composite_content_guard_hrefadd_role/ | Add a role |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_create | POST /pulp/api/v3/contentguards/core/composite/ | Create a composite content guard |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_delete | DELETE composite_content_guard_href | Delete a composite content guard |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_list | GET /pulp/api/v3/contentguards/core/composite/ | List composite content guards |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_list_roles | GET composite_content_guard_hreflist_roles/ | List roles |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_my_permissions | GET composite_content_guard_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_partial_update | PATCH composite_content_guard_href | Update a composite content guard |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_read | GET composite_content_guard_href | Inspect a composite content guard |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_remove_role | POST composite_content_guard_hrefremove_role/ | Remove a role |
| PulpOstreeClient::ContentguardsCompositeApi | contentguards_core_composite_update | PUT composite_content_guard_href | Update a composite content guard |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_add_role | POST content_redirect_content_guard_hrefadd_role/ | Add a role |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_create | POST /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_delete | DELETE content_redirect_content_guard_href | Delete a content redirect content guard |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_list | GET /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_list_roles | GET content_redirect_content_guard_hreflist_roles/ | List roles |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_my_permissions | GET content_redirect_content_guard_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_partial_update | PATCH content_redirect_content_guard_href | Update a content redirect content guard |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_read | GET content_redirect_content_guard_href | Inspect a content redirect content guard |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_remove_role | POST content_redirect_content_guard_hrefremove_role/ | Remove a role |
| PulpOstreeClient::ContentguardsContentRedirectApi | contentguards_core_content_redirect_update | PUT content_redirect_content_guard_href | Update a content redirect content guard |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_add_role | POST header_content_guard_hrefadd_role/ | Add a role |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_create | POST /pulp/api/v3/contentguards/core/header/ | Create a header content guard |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_delete | DELETE header_content_guard_href | Delete a header content guard |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_list | GET /pulp/api/v3/contentguards/core/header/ | List header content guards |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_list_roles | GET header_content_guard_hreflist_roles/ | List roles |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_my_permissions | GET header_content_guard_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_partial_update | PATCH header_content_guard_href | Update a header content guard |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_read | GET header_content_guard_href | Inspect a header content guard |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_remove_role | POST header_content_guard_hrefremove_role/ | Remove a role |
| PulpOstreeClient::ContentguardsHeaderApi | contentguards_core_header_update | PUT header_content_guard_href | Update a header content guard |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_add_role | POST r_b_a_c_content_guard_hrefadd_role/ | Add a role |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_create | POST /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_delete | DELETE r_b_a_c_content_guard_href | Delete a rbac content guard |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_list | GET /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_list_roles | GET r_b_a_c_content_guard_hreflist_roles/ | List roles |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_my_permissions | GET r_b_a_c_content_guard_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_partial_update | PATCH r_b_a_c_content_guard_href | Update a rbac content guard |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_read | GET r_b_a_c_content_guard_href | Inspect a rbac content guard |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_remove_role | POST r_b_a_c_content_guard_hrefremove_role/ | Remove a role |
| PulpOstreeClient::ContentguardsRbacApi | contentguards_core_rbac_update | PUT r_b_a_c_content_guard_href | Update a rbac content guard |
| PulpOstreeClient::ContentguardsRhsmApi | contentguards_certguard_rhsm_create | POST /pulp/api/v3/contentguards/certguard/rhsm/ | Create a rhsm cert guard |
| PulpOstreeClient::ContentguardsRhsmApi | contentguards_certguard_rhsm_delete | DELETE certguard_r_h_s_m_cert_guard_href | Delete a rhsm cert guard |
| PulpOstreeClient::ContentguardsRhsmApi | contentguards_certguard_rhsm_list | GET /pulp/api/v3/contentguards/certguard/rhsm/ | List rhsm cert guards |
| PulpOstreeClient::ContentguardsRhsmApi | contentguards_certguard_rhsm_partial_update | PATCH certguard_r_h_s_m_cert_guard_href | Update a rhsm cert guard |
| PulpOstreeClient::ContentguardsRhsmApi | contentguards_certguard_rhsm_read | GET certguard_r_h_s_m_cert_guard_href | Inspect a rhsm cert guard |
| PulpOstreeClient::ContentguardsRhsmApi | contentguards_certguard_rhsm_update | PUT certguard_r_h_s_m_cert_guard_href | Update a rhsm cert guard |
| PulpOstreeClient::ContentguardsX509Api | contentguards_certguard_x509_create | POST /pulp/api/v3/contentguards/certguard/x509/ | Create a x509 cert guard |
| PulpOstreeClient::ContentguardsX509Api | contentguards_certguard_x509_delete | DELETE certguard_x509_cert_guard_href | Delete a x509 cert guard |
| PulpOstreeClient::ContentguardsX509Api | contentguards_certguard_x509_list | GET /pulp/api/v3/contentguards/certguard/x509/ | List x509 cert guards |
| PulpOstreeClient::ContentguardsX509Api | contentguards_certguard_x509_partial_update | PATCH certguard_x509_cert_guard_href | Update a x509 cert guard |
| PulpOstreeClient::ContentguardsX509Api | contentguards_certguard_x509_read | GET certguard_x509_cert_guard_href | Inspect a x509 cert guard |
| PulpOstreeClient::ContentguardsX509Api | contentguards_certguard_x509_update | PUT certguard_x509_cert_guard_href | Update a x509 cert guard |
| PulpOstreeClient::DistributionsApi | distributions_list | GET /pulp/api/v3/distributions/ | List distributions |
| PulpOstreeClient::DistributionsArtifactsApi | distributions_core_artifacts_list | GET /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions |
| PulpOstreeClient::DistributionsArtifactsApi | distributions_core_artifacts_read | GET artifact_distribution_href | Inspect an artifact distribution |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_add_role | POST file_file_distribution_hrefadd_role/ | Add a role |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_create | POST /pulp/api/v3/distributions/file/file/ | Create a file distribution |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_delete | DELETE file_file_distribution_href | Delete a file distribution |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_list | GET /pulp/api/v3/distributions/file/file/ | List file distributions |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_list_roles | GET file_file_distribution_hreflist_roles/ | List roles |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_my_permissions | GET file_file_distribution_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_partial_update | PATCH file_file_distribution_href | Update a file distribution |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_read | GET file_file_distribution_href | Inspect a file distribution |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_remove_role | POST file_file_distribution_hrefremove_role/ | Remove a role |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_set_label | POST file_file_distribution_hrefset_label/ | Set a label |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_unset_label | POST file_file_distribution_hrefunset_label/ | Unset a label |
| PulpOstreeClient::DistributionsFileApi | distributions_file_file_update | PUT file_file_distribution_href | Update a file distribution |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_add_role | POST ostree_ostree_distribution_hrefadd_role/ | Add a role |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_create | POST /pulp/api/v3/distributions/ostree/ostree/ | Create an ostree distribution |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_delete | DELETE ostree_ostree_distribution_href | Delete an ostree distribution |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_list | GET /pulp/api/v3/distributions/ostree/ostree/ | List ostree distributions |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_list_roles | GET ostree_ostree_distribution_hreflist_roles/ | List roles |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_my_permissions | GET ostree_ostree_distribution_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_partial_update | PATCH ostree_ostree_distribution_href | Update an ostree distribution |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_read | GET ostree_ostree_distribution_href | Inspect an ostree distribution |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_remove_role | POST ostree_ostree_distribution_hrefremove_role/ | Remove a role |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_set_label | POST ostree_ostree_distribution_hrefset_label/ | Set a label |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_unset_label | POST ostree_ostree_distribution_hrefunset_label/ | Unset a label |
| PulpOstreeClient::DistributionsOstreeApi | distributions_ostree_ostree_update | PUT ostree_ostree_distribution_href | Update an ostree distribution |
| PulpOstreeClient::DocsApiJsonApi | docs_api_json_get | GET /pulp/api/v3/docs/api.json | |
| PulpOstreeClient::DocsApiYamlApi | docs_api_yaml_get | GET /pulp/api/v3/docs/api.yaml | |
| PulpOstreeClient::DomainsApi | domains_create | POST /pulp/api/v3/domains/ | Create a domain |
| PulpOstreeClient::DomainsApi | domains_delete | DELETE domain_href | Delete a domain |
| PulpOstreeClient::DomainsApi | domains_list | GET /pulp/api/v3/domains/ | List domains |
| PulpOstreeClient::DomainsApi | domains_partial_update | PATCH domain_href | Update a domain |
| PulpOstreeClient::DomainsApi | domains_read | GET domain_href | Inspect a domain |
| PulpOstreeClient::DomainsApi | domains_update | PUT domain_href | Update a domain |
| PulpOstreeClient::ExportersFilesystemApi | exporters_core_filesystem_create | POST /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter |
| PulpOstreeClient::ExportersFilesystemApi | exporters_core_filesystem_delete | DELETE filesystem_exporter_href | Delete a filesystem exporter |
| PulpOstreeClient::ExportersFilesystemApi | exporters_core_filesystem_list | GET /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters |
| PulpOstreeClient::ExportersFilesystemApi | exporters_core_filesystem_partial_update | PATCH filesystem_exporter_href | Update a filesystem exporter |
| PulpOstreeClient::ExportersFilesystemApi | exporters_core_filesystem_read | GET filesystem_exporter_href | Inspect a filesystem exporter |
| PulpOstreeClient::ExportersFilesystemApi | exporters_core_filesystem_update | PUT filesystem_exporter_href | Update a filesystem exporter |
| PulpOstreeClient::ExportersFilesystemExportsApi | exporters_core_filesystem_exports_create | POST filesystem_exporter_hrefexports/ | Create a filesystem export |
| PulpOstreeClient::ExportersFilesystemExportsApi | exporters_core_filesystem_exports_delete | DELETE filesystem_filesystem_export_href | Delete a filesystem export |
| PulpOstreeClient::ExportersFilesystemExportsApi | exporters_core_filesystem_exports_list | GET filesystem_exporter_hrefexports/ | List filesystem exports |
| PulpOstreeClient::ExportersFilesystemExportsApi | exporters_core_filesystem_exports_read | GET filesystem_filesystem_export_href | Inspect a filesystem export |
| PulpOstreeClient::ExportersPulpApi | exporters_core_pulp_create | POST /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter |
| PulpOstreeClient::ExportersPulpApi | exporters_core_pulp_delete | DELETE pulp_exporter_href | Delete a pulp exporter |
| PulpOstreeClient::ExportersPulpApi | exporters_core_pulp_list | GET /pulp/api/v3/exporters/core/pulp/ | List pulp exporters |
| PulpOstreeClient::ExportersPulpApi | exporters_core_pulp_partial_update | PATCH pulp_exporter_href | Update a pulp exporter |
| PulpOstreeClient::ExportersPulpApi | exporters_core_pulp_read | GET pulp_exporter_href | Inspect a pulp exporter |
| PulpOstreeClient::ExportersPulpApi | exporters_core_pulp_update | PUT pulp_exporter_href | Update a pulp exporter |
| PulpOstreeClient::ExportersPulpExportsApi | exporters_core_pulp_exports_create | POST pulp_exporter_hrefexports/ | Create a pulp export |
| PulpOstreeClient::ExportersPulpExportsApi | exporters_core_pulp_exports_delete | DELETE pulp_pulp_export_href | Delete a pulp export |
| PulpOstreeClient::ExportersPulpExportsApi | exporters_core_pulp_exports_list | GET pulp_exporter_hrefexports/ | List pulp exports |
| PulpOstreeClient::ExportersPulpExportsApi | exporters_core_pulp_exports_read | GET pulp_pulp_export_href | Inspect a pulp export |
| PulpOstreeClient::GroupsApi | groups_add_role | POST group_hrefadd_role/ | Add a role |
| PulpOstreeClient::GroupsApi | groups_create | POST /pulp/api/v3/groups/ | Create a group |
| PulpOstreeClient::GroupsApi | groups_delete | DELETE group_href | Delete a group |
| PulpOstreeClient::GroupsApi | groups_list | GET /pulp/api/v3/groups/ | List groups |
| PulpOstreeClient::GroupsApi | groups_list_roles | GET group_hreflist_roles/ | List roles |
| PulpOstreeClient::GroupsApi | groups_my_permissions | GET group_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::GroupsApi | groups_partial_update | PATCH group_href | Update a group |
| PulpOstreeClient::GroupsApi | groups_read | GET group_href | Inspect a group |
| PulpOstreeClient::GroupsApi | groups_remove_role | POST group_hrefremove_role/ | Remove a role |
| PulpOstreeClient::GroupsApi | groups_update | PUT group_href | Update a group |
| PulpOstreeClient::GroupsRolesApi | groups_roles_create | POST group_hrefroles/ | Create a group role |
| PulpOstreeClient::GroupsRolesApi | groups_roles_delete | DELETE groups_group_role_href | Delete a group role |
| PulpOstreeClient::GroupsRolesApi | groups_roles_list | GET group_hrefroles/ | List group roles |
| PulpOstreeClient::GroupsRolesApi | groups_roles_read | GET groups_group_role_href | Inspect a group role |
| PulpOstreeClient::GroupsUsersApi | groups_users_create | POST group_hrefusers/ | Create an user |
| PulpOstreeClient::GroupsUsersApi | groups_users_delete | DELETE groups_user_href | Delete an user |
| PulpOstreeClient::GroupsUsersApi | groups_users_list | GET group_hrefusers/ | List users |
| PulpOstreeClient::ImportersPulpApi | importers_core_pulp_create | POST /pulp/api/v3/importers/core/pulp/ | Create a pulp importer |
| PulpOstreeClient::ImportersPulpApi | importers_core_pulp_delete | DELETE pulp_importer_href | Delete a pulp importer |
| PulpOstreeClient::ImportersPulpApi | importers_core_pulp_list | GET /pulp/api/v3/importers/core/pulp/ | List pulp importers |
| PulpOstreeClient::ImportersPulpApi | importers_core_pulp_partial_update | PATCH pulp_importer_href | Update a pulp importer |
| PulpOstreeClient::ImportersPulpApi | importers_core_pulp_read | GET pulp_importer_href | Inspect a pulp importer |
| PulpOstreeClient::ImportersPulpApi | importers_core_pulp_update | PUT pulp_importer_href | Update a pulp importer |
| PulpOstreeClient::ImportersPulpImportCheckApi | pulp_import_check_post | POST /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call |
| PulpOstreeClient::ImportersPulpImportsApi | importers_core_pulp_imports_create | POST pulp_importer_hrefimports/ | Create a pulp import |
| PulpOstreeClient::ImportersPulpImportsApi | importers_core_pulp_imports_delete | DELETE pulp_pulp_import_href | Delete a pulp import |
| PulpOstreeClient::ImportersPulpImportsApi | importers_core_pulp_imports_list | GET pulp_importer_hrefimports/ | List pulp imports |
| PulpOstreeClient::ImportersPulpImportsApi | importers_core_pulp_imports_read | GET pulp_pulp_import_href | Inspect a pulp import |
| PulpOstreeClient::LivezApi | livez_read | GET /pulp/api/v3/livez/ | Inspect liveness of Pulp's REST API. |
| PulpOstreeClient::OrphansApi | orphans_delete | DELETE /pulp/api/v3/orphans/ | Delete orphans |
| PulpOstreeClient::OrphansCleanupApi | orphans_cleanup_cleanup | POST /pulp/api/v3/orphans/cleanup/ | |
| PulpOstreeClient::PublicationsApi | publications_list | GET /pulp/api/v3/publications/ | List publications |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_add_role | POST file_file_publication_hrefadd_role/ | Add a role |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_create | POST /pulp/api/v3/publications/file/file/ | Create a file publication |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_delete | DELETE file_file_publication_href | Delete a file publication |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_list | GET /pulp/api/v3/publications/file/file/ | List file publications |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_list_roles | GET file_file_publication_hreflist_roles/ | List roles |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_my_permissions | GET file_file_publication_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_read | GET file_file_publication_href | Inspect a file publication |
| PulpOstreeClient::PublicationsFileApi | publications_file_file_remove_role | POST file_file_publication_hrefremove_role/ | Remove a role |
| PulpOstreeClient::RemotesApi | remotes_list | GET /pulp/api/v3/remotes/ | List remotes |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_add_role | POST file_file_remote_hrefadd_role/ | Add a role |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_create | POST /pulp/api/v3/remotes/file/file/ | Create a file remote |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_delete | DELETE file_file_remote_href | Delete a file remote |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_list | GET /pulp/api/v3/remotes/file/file/ | List file remotes |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_list_roles | GET file_file_remote_hreflist_roles/ | List roles |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_my_permissions | GET file_file_remote_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_partial_update | PATCH file_file_remote_href | Update a file remote |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_read | GET file_file_remote_href | Inspect a file remote |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_remove_role | POST file_file_remote_hrefremove_role/ | Remove a role |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_set_label | POST file_file_remote_hrefset_label/ | Set a label |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_unset_label | POST file_file_remote_hrefunset_label/ | Unset a label |
| PulpOstreeClient::RemotesFileApi | remotes_file_file_update | PUT file_file_remote_href | Update a file remote |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_add_role | POST ostree_ostree_remote_hrefadd_role/ | Add a role |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_create | POST /pulp/api/v3/remotes/ostree/ostree/ | Create an ostree remote |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_delete | DELETE ostree_ostree_remote_href | Delete an ostree remote |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_list | GET /pulp/api/v3/remotes/ostree/ostree/ | List ostree remotes |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_list_roles | GET ostree_ostree_remote_hreflist_roles/ | List roles |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_my_permissions | GET ostree_ostree_remote_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_partial_update | PATCH ostree_ostree_remote_href | Update an ostree remote |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_read | GET ostree_ostree_remote_href | Inspect an ostree remote |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_remove_role | POST ostree_ostree_remote_hrefremove_role/ | Remove a role |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_set_label | POST ostree_ostree_remote_hrefset_label/ | Set a label |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_unset_label | POST ostree_ostree_remote_hrefunset_label/ | Unset a label |
| PulpOstreeClient::RemotesOstreeApi | remotes_ostree_ostree_update | PUT ostree_ostree_remote_href | Update an ostree remote |
| PulpOstreeClient::RepairApi | repair_post | POST /pulp/api/v3/repair/ | Repair Artifact Storage |
| PulpOstreeClient::RepositoriesApi | repositories_list | GET /pulp/api/v3/repositories/ | List repositories |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_add_role | POST file_file_repository_hrefadd_role/ | Add a role |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_create | POST /pulp/api/v3/repositories/file/file/ | Create a file repository |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_delete | DELETE file_file_repository_href | Delete a file repository |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_list | GET /pulp/api/v3/repositories/file/file/ | List file repositorys |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_list_roles | GET file_file_repository_hreflist_roles/ | List roles |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_modify | POST file_file_repository_hrefmodify/ | Modify Repository Content |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_my_permissions | GET file_file_repository_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_partial_update | PATCH file_file_repository_href | Update a file repository |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_read | GET file_file_repository_href | Inspect a file repository |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_remove_role | POST file_file_repository_hrefremove_role/ | Remove a role |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_set_label | POST file_file_repository_hrefset_label/ | Set a label |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_sync | POST file_file_repository_hrefsync/ | Sync from a remote |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_unset_label | POST file_file_repository_hrefunset_label/ | Unset a label |
| PulpOstreeClient::RepositoriesFileApi | repositories_file_file_update | PUT file_file_repository_href | Update a file repository |
| PulpOstreeClient::RepositoriesFileVersionsApi | repositories_file_file_versions_delete | DELETE file_file_repository_version_href | Delete a repository version |
| PulpOstreeClient::RepositoriesFileVersionsApi | repositories_file_file_versions_list | GET file_file_repository_hrefversions/ | List repository versions |
| PulpOstreeClient::RepositoriesFileVersionsApi | repositories_file_file_versions_read | GET file_file_repository_version_href | Inspect a repository version |
| PulpOstreeClient::RepositoriesFileVersionsApi | repositories_file_file_versions_repair | POST file_file_repository_version_hrefrepair/ | |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_add_role | POST ostree_ostree_repository_hrefadd_role/ | Add a role |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_create | POST /pulp/api/v3/repositories/ostree/ostree/ | Create an ostree repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_delete | DELETE ostree_ostree_repository_href | Delete an ostree repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_import_all | POST ostree_ostree_repository_hrefimport_all/ | Import refs and commits to a repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_import_commits | POST ostree_ostree_repository_hrefimport_commits/ | Append child commits to a repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_list | GET /pulp/api/v3/repositories/ostree/ostree/ | List ostree repositorys |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_list_roles | GET ostree_ostree_repository_hreflist_roles/ | List roles |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_modify | POST ostree_ostree_repository_hrefmodify/ | Modify repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_my_permissions | GET ostree_ostree_repository_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_partial_update | PATCH ostree_ostree_repository_href | Update an ostree repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_read | GET ostree_ostree_repository_href | Inspect an ostree repository |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_remove_role | POST ostree_ostree_repository_hrefremove_role/ | Remove a role |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_set_label | POST ostree_ostree_repository_hrefset_label/ | Set a label |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_sync | POST ostree_ostree_repository_hrefsync/ | Sync from remote |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_unset_label | POST ostree_ostree_repository_hrefunset_label/ | Unset a label |
| PulpOstreeClient::RepositoriesOstreeApi | repositories_ostree_ostree_update | PUT ostree_ostree_repository_href | Update an ostree repository |
| PulpOstreeClient::RepositoriesOstreeVersionsApi | repositories_ostree_ostree_versions_delete | DELETE ostree_ostree_repository_version_href | Delete a repository version |
| PulpOstreeClient::RepositoriesOstreeVersionsApi | repositories_ostree_ostree_versions_list | GET ostree_ostree_repository_hrefversions/ | List repository versions |
| PulpOstreeClient::RepositoriesOstreeVersionsApi | repositories_ostree_ostree_versions_read | GET ostree_ostree_repository_version_href | Inspect a repository version |
| PulpOstreeClient::RepositoriesOstreeVersionsApi | repositories_ostree_ostree_versions_repair | POST ostree_ostree_repository_version_hrefrepair/ | |
| PulpOstreeClient::RepositoriesReclaimSpaceApi | repositories_reclaim_space_reclaim | POST /pulp/api/v3/repositories/reclaim_space/ | |
| PulpOstreeClient::RepositoryVersionsApi | repository_versions_list | GET /pulp/api/v3/repository_versions/ | List repository versions |
| PulpOstreeClient::RolesApi | roles_create | POST /pulp/api/v3/roles/ | Create a role |
| PulpOstreeClient::RolesApi | roles_delete | DELETE role_href | Delete a role |
| PulpOstreeClient::RolesApi | roles_list | GET /pulp/api/v3/roles/ | List roles |
| PulpOstreeClient::RolesApi | roles_partial_update | PATCH role_href | Update a role |
| PulpOstreeClient::RolesApi | roles_read | GET role_href | Inspect a role |
| PulpOstreeClient::RolesApi | roles_update | PUT role_href | Update a role |
| PulpOstreeClient::SigningServicesApi | signing_services_list | GET /pulp/api/v3/signing-services/ | List signing services |
| PulpOstreeClient::SigningServicesApi | signing_services_read | GET signing_service_href | Inspect a signing service |
| PulpOstreeClient::StatusApi | status_read | GET /pulp/api/v3/status/ | Inspect status of Pulp |
| PulpOstreeClient::TaskGroupsApi | task_groups_list | GET /pulp/api/v3/task-groups/ | List task groups |
| PulpOstreeClient::TaskGroupsApi | task_groups_read | GET task_group_href | Inspect a task group |
| PulpOstreeClient::TaskSchedulesApi | task_schedules_add_role | POST task_schedule_hrefadd_role/ | Add a role |
| PulpOstreeClient::TaskSchedulesApi | task_schedules_list | GET /pulp/api/v3/task-schedules/ | List task schedules |
| PulpOstreeClient::TaskSchedulesApi | task_schedules_list_roles | GET task_schedule_hreflist_roles/ | List roles |
| PulpOstreeClient::TaskSchedulesApi | task_schedules_my_permissions | GET task_schedule_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::TaskSchedulesApi | task_schedules_read | GET task_schedule_href | Inspect a task schedule |
| PulpOstreeClient::TaskSchedulesApi | task_schedules_remove_role | POST task_schedule_hrefremove_role/ | Remove a role |
| PulpOstreeClient::TasksApi | tasks_add_role | POST task_hrefadd_role/ | Add a role |
| PulpOstreeClient::TasksApi | tasks_cancel | PATCH task_href | Cancel a task |
| PulpOstreeClient::TasksApi | tasks_delete | DELETE task_href | Delete a task |
| PulpOstreeClient::TasksApi | tasks_list | GET /pulp/api/v3/tasks/ | List tasks |
| PulpOstreeClient::TasksApi | tasks_list_roles | GET task_hreflist_roles/ | List roles |
| PulpOstreeClient::TasksApi | tasks_my_permissions | GET task_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::TasksApi | tasks_purge | POST /pulp/api/v3/tasks/purge/ | Purge Completed Tasks |
| PulpOstreeClient::TasksApi | tasks_read | GET task_href | Inspect a task |
| PulpOstreeClient::TasksApi | tasks_remove_role | POST task_hrefremove_role/ | Remove a role |
| PulpOstreeClient::UploadsApi | uploads_add_role | POST upload_hrefadd_role/ | Add a role |
| PulpOstreeClient::UploadsApi | uploads_commit | POST upload_hrefcommit/ | Finish an Upload |
| PulpOstreeClient::UploadsApi | uploads_create | POST /pulp/api/v3/uploads/ | Create an upload |
| PulpOstreeClient::UploadsApi | uploads_delete | DELETE upload_href | Delete an upload |
| PulpOstreeClient::UploadsApi | uploads_list | GET /pulp/api/v3/uploads/ | List uploads |
| PulpOstreeClient::UploadsApi | uploads_list_roles | GET upload_hreflist_roles/ | List roles |
| PulpOstreeClient::UploadsApi | uploads_my_permissions | GET upload_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::UploadsApi | uploads_read | GET upload_href | Inspect an upload |
| PulpOstreeClient::UploadsApi | uploads_remove_role | POST upload_hrefremove_role/ | Remove a role |
| PulpOstreeClient::UploadsApi | uploads_update | PUT upload_href | Upload a file chunk |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_add_role | POST upstream_pulp_hrefadd_role/ | Add a role |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_create | POST /pulp/api/v3/upstream-pulps/ | Create an upstream pulp |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_delete | DELETE upstream_pulp_href | Delete an upstream pulp |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_list | GET /pulp/api/v3/upstream-pulps/ | List upstream pulps |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_list_roles | GET upstream_pulp_hreflist_roles/ | List roles |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_my_permissions | GET upstream_pulp_hrefmy_permissions/ | List user permissions |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_partial_update | PATCH upstream_pulp_href | Update an upstream pulp |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_read | GET upstream_pulp_href | Inspect an upstream pulp |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_remove_role | POST upstream_pulp_hrefremove_role/ | Remove a role |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_replicate | POST upstream_pulp_hrefreplicate/ | Replicate |
| PulpOstreeClient::UpstreamPulpsApi | upstream_pulps_update | PUT upstream_pulp_href | Update an upstream pulp |
| PulpOstreeClient::UsersApi | users_create | POST /pulp/api/v3/users/ | Create an user |
| PulpOstreeClient::UsersApi | users_delete | DELETE auth_user_href | Delete an user |
| PulpOstreeClient::UsersApi | users_list | GET /pulp/api/v3/users/ | List users |
| PulpOstreeClient::UsersApi | users_partial_update | PATCH auth_user_href | Update an user |
| PulpOstreeClient::UsersApi | users_read | GET auth_user_href | Inspect an user |
| PulpOstreeClient::UsersApi | users_update | PUT auth_user_href | Update an user |
| PulpOstreeClient::UsersRolesApi | users_roles_create | POST auth_user_hrefroles/ | Create an user role |
| PulpOstreeClient::UsersRolesApi | users_roles_delete | DELETE auth_users_user_role_href | Delete an user role |
| PulpOstreeClient::UsersRolesApi | users_roles_list | GET auth_user_hrefroles/ | List user roles |
| PulpOstreeClient::UsersRolesApi | users_roles_read | GET auth_users_user_role_href | Inspect an user role |
| PulpOstreeClient::WorkersApi | workers_list | GET /pulp/api/v3/workers/ | List workers |
| PulpOstreeClient::WorkersApi | workers_read | GET worker_href | Inspect a worker |
Documentation for Models
- PulpOstreeClient::AccessPolicy
- PulpOstreeClient::AccessPolicyResponse
- PulpOstreeClient::ApiAppStatusResponse
- PulpOstreeClient::Artifact
- PulpOstreeClient::ArtifactDistributionResponse
- PulpOstreeClient::ArtifactResponse
- PulpOstreeClient::AsyncOperationResponse
- PulpOstreeClient::CertguardRHSMCertGuard
- PulpOstreeClient::CertguardRHSMCertGuardResponse
- PulpOstreeClient::CertguardX509CertGuard
- PulpOstreeClient::CertguardX509CertGuardResponse
- PulpOstreeClient::CompositeContentGuard
- PulpOstreeClient::CompositeContentGuardResponse
- PulpOstreeClient::ContentAppStatusResponse
- PulpOstreeClient::ContentGuardResponse
- PulpOstreeClient::ContentRedirectContentGuard
- PulpOstreeClient::ContentRedirectContentGuardResponse
- PulpOstreeClient::ContentSettingsResponse
- PulpOstreeClient::ContentSummaryResponse
- PulpOstreeClient::DatabaseConnectionResponse
- PulpOstreeClient::DistributionResponse
- PulpOstreeClient::Domain
- PulpOstreeClient::DomainResponse
- PulpOstreeClient::EvaluationResponse
- PulpOstreeClient::FileFileAlternateContentSource
- PulpOstreeClient::FileFileAlternateContentSourceResponse
- PulpOstreeClient::FileFileContent
- PulpOstreeClient::FileFileContentResponse
- PulpOstreeClient::FileFileDistribution
- PulpOstreeClient::FileFileDistributionResponse
- PulpOstreeClient::FileFilePublication
- PulpOstreeClient::FileFilePublicationResponse
- PulpOstreeClient::FileFileRemote
- PulpOstreeClient::FileFileRemoteResponse
- PulpOstreeClient::FileFileRepository
- PulpOstreeClient::FileFileRepositoryResponse
- PulpOstreeClient::FilesystemExport
- PulpOstreeClient::FilesystemExportResponse
- PulpOstreeClient::FilesystemExporter
- PulpOstreeClient::FilesystemExporterResponse
- PulpOstreeClient::Group
- PulpOstreeClient::GroupProgressReportResponse
- PulpOstreeClient::GroupResponse
- PulpOstreeClient::GroupRole
- PulpOstreeClient::GroupRoleResponse
- PulpOstreeClient::GroupUser
- PulpOstreeClient::GroupUserResponse
- PulpOstreeClient::HeaderContentGuard
- PulpOstreeClient::HeaderContentGuardResponse
- PulpOstreeClient::ImportResponse
- PulpOstreeClient::MethodEnum
- PulpOstreeClient::MinimalTaskResponse
- PulpOstreeClient::MultipleArtifactContentResponse
- PulpOstreeClient::MyPermissionsResponse
- PulpOstreeClient::NestedRole
- PulpOstreeClient::NestedRoleResponse
- PulpOstreeClient::ObjectRolesResponse
- PulpOstreeClient::OrphansCleanup
- PulpOstreeClient::OstreeImportAll
- PulpOstreeClient::OstreeImportCommitsToRef
- PulpOstreeClient::OstreeOstreeCommitResponse
- PulpOstreeClient::OstreeOstreeConfigResponse
- PulpOstreeClient::OstreeOstreeContent
- PulpOstreeClient::OstreeOstreeContentResponse
- PulpOstreeClient::OstreeOstreeDistribution
- PulpOstreeClient::OstreeOstreeDistributionResponse
- PulpOstreeClient::OstreeOstreeObjectResponse
- PulpOstreeClient::OstreeOstreeRefResponse
- PulpOstreeClient::OstreeOstreeRemote
- PulpOstreeClient::OstreeOstreeRemoteResponse
- PulpOstreeClient::OstreeOstreeRepository
- PulpOstreeClient::OstreeOstreeRepositoryResponse
- PulpOstreeClient::OstreeOstreeSummaryResponse
- PulpOstreeClient::PaginatedAccessPolicyResponseList
- PulpOstreeClient::PaginatedArtifactDistributionResponseList
- PulpOstreeClient::PaginatedArtifactResponseList
- PulpOstreeClient::PaginatedCompositeContentGuardResponseList
- PulpOstreeClient::PaginatedContentGuardResponseList
- PulpOstreeClient::PaginatedContentRedirectContentGuardResponseList
- PulpOstreeClient::PaginatedDistributionResponseList
- PulpOstreeClient::PaginatedDomainResponseList
- PulpOstreeClient::PaginatedFilesystemExportResponseList
- PulpOstreeClient::PaginatedFilesystemExporterResponseList
- PulpOstreeClient::PaginatedGroupResponseList
- PulpOstreeClient::PaginatedGroupRoleResponseList
- PulpOstreeClient::PaginatedGroupUserResponseList
- PulpOstreeClient::PaginatedHeaderContentGuardResponseList
- PulpOstreeClient::PaginatedImportResponseList
- PulpOstreeClient::PaginatedMultipleArtifactContentResponseList
- PulpOstreeClient::PaginatedPublicationResponseList
- PulpOstreeClient::PaginatedPulpExportResponseList
- PulpOstreeClient::PaginatedPulpExporterResponseList
- PulpOstreeClient::PaginatedPulpImporterResponseList
- PulpOstreeClient::PaginatedRBACContentGuardResponseList
- PulpOstreeClient::PaginatedRemoteResponseList
- PulpOstreeClient::PaginatedRepositoryResponseList
- PulpOstreeClient::PaginatedRepositoryVersionResponseList
- PulpOstreeClient::PaginatedRoleResponseList
- PulpOstreeClient::PaginatedSigningServiceResponseList
- PulpOstreeClient::PaginatedTaskGroupResponseList
- PulpOstreeClient::PaginatedTaskResponseList
- PulpOstreeClient::PaginatedTaskScheduleResponseList
- PulpOstreeClient::PaginatedUploadResponseList
- PulpOstreeClient::PaginatedUpstreamPulpResponseList
- PulpOstreeClient::PaginatedUserResponseList
- PulpOstreeClient::PaginatedUserRoleResponseList
- PulpOstreeClient::PaginatedWorkerResponseList
- PulpOstreeClient::PaginatedcertguardRHSMCertGuardResponseList
- PulpOstreeClient::PaginatedcertguardX509CertGuardResponseList
- PulpOstreeClient::PaginatedfileFileAlternateContentSourceResponseList
- PulpOstreeClient::PaginatedfileFileContentResponseList
- PulpOstreeClient::PaginatedfileFileDistributionResponseList
- PulpOstreeClient::PaginatedfileFilePublicationResponseList
- PulpOstreeClient::PaginatedfileFileRemoteResponseList
- PulpOstreeClient::PaginatedfileFileRepositoryResponseList
- PulpOstreeClient::PaginatedostreeOstreeCommitResponseList
- PulpOstreeClient::PaginatedostreeOstreeConfigResponseList
- PulpOstreeClient::PaginatedostreeOstreeContentResponseList
- PulpOstreeClient::PaginatedostreeOstreeDistributionResponseList
- PulpOstreeClient::PaginatedostreeOstreeObjectResponseList
- PulpOstreeClient::PaginatedostreeOstreeRefResponseList
- PulpOstreeClient::PaginatedostreeOstreeRemoteResponseList
- PulpOstreeClient::PaginatedostreeOstreeRepositoryResponseList
- PulpOstreeClient::PaginatedostreeOstreeSummaryResponseList
- PulpOstreeClient::PatchedAccessPolicy
- PulpOstreeClient::PatchedCompositeContentGuard
- PulpOstreeClient::PatchedContentRedirectContentGuard
- PulpOstreeClient::PatchedDomain
- PulpOstreeClient::PatchedFilesystemExporter
- PulpOstreeClient::PatchedGroup
- PulpOstreeClient::PatchedHeaderContentGuard
- PulpOstreeClient::PatchedPulpExporter
- PulpOstreeClient::PatchedPulpImporter
- PulpOstreeClient::PatchedRBACContentGuard
- PulpOstreeClient::PatchedRole
- PulpOstreeClient::PatchedTaskCancel
- PulpOstreeClient::PatchedUpstreamPulp
- PulpOstreeClient::PatchedUser
- PulpOstreeClient::PatchedcertguardRHSMCertGuard
- PulpOstreeClient::PatchedcertguardX509CertGuard
- PulpOstreeClient::PatchedfileFileAlternateContentSource
- PulpOstreeClient::PatchedfileFileDistribution
- PulpOstreeClient::PatchedfileFileRemote
- PulpOstreeClient::PatchedfileFileRepository
- PulpOstreeClient::PatchedostreeOstreeDistribution
- PulpOstreeClient::PatchedostreeOstreeRemote
- PulpOstreeClient::PatchedostreeOstreeRepository
- PulpOstreeClient::Policy692Enum
- PulpOstreeClient::PolicyBfeEnum
- PulpOstreeClient::ProgressReportResponse
- PulpOstreeClient::PublicationResponse
- PulpOstreeClient::PulpExport
- PulpOstreeClient::PulpExportResponse
- PulpOstreeClient::PulpExporter
- PulpOstreeClient::PulpExporterResponse
- PulpOstreeClient::PulpImport
- PulpOstreeClient::PulpImportCheck
- PulpOstreeClient::PulpImportCheckResponse
- PulpOstreeClient::PulpImporter
- PulpOstreeClient::PulpImporterResponse
- PulpOstreeClient::Purge
- PulpOstreeClient::RBACContentGuard
- PulpOstreeClient::RBACContentGuardResponse
- PulpOstreeClient::ReclaimSpace
- PulpOstreeClient::RedisConnectionResponse
- PulpOstreeClient::RemoteResponse
- PulpOstreeClient::RemoteResponseHiddenFields
- PulpOstreeClient::RemoteResponsePolicyEnum
- PulpOstreeClient::Repair
- PulpOstreeClient::RepositoryAddRemoveContent
- PulpOstreeClient::RepositoryResponse
- PulpOstreeClient::RepositorySyncURL
- PulpOstreeClient::RepositoryVersionResponse
- PulpOstreeClient::Role
- PulpOstreeClient::RoleResponse
- PulpOstreeClient::SetLabel
- PulpOstreeClient::SetLabelResponse
- PulpOstreeClient::SigningServiceResponse
- PulpOstreeClient::StatesEnum
- PulpOstreeClient::StatusResponse
- PulpOstreeClient::StorageClassEnum
- PulpOstreeClient::StorageResponse
- PulpOstreeClient::TaskGroupOperationResponse
- PulpOstreeClient::TaskGroupResponse
- PulpOstreeClient::TaskResponse
- PulpOstreeClient::TaskScheduleResponse
- PulpOstreeClient::UnsetLabel
- PulpOstreeClient::UnsetLabelResponse
- PulpOstreeClient::Upload
- PulpOstreeClient::UploadChunk
- PulpOstreeClient::UploadChunkResponse
- PulpOstreeClient::UploadCommit
- PulpOstreeClient::UploadDetailResponse
- PulpOstreeClient::UploadResponse
- PulpOstreeClient::UpstreamPulp
- PulpOstreeClient::UpstreamPulpResponse
- PulpOstreeClient::User
- PulpOstreeClient::UserGroup
- PulpOstreeClient::UserGroupResponse
- PulpOstreeClient::UserResponse
- PulpOstreeClient::UserRole
- PulpOstreeClient::UserRoleResponse
- PulpOstreeClient::VersionResponse
- PulpOstreeClient::WorkerResponse
Documentation for Authorization
basicAuth
- Type: HTTP basic authentication