pulp_rpm_client

PulpRpmClient - 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: 3.18.21
  • 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_rpm_client.gemspec

Then either install the gem locally:

gem install ./pulp_rpm_client-3.18.21.gem

(for development, run gem install --dev ./pulp_rpm_client-3.18.21.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_rpm_client', '~> 3.18.21'

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_rpm_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_rpm_client'

# Setup authorization
PulpRpmClient.configure do |config|
  # Configure HTTP basic authorization: basicAuth
  config.username = 'YOUR_USERNAME'
  config.password = 'YOUR_PASSWORD'
end

api_instance = PulpRpmClient::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.
  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__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
  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.list(opts)
  p result
rescue PulpRpmClient::ApiError => e
  puts "Exception when calling AccessPoliciesApi->list: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://pulp

Class Method HTTP request Description
PulpRpmClient::AccessPoliciesApi list GET /pulp/api/v3/access_policies/ List access policys
PulpRpmClient::AccessPoliciesApi partial_update PATCH access_policy_href Update an access policy
PulpRpmClient::AccessPoliciesApi read GET access_policy_href Inspect an access policy
PulpRpmClient::AccessPoliciesApi reset POST access_policy_hrefreset/
PulpRpmClient::AccessPoliciesApi update PUT access_policy_href Update an access policy
PulpRpmClient::AcsRpmApi create POST /pulp/api/v3/acs/rpm/rpm/ Create a rpm alternate content source
PulpRpmClient::AcsRpmApi delete DELETE rpm_rpm_alternate_content_source_href Delete a rpm alternate content source
PulpRpmClient::AcsRpmApi list GET /pulp/api/v3/acs/rpm/rpm/ List rpm alternate content sources
PulpRpmClient::AcsRpmApi partial_update PATCH rpm_rpm_alternate_content_source_href Update a rpm alternate content source
PulpRpmClient::AcsRpmApi read GET rpm_rpm_alternate_content_source_href Inspect a rpm alternate content source
PulpRpmClient::AcsRpmApi refresh POST rpm_rpm_alternate_content_source_hrefrefresh/
PulpRpmClient::AcsRpmApi update PUT rpm_rpm_alternate_content_source_href Update a rpm alternate content source
PulpRpmClient::ArtifactsApi create POST /pulp/api/v3/artifacts/ Create an artifact
PulpRpmClient::ArtifactsApi delete DELETE artifact_href Delete an artifact
PulpRpmClient::ArtifactsApi list GET /pulp/api/v3/artifacts/ List artifacts
PulpRpmClient::ArtifactsApi read GET artifact_href Inspect an artifact
PulpRpmClient::ContentApi list GET /pulp/api/v3/content/ List content
PulpRpmClient::ContentAdvisoriesApi create POST /pulp/api/v3/content/rpm/advisories/ Create an update record
PulpRpmClient::ContentAdvisoriesApi list GET /pulp/api/v3/content/rpm/advisories/ List update records
PulpRpmClient::ContentAdvisoriesApi read GET rpm_update_record_href Inspect an update record
PulpRpmClient::ContentDistributionTreesApi list GET /pulp/api/v3/content/rpm/distribution_trees/ List distribution trees
PulpRpmClient::ContentDistributionTreesApi read GET rpm_distribution_tree_href Inspect a distribution tree
PulpRpmClient::ContentModulemdDefaultsApi create POST /pulp/api/v3/content/rpm/modulemd_defaults/ Create a modulemd defaults
PulpRpmClient::ContentModulemdDefaultsApi list GET /pulp/api/v3/content/rpm/modulemd_defaults/ List modulemd defaultss
PulpRpmClient::ContentModulemdDefaultsApi read GET rpm_modulemd_defaults_href Inspect a modulemd defaults
PulpRpmClient::ContentModulemdObsoletesApi create POST /pulp/api/v3/content/rpm/modulemd_obsoletes/ Create a modulemd obsolete
PulpRpmClient::ContentModulemdObsoletesApi list GET /pulp/api/v3/content/rpm/modulemd_obsoletes/ List modulemd obsoletes
PulpRpmClient::ContentModulemdObsoletesApi read GET rpm_modulemd_obsolete_href Inspect a modulemd obsolete
PulpRpmClient::ContentModulemdsApi create POST /pulp/api/v3/content/rpm/modulemds/ Create a modulemd
PulpRpmClient::ContentModulemdsApi list GET /pulp/api/v3/content/rpm/modulemds/ List modulemds
PulpRpmClient::ContentModulemdsApi read GET rpm_modulemd_href Inspect a modulemd
PulpRpmClient::ContentPackagecategoriesApi list GET /pulp/api/v3/content/rpm/packagecategories/ List package categorys
PulpRpmClient::ContentPackagecategoriesApi read GET rpm_package_category_href Inspect a package category
PulpRpmClient::ContentPackageenvironmentsApi list GET /pulp/api/v3/content/rpm/packageenvironments/ List package environments
PulpRpmClient::ContentPackageenvironmentsApi read GET rpm_package_environment_href Inspect a package environment
PulpRpmClient::ContentPackagegroupsApi list GET /pulp/api/v3/content/rpm/packagegroups/ List package groups
PulpRpmClient::ContentPackagegroupsApi read GET rpm_package_group_href Inspect a package group
PulpRpmClient::ContentPackagelangpacksApi list GET /pulp/api/v3/content/rpm/packagelangpacks/ List package langpackss
PulpRpmClient::ContentPackagelangpacksApi read GET rpm_package_langpacks_href Inspect a package langpacks
PulpRpmClient::ContentPackagesApi create POST /pulp/api/v3/content/rpm/packages/ Create a package
PulpRpmClient::ContentPackagesApi list GET /pulp/api/v3/content/rpm/packages/ List packages
PulpRpmClient::ContentPackagesApi read GET rpm_package_href Inspect a package
PulpRpmClient::ContentRepoMetadataFilesApi list GET /pulp/api/v3/content/rpm/repo_metadata_files/ List repo metadata files
PulpRpmClient::ContentRepoMetadataFilesApi read GET rpm_repo_metadata_file_href Inspect a repo metadata file
PulpRpmClient::ContentguardsApi list GET /pulp/api/v3/contentguards/ List content guards
PulpRpmClient::ContentguardsContentRedirectApi add_role POST content_redirect_content_guard_hrefadd_role/
PulpRpmClient::ContentguardsContentRedirectApi create POST /pulp/api/v3/contentguards/core/content_redirect/ Create a content redirect content guard
PulpRpmClient::ContentguardsContentRedirectApi delete DELETE content_redirect_content_guard_href Delete a content redirect content guard
PulpRpmClient::ContentguardsContentRedirectApi list GET /pulp/api/v3/contentguards/core/content_redirect/ List content redirect content guards
PulpRpmClient::ContentguardsContentRedirectApi list_roles GET content_redirect_content_guard_hreflist_roles/
PulpRpmClient::ContentguardsContentRedirectApi my_permissions GET content_redirect_content_guard_hrefmy_permissions/
PulpRpmClient::ContentguardsContentRedirectApi partial_update PATCH content_redirect_content_guard_href Update a content redirect content guard
PulpRpmClient::ContentguardsContentRedirectApi read GET content_redirect_content_guard_href Inspect a content redirect content guard
PulpRpmClient::ContentguardsContentRedirectApi remove_role POST content_redirect_content_guard_hrefremove_role/
PulpRpmClient::ContentguardsContentRedirectApi update PUT content_redirect_content_guard_href Update a content redirect content guard
PulpRpmClient::ContentguardsRbacApi add_role POST r_b_a_c_content_guard_hrefadd_role/
PulpRpmClient::ContentguardsRbacApi create POST /pulp/api/v3/contentguards/core/rbac/ Create a rbac content guard
PulpRpmClient::ContentguardsRbacApi delete DELETE r_b_a_c_content_guard_href Delete a rbac content guard
PulpRpmClient::ContentguardsRbacApi list GET /pulp/api/v3/contentguards/core/rbac/ List rbac content guards
PulpRpmClient::ContentguardsRbacApi list_roles GET r_b_a_c_content_guard_hreflist_roles/
PulpRpmClient::ContentguardsRbacApi my_permissions GET r_b_a_c_content_guard_hrefmy_permissions/
PulpRpmClient::ContentguardsRbacApi partial_update PATCH r_b_a_c_content_guard_href Update a rbac content guard
PulpRpmClient::ContentguardsRbacApi read GET r_b_a_c_content_guard_href Inspect a rbac content guard
PulpRpmClient::ContentguardsRbacApi remove_role POST r_b_a_c_content_guard_hrefremove_role/
PulpRpmClient::ContentguardsRbacApi update PUT r_b_a_c_content_guard_href Update a rbac content guard
PulpRpmClient::DistributionsApi list GET /pulp/api/v3/distributions/ List distributions
PulpRpmClient::DistributionsArtifactsApi list GET /pulp/api/v3/distributions/core/artifacts/ List artifact distributions
PulpRpmClient::DistributionsArtifactsApi read GET artifact_distribution_href Inspect an artifact distribution
PulpRpmClient::DistributionsRpmApi create POST /pulp/api/v3/distributions/rpm/rpm/ Create a rpm distribution
PulpRpmClient::DistributionsRpmApi delete DELETE rpm_rpm_distribution_href Delete a rpm distribution
PulpRpmClient::DistributionsRpmApi list GET /pulp/api/v3/distributions/rpm/rpm/ List rpm distributions
PulpRpmClient::DistributionsRpmApi partial_update PATCH rpm_rpm_distribution_href Update a rpm distribution
PulpRpmClient::DistributionsRpmApi read GET rpm_rpm_distribution_href Inspect a rpm distribution
PulpRpmClient::DistributionsRpmApi update PUT rpm_rpm_distribution_href Update a rpm distribution
PulpRpmClient::DocsApiJsonApi get GET /pulp/api/v3/docs/api.json
PulpRpmClient::DocsApiYamlApi get GET /pulp/api/v3/docs/api.yaml
PulpRpmClient::DomainsApi create POST /pulp/api/v3/domains/ Create a domain
PulpRpmClient::DomainsApi delete DELETE domain_href Delete a domain
PulpRpmClient::DomainsApi list GET /pulp/api/v3/domains/ List domains
PulpRpmClient::DomainsApi partial_update PATCH domain_href Update a domain
PulpRpmClient::DomainsApi read GET domain_href Inspect a domain
PulpRpmClient::DomainsApi update PUT domain_href Update a domain
PulpRpmClient::ExportersFilesystemApi create POST /pulp/api/v3/exporters/core/filesystem/ Create a filesystem exporter
PulpRpmClient::ExportersFilesystemApi delete DELETE filesystem_exporter_href Delete a filesystem exporter
PulpRpmClient::ExportersFilesystemApi list GET /pulp/api/v3/exporters/core/filesystem/ List filesystem exporters
PulpRpmClient::ExportersFilesystemApi partial_update PATCH filesystem_exporter_href Update a filesystem exporter
PulpRpmClient::ExportersFilesystemApi read GET filesystem_exporter_href Inspect a filesystem exporter
PulpRpmClient::ExportersFilesystemApi update PUT filesystem_exporter_href Update a filesystem exporter
PulpRpmClient::ExportersFilesystemExportsApi create POST filesystem_exporter_hrefexports/ Create a filesystem export
PulpRpmClient::ExportersFilesystemExportsApi delete DELETE filesystem_filesystem_export_href Delete a filesystem export
PulpRpmClient::ExportersFilesystemExportsApi list GET filesystem_exporter_hrefexports/ List filesystem exports
PulpRpmClient::ExportersFilesystemExportsApi read GET filesystem_filesystem_export_href Inspect a filesystem export
PulpRpmClient::ExportersPulpApi create POST /pulp/api/v3/exporters/core/pulp/ Create a pulp exporter
PulpRpmClient::ExportersPulpApi delete DELETE pulp_exporter_href Delete a pulp exporter
PulpRpmClient::ExportersPulpApi list GET /pulp/api/v3/exporters/core/pulp/ List pulp exporters
PulpRpmClient::ExportersPulpApi partial_update PATCH pulp_exporter_href Update a pulp exporter
PulpRpmClient::ExportersPulpApi read GET pulp_exporter_href Inspect a pulp exporter
PulpRpmClient::ExportersPulpApi update PUT pulp_exporter_href Update a pulp exporter
PulpRpmClient::ExportersPulpExportsApi create POST pulp_exporter_hrefexports/ Create a pulp export
PulpRpmClient::ExportersPulpExportsApi delete DELETE pulp_pulp_export_href Delete a pulp export
PulpRpmClient::ExportersPulpExportsApi list GET pulp_exporter_hrefexports/ List pulp exports
PulpRpmClient::ExportersPulpExportsApi read GET pulp_pulp_export_href Inspect a pulp export
PulpRpmClient::GroupsApi add_role POST group_hrefadd_role/
PulpRpmClient::GroupsApi create POST /pulp/api/v3/groups/ Create a group
PulpRpmClient::GroupsApi delete DELETE group_href Delete a group
PulpRpmClient::GroupsApi list GET /pulp/api/v3/groups/ List groups
PulpRpmClient::GroupsApi list_roles GET group_hreflist_roles/
PulpRpmClient::GroupsApi my_permissions GET group_hrefmy_permissions/
PulpRpmClient::GroupsApi partial_update PATCH group_href Update a group
PulpRpmClient::GroupsApi read GET group_href Inspect a group
PulpRpmClient::GroupsApi remove_role POST group_hrefremove_role/
PulpRpmClient::GroupsApi update PUT group_href Update a group
PulpRpmClient::GroupsRolesApi create POST group_hrefroles/ Create a group role
PulpRpmClient::GroupsRolesApi delete DELETE groups_group_role_href Delete a group role
PulpRpmClient::GroupsRolesApi list GET group_hrefroles/ List group roles
PulpRpmClient::GroupsRolesApi read GET groups_group_role_href Inspect a group role
PulpRpmClient::GroupsUsersApi create POST group_hrefusers/ Create an user
PulpRpmClient::GroupsUsersApi delete DELETE groups_user_href Delete an user
PulpRpmClient::GroupsUsersApi list GET group_hrefusers/ List users
PulpRpmClient::ImportersPulpApi create POST /pulp/api/v3/importers/core/pulp/ Create a pulp importer
PulpRpmClient::ImportersPulpApi delete DELETE pulp_importer_href Delete a pulp importer
PulpRpmClient::ImportersPulpApi list GET /pulp/api/v3/importers/core/pulp/ List pulp importers
PulpRpmClient::ImportersPulpApi partial_update PATCH pulp_importer_href Update a pulp importer
PulpRpmClient::ImportersPulpApi read GET pulp_importer_href Inspect a pulp importer
PulpRpmClient::ImportersPulpApi update PUT pulp_importer_href Update a pulp importer
PulpRpmClient::ImportersPulpImportCheckApi pulp_import_check_post POST /pulp/api/v3/importers/core/pulp/import-check/ Validate the parameters to be used for a PulpImport call
PulpRpmClient::ImportersPulpImportsApi create POST pulp_importer_hrefimports/ Create a pulp import
PulpRpmClient::ImportersPulpImportsApi delete DELETE pulp_pulp_import_href Delete a pulp import
PulpRpmClient::ImportersPulpImportsApi list GET pulp_importer_hrefimports/ List pulp imports
PulpRpmClient::ImportersPulpImportsApi read GET pulp_pulp_import_href Inspect a pulp import
PulpRpmClient::OrphansApi delete DELETE /pulp/api/v3/orphans/ Delete orphans
PulpRpmClient::OrphansCleanupApi cleanup POST /pulp/api/v3/orphans/cleanup/
PulpRpmClient::PublicationsApi list GET /pulp/api/v3/publications/ List publications
PulpRpmClient::PublicationsRpmApi create POST /pulp/api/v3/publications/rpm/rpm/ Create a rpm publication
PulpRpmClient::PublicationsRpmApi delete DELETE rpm_rpm_publication_href Delete a rpm publication
PulpRpmClient::PublicationsRpmApi list GET /pulp/api/v3/publications/rpm/rpm/ List rpm publications
PulpRpmClient::PublicationsRpmApi read GET rpm_rpm_publication_href Inspect a rpm publication
PulpRpmClient::RemotesApi list GET /pulp/api/v3/remotes/ List remotes
PulpRpmClient::RemotesRpmApi create POST /pulp/api/v3/remotes/rpm/rpm/ Create a rpm remote
PulpRpmClient::RemotesRpmApi delete DELETE rpm_rpm_remote_href Delete a rpm remote
PulpRpmClient::RemotesRpmApi list GET /pulp/api/v3/remotes/rpm/rpm/ List rpm remotes
PulpRpmClient::RemotesRpmApi partial_update PATCH rpm_rpm_remote_href Update a rpm remote
PulpRpmClient::RemotesRpmApi read GET rpm_rpm_remote_href Inspect a rpm remote
PulpRpmClient::RemotesRpmApi update PUT rpm_rpm_remote_href Update a rpm remote
PulpRpmClient::RemotesUlnApi create POST /pulp/api/v3/remotes/rpm/uln/ Create an uln remote
PulpRpmClient::RemotesUlnApi delete DELETE rpm_uln_remote_href Delete an uln remote
PulpRpmClient::RemotesUlnApi list GET /pulp/api/v3/remotes/rpm/uln/ List uln remotes
PulpRpmClient::RemotesUlnApi partial_update PATCH rpm_uln_remote_href Update an uln remote
PulpRpmClient::RemotesUlnApi read GET rpm_uln_remote_href Inspect an uln remote
PulpRpmClient::RemotesUlnApi update PUT rpm_uln_remote_href Update an uln remote
PulpRpmClient::RepairApi post POST /pulp/api/v3/repair/ Repair Artifact Storage
PulpRpmClient::RepositoriesApi list GET /pulp/api/v3/repositories/ List repositories
PulpRpmClient::RepositoriesReclaimSpaceApi reclaim POST /pulp/api/v3/repositories/reclaim_space/
PulpRpmClient::RepositoriesRpmApi create POST /pulp/api/v3/repositories/rpm/rpm/ Create a rpm repository
PulpRpmClient::RepositoriesRpmApi delete DELETE rpm_rpm_repository_href Delete a rpm repository
PulpRpmClient::RepositoriesRpmApi list GET /pulp/api/v3/repositories/rpm/rpm/ List rpm repositorys
PulpRpmClient::RepositoriesRpmApi modify POST rpm_rpm_repository_hrefmodify/ Modify Repository Content
PulpRpmClient::RepositoriesRpmApi partial_update PATCH rpm_rpm_repository_href Update a rpm repository
PulpRpmClient::RepositoriesRpmApi read GET rpm_rpm_repository_href Inspect a rpm repository
PulpRpmClient::RepositoriesRpmApi sync POST rpm_rpm_repository_hrefsync/ Sync from remote
PulpRpmClient::RepositoriesRpmApi update PUT rpm_rpm_repository_href Update a rpm repository
PulpRpmClient::RepositoriesRpmVersionsApi delete DELETE rpm_rpm_repository_version_href Delete a repository version
PulpRpmClient::RepositoriesRpmVersionsApi list GET rpm_rpm_repository_hrefversions/ List repository versions
PulpRpmClient::RepositoriesRpmVersionsApi read GET rpm_rpm_repository_version_href Inspect a repository version
PulpRpmClient::RepositoriesRpmVersionsApi repair POST rpm_rpm_repository_version_hrefrepair/
PulpRpmClient::RepositoryVersionsApi list GET /pulp/api/v3/repository_versions/ List repository versions
PulpRpmClient::RolesApi create POST /pulp/api/v3/roles/ Create a role
PulpRpmClient::RolesApi delete DELETE role_href Delete a role
PulpRpmClient::RolesApi list GET /pulp/api/v3/roles/ List roles
PulpRpmClient::RolesApi partial_update PATCH role_href Update a role
PulpRpmClient::RolesApi read GET role_href Inspect a role
PulpRpmClient::RolesApi update PUT role_href Update a role
PulpRpmClient::RpmCompsApi rpm_comps_upload POST /pulp/api/v3/rpm/comps/ Upload comps.xml
PulpRpmClient::RpmCopyApi copy_content POST /pulp/api/v3/rpm/copy/ Copy content
PulpRpmClient::SigningServicesApi list GET /pulp/api/v3/signing-services/ List signing services
PulpRpmClient::SigningServicesApi read GET signing_service_href Inspect a signing service
PulpRpmClient::StatusApi status_read GET /pulp/api/v3/status/ Inspect status of Pulp
PulpRpmClient::TaskGroupsApi list GET /pulp/api/v3/task-groups/ List task groups
PulpRpmClient::TaskGroupsApi read GET task_group_href Inspect a task group
PulpRpmClient::TaskSchedulesApi add_role POST task_schedule_hrefadd_role/
PulpRpmClient::TaskSchedulesApi list GET /pulp/api/v3/task-schedules/ List task schedules
PulpRpmClient::TaskSchedulesApi list_roles GET task_schedule_hreflist_roles/
PulpRpmClient::TaskSchedulesApi my_permissions GET task_schedule_hrefmy_permissions/
PulpRpmClient::TaskSchedulesApi read GET task_schedule_href Inspect a task schedule
PulpRpmClient::TaskSchedulesApi remove_role POST task_schedule_hrefremove_role/
PulpRpmClient::TasksApi add_role POST task_hrefadd_role/
PulpRpmClient::TasksApi delete DELETE task_href Delete a task
PulpRpmClient::TasksApi list GET /pulp/api/v3/tasks/ List tasks
PulpRpmClient::TasksApi list_roles GET task_hreflist_roles/
PulpRpmClient::TasksApi my_permissions GET task_hrefmy_permissions/
PulpRpmClient::TasksApi purge POST /pulp/api/v3/tasks/purge/ Purge Completed Tasks
PulpRpmClient::TasksApi read GET task_href Inspect a task
PulpRpmClient::TasksApi remove_role POST task_hrefremove_role/
PulpRpmClient::TasksApi tasks_cancel PATCH task_href Cancel a task
PulpRpmClient::UploadsApi add_role POST upload_hrefadd_role/
PulpRpmClient::UploadsApi commit POST upload_hrefcommit/ Finish an Upload
PulpRpmClient::UploadsApi create POST /pulp/api/v3/uploads/ Create an upload
PulpRpmClient::UploadsApi delete DELETE upload_href Delete an upload
PulpRpmClient::UploadsApi list GET /pulp/api/v3/uploads/ List uploads
PulpRpmClient::UploadsApi list_roles GET upload_hreflist_roles/
PulpRpmClient::UploadsApi my_permissions GET upload_hrefmy_permissions/
PulpRpmClient::UploadsApi read GET upload_href Inspect an upload
PulpRpmClient::UploadsApi remove_role POST upload_hrefremove_role/
PulpRpmClient::UploadsApi update PUT upload_href Upload a file chunk
PulpRpmClient::UpstreamPulpsApi create POST /pulp/api/v3/upstream-pulps/ Create an upstream pulp
PulpRpmClient::UpstreamPulpsApi delete DELETE upstream_pulp_href Delete an upstream pulp
PulpRpmClient::UpstreamPulpsApi list GET /pulp/api/v3/upstream-pulps/ List upstream pulps
PulpRpmClient::UpstreamPulpsApi partial_update PATCH upstream_pulp_href Update an upstream pulp
PulpRpmClient::UpstreamPulpsApi read GET upstream_pulp_href Inspect an upstream pulp
PulpRpmClient::UpstreamPulpsApi replicate POST upstream_pulp_hrefreplicate/ Replicate
PulpRpmClient::UpstreamPulpsApi update PUT upstream_pulp_href Update an upstream pulp
PulpRpmClient::UsersApi create POST /pulp/api/v3/users/ Create an user
PulpRpmClient::UsersApi delete DELETE auth_user_href Delete an user
PulpRpmClient::UsersApi list GET /pulp/api/v3/users/ List users
PulpRpmClient::UsersApi partial_update PATCH auth_user_href Update an user
PulpRpmClient::UsersApi read GET auth_user_href Inspect an user
PulpRpmClient::UsersApi update PUT auth_user_href Update an user
PulpRpmClient::UsersRolesApi create POST auth_user_hrefroles/ Create an user role
PulpRpmClient::UsersRolesApi delete DELETE auth_users_user_role_href Delete an user role
PulpRpmClient::UsersRolesApi list GET auth_user_hrefroles/ List user roles
PulpRpmClient::UsersRolesApi read GET auth_users_user_role_href Inspect an user role
PulpRpmClient::WorkersApi list GET /pulp/api/v3/workers/ List workers
PulpRpmClient::WorkersApi read GET worker_href Inspect a worker

Documentation for Models

Documentation for Authorization

basicAuth

  • Type: HTTP basic authentication