pulpcore_client 3.28.30 → 3.28.31

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.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +154 -156
  3. data/docs/AccessPoliciesApi.md +25 -25
  4. data/docs/ArtifactDistributionResponse.md +8 -8
  5. data/docs/ArtifactsApi.md +20 -20
  6. data/docs/ContentApi.md +5 -5
  7. data/docs/ContentguardsApi.md +5 -5
  8. data/docs/ContentguardsContentRedirectApi.md +50 -50
  9. data/docs/ContentguardsRbacApi.md +50 -50
  10. data/docs/DistributionsApi.md +5 -5
  11. data/docs/DistributionsArtifactsApi.md +10 -10
  12. data/docs/DomainsApi.md +30 -30
  13. data/docs/ExportersFilesystemApi.md +30 -30
  14. data/docs/ExportersFilesystemExportsApi.md +20 -20
  15. data/docs/ExportersPulpApi.md +30 -30
  16. data/docs/ExportersPulpExportsApi.md +20 -20
  17. data/docs/GroupsApi.md +50 -50
  18. data/docs/GroupsRolesApi.md +20 -20
  19. data/docs/GroupsUsersApi.md +15 -15
  20. data/docs/ImportersPulpApi.md +30 -30
  21. data/docs/ImportersPulpImportsApi.md +20 -20
  22. data/docs/OrphansApi.md +5 -5
  23. data/docs/OrphansCleanupApi.md +5 -5
  24. data/docs/PublicationsApi.md +5 -5
  25. data/docs/RemotesApi.md +5 -5
  26. data/docs/RepairApi.md +5 -5
  27. data/docs/RepositoriesApi.md +5 -5
  28. data/docs/RepositoriesReclaimSpaceApi.md +5 -5
  29. data/docs/RepositoryVersionsApi.md +5 -5
  30. data/docs/RolesApi.md +30 -30
  31. data/docs/SigningServicesApi.md +10 -10
  32. data/docs/TaskGroupsApi.md +10 -10
  33. data/docs/TaskSchedulesApi.md +30 -30
  34. data/docs/TasksApi.md +95 -95
  35. data/docs/UploadsApi.md +50 -50
  36. data/docs/UpstreamPulpsApi.md +35 -35
  37. data/docs/UsersApi.md +30 -30
  38. data/docs/UsersRolesApi.md +20 -20
  39. data/docs/WorkersApi.md +10 -10
  40. data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
  41. data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
  42. data/lib/pulpcore_client/api/content_api.rb +5 -5
  43. data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
  44. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
  45. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
  46. data/lib/pulpcore_client/api/distributions_api.rb +5 -5
  47. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
  48. data/lib/pulpcore_client/api/domains_api.rb +37 -37
  49. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
  50. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  51. data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
  52. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  53. data/lib/pulpcore_client/api/groups_api.rb +63 -63
  54. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  55. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  56. data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
  57. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  58. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  59. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  60. data/lib/pulpcore_client/api/publications_api.rb +5 -5
  61. data/lib/pulpcore_client/api/remotes_api.rb +5 -5
  62. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  63. data/lib/pulpcore_client/api/repositories_api.rb +5 -5
  64. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  65. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
  66. data/lib/pulpcore_client/api/roles_api.rb +37 -37
  67. data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
  68. data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
  69. data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
  70. data/lib/pulpcore_client/api/tasks_api.rb +119 -119
  71. data/lib/pulpcore_client/api/uploads_api.rb +65 -65
  72. data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
  73. data/lib/pulpcore_client/api/users_api.rb +37 -37
  74. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  75. data/lib/pulpcore_client/api/workers_api.rb +11 -11
  76. data/lib/pulpcore_client/models/artifact_distribution_response.rb +31 -31
  77. data/lib/pulpcore_client/version.rb +1 -1
  78. data/lib/pulpcore_client.rb +0 -2
  79. data/spec/api/access_policies_api_spec.rb +10 -10
  80. data/spec/api/artifacts_api_spec.rb +8 -8
  81. data/spec/api/content_api_spec.rb +2 -2
  82. data/spec/api/contentguards_api_spec.rb +2 -2
  83. data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
  84. data/spec/api/contentguards_rbac_api_spec.rb +20 -20
  85. data/spec/api/distributions_api_spec.rb +2 -2
  86. data/spec/api/distributions_artifacts_api_spec.rb +4 -4
  87. data/spec/api/domains_api_spec.rb +12 -12
  88. data/spec/api/exporters_filesystem_api_spec.rb +12 -12
  89. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  90. data/spec/api/exporters_pulp_api_spec.rb +12 -12
  91. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  92. data/spec/api/groups_api_spec.rb +20 -20
  93. data/spec/api/groups_roles_api_spec.rb +8 -8
  94. data/spec/api/groups_users_api_spec.rb +6 -6
  95. data/spec/api/importers_pulp_api_spec.rb +12 -12
  96. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  97. data/spec/api/orphans_api_spec.rb +2 -2
  98. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  99. data/spec/api/publications_api_spec.rb +2 -2
  100. data/spec/api/remotes_api_spec.rb +2 -2
  101. data/spec/api/repair_api_spec.rb +2 -2
  102. data/spec/api/repositories_api_spec.rb +2 -2
  103. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  104. data/spec/api/repository_versions_api_spec.rb +2 -2
  105. data/spec/api/roles_api_spec.rb +12 -12
  106. data/spec/api/signing_services_api_spec.rb +4 -4
  107. data/spec/api/task_groups_api_spec.rb +4 -4
  108. data/spec/api/task_schedules_api_spec.rb +12 -12
  109. data/spec/api/tasks_api_spec.rb +29 -29
  110. data/spec/api/uploads_api_spec.rb +20 -20
  111. data/spec/api/upstream_pulps_api_spec.rb +14 -14
  112. data/spec/api/users_api_spec.rb +12 -12
  113. data/spec/api/users_roles_api_spec.rb +8 -8
  114. data/spec/api/workers_api_spec.rb +4 -4
  115. data/spec/models/artifact_distribution_response_spec.rb +8 -8
  116. metadata +2 -10
  117. data/docs/DocsApiJsonApi.md +0 -61
  118. data/docs/DocsApiYamlApi.md +0 -61
  119. data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
  120. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
  121. data/spec/api/docs_api_json_api_spec.rb +0 -48
  122. data/spec/api/docs_api_yaml_api_spec.rb +0 -48
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 308fbd960ac5a35020dcea9ebc4471dfb9e09c982df3163847d440bd5c4dbdf1
4
- data.tar.gz: 216d0f6009122d0304e7d9c8253dc4e4a28b99fcd650034f819afceae727df9b
3
+ metadata.gz: a56941ce266e8c2d1c4e96fd0de41f619a866c35c4bd6e68507171d0ed9047c6
4
+ data.tar.gz: f7dc600e01185a81d4dba3a1d435c6ea82fd8890c03a504069e2387967618616
5
5
  SHA512:
6
- metadata.gz: 7489d3d15e2142582a961b533d6912f1b27bc5d7b1155550c91bcae4ae013d4112970eec9f5efd10c3423e868da7ca3b343a0b11a2179954854db5e808096f30
7
- data.tar.gz: 692b941eff5caafff14322eb05506b6646ac77e3892b745aa0240645c7c625f8a93336863e0019d05e2e9be6955327eb778a9a80cab6e1093d28e66d412cbc76
6
+ metadata.gz: 30033be87c21f13d962adaac2c63fb94c0730cd2327af08250084d819e394c0a2b5d8d5b2bcb6cf38e1e2dfda8d63e754dffdd790d1713cac628a7f10195d96b
7
+ data.tar.gz: 75f68180b4ea3b0a5595d647abee31585b6f47e3334ddff5c49a0c8bb9986d9f01dd27252a817d82b52b7d7dbf17b961f23ec766878ee5f4ed476e792b8b773a
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.28.30
10
+ - Package version: 3.28.31
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.28.30.gem
27
+ gem install ./pulpcore_client-3.28.31.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.28.30.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.28.31.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.28.30'
36
+ gem 'pulpcore_client', '~> 3.28.31'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -83,10 +83,10 @@ opts = {
83
83
 
84
84
  begin
85
85
  #List access policys
86
- result = api_instance.access_policies_list(opts)
86
+ result = api_instance.list(opts)
87
87
  p result
88
88
  rescue PulpcoreClient::ApiError => e
89
- puts "Exception when calling AccessPoliciesApi->access_policies_list: #{e}"
89
+ puts "Exception when calling AccessPoliciesApi->list: #{e}"
90
90
  end
91
91
 
92
92
  ```
@@ -97,159 +97,157 @@ All URIs are relative to *http://localhost:24817*
97
97
 
98
98
  Class | Method | HTTP request | Description
99
99
  ------------ | ------------- | ------------- | -------------
100
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_list**](docs/AccessPoliciesApi.md#access_policies_list) | **GET** /pulp/api/v3/access_policies/ | List access policys
101
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_partial_update**](docs/AccessPoliciesApi.md#access_policies_partial_update) | **PATCH** {access_policy_href} | Update an access policy
102
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_read**](docs/AccessPoliciesApi.md#access_policies_read) | **GET** {access_policy_href} | Inspect an access policy
103
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_reset**](docs/AccessPoliciesApi.md#access_policies_reset) | **POST** {access_policy_href}reset/ |
104
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_update**](docs/AccessPoliciesApi.md#access_policies_update) | **PUT** {access_policy_href} | Update an access policy
105
- *PulpcoreClient::ArtifactsApi* | [**artifacts_create**](docs/ArtifactsApi.md#artifacts_create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
106
- *PulpcoreClient::ArtifactsApi* | [**artifacts_delete**](docs/ArtifactsApi.md#artifacts_delete) | **DELETE** {artifact_href} | Delete an artifact
107
- *PulpcoreClient::ArtifactsApi* | [**artifacts_list**](docs/ArtifactsApi.md#artifacts_list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
108
- *PulpcoreClient::ArtifactsApi* | [**artifacts_read**](docs/ArtifactsApi.md#artifacts_read) | **GET** {artifact_href} | Inspect an artifact
109
- *PulpcoreClient::ContentApi* | [**content_list**](docs/ContentApi.md#content_list) | **GET** /pulp/api/v3/content/ | List content
110
- *PulpcoreClient::ContentguardsApi* | [**contentguards_list**](docs/ContentguardsApi.md#contentguards_list) | **GET** /pulp/api/v3/contentguards/ | List content guards
111
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_add_role**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
112
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_create**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
113
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_delete**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
114
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_list**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
115
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_list_roles**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
116
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_my_permissions**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
117
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_partial_update**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
118
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_read**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
119
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_remove_role**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
120
- *PulpcoreClient::ContentguardsContentRedirectApi* | [**contentguards_core_content_redirect_update**](docs/ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
121
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_add_role**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
122
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_create**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
123
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_delete**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
124
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_list**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
125
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_list_roles**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
126
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_my_permissions**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
127
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_partial_update**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
128
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_read**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
129
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_remove_role**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
130
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_update**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
131
- *PulpcoreClient::DistributionsApi* | [**distributions_list**](docs/DistributionsApi.md#distributions_list) | **GET** /pulp/api/v3/distributions/ | List distributions
132
- *PulpcoreClient::DistributionsArtifactsApi* | [**distributions_core_artifacts_list**](docs/DistributionsArtifactsApi.md#distributions_core_artifacts_list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
133
- *PulpcoreClient::DistributionsArtifactsApi* | [**distributions_core_artifacts_read**](docs/DistributionsArtifactsApi.md#distributions_core_artifacts_read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
134
- *PulpcoreClient::DocsApiJsonApi* | [**docs_api_json_get**](docs/DocsApiJsonApi.md#docs_api_json_get) | **GET** /pulp/api/v3/docs/api.json |
135
- *PulpcoreClient::DocsApiYamlApi* | [**docs_api_yaml_get**](docs/DocsApiYamlApi.md#docs_api_yaml_get) | **GET** /pulp/api/v3/docs/api.yaml |
136
- *PulpcoreClient::DomainsApi* | [**domains_create**](docs/DomainsApi.md#domains_create) | **POST** /pulp/api/v3/domains/ | Create a domain
137
- *PulpcoreClient::DomainsApi* | [**domains_delete**](docs/DomainsApi.md#domains_delete) | **DELETE** {domain_href} | Delete a domain
138
- *PulpcoreClient::DomainsApi* | [**domains_list**](docs/DomainsApi.md#domains_list) | **GET** /pulp/api/v3/domains/ | List domains
139
- *PulpcoreClient::DomainsApi* | [**domains_partial_update**](docs/DomainsApi.md#domains_partial_update) | **PATCH** {domain_href} | Update a domain
140
- *PulpcoreClient::DomainsApi* | [**domains_read**](docs/DomainsApi.md#domains_read) | **GET** {domain_href} | Inspect a domain
141
- *PulpcoreClient::DomainsApi* | [**domains_update**](docs/DomainsApi.md#domains_update) | **PUT** {domain_href} | Update a domain
142
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_create**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
143
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_delete**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
144
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_list**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
145
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_partial_update**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
146
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_read**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
147
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_update**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
148
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_create**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
149
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_delete**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
150
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_list**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
151
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_read**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
152
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_create**](docs/ExportersPulpApi.md#exporters_core_pulp_create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
153
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_delete**](docs/ExportersPulpApi.md#exporters_core_pulp_delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
154
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_list**](docs/ExportersPulpApi.md#exporters_core_pulp_list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
155
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_partial_update**](docs/ExportersPulpApi.md#exporters_core_pulp_partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
156
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_read**](docs/ExportersPulpApi.md#exporters_core_pulp_read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
157
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_update**](docs/ExportersPulpApi.md#exporters_core_pulp_update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
158
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_create**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
159
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_delete**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
160
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_list**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
161
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_read**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
162
- *PulpcoreClient::GroupsApi* | [**groups_add_role**](docs/GroupsApi.md#groups_add_role) | **POST** {group_href}add_role/ |
163
- *PulpcoreClient::GroupsApi* | [**groups_create**](docs/GroupsApi.md#groups_create) | **POST** /pulp/api/v3/groups/ | Create a group
164
- *PulpcoreClient::GroupsApi* | [**groups_delete**](docs/GroupsApi.md#groups_delete) | **DELETE** {group_href} | Delete a group
165
- *PulpcoreClient::GroupsApi* | [**groups_list**](docs/GroupsApi.md#groups_list) | **GET** /pulp/api/v3/groups/ | List groups
166
- *PulpcoreClient::GroupsApi* | [**groups_list_roles**](docs/GroupsApi.md#groups_list_roles) | **GET** {group_href}list_roles/ |
167
- *PulpcoreClient::GroupsApi* | [**groups_my_permissions**](docs/GroupsApi.md#groups_my_permissions) | **GET** {group_href}my_permissions/ |
168
- *PulpcoreClient::GroupsApi* | [**groups_partial_update**](docs/GroupsApi.md#groups_partial_update) | **PATCH** {group_href} | Update a group
169
- *PulpcoreClient::GroupsApi* | [**groups_read**](docs/GroupsApi.md#groups_read) | **GET** {group_href} | Inspect a group
170
- *PulpcoreClient::GroupsApi* | [**groups_remove_role**](docs/GroupsApi.md#groups_remove_role) | **POST** {group_href}remove_role/ |
171
- *PulpcoreClient::GroupsApi* | [**groups_update**](docs/GroupsApi.md#groups_update) | **PUT** {group_href} | Update a group
172
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_create**](docs/GroupsRolesApi.md#groups_roles_create) | **POST** {group_href}roles/ | Create a group role
173
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_delete**](docs/GroupsRolesApi.md#groups_roles_delete) | **DELETE** {groups_group_role_href} | Delete a group role
174
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_list**](docs/GroupsRolesApi.md#groups_roles_list) | **GET** {group_href}roles/ | List group roles
175
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_read**](docs/GroupsRolesApi.md#groups_roles_read) | **GET** {groups_group_role_href} | Inspect a group role
176
- *PulpcoreClient::GroupsUsersApi* | [**groups_users_create**](docs/GroupsUsersApi.md#groups_users_create) | **POST** {group_href}users/ | Create an user
177
- *PulpcoreClient::GroupsUsersApi* | [**groups_users_delete**](docs/GroupsUsersApi.md#groups_users_delete) | **DELETE** {groups_user_href} | Delete an user
178
- *PulpcoreClient::GroupsUsersApi* | [**groups_users_list**](docs/GroupsUsersApi.md#groups_users_list) | **GET** {group_href}users/ | List users
179
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_create**](docs/ImportersPulpApi.md#importers_core_pulp_create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
180
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_delete**](docs/ImportersPulpApi.md#importers_core_pulp_delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
181
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_list**](docs/ImportersPulpApi.md#importers_core_pulp_list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
182
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_partial_update**](docs/ImportersPulpApi.md#importers_core_pulp_partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
183
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_read**](docs/ImportersPulpApi.md#importers_core_pulp_read) | **GET** {pulp_importer_href} | Inspect a pulp importer
184
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_update**](docs/ImportersPulpApi.md#importers_core_pulp_update) | **PUT** {pulp_importer_href} | Update a pulp importer
100
+ *PulpcoreClient::AccessPoliciesApi* | [**list**](docs/AccessPoliciesApi.md#list) | **GET** /pulp/api/v3/access_policies/ | List access policys
101
+ *PulpcoreClient::AccessPoliciesApi* | [**partial_update**](docs/AccessPoliciesApi.md#partial_update) | **PATCH** {access_policy_href} | Update an access policy
102
+ *PulpcoreClient::AccessPoliciesApi* | [**read**](docs/AccessPoliciesApi.md#read) | **GET** {access_policy_href} | Inspect an access policy
103
+ *PulpcoreClient::AccessPoliciesApi* | [**reset**](docs/AccessPoliciesApi.md#reset) | **POST** {access_policy_href}reset/ |
104
+ *PulpcoreClient::AccessPoliciesApi* | [**update**](docs/AccessPoliciesApi.md#update) | **PUT** {access_policy_href} | Update an access policy
105
+ *PulpcoreClient::ArtifactsApi* | [**create**](docs/ArtifactsApi.md#create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
106
+ *PulpcoreClient::ArtifactsApi* | [**delete**](docs/ArtifactsApi.md#delete) | **DELETE** {artifact_href} | Delete an artifact
107
+ *PulpcoreClient::ArtifactsApi* | [**list**](docs/ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
108
+ *PulpcoreClient::ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
109
+ *PulpcoreClient::ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
110
+ *PulpcoreClient::ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
111
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**add_role**](docs/ContentguardsContentRedirectApi.md#add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
112
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
113
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
114
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**list**](docs/ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
115
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**list_roles**](docs/ContentguardsContentRedirectApi.md#list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
116
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**my_permissions**](docs/ContentguardsContentRedirectApi.md#my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
117
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**partial_update**](docs/ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
118
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
119
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**remove_role**](docs/ContentguardsContentRedirectApi.md#remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
120
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
121
+ *PulpcoreClient::ContentguardsRbacApi* | [**add_role**](docs/ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
122
+ *PulpcoreClient::ContentguardsRbacApi* | [**create**](docs/ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
123
+ *PulpcoreClient::ContentguardsRbacApi* | [**delete**](docs/ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
124
+ *PulpcoreClient::ContentguardsRbacApi* | [**list**](docs/ContentguardsRbacApi.md#list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
125
+ *PulpcoreClient::ContentguardsRbacApi* | [**list_roles**](docs/ContentguardsRbacApi.md#list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
126
+ *PulpcoreClient::ContentguardsRbacApi* | [**my_permissions**](docs/ContentguardsRbacApi.md#my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
127
+ *PulpcoreClient::ContentguardsRbacApi* | [**partial_update**](docs/ContentguardsRbacApi.md#partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
128
+ *PulpcoreClient::ContentguardsRbacApi* | [**read**](docs/ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
129
+ *PulpcoreClient::ContentguardsRbacApi* | [**remove_role**](docs/ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
130
+ *PulpcoreClient::ContentguardsRbacApi* | [**update**](docs/ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
131
+ *PulpcoreClient::DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
132
+ *PulpcoreClient::DistributionsArtifactsApi* | [**list**](docs/DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
133
+ *PulpcoreClient::DistributionsArtifactsApi* | [**read**](docs/DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
134
+ *PulpcoreClient::DomainsApi* | [**create**](docs/DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
135
+ *PulpcoreClient::DomainsApi* | [**delete**](docs/DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
136
+ *PulpcoreClient::DomainsApi* | [**list**](docs/DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
137
+ *PulpcoreClient::DomainsApi* | [**partial_update**](docs/DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
138
+ *PulpcoreClient::DomainsApi* | [**read**](docs/DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
139
+ *PulpcoreClient::DomainsApi* | [**update**](docs/DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
140
+ *PulpcoreClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
141
+ *PulpcoreClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
142
+ *PulpcoreClient::ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
143
+ *PulpcoreClient::ExportersFilesystemApi* | [**partial_update**](docs/ExportersFilesystemApi.md#partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
144
+ *PulpcoreClient::ExportersFilesystemApi* | [**read**](docs/ExportersFilesystemApi.md#read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
145
+ *PulpcoreClient::ExportersFilesystemApi* | [**update**](docs/ExportersFilesystemApi.md#update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
146
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**create**](docs/ExportersFilesystemExportsApi.md#create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
147
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**delete**](docs/ExportersFilesystemExportsApi.md#delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
148
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**list**](docs/ExportersFilesystemExportsApi.md#list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
149
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**read**](docs/ExportersFilesystemExportsApi.md#read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
150
+ *PulpcoreClient::ExportersPulpApi* | [**create**](docs/ExportersPulpApi.md#create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
151
+ *PulpcoreClient::ExportersPulpApi* | [**delete**](docs/ExportersPulpApi.md#delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
152
+ *PulpcoreClient::ExportersPulpApi* | [**list**](docs/ExportersPulpApi.md#list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
153
+ *PulpcoreClient::ExportersPulpApi* | [**partial_update**](docs/ExportersPulpApi.md#partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
154
+ *PulpcoreClient::ExportersPulpApi* | [**read**](docs/ExportersPulpApi.md#read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
155
+ *PulpcoreClient::ExportersPulpApi* | [**update**](docs/ExportersPulpApi.md#update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
156
+ *PulpcoreClient::ExportersPulpExportsApi* | [**create**](docs/ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
157
+ *PulpcoreClient::ExportersPulpExportsApi* | [**delete**](docs/ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
158
+ *PulpcoreClient::ExportersPulpExportsApi* | [**list**](docs/ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
159
+ *PulpcoreClient::ExportersPulpExportsApi* | [**read**](docs/ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
160
+ *PulpcoreClient::GroupsApi* | [**add_role**](docs/GroupsApi.md#add_role) | **POST** {group_href}add_role/ |
161
+ *PulpcoreClient::GroupsApi* | [**create**](docs/GroupsApi.md#create) | **POST** /pulp/api/v3/groups/ | Create a group
162
+ *PulpcoreClient::GroupsApi* | [**delete**](docs/GroupsApi.md#delete) | **DELETE** {group_href} | Delete a group
163
+ *PulpcoreClient::GroupsApi* | [**list**](docs/GroupsApi.md#list) | **GET** /pulp/api/v3/groups/ | List groups
164
+ *PulpcoreClient::GroupsApi* | [**list_roles**](docs/GroupsApi.md#list_roles) | **GET** {group_href}list_roles/ |
165
+ *PulpcoreClient::GroupsApi* | [**my_permissions**](docs/GroupsApi.md#my_permissions) | **GET** {group_href}my_permissions/ |
166
+ *PulpcoreClient::GroupsApi* | [**partial_update**](docs/GroupsApi.md#partial_update) | **PATCH** {group_href} | Update a group
167
+ *PulpcoreClient::GroupsApi* | [**read**](docs/GroupsApi.md#read) | **GET** {group_href} | Inspect a group
168
+ *PulpcoreClient::GroupsApi* | [**remove_role**](docs/GroupsApi.md#remove_role) | **POST** {group_href}remove_role/ |
169
+ *PulpcoreClient::GroupsApi* | [**update**](docs/GroupsApi.md#update) | **PUT** {group_href} | Update a group
170
+ *PulpcoreClient::GroupsRolesApi* | [**create**](docs/GroupsRolesApi.md#create) | **POST** {group_href}roles/ | Create a group role
171
+ *PulpcoreClient::GroupsRolesApi* | [**delete**](docs/GroupsRolesApi.md#delete) | **DELETE** {groups_group_role_href} | Delete a group role
172
+ *PulpcoreClient::GroupsRolesApi* | [**list**](docs/GroupsRolesApi.md#list) | **GET** {group_href}roles/ | List group roles
173
+ *PulpcoreClient::GroupsRolesApi* | [**read**](docs/GroupsRolesApi.md#read) | **GET** {groups_group_role_href} | Inspect a group role
174
+ *PulpcoreClient::GroupsUsersApi* | [**create**](docs/GroupsUsersApi.md#create) | **POST** {group_href}users/ | Create an user
175
+ *PulpcoreClient::GroupsUsersApi* | [**delete**](docs/GroupsUsersApi.md#delete) | **DELETE** {groups_user_href} | Delete an user
176
+ *PulpcoreClient::GroupsUsersApi* | [**list**](docs/GroupsUsersApi.md#list) | **GET** {group_href}users/ | List users
177
+ *PulpcoreClient::ImportersPulpApi* | [**create**](docs/ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
178
+ *PulpcoreClient::ImportersPulpApi* | [**delete**](docs/ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
179
+ *PulpcoreClient::ImportersPulpApi* | [**list**](docs/ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
180
+ *PulpcoreClient::ImportersPulpApi* | [**partial_update**](docs/ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
181
+ *PulpcoreClient::ImportersPulpApi* | [**read**](docs/ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
182
+ *PulpcoreClient::ImportersPulpApi* | [**update**](docs/ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
185
183
  *PulpcoreClient::ImportersPulpImportCheckApi* | [**pulp_import_check_post**](docs/ImportersPulpImportCheckApi.md#pulp_import_check_post) | **POST** /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call
186
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_create**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
187
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_delete**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
188
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_list**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_list) | **GET** {pulp_importer_href}imports/ | List pulp imports
189
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_read**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
190
- *PulpcoreClient::OrphansApi* | [**orphans_delete**](docs/OrphansApi.md#orphans_delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
191
- *PulpcoreClient::OrphansCleanupApi* | [**orphans_cleanup_cleanup**](docs/OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
192
- *PulpcoreClient::PublicationsApi* | [**publications_list**](docs/PublicationsApi.md#publications_list) | **GET** /pulp/api/v3/publications/ | List publications
193
- *PulpcoreClient::RemotesApi* | [**remotes_list**](docs/RemotesApi.md#remotes_list) | **GET** /pulp/api/v3/remotes/ | List remotes
194
- *PulpcoreClient::RepairApi* | [**repair_post**](docs/RepairApi.md#repair_post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
195
- *PulpcoreClient::RepositoriesApi* | [**repositories_list**](docs/RepositoriesApi.md#repositories_list) | **GET** /pulp/api/v3/repositories/ | List repositories
196
- *PulpcoreClient::RepositoriesReclaimSpaceApi* | [**repositories_reclaim_space_reclaim**](docs/RepositoriesReclaimSpaceApi.md#repositories_reclaim_space_reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
197
- *PulpcoreClient::RepositoryVersionsApi* | [**repository_versions_list**](docs/RepositoryVersionsApi.md#repository_versions_list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
198
- *PulpcoreClient::RolesApi* | [**roles_create**](docs/RolesApi.md#roles_create) | **POST** /pulp/api/v3/roles/ | Create a role
199
- *PulpcoreClient::RolesApi* | [**roles_delete**](docs/RolesApi.md#roles_delete) | **DELETE** {role_href} | Delete a role
200
- *PulpcoreClient::RolesApi* | [**roles_list**](docs/RolesApi.md#roles_list) | **GET** /pulp/api/v3/roles/ | List roles
201
- *PulpcoreClient::RolesApi* | [**roles_partial_update**](docs/RolesApi.md#roles_partial_update) | **PATCH** {role_href} | Update a role
202
- *PulpcoreClient::RolesApi* | [**roles_read**](docs/RolesApi.md#roles_read) | **GET** {role_href} | Inspect a role
203
- *PulpcoreClient::RolesApi* | [**roles_update**](docs/RolesApi.md#roles_update) | **PUT** {role_href} | Update a role
204
- *PulpcoreClient::SigningServicesApi* | [**signing_services_list**](docs/SigningServicesApi.md#signing_services_list) | **GET** /pulp/api/v3/signing-services/ | List signing services
205
- *PulpcoreClient::SigningServicesApi* | [**signing_services_read**](docs/SigningServicesApi.md#signing_services_read) | **GET** {signing_service_href} | Inspect a signing service
184
+ *PulpcoreClient::ImportersPulpImportsApi* | [**create**](docs/ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
185
+ *PulpcoreClient::ImportersPulpImportsApi* | [**delete**](docs/ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
186
+ *PulpcoreClient::ImportersPulpImportsApi* | [**list**](docs/ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
187
+ *PulpcoreClient::ImportersPulpImportsApi* | [**read**](docs/ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
188
+ *PulpcoreClient::OrphansApi* | [**delete**](docs/OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
189
+ *PulpcoreClient::OrphansCleanupApi* | [**cleanup**](docs/OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
190
+ *PulpcoreClient::PublicationsApi* | [**list**](docs/PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
191
+ *PulpcoreClient::RemotesApi* | [**list**](docs/RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
192
+ *PulpcoreClient::RepairApi* | [**post**](docs/RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
193
+ *PulpcoreClient::RepositoriesApi* | [**list**](docs/RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
194
+ *PulpcoreClient::RepositoriesReclaimSpaceApi* | [**reclaim**](docs/RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
195
+ *PulpcoreClient::RepositoryVersionsApi* | [**list**](docs/RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
196
+ *PulpcoreClient::RolesApi* | [**create**](docs/RolesApi.md#create) | **POST** /pulp/api/v3/roles/ | Create a role
197
+ *PulpcoreClient::RolesApi* | [**delete**](docs/RolesApi.md#delete) | **DELETE** {role_href} | Delete a role
198
+ *PulpcoreClient::RolesApi* | [**list**](docs/RolesApi.md#list) | **GET** /pulp/api/v3/roles/ | List roles
199
+ *PulpcoreClient::RolesApi* | [**partial_update**](docs/RolesApi.md#partial_update) | **PATCH** {role_href} | Update a role
200
+ *PulpcoreClient::RolesApi* | [**read**](docs/RolesApi.md#read) | **GET** {role_href} | Inspect a role
201
+ *PulpcoreClient::RolesApi* | [**update**](docs/RolesApi.md#update) | **PUT** {role_href} | Update a role
202
+ *PulpcoreClient::SigningServicesApi* | [**list**](docs/SigningServicesApi.md#list) | **GET** /pulp/api/v3/signing-services/ | List signing services
203
+ *PulpcoreClient::SigningServicesApi* | [**read**](docs/SigningServicesApi.md#read) | **GET** {signing_service_href} | Inspect a signing service
206
204
  *PulpcoreClient::StatusApi* | [**status_read**](docs/StatusApi.md#status_read) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp
207
- *PulpcoreClient::TaskGroupsApi* | [**task_groups_list**](docs/TaskGroupsApi.md#task_groups_list) | **GET** /pulp/api/v3/task-groups/ | List task groups
208
- *PulpcoreClient::TaskGroupsApi* | [**task_groups_read**](docs/TaskGroupsApi.md#task_groups_read) | **GET** {task_group_href} | Inspect a task group
209
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_add_role**](docs/TaskSchedulesApi.md#task_schedules_add_role) | **POST** {task_schedule_href}add_role/ |
210
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_list**](docs/TaskSchedulesApi.md#task_schedules_list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
211
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_list_roles**](docs/TaskSchedulesApi.md#task_schedules_list_roles) | **GET** {task_schedule_href}list_roles/ |
212
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_my_permissions**](docs/TaskSchedulesApi.md#task_schedules_my_permissions) | **GET** {task_schedule_href}my_permissions/ |
213
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_read**](docs/TaskSchedulesApi.md#task_schedules_read) | **GET** {task_schedule_href} | Inspect a task schedule
214
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_remove_role**](docs/TaskSchedulesApi.md#task_schedules_remove_role) | **POST** {task_schedule_href}remove_role/ |
215
- *PulpcoreClient::TasksApi* | [**tasks_add_role**](docs/TasksApi.md#tasks_add_role) | **POST** {task_href}add_role/ |
205
+ *PulpcoreClient::TaskGroupsApi* | [**list**](docs/TaskGroupsApi.md#list) | **GET** /pulp/api/v3/task-groups/ | List task groups
206
+ *PulpcoreClient::TaskGroupsApi* | [**read**](docs/TaskGroupsApi.md#read) | **GET** {task_group_href} | Inspect a task group
207
+ *PulpcoreClient::TaskSchedulesApi* | [**add_role**](docs/TaskSchedulesApi.md#add_role) | **POST** {task_schedule_href}add_role/ |
208
+ *PulpcoreClient::TaskSchedulesApi* | [**list**](docs/TaskSchedulesApi.md#list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
209
+ *PulpcoreClient::TaskSchedulesApi* | [**list_roles**](docs/TaskSchedulesApi.md#list_roles) | **GET** {task_schedule_href}list_roles/ |
210
+ *PulpcoreClient::TaskSchedulesApi* | [**my_permissions**](docs/TaskSchedulesApi.md#my_permissions) | **GET** {task_schedule_href}my_permissions/ |
211
+ *PulpcoreClient::TaskSchedulesApi* | [**read**](docs/TaskSchedulesApi.md#read) | **GET** {task_schedule_href} | Inspect a task schedule
212
+ *PulpcoreClient::TaskSchedulesApi* | [**remove_role**](docs/TaskSchedulesApi.md#remove_role) | **POST** {task_schedule_href}remove_role/ |
213
+ *PulpcoreClient::TasksApi* | [**add_role**](docs/TasksApi.md#add_role) | **POST** {task_href}add_role/ |
214
+ *PulpcoreClient::TasksApi* | [**delete**](docs/TasksApi.md#delete) | **DELETE** {task_href} | Delete a task
215
+ *PulpcoreClient::TasksApi* | [**list**](docs/TasksApi.md#list) | **GET** /pulp/api/v3/tasks/ | List tasks
216
+ *PulpcoreClient::TasksApi* | [**list_roles**](docs/TasksApi.md#list_roles) | **GET** {task_href}list_roles/ |
217
+ *PulpcoreClient::TasksApi* | [**my_permissions**](docs/TasksApi.md#my_permissions) | **GET** {task_href}my_permissions/ |
218
+ *PulpcoreClient::TasksApi* | [**purge**](docs/TasksApi.md#purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
219
+ *PulpcoreClient::TasksApi* | [**read**](docs/TasksApi.md#read) | **GET** {task_href} | Inspect a task
220
+ *PulpcoreClient::TasksApi* | [**remove_role**](docs/TasksApi.md#remove_role) | **POST** {task_href}remove_role/ |
216
221
  *PulpcoreClient::TasksApi* | [**tasks_cancel**](docs/TasksApi.md#tasks_cancel) | **PATCH** {task_href} | Cancel a task
217
- *PulpcoreClient::TasksApi* | [**tasks_delete**](docs/TasksApi.md#tasks_delete) | **DELETE** {task_href} | Delete a task
218
- *PulpcoreClient::TasksApi* | [**tasks_list**](docs/TasksApi.md#tasks_list) | **GET** /pulp/api/v3/tasks/ | List tasks
219
- *PulpcoreClient::TasksApi* | [**tasks_list_roles**](docs/TasksApi.md#tasks_list_roles) | **GET** {task_href}list_roles/ |
220
- *PulpcoreClient::TasksApi* | [**tasks_my_permissions**](docs/TasksApi.md#tasks_my_permissions) | **GET** {task_href}my_permissions/ |
221
- *PulpcoreClient::TasksApi* | [**tasks_purge**](docs/TasksApi.md#tasks_purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
222
- *PulpcoreClient::TasksApi* | [**tasks_read**](docs/TasksApi.md#tasks_read) | **GET** {task_href} | Inspect a task
223
- *PulpcoreClient::TasksApi* | [**tasks_remove_role**](docs/TasksApi.md#tasks_remove_role) | **POST** {task_href}remove_role/ |
224
- *PulpcoreClient::UploadsApi* | [**uploads_add_role**](docs/UploadsApi.md#uploads_add_role) | **POST** {upload_href}add_role/ |
225
- *PulpcoreClient::UploadsApi* | [**uploads_commit**](docs/UploadsApi.md#uploads_commit) | **POST** {upload_href}commit/ | Finish an Upload
226
- *PulpcoreClient::UploadsApi* | [**uploads_create**](docs/UploadsApi.md#uploads_create) | **POST** /pulp/api/v3/uploads/ | Create an upload
227
- *PulpcoreClient::UploadsApi* | [**uploads_delete**](docs/UploadsApi.md#uploads_delete) | **DELETE** {upload_href} | Delete an upload
228
- *PulpcoreClient::UploadsApi* | [**uploads_list**](docs/UploadsApi.md#uploads_list) | **GET** /pulp/api/v3/uploads/ | List uploads
229
- *PulpcoreClient::UploadsApi* | [**uploads_list_roles**](docs/UploadsApi.md#uploads_list_roles) | **GET** {upload_href}list_roles/ |
230
- *PulpcoreClient::UploadsApi* | [**uploads_my_permissions**](docs/UploadsApi.md#uploads_my_permissions) | **GET** {upload_href}my_permissions/ |
231
- *PulpcoreClient::UploadsApi* | [**uploads_read**](docs/UploadsApi.md#uploads_read) | **GET** {upload_href} | Inspect an upload
232
- *PulpcoreClient::UploadsApi* | [**uploads_remove_role**](docs/UploadsApi.md#uploads_remove_role) | **POST** {upload_href}remove_role/ |
233
- *PulpcoreClient::UploadsApi* | [**uploads_update**](docs/UploadsApi.md#uploads_update) | **PUT** {upload_href} | Upload a file chunk
234
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_create**](docs/UpstreamPulpsApi.md#upstream_pulps_create) | **POST** /pulp/api/v3/upstream-pulps/ | Create an upstream pulp
235
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_delete**](docs/UpstreamPulpsApi.md#upstream_pulps_delete) | **DELETE** {upstream_pulp_href} | Delete an upstream pulp
236
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_list**](docs/UpstreamPulpsApi.md#upstream_pulps_list) | **GET** /pulp/api/v3/upstream-pulps/ | List upstream pulps
237
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_partial_update**](docs/UpstreamPulpsApi.md#upstream_pulps_partial_update) | **PATCH** {upstream_pulp_href} | Update an upstream pulp
238
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_read**](docs/UpstreamPulpsApi.md#upstream_pulps_read) | **GET** {upstream_pulp_href} | Inspect an upstream pulp
239
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_replicate**](docs/UpstreamPulpsApi.md#upstream_pulps_replicate) | **POST** {upstream_pulp_href}replicate/ | Replicate
240
- *PulpcoreClient::UpstreamPulpsApi* | [**upstream_pulps_update**](docs/UpstreamPulpsApi.md#upstream_pulps_update) | **PUT** {upstream_pulp_href} | Update an upstream pulp
241
- *PulpcoreClient::UsersApi* | [**users_create**](docs/UsersApi.md#users_create) | **POST** /pulp/api/v3/users/ | Create an user
242
- *PulpcoreClient::UsersApi* | [**users_delete**](docs/UsersApi.md#users_delete) | **DELETE** {auth_user_href} | Delete an user
243
- *PulpcoreClient::UsersApi* | [**users_list**](docs/UsersApi.md#users_list) | **GET** /pulp/api/v3/users/ | List users
244
- *PulpcoreClient::UsersApi* | [**users_partial_update**](docs/UsersApi.md#users_partial_update) | **PATCH** {auth_user_href} | Update an user
245
- *PulpcoreClient::UsersApi* | [**users_read**](docs/UsersApi.md#users_read) | **GET** {auth_user_href} | Inspect an user
246
- *PulpcoreClient::UsersApi* | [**users_update**](docs/UsersApi.md#users_update) | **PUT** {auth_user_href} | Update an user
247
- *PulpcoreClient::UsersRolesApi* | [**users_roles_create**](docs/UsersRolesApi.md#users_roles_create) | **POST** {auth_user_href}roles/ | Create an user role
248
- *PulpcoreClient::UsersRolesApi* | [**users_roles_delete**](docs/UsersRolesApi.md#users_roles_delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
249
- *PulpcoreClient::UsersRolesApi* | [**users_roles_list**](docs/UsersRolesApi.md#users_roles_list) | **GET** {auth_user_href}roles/ | List user roles
250
- *PulpcoreClient::UsersRolesApi* | [**users_roles_read**](docs/UsersRolesApi.md#users_roles_read) | **GET** {auth_users_user_role_href} | Inspect an user role
251
- *PulpcoreClient::WorkersApi* | [**workers_list**](docs/WorkersApi.md#workers_list) | **GET** /pulp/api/v3/workers/ | List workers
252
- *PulpcoreClient::WorkersApi* | [**workers_read**](docs/WorkersApi.md#workers_read) | **GET** {worker_href} | Inspect a worker
222
+ *PulpcoreClient::UploadsApi* | [**add_role**](docs/UploadsApi.md#add_role) | **POST** {upload_href}add_role/ |
223
+ *PulpcoreClient::UploadsApi* | [**commit**](docs/UploadsApi.md#commit) | **POST** {upload_href}commit/ | Finish an Upload
224
+ *PulpcoreClient::UploadsApi* | [**create**](docs/UploadsApi.md#create) | **POST** /pulp/api/v3/uploads/ | Create an upload
225
+ *PulpcoreClient::UploadsApi* | [**delete**](docs/UploadsApi.md#delete) | **DELETE** {upload_href} | Delete an upload
226
+ *PulpcoreClient::UploadsApi* | [**list**](docs/UploadsApi.md#list) | **GET** /pulp/api/v3/uploads/ | List uploads
227
+ *PulpcoreClient::UploadsApi* | [**list_roles**](docs/UploadsApi.md#list_roles) | **GET** {upload_href}list_roles/ |
228
+ *PulpcoreClient::UploadsApi* | [**my_permissions**](docs/UploadsApi.md#my_permissions) | **GET** {upload_href}my_permissions/ |
229
+ *PulpcoreClient::UploadsApi* | [**read**](docs/UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
230
+ *PulpcoreClient::UploadsApi* | [**remove_role**](docs/UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ |
231
+ *PulpcoreClient::UploadsApi* | [**update**](docs/UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
232
+ *PulpcoreClient::UpstreamPulpsApi* | [**create**](docs/UpstreamPulpsApi.md#create) | **POST** /pulp/api/v3/upstream-pulps/ | Create an upstream pulp
233
+ *PulpcoreClient::UpstreamPulpsApi* | [**delete**](docs/UpstreamPulpsApi.md#delete) | **DELETE** {upstream_pulp_href} | Delete an upstream pulp
234
+ *PulpcoreClient::UpstreamPulpsApi* | [**list**](docs/UpstreamPulpsApi.md#list) | **GET** /pulp/api/v3/upstream-pulps/ | List upstream pulps
235
+ *PulpcoreClient::UpstreamPulpsApi* | [**partial_update**](docs/UpstreamPulpsApi.md#partial_update) | **PATCH** {upstream_pulp_href} | Update an upstream pulp
236
+ *PulpcoreClient::UpstreamPulpsApi* | [**read**](docs/UpstreamPulpsApi.md#read) | **GET** {upstream_pulp_href} | Inspect an upstream pulp
237
+ *PulpcoreClient::UpstreamPulpsApi* | [**replicate**](docs/UpstreamPulpsApi.md#replicate) | **POST** {upstream_pulp_href}replicate/ | Replicate
238
+ *PulpcoreClient::UpstreamPulpsApi* | [**update**](docs/UpstreamPulpsApi.md#update) | **PUT** {upstream_pulp_href} | Update an upstream pulp
239
+ *PulpcoreClient::UsersApi* | [**create**](docs/UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
240
+ *PulpcoreClient::UsersApi* | [**delete**](docs/UsersApi.md#delete) | **DELETE** {auth_user_href} | Delete an user
241
+ *PulpcoreClient::UsersApi* | [**list**](docs/UsersApi.md#list) | **GET** /pulp/api/v3/users/ | List users
242
+ *PulpcoreClient::UsersApi* | [**partial_update**](docs/UsersApi.md#partial_update) | **PATCH** {auth_user_href} | Update an user
243
+ *PulpcoreClient::UsersApi* | [**read**](docs/UsersApi.md#read) | **GET** {auth_user_href} | Inspect an user
244
+ *PulpcoreClient::UsersApi* | [**update**](docs/UsersApi.md#update) | **PUT** {auth_user_href} | Update an user
245
+ *PulpcoreClient::UsersRolesApi* | [**create**](docs/UsersRolesApi.md#create) | **POST** {auth_user_href}roles/ | Create an user role
246
+ *PulpcoreClient::UsersRolesApi* | [**delete**](docs/UsersRolesApi.md#delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
247
+ *PulpcoreClient::UsersRolesApi* | [**list**](docs/UsersRolesApi.md#list) | **GET** {auth_user_href}roles/ | List user roles
248
+ *PulpcoreClient::UsersRolesApi* | [**read**](docs/UsersRolesApi.md#read) | **GET** {auth_users_user_role_href} | Inspect an user role
249
+ *PulpcoreClient::WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List workers
250
+ *PulpcoreClient::WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker
253
251
 
254
252
 
255
253
  ## Documentation for Models
@@ -4,17 +4,17 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**access_policies_list**](AccessPoliciesApi.md#access_policies_list) | **GET** /pulp/api/v3/access_policies/ | List access policys
8
- [**access_policies_partial_update**](AccessPoliciesApi.md#access_policies_partial_update) | **PATCH** {access_policy_href} | Update an access policy
9
- [**access_policies_read**](AccessPoliciesApi.md#access_policies_read) | **GET** {access_policy_href} | Inspect an access policy
10
- [**access_policies_reset**](AccessPoliciesApi.md#access_policies_reset) | **POST** {access_policy_href}reset/ |
11
- [**access_policies_update**](AccessPoliciesApi.md#access_policies_update) | **PUT** {access_policy_href} | Update an access policy
7
+ [**list**](AccessPoliciesApi.md#list) | **GET** /pulp/api/v3/access_policies/ | List access policys
8
+ [**partial_update**](AccessPoliciesApi.md#partial_update) | **PATCH** {access_policy_href} | Update an access policy
9
+ [**read**](AccessPoliciesApi.md#read) | **GET** {access_policy_href} | Inspect an access policy
10
+ [**reset**](AccessPoliciesApi.md#reset) | **POST** {access_policy_href}reset/ |
11
+ [**update**](AccessPoliciesApi.md#update) | **PUT** {access_policy_href} | Update an access policy
12
12
 
13
13
 
14
14
 
15
- ## access_policies_list
15
+ ## list
16
16
 
17
- > PaginatedAccessPolicyResponseList access_policies_list(opts)
17
+ > PaginatedAccessPolicyResponseList list(opts)
18
18
 
19
19
  List access policys
20
20
 
@@ -51,10 +51,10 @@ opts = {
51
51
 
52
52
  begin
53
53
  #List access policys
54
- result = api_instance.access_policies_list(opts)
54
+ result = api_instance.list(opts)
55
55
  p result
56
56
  rescue PulpcoreClient::ApiError => e
57
- puts "Exception when calling AccessPoliciesApi->access_policies_list: #{e}"
57
+ puts "Exception when calling AccessPoliciesApi->list: #{e}"
58
58
  end
59
59
  ```
60
60
 
@@ -91,9 +91,9 @@ Name | Type | Description | Notes
91
91
  - **Accept**: application/json
92
92
 
93
93
 
94
- ## access_policies_partial_update
94
+ ## partial_update
95
95
 
96
- > AccessPolicyResponse access_policies_partial_update(access_policy_href, patched_access_policy)
96
+ > AccessPolicyResponse partial_update(access_policy_href, patched_access_policy)
97
97
 
98
98
  Update an access policy
99
99
 
@@ -117,10 +117,10 @@ patched_access_policy = PulpcoreClient::PatchedAccessPolicy.new # PatchedAccessP
117
117
 
118
118
  begin
119
119
  #Update an access policy
120
- result = api_instance.access_policies_partial_update(access_policy_href, patched_access_policy)
120
+ result = api_instance.partial_update(access_policy_href, patched_access_policy)
121
121
  p result
122
122
  rescue PulpcoreClient::ApiError => e
123
- puts "Exception when calling AccessPoliciesApi->access_policies_partial_update: #{e}"
123
+ puts "Exception when calling AccessPoliciesApi->partial_update: #{e}"
124
124
  end
125
125
  ```
126
126
 
@@ -146,9 +146,9 @@ Name | Type | Description | Notes
146
146
  - **Accept**: application/json
147
147
 
148
148
 
149
- ## access_policies_read
149
+ ## read
150
150
 
151
- > AccessPolicyResponse access_policies_read(access_policy_href, opts)
151
+ > AccessPolicyResponse read(access_policy_href, opts)
152
152
 
153
153
  Inspect an access policy
154
154
 
@@ -175,10 +175,10 @@ opts = {
175
175
 
176
176
  begin
177
177
  #Inspect an access policy
178
- result = api_instance.access_policies_read(access_policy_href, opts)
178
+ result = api_instance.read(access_policy_href, opts)
179
179
  p result
180
180
  rescue PulpcoreClient::ApiError => e
181
- puts "Exception when calling AccessPoliciesApi->access_policies_read: #{e}"
181
+ puts "Exception when calling AccessPoliciesApi->read: #{e}"
182
182
  end
183
183
  ```
184
184
 
@@ -205,9 +205,9 @@ Name | Type | Description | Notes
205
205
  - **Accept**: application/json
206
206
 
207
207
 
208
- ## access_policies_reset
208
+ ## reset
209
209
 
210
- > AccessPolicyResponse access_policies_reset(access_policy_href)
210
+ > AccessPolicyResponse reset(access_policy_href)
211
211
 
212
212
 
213
213
 
@@ -229,10 +229,10 @@ api_instance = PulpcoreClient::AccessPoliciesApi.new
229
229
  access_policy_href = 'access_policy_href_example' # String |
230
230
 
231
231
  begin
232
- result = api_instance.access_policies_reset(access_policy_href)
232
+ result = api_instance.reset(access_policy_href)
233
233
  p result
234
234
  rescue PulpcoreClient::ApiError => e
235
- puts "Exception when calling AccessPoliciesApi->access_policies_reset: #{e}"
235
+ puts "Exception when calling AccessPoliciesApi->reset: #{e}"
236
236
  end
237
237
  ```
238
238
 
@@ -257,9 +257,9 @@ Name | Type | Description | Notes
257
257
  - **Accept**: application/json
258
258
 
259
259
 
260
- ## access_policies_update
260
+ ## update
261
261
 
262
- > AccessPolicyResponse access_policies_update(access_policy_href, access_policy)
262
+ > AccessPolicyResponse update(access_policy_href, access_policy)
263
263
 
264
264
  Update an access policy
265
265
 
@@ -283,10 +283,10 @@ access_policy = PulpcoreClient::AccessPolicy.new # AccessPolicy |
283
283
 
284
284
  begin
285
285
  #Update an access policy
286
- result = api_instance.access_policies_update(access_policy_href, access_policy)
286
+ result = api_instance.update(access_policy_href, access_policy)
287
287
  p result
288
288
  rescue PulpcoreClient::ApiError => e
289
- puts "Exception when calling AccessPoliciesApi->access_policies_update: #{e}"
289
+ puts "Exception when calling AccessPoliciesApi->update: #{e}"
290
290
  end
291
291
  ```
292
292
 
@@ -4,28 +4,28 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **content_guard** | **String** | An optional content-guard. | [optional]
9
7
  **pulp_href** | **String** | | [optional] [readonly]
10
8
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
11
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
12
+ **content_guard** | **String** | An optional content-guard. | [optional]
14
13
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
15
15
 
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
19
  require 'PulpcoreClient'
20
20
 
21
- instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null,
22
- content_guard: null,
23
- pulp_href: null,
21
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_href: null,
24
22
  base_path: null,
25
- base_url: null,
23
+ pulp_created: null,
26
24
  name: null,
27
25
  pulp_labels: null,
28
- hidden: null)
26
+ content_guard: null,
27
+ hidden: null,
28
+ base_url: null)
29
29
  ```
30
30
 
31
31