pulpcore_client 3.21.32 → 3.22.0

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 (147) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +147 -143
  3. data/docs/AccessPoliciesApi.md +28 -28
  4. data/docs/ArtifactDistributionResponse.md +29 -0
  5. data/docs/ArtifactsApi.md +21 -21
  6. data/docs/ContentApi.md +6 -6
  7. data/docs/ContentSettingsResponse.md +19 -0
  8. data/docs/ContentguardsApi.md +8 -8
  9. data/docs/ContentguardsContentRedirectApi.md +53 -53
  10. data/docs/ContentguardsRbacApi.md +53 -53
  11. data/docs/DistributionResponse.md +1 -1
  12. data/docs/DistributionsApi.md +11 -11
  13. data/docs/DistributionsArtifactsApi.md +154 -0
  14. data/docs/ExportersFilesystemApi.md +33 -33
  15. data/docs/ExportersFilesystemExportsApi.md +21 -21
  16. data/docs/ExportersPulpApi.md +33 -33
  17. data/docs/ExportersPulpExportsApi.md +21 -21
  18. data/docs/FilesystemExport.md +1 -3
  19. data/docs/GroupsApi.md +51 -51
  20. data/docs/GroupsRolesApi.md +21 -21
  21. data/docs/GroupsUsersApi.md +16 -16
  22. data/docs/ImportersPulpApi.md +33 -33
  23. data/docs/ImportersPulpImportCheckApi.md +1 -1
  24. data/docs/ImportersPulpImportsApi.md +21 -21
  25. data/docs/OrphansApi.md +6 -6
  26. data/docs/OrphansCleanupApi.md +6 -6
  27. data/docs/PaginatedArtifactDistributionResponseList.md +23 -0
  28. data/docs/PublicationsApi.md +8 -8
  29. data/docs/RemoteResponse.md +4 -2
  30. data/docs/RemoteResponseHiddenFields.md +19 -0
  31. data/docs/RemotesApi.md +10 -10
  32. data/docs/RepairApi.md +6 -6
  33. data/docs/RepositoriesApi.md +9 -9
  34. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  35. data/docs/RepositoryResponse.md +1 -1
  36. data/docs/RepositoryVersionsApi.md +10 -10
  37. data/docs/RolesApi.md +31 -31
  38. data/docs/SigningServicesApi.md +15 -13
  39. data/docs/StatusApi.md +1 -1
  40. data/docs/StatusResponse.md +3 -1
  41. data/docs/TaskGroupsApi.md +11 -13
  42. data/docs/TaskSchedulesApi.md +35 -35
  43. data/docs/TasksApi.md +128 -114
  44. data/docs/UploadsApi.md +61 -51
  45. data/docs/UserResponse.md +3 -1
  46. data/docs/UsersApi.md +31 -31
  47. data/docs/UsersRolesApi.md +21 -21
  48. data/docs/WorkersApi.md +15 -15
  49. data/lib/pulpcore_client/api/access_policies_api.rb +34 -34
  50. data/lib/pulpcore_client/api/artifacts_api.rb +30 -30
  51. data/lib/pulpcore_client/api/content_api.rb +5 -5
  52. data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
  53. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +66 -66
  54. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +66 -66
  55. data/lib/pulpcore_client/api/distributions_api.rb +12 -12
  56. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +198 -0
  57. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +40 -40
  58. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  59. data/lib/pulpcore_client/api/exporters_pulp_api.rb +40 -40
  60. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  61. data/lib/pulpcore_client/api/groups_api.rb +64 -64
  62. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  63. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  64. data/lib/pulpcore_client/api/importers_pulp_api.rb +40 -40
  65. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  66. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  67. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  68. data/lib/pulpcore_client/api/publications_api.rb +8 -8
  69. data/lib/pulpcore_client/api/remotes_api.rb +10 -10
  70. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  71. data/lib/pulpcore_client/api/repositories_api.rb +8 -8
  72. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  73. data/lib/pulpcore_client/api/repository_versions_api.rb +10 -10
  74. data/lib/pulpcore_client/api/roles_api.rb +38 -38
  75. data/lib/pulpcore_client/api/signing_services_api.rb +20 -13
  76. data/lib/pulpcore_client/api/task_groups_api.rb +11 -18
  77. data/lib/pulpcore_client/api/task_schedules_api.rb +42 -42
  78. data/lib/pulpcore_client/api/tasks_api.rb +159 -138
  79. data/lib/pulpcore_client/api/uploads_api.rb +84 -65
  80. data/lib/pulpcore_client/api/users_api.rb +38 -38
  81. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  82. data/lib/pulpcore_client/api/workers_api.rb +16 -16
  83. data/lib/pulpcore_client/configuration.rb +3 -3
  84. data/lib/pulpcore_client/models/artifact_distribution_response.rb +279 -0
  85. data/lib/pulpcore_client/models/content_settings_response.rb +228 -0
  86. data/lib/pulpcore_client/models/distribution_response.rb +4 -2
  87. data/lib/pulpcore_client/models/filesystem_export.rb +4 -14
  88. data/lib/pulpcore_client/models/group_role.rb +19 -0
  89. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +237 -0
  90. data/lib/pulpcore_client/models/remote_response.rb +41 -27
  91. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +215 -0
  92. data/lib/pulpcore_client/models/repository_response.rb +4 -2
  93. data/lib/pulpcore_client/models/status_response.rb +19 -4
  94. data/lib/pulpcore_client/models/user_response.rb +16 -4
  95. data/lib/pulpcore_client/models/user_role.rb +19 -0
  96. data/lib/pulpcore_client/version.rb +1 -1
  97. data/lib/pulpcore_client.rb +5 -2
  98. data/spec/api/access_policies_api_spec.rb +11 -11
  99. data/spec/api/artifacts_api_spec.rb +8 -8
  100. data/spec/api/content_api_spec.rb +2 -2
  101. data/spec/api/contentguards_api_spec.rb +3 -3
  102. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -21
  103. data/spec/api/contentguards_rbac_api_spec.rb +21 -21
  104. data/spec/api/distributions_api_spec.rb +5 -5
  105. data/spec/api/distributions_artifacts_api_spec.rb +76 -0
  106. data/spec/api/exporters_filesystem_api_spec.rb +13 -13
  107. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  108. data/spec/api/exporters_pulp_api_spec.rb +13 -13
  109. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  110. data/spec/api/groups_api_spec.rb +20 -20
  111. data/spec/api/groups_roles_api_spec.rb +8 -8
  112. data/spec/api/groups_users_api_spec.rb +6 -6
  113. data/spec/api/importers_pulp_api_spec.rb +13 -13
  114. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  115. data/spec/api/orphans_api_spec.rb +2 -2
  116. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  117. data/spec/api/publications_api_spec.rb +3 -3
  118. data/spec/api/remotes_api_spec.rb +4 -4
  119. data/spec/api/repair_api_spec.rb +2 -2
  120. data/spec/api/repositories_api_spec.rb +3 -3
  121. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  122. data/spec/api/repository_versions_api_spec.rb +4 -4
  123. data/spec/api/roles_api_spec.rb +12 -12
  124. data/spec/api/signing_services_api_spec.rb +6 -5
  125. data/spec/api/task_groups_api_spec.rb +4 -5
  126. data/spec/api/task_schedules_api_spec.rb +14 -14
  127. data/spec/api/tasks_api_spec.rb +45 -38
  128. data/spec/api/uploads_api_spec.rb +25 -20
  129. data/spec/api/users_api_spec.rb +12 -12
  130. data/spec/api/users_roles_api_spec.rb +8 -8
  131. data/spec/api/workers_api_spec.rb +6 -6
  132. data/spec/configuration_spec.rb +3 -3
  133. data/spec/models/artifact_distribution_response_spec.rb +77 -0
  134. data/spec/models/content_settings_response_spec.rb +47 -0
  135. data/spec/models/filesystem_export_spec.rb +0 -6
  136. data/spec/models/paginated_artifact_distribution_response_list_spec.rb +59 -0
  137. data/spec/models/remote_response_hidden_fields_spec.rb +47 -0
  138. data/spec/models/remote_response_spec.rb +6 -0
  139. data/spec/models/status_response_spec.rb +6 -0
  140. data/spec/models/user_response_spec.rb +6 -0
  141. metadata +162 -150
  142. data/docs/DocsApiJsonApi.md +0 -61
  143. data/docs/DocsApiYamlApi.md +0 -61
  144. data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
  145. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
  146. data/spec/api/docs_api_json_api_spec.rb +0 -48
  147. 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: dfe7c25e1a19b375c559e91dfcaed2b98fae1272f86ed956f90865f60feee417
4
- data.tar.gz: abee4867bd9460f3fa39c9ccae19ef950ed5eb403728139370acb8155a07b8ca
3
+ metadata.gz: 527ba4be26f6969adf4aae7076ac8c1eb320f436cb06f961658e108c1e3eed5a
4
+ data.tar.gz: d07e1f7580a57890b9c9df5011a748cf0a0174238261f9ec1e78f09da3bfc2dd
5
5
  SHA512:
6
- metadata.gz: 9a254aa634cf4ed60020104d68d43777a524daf8ef6448c5859d44fb62b3997c000c2fd54c0855803cc2237c7bc217f4602ffaf542f91e46bd7fe6b196a70b8e
7
- data.tar.gz: 7592b980cc3e7d994f8af0c5c731ecc9bf77da1ea23b80dcb0d119e2ef0df9160b5285c669a639fcc60a3383914c98e7228ca036c862e71c2d74f9e64345d2eb
6
+ metadata.gz: e3fc3d212f1638f00aedc64449113990eda3b0b324eb5873bdb7fdb76ed970b3d27bc634dd5d59e97475abcf0e5fbd6af68f1f4131b967d140b5ee119310addc
7
+ data.tar.gz: 3a447b81301c2de3b57a916a2578d96d1dd77d98d1e7f23275094b23e647daed977a8850704610259b7da48c67659452de1bdbf6293aab717d011eab88e47037
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.21.32
10
+ - Package version: 3.22.0
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.21.32.gem
27
+ gem install ./pulpcore_client-3.22.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.32.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.22.0.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.21.32'
36
+ gem 'pulpcore_client', '~> 3.22.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -66,7 +66,7 @@ end
66
66
 
67
67
  api_instance = PulpcoreClient::AccessPoliciesApi.new
68
68
  opts = {
69
- customized: true, # Boolean |
69
+ customized: true, # Boolean | Filter results where customized matches value
70
70
  limit: 56, # Integer | Number of results to return per page.
71
71
  offset: 56, # Integer | The initial index from which to return the results.
72
72
  ordering: ['ordering_example'], # Array<String> | Ordering
@@ -81,158 +81,158 @@ opts = {
81
81
 
82
82
  begin
83
83
  #List access policys
84
- result = api_instance.access_policies_list(opts)
84
+ result = api_instance.list(opts)
85
85
  p result
86
86
  rescue PulpcoreClient::ApiError => e
87
- puts "Exception when calling AccessPoliciesApi->access_policies_list: #{e}"
87
+ puts "Exception when calling AccessPoliciesApi->list: #{e}"
88
88
  end
89
89
 
90
90
  ```
91
91
 
92
92
  ## Documentation for API Endpoints
93
93
 
94
- All URIs are relative to *http://localhost:24817*
94
+ All URIs are relative to *https://pulp*
95
95
 
96
96
  Class | Method | HTTP request | Description
97
97
  ------------ | ------------- | ------------- | -------------
98
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_list**](docs/AccessPoliciesApi.md#access_policies_list) | **GET** /pulp/api/v3/access_policies/ | List access policys
99
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_partial_update**](docs/AccessPoliciesApi.md#access_policies_partial_update) | **PATCH** {access_policy_href} | Update an access policy
100
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_read**](docs/AccessPoliciesApi.md#access_policies_read) | **GET** {access_policy_href} | Inspect an access policy
101
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_reset**](docs/AccessPoliciesApi.md#access_policies_reset) | **POST** {access_policy_href}reset/ |
102
- *PulpcoreClient::AccessPoliciesApi* | [**access_policies_update**](docs/AccessPoliciesApi.md#access_policies_update) | **PUT** {access_policy_href} | Update an access policy
103
- *PulpcoreClient::ArtifactsApi* | [**artifacts_create**](docs/ArtifactsApi.md#artifacts_create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
104
- *PulpcoreClient::ArtifactsApi* | [**artifacts_delete**](docs/ArtifactsApi.md#artifacts_delete) | **DELETE** {artifact_href} | Delete an artifact
105
- *PulpcoreClient::ArtifactsApi* | [**artifacts_list**](docs/ArtifactsApi.md#artifacts_list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
106
- *PulpcoreClient::ArtifactsApi* | [**artifacts_read**](docs/ArtifactsApi.md#artifacts_read) | **GET** {artifact_href} | Inspect an artifact
107
- *PulpcoreClient::ContentApi* | [**content_list**](docs/ContentApi.md#content_list) | **GET** /pulp/api/v3/content/ | List content
108
- *PulpcoreClient::ContentguardsApi* | [**contentguards_list**](docs/ContentguardsApi.md#contentguards_list) | **GET** /pulp/api/v3/contentguards/ | List content guards
109
- *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/ |
110
- *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
111
- *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
112
- *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
113
- *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/ |
114
- *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/ |
115
- *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
116
- *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
117
- *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/ |
118
- *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
119
- *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/ |
120
- *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
121
- *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
122
- *PulpcoreClient::ContentguardsRbacApi* | [**contentguards_core_rbac_list**](docs/ContentguardsRbacApi.md#contentguards_core_rbac_list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
123
- *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/ |
124
- *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/ |
125
- *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
126
- *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
127
- *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/ |
128
- *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
129
- *PulpcoreClient::DistributionsApi* | [**distributions_list**](docs/DistributionsApi.md#distributions_list) | **GET** /pulp/api/v3/distributions/ | List distributions
130
- *PulpcoreClient::DocsApiJsonApi* | [**docs_api_json_get**](docs/DocsApiJsonApi.md#docs_api_json_get) | **GET** /pulp/api/v3/docs/api.json |
131
- *PulpcoreClient::DocsApiYamlApi* | [**docs_api_yaml_get**](docs/DocsApiYamlApi.md#docs_api_yaml_get) | **GET** /pulp/api/v3/docs/api.yaml |
132
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_create**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
133
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_delete**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
134
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_list**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
135
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_partial_update**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
136
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_read**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
137
- *PulpcoreClient::ExportersFilesystemApi* | [**exporters_core_filesystem_update**](docs/ExportersFilesystemApi.md#exporters_core_filesystem_update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
138
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_create**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
139
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_delete**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
140
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_list**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
141
- *PulpcoreClient::ExportersFilesystemExportsApi* | [**exporters_core_filesystem_exports_read**](docs/ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
142
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_create**](docs/ExportersPulpApi.md#exporters_core_pulp_create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
143
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_delete**](docs/ExportersPulpApi.md#exporters_core_pulp_delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
144
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_list**](docs/ExportersPulpApi.md#exporters_core_pulp_list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
145
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_partial_update**](docs/ExportersPulpApi.md#exporters_core_pulp_partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
146
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_read**](docs/ExportersPulpApi.md#exporters_core_pulp_read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
147
- *PulpcoreClient::ExportersPulpApi* | [**exporters_core_pulp_update**](docs/ExportersPulpApi.md#exporters_core_pulp_update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
148
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_create**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
149
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_delete**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
150
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_list**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
151
- *PulpcoreClient::ExportersPulpExportsApi* | [**exporters_core_pulp_exports_read**](docs/ExportersPulpExportsApi.md#exporters_core_pulp_exports_read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
152
- *PulpcoreClient::GroupsApi* | [**groups_add_role**](docs/GroupsApi.md#groups_add_role) | **POST** {group_href}add_role/ |
153
- *PulpcoreClient::GroupsApi* | [**groups_create**](docs/GroupsApi.md#groups_create) | **POST** /pulp/api/v3/groups/ | Create a group
154
- *PulpcoreClient::GroupsApi* | [**groups_delete**](docs/GroupsApi.md#groups_delete) | **DELETE** {group_href} | Delete a group
155
- *PulpcoreClient::GroupsApi* | [**groups_list**](docs/GroupsApi.md#groups_list) | **GET** /pulp/api/v3/groups/ | List groups
156
- *PulpcoreClient::GroupsApi* | [**groups_list_roles**](docs/GroupsApi.md#groups_list_roles) | **GET** {group_href}list_roles/ |
157
- *PulpcoreClient::GroupsApi* | [**groups_my_permissions**](docs/GroupsApi.md#groups_my_permissions) | **GET** {group_href}my_permissions/ |
158
- *PulpcoreClient::GroupsApi* | [**groups_partial_update**](docs/GroupsApi.md#groups_partial_update) | **PATCH** {group_href} | Update a group
159
- *PulpcoreClient::GroupsApi* | [**groups_read**](docs/GroupsApi.md#groups_read) | **GET** {group_href} | Inspect a group
160
- *PulpcoreClient::GroupsApi* | [**groups_remove_role**](docs/GroupsApi.md#groups_remove_role) | **POST** {group_href}remove_role/ |
161
- *PulpcoreClient::GroupsApi* | [**groups_update**](docs/GroupsApi.md#groups_update) | **PUT** {group_href} | Update a group
162
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_create**](docs/GroupsRolesApi.md#groups_roles_create) | **POST** {group_href}roles/ | Create a group role
163
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_delete**](docs/GroupsRolesApi.md#groups_roles_delete) | **DELETE** {groups_group_role_href} | Delete a group role
164
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_list**](docs/GroupsRolesApi.md#groups_roles_list) | **GET** {group_href}roles/ | List group roles
165
- *PulpcoreClient::GroupsRolesApi* | [**groups_roles_read**](docs/GroupsRolesApi.md#groups_roles_read) | **GET** {groups_group_role_href} | Inspect a group role
166
- *PulpcoreClient::GroupsUsersApi* | [**groups_users_create**](docs/GroupsUsersApi.md#groups_users_create) | **POST** {group_href}users/ | Create an user
167
- *PulpcoreClient::GroupsUsersApi* | [**groups_users_delete**](docs/GroupsUsersApi.md#groups_users_delete) | **DELETE** {groups_user_href} | Delete an user
168
- *PulpcoreClient::GroupsUsersApi* | [**groups_users_list**](docs/GroupsUsersApi.md#groups_users_list) | **GET** {group_href}users/ | List users
169
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_create**](docs/ImportersPulpApi.md#importers_core_pulp_create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
170
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_delete**](docs/ImportersPulpApi.md#importers_core_pulp_delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
171
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_list**](docs/ImportersPulpApi.md#importers_core_pulp_list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
172
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_partial_update**](docs/ImportersPulpApi.md#importers_core_pulp_partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
173
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_read**](docs/ImportersPulpApi.md#importers_core_pulp_read) | **GET** {pulp_importer_href} | Inspect a pulp importer
174
- *PulpcoreClient::ImportersPulpApi* | [**importers_core_pulp_update**](docs/ImportersPulpApi.md#importers_core_pulp_update) | **PUT** {pulp_importer_href} | Update a pulp importer
98
+ *PulpcoreClient::AccessPoliciesApi* | [**list**](docs/AccessPoliciesApi.md#list) | **GET** /pulp/api/v3/access_policies/ | List access policys
99
+ *PulpcoreClient::AccessPoliciesApi* | [**partial_update**](docs/AccessPoliciesApi.md#partial_update) | **PATCH** {access_policy_href} | Update an access policy
100
+ *PulpcoreClient::AccessPoliciesApi* | [**read**](docs/AccessPoliciesApi.md#read) | **GET** {access_policy_href} | Inspect an access policy
101
+ *PulpcoreClient::AccessPoliciesApi* | [**reset**](docs/AccessPoliciesApi.md#reset) | **POST** {access_policy_href}reset/ |
102
+ *PulpcoreClient::AccessPoliciesApi* | [**update**](docs/AccessPoliciesApi.md#update) | **PUT** {access_policy_href} | Update an access policy
103
+ *PulpcoreClient::ArtifactsApi* | [**create**](docs/ArtifactsApi.md#create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
104
+ *PulpcoreClient::ArtifactsApi* | [**delete**](docs/ArtifactsApi.md#delete) | **DELETE** {artifact_href} | Delete an artifact
105
+ *PulpcoreClient::ArtifactsApi* | [**list**](docs/ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
106
+ *PulpcoreClient::ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
107
+ *PulpcoreClient::ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
108
+ *PulpcoreClient::ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
109
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**add_role**](docs/ContentguardsContentRedirectApi.md#add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
110
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
111
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
112
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**list**](docs/ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
113
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**list_roles**](docs/ContentguardsContentRedirectApi.md#list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
114
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**my_permissions**](docs/ContentguardsContentRedirectApi.md#my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
115
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**partial_update**](docs/ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
116
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
117
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**remove_role**](docs/ContentguardsContentRedirectApi.md#remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
118
+ *PulpcoreClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
119
+ *PulpcoreClient::ContentguardsRbacApi* | [**add_role**](docs/ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
120
+ *PulpcoreClient::ContentguardsRbacApi* | [**create**](docs/ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
121
+ *PulpcoreClient::ContentguardsRbacApi* | [**delete**](docs/ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
122
+ *PulpcoreClient::ContentguardsRbacApi* | [**list**](docs/ContentguardsRbacApi.md#list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
123
+ *PulpcoreClient::ContentguardsRbacApi* | [**list_roles**](docs/ContentguardsRbacApi.md#list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
124
+ *PulpcoreClient::ContentguardsRbacApi* | [**my_permissions**](docs/ContentguardsRbacApi.md#my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
125
+ *PulpcoreClient::ContentguardsRbacApi* | [**partial_update**](docs/ContentguardsRbacApi.md#partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
126
+ *PulpcoreClient::ContentguardsRbacApi* | [**read**](docs/ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
127
+ *PulpcoreClient::ContentguardsRbacApi* | [**remove_role**](docs/ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
128
+ *PulpcoreClient::ContentguardsRbacApi* | [**update**](docs/ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
129
+ *PulpcoreClient::DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
130
+ *PulpcoreClient::DistributionsArtifactsApi* | [**list**](docs/DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
131
+ *PulpcoreClient::DistributionsArtifactsApi* | [**read**](docs/DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
132
+ *PulpcoreClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
133
+ *PulpcoreClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
134
+ *PulpcoreClient::ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
135
+ *PulpcoreClient::ExportersFilesystemApi* | [**partial_update**](docs/ExportersFilesystemApi.md#partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
136
+ *PulpcoreClient::ExportersFilesystemApi* | [**read**](docs/ExportersFilesystemApi.md#read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
137
+ *PulpcoreClient::ExportersFilesystemApi* | [**update**](docs/ExportersFilesystemApi.md#update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
138
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**create**](docs/ExportersFilesystemExportsApi.md#create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
139
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**delete**](docs/ExportersFilesystemExportsApi.md#delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
140
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**list**](docs/ExportersFilesystemExportsApi.md#list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
141
+ *PulpcoreClient::ExportersFilesystemExportsApi* | [**read**](docs/ExportersFilesystemExportsApi.md#read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
142
+ *PulpcoreClient::ExportersPulpApi* | [**create**](docs/ExportersPulpApi.md#create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
143
+ *PulpcoreClient::ExportersPulpApi* | [**delete**](docs/ExportersPulpApi.md#delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
144
+ *PulpcoreClient::ExportersPulpApi* | [**list**](docs/ExportersPulpApi.md#list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
145
+ *PulpcoreClient::ExportersPulpApi* | [**partial_update**](docs/ExportersPulpApi.md#partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
146
+ *PulpcoreClient::ExportersPulpApi* | [**read**](docs/ExportersPulpApi.md#read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
147
+ *PulpcoreClient::ExportersPulpApi* | [**update**](docs/ExportersPulpApi.md#update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
148
+ *PulpcoreClient::ExportersPulpExportsApi* | [**create**](docs/ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
149
+ *PulpcoreClient::ExportersPulpExportsApi* | [**delete**](docs/ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
150
+ *PulpcoreClient::ExportersPulpExportsApi* | [**list**](docs/ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
151
+ *PulpcoreClient::ExportersPulpExportsApi* | [**read**](docs/ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
152
+ *PulpcoreClient::GroupsApi* | [**add_role**](docs/GroupsApi.md#add_role) | **POST** {group_href}add_role/ |
153
+ *PulpcoreClient::GroupsApi* | [**create**](docs/GroupsApi.md#create) | **POST** /pulp/api/v3/groups/ | Create a group
154
+ *PulpcoreClient::GroupsApi* | [**delete**](docs/GroupsApi.md#delete) | **DELETE** {group_href} | Delete a group
155
+ *PulpcoreClient::GroupsApi* | [**list**](docs/GroupsApi.md#list) | **GET** /pulp/api/v3/groups/ | List groups
156
+ *PulpcoreClient::GroupsApi* | [**list_roles**](docs/GroupsApi.md#list_roles) | **GET** {group_href}list_roles/ |
157
+ *PulpcoreClient::GroupsApi* | [**my_permissions**](docs/GroupsApi.md#my_permissions) | **GET** {group_href}my_permissions/ |
158
+ *PulpcoreClient::GroupsApi* | [**partial_update**](docs/GroupsApi.md#partial_update) | **PATCH** {group_href} | Update a group
159
+ *PulpcoreClient::GroupsApi* | [**read**](docs/GroupsApi.md#read) | **GET** {group_href} | Inspect a group
160
+ *PulpcoreClient::GroupsApi* | [**remove_role**](docs/GroupsApi.md#remove_role) | **POST** {group_href}remove_role/ |
161
+ *PulpcoreClient::GroupsApi* | [**update**](docs/GroupsApi.md#update) | **PUT** {group_href} | Update a group
162
+ *PulpcoreClient::GroupsRolesApi* | [**create**](docs/GroupsRolesApi.md#create) | **POST** {group_href}roles/ | Create a group role
163
+ *PulpcoreClient::GroupsRolesApi* | [**delete**](docs/GroupsRolesApi.md#delete) | **DELETE** {groups_group_role_href} | Delete a group role
164
+ *PulpcoreClient::GroupsRolesApi* | [**list**](docs/GroupsRolesApi.md#list) | **GET** {group_href}roles/ | List group roles
165
+ *PulpcoreClient::GroupsRolesApi* | [**read**](docs/GroupsRolesApi.md#read) | **GET** {groups_group_role_href} | Inspect a group role
166
+ *PulpcoreClient::GroupsUsersApi* | [**create**](docs/GroupsUsersApi.md#create) | **POST** {group_href}users/ | Create an user
167
+ *PulpcoreClient::GroupsUsersApi* | [**delete**](docs/GroupsUsersApi.md#delete) | **DELETE** {groups_user_href} | Delete an user
168
+ *PulpcoreClient::GroupsUsersApi* | [**list**](docs/GroupsUsersApi.md#list) | **GET** {group_href}users/ | List users
169
+ *PulpcoreClient::ImportersPulpApi* | [**create**](docs/ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
170
+ *PulpcoreClient::ImportersPulpApi* | [**delete**](docs/ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
171
+ *PulpcoreClient::ImportersPulpApi* | [**list**](docs/ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
172
+ *PulpcoreClient::ImportersPulpApi* | [**partial_update**](docs/ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
173
+ *PulpcoreClient::ImportersPulpApi* | [**read**](docs/ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
174
+ *PulpcoreClient::ImportersPulpApi* | [**update**](docs/ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
175
175
  *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
176
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_create**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
177
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_delete**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
178
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_list**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_list) | **GET** {pulp_importer_href}imports/ | List pulp imports
179
- *PulpcoreClient::ImportersPulpImportsApi* | [**importers_core_pulp_imports_read**](docs/ImportersPulpImportsApi.md#importers_core_pulp_imports_read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
180
- *PulpcoreClient::OrphansApi* | [**orphans_delete**](docs/OrphansApi.md#orphans_delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
181
- *PulpcoreClient::OrphansCleanupApi* | [**orphans_cleanup_cleanup**](docs/OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
182
- *PulpcoreClient::PublicationsApi* | [**publications_list**](docs/PublicationsApi.md#publications_list) | **GET** /pulp/api/v3/publications/ | List publications
183
- *PulpcoreClient::RemotesApi* | [**remotes_list**](docs/RemotesApi.md#remotes_list) | **GET** /pulp/api/v3/remotes/ | List remotes
184
- *PulpcoreClient::RepairApi* | [**repair_post**](docs/RepairApi.md#repair_post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
185
- *PulpcoreClient::RepositoriesApi* | [**repositories_list**](docs/RepositoriesApi.md#repositories_list) | **GET** /pulp/api/v3/repositories/ | List repositories
186
- *PulpcoreClient::RepositoriesReclaimSpaceApi* | [**repositories_reclaim_space_reclaim**](docs/RepositoriesReclaimSpaceApi.md#repositories_reclaim_space_reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
187
- *PulpcoreClient::RepositoryVersionsApi* | [**repository_versions_list**](docs/RepositoryVersionsApi.md#repository_versions_list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
188
- *PulpcoreClient::RolesApi* | [**roles_create**](docs/RolesApi.md#roles_create) | **POST** /pulp/api/v3/roles/ | Create a role
189
- *PulpcoreClient::RolesApi* | [**roles_delete**](docs/RolesApi.md#roles_delete) | **DELETE** {role_href} | Delete a role
190
- *PulpcoreClient::RolesApi* | [**roles_list**](docs/RolesApi.md#roles_list) | **GET** /pulp/api/v3/roles/ | List roles
191
- *PulpcoreClient::RolesApi* | [**roles_partial_update**](docs/RolesApi.md#roles_partial_update) | **PATCH** {role_href} | Update a role
192
- *PulpcoreClient::RolesApi* | [**roles_read**](docs/RolesApi.md#roles_read) | **GET** {role_href} | Inspect a role
193
- *PulpcoreClient::RolesApi* | [**roles_update**](docs/RolesApi.md#roles_update) | **PUT** {role_href} | Update a role
194
- *PulpcoreClient::SigningServicesApi* | [**signing_services_list**](docs/SigningServicesApi.md#signing_services_list) | **GET** /pulp/api/v3/signing-services/ | List signing services
195
- *PulpcoreClient::SigningServicesApi* | [**signing_services_read**](docs/SigningServicesApi.md#signing_services_read) | **GET** {signing_service_href} | Inspect a signing service
176
+ *PulpcoreClient::ImportersPulpImportsApi* | [**create**](docs/ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
177
+ *PulpcoreClient::ImportersPulpImportsApi* | [**delete**](docs/ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
178
+ *PulpcoreClient::ImportersPulpImportsApi* | [**list**](docs/ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
179
+ *PulpcoreClient::ImportersPulpImportsApi* | [**read**](docs/ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
180
+ *PulpcoreClient::OrphansApi* | [**delete**](docs/OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
181
+ *PulpcoreClient::OrphansCleanupApi* | [**cleanup**](docs/OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
182
+ *PulpcoreClient::PublicationsApi* | [**list**](docs/PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
183
+ *PulpcoreClient::RemotesApi* | [**list**](docs/RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
184
+ *PulpcoreClient::RepairApi* | [**post**](docs/RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
185
+ *PulpcoreClient::RepositoriesApi* | [**list**](docs/RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
186
+ *PulpcoreClient::RepositoriesReclaimSpaceApi* | [**reclaim**](docs/RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
187
+ *PulpcoreClient::RepositoryVersionsApi* | [**list**](docs/RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
188
+ *PulpcoreClient::RolesApi* | [**create**](docs/RolesApi.md#create) | **POST** /pulp/api/v3/roles/ | Create a role
189
+ *PulpcoreClient::RolesApi* | [**delete**](docs/RolesApi.md#delete) | **DELETE** {role_href} | Delete a role
190
+ *PulpcoreClient::RolesApi* | [**list**](docs/RolesApi.md#list) | **GET** /pulp/api/v3/roles/ | List roles
191
+ *PulpcoreClient::RolesApi* | [**partial_update**](docs/RolesApi.md#partial_update) | **PATCH** {role_href} | Update a role
192
+ *PulpcoreClient::RolesApi* | [**read**](docs/RolesApi.md#read) | **GET** {role_href} | Inspect a role
193
+ *PulpcoreClient::RolesApi* | [**update**](docs/RolesApi.md#update) | **PUT** {role_href} | Update a role
194
+ *PulpcoreClient::SigningServicesApi* | [**list**](docs/SigningServicesApi.md#list) | **GET** /pulp/api/v3/signing-services/ | List signing services
195
+ *PulpcoreClient::SigningServicesApi* | [**read**](docs/SigningServicesApi.md#read) | **GET** {signing_service_href} | Inspect a signing service
196
196
  *PulpcoreClient::StatusApi* | [**status_read**](docs/StatusApi.md#status_read) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp
197
- *PulpcoreClient::TaskGroupsApi* | [**task_groups_list**](docs/TaskGroupsApi.md#task_groups_list) | **GET** /pulp/api/v3/task-groups/ | List task groups
198
- *PulpcoreClient::TaskGroupsApi* | [**task_groups_read**](docs/TaskGroupsApi.md#task_groups_read) | **GET** {task_group_href} | Inspect a task group
199
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_add_role**](docs/TaskSchedulesApi.md#task_schedules_add_role) | **POST** {task_schedule_href}add_role/ |
200
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_list**](docs/TaskSchedulesApi.md#task_schedules_list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
201
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_list_roles**](docs/TaskSchedulesApi.md#task_schedules_list_roles) | **GET** {task_schedule_href}list_roles/ |
202
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_my_permissions**](docs/TaskSchedulesApi.md#task_schedules_my_permissions) | **GET** {task_schedule_href}my_permissions/ |
203
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_read**](docs/TaskSchedulesApi.md#task_schedules_read) | **GET** {task_schedule_href} | Inspect a task schedule
204
- *PulpcoreClient::TaskSchedulesApi* | [**task_schedules_remove_role**](docs/TaskSchedulesApi.md#task_schedules_remove_role) | **POST** {task_schedule_href}remove_role/ |
205
- *PulpcoreClient::TasksApi* | [**tasks_add_role**](docs/TasksApi.md#tasks_add_role) | **POST** {task_href}add_role/ |
197
+ *PulpcoreClient::TaskGroupsApi* | [**list**](docs/TaskGroupsApi.md#list) | **GET** /pulp/api/v3/task-groups/ | List task groups
198
+ *PulpcoreClient::TaskGroupsApi* | [**read**](docs/TaskGroupsApi.md#read) | **GET** {task_group_href} | Inspect a task group
199
+ *PulpcoreClient::TaskSchedulesApi* | [**add_role**](docs/TaskSchedulesApi.md#add_role) | **POST** {task_schedule_href}add_role/ |
200
+ *PulpcoreClient::TaskSchedulesApi* | [**list**](docs/TaskSchedulesApi.md#list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
201
+ *PulpcoreClient::TaskSchedulesApi* | [**list_roles**](docs/TaskSchedulesApi.md#list_roles) | **GET** {task_schedule_href}list_roles/ |
202
+ *PulpcoreClient::TaskSchedulesApi* | [**my_permissions**](docs/TaskSchedulesApi.md#my_permissions) | **GET** {task_schedule_href}my_permissions/ |
203
+ *PulpcoreClient::TaskSchedulesApi* | [**read**](docs/TaskSchedulesApi.md#read) | **GET** {task_schedule_href} | Inspect a task schedule
204
+ *PulpcoreClient::TaskSchedulesApi* | [**remove_role**](docs/TaskSchedulesApi.md#remove_role) | **POST** {task_schedule_href}remove_role/ |
205
+ *PulpcoreClient::TasksApi* | [**add_role**](docs/TasksApi.md#add_role) | **POST** {task_href}add_role/ |
206
+ *PulpcoreClient::TasksApi* | [**delete**](docs/TasksApi.md#delete) | **DELETE** {task_href} | Delete a task
207
+ *PulpcoreClient::TasksApi* | [**list**](docs/TasksApi.md#list) | **GET** /pulp/api/v3/tasks/ | List tasks
208
+ *PulpcoreClient::TasksApi* | [**list_roles**](docs/TasksApi.md#list_roles) | **GET** {task_href}list_roles/ |
209
+ *PulpcoreClient::TasksApi* | [**my_permissions**](docs/TasksApi.md#my_permissions) | **GET** {task_href}my_permissions/ |
210
+ *PulpcoreClient::TasksApi* | [**purge**](docs/TasksApi.md#purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
211
+ *PulpcoreClient::TasksApi* | [**read**](docs/TasksApi.md#read) | **GET** {task_href} | Inspect a task
212
+ *PulpcoreClient::TasksApi* | [**remove_role**](docs/TasksApi.md#remove_role) | **POST** {task_href}remove_role/ |
206
213
  *PulpcoreClient::TasksApi* | [**tasks_cancel**](docs/TasksApi.md#tasks_cancel) | **PATCH** {task_href} | Cancel a task
207
- *PulpcoreClient::TasksApi* | [**tasks_delete**](docs/TasksApi.md#tasks_delete) | **DELETE** {task_href} | Delete a task
208
- *PulpcoreClient::TasksApi* | [**tasks_list**](docs/TasksApi.md#tasks_list) | **GET** /pulp/api/v3/tasks/ | List tasks
209
- *PulpcoreClient::TasksApi* | [**tasks_list_roles**](docs/TasksApi.md#tasks_list_roles) | **GET** {task_href}list_roles/ |
210
- *PulpcoreClient::TasksApi* | [**tasks_my_permissions**](docs/TasksApi.md#tasks_my_permissions) | **GET** {task_href}my_permissions/ |
211
- *PulpcoreClient::TasksApi* | [**tasks_purge**](docs/TasksApi.md#tasks_purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
212
- *PulpcoreClient::TasksApi* | [**tasks_read**](docs/TasksApi.md#tasks_read) | **GET** {task_href} | Inspect a task
213
- *PulpcoreClient::TasksApi* | [**tasks_remove_role**](docs/TasksApi.md#tasks_remove_role) | **POST** {task_href}remove_role/ |
214
- *PulpcoreClient::UploadsApi* | [**uploads_add_role**](docs/UploadsApi.md#uploads_add_role) | **POST** {upload_href}add_role/ |
215
- *PulpcoreClient::UploadsApi* | [**uploads_commit**](docs/UploadsApi.md#uploads_commit) | **POST** {upload_href}commit/ | Finish an Upload
216
- *PulpcoreClient::UploadsApi* | [**uploads_create**](docs/UploadsApi.md#uploads_create) | **POST** /pulp/api/v3/uploads/ | Create an upload
217
- *PulpcoreClient::UploadsApi* | [**uploads_delete**](docs/UploadsApi.md#uploads_delete) | **DELETE** {upload_href} | Delete an upload
218
- *PulpcoreClient::UploadsApi* | [**uploads_list**](docs/UploadsApi.md#uploads_list) | **GET** /pulp/api/v3/uploads/ | List uploads
219
- *PulpcoreClient::UploadsApi* | [**uploads_list_roles**](docs/UploadsApi.md#uploads_list_roles) | **GET** {upload_href}list_roles/ |
220
- *PulpcoreClient::UploadsApi* | [**uploads_my_permissions**](docs/UploadsApi.md#uploads_my_permissions) | **GET** {upload_href}my_permissions/ |
221
- *PulpcoreClient::UploadsApi* | [**uploads_read**](docs/UploadsApi.md#uploads_read) | **GET** {upload_href} | Inspect an upload
222
- *PulpcoreClient::UploadsApi* | [**uploads_remove_role**](docs/UploadsApi.md#uploads_remove_role) | **POST** {upload_href}remove_role/ |
223
- *PulpcoreClient::UploadsApi* | [**uploads_update**](docs/UploadsApi.md#uploads_update) | **PUT** {upload_href} | Upload a file chunk
224
- *PulpcoreClient::UsersApi* | [**users_create**](docs/UsersApi.md#users_create) | **POST** /pulp/api/v3/users/ | Create an user
225
- *PulpcoreClient::UsersApi* | [**users_delete**](docs/UsersApi.md#users_delete) | **DELETE** {auth_user_href} | Delete an user
226
- *PulpcoreClient::UsersApi* | [**users_list**](docs/UsersApi.md#users_list) | **GET** /pulp/api/v3/users/ | List users
227
- *PulpcoreClient::UsersApi* | [**users_partial_update**](docs/UsersApi.md#users_partial_update) | **PATCH** {auth_user_href} | Update an user
228
- *PulpcoreClient::UsersApi* | [**users_read**](docs/UsersApi.md#users_read) | **GET** {auth_user_href} | Inspect an user
229
- *PulpcoreClient::UsersApi* | [**users_update**](docs/UsersApi.md#users_update) | **PUT** {auth_user_href} | Update an user
230
- *PulpcoreClient::UsersRolesApi* | [**users_roles_create**](docs/UsersRolesApi.md#users_roles_create) | **POST** {auth_user_href}roles/ | Create an user role
231
- *PulpcoreClient::UsersRolesApi* | [**users_roles_delete**](docs/UsersRolesApi.md#users_roles_delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
232
- *PulpcoreClient::UsersRolesApi* | [**users_roles_list**](docs/UsersRolesApi.md#users_roles_list) | **GET** {auth_user_href}roles/ | List user roles
233
- *PulpcoreClient::UsersRolesApi* | [**users_roles_read**](docs/UsersRolesApi.md#users_roles_read) | **GET** {auth_users_user_role_href} | Inspect an user role
234
- *PulpcoreClient::WorkersApi* | [**workers_list**](docs/WorkersApi.md#workers_list) | **GET** /pulp/api/v3/workers/ | List workers
235
- *PulpcoreClient::WorkersApi* | [**workers_read**](docs/WorkersApi.md#workers_read) | **GET** {worker_href} | Inspect a worker
214
+ *PulpcoreClient::UploadsApi* | [**add_role**](docs/UploadsApi.md#add_role) | **POST** {upload_href}add_role/ |
215
+ *PulpcoreClient::UploadsApi* | [**commit**](docs/UploadsApi.md#commit) | **POST** {upload_href}commit/ | Finish an Upload
216
+ *PulpcoreClient::UploadsApi* | [**create**](docs/UploadsApi.md#create) | **POST** /pulp/api/v3/uploads/ | Create an upload
217
+ *PulpcoreClient::UploadsApi* | [**delete**](docs/UploadsApi.md#delete) | **DELETE** {upload_href} | Delete an upload
218
+ *PulpcoreClient::UploadsApi* | [**list**](docs/UploadsApi.md#list) | **GET** /pulp/api/v3/uploads/ | List uploads
219
+ *PulpcoreClient::UploadsApi* | [**list_roles**](docs/UploadsApi.md#list_roles) | **GET** {upload_href}list_roles/ |
220
+ *PulpcoreClient::UploadsApi* | [**my_permissions**](docs/UploadsApi.md#my_permissions) | **GET** {upload_href}my_permissions/ |
221
+ *PulpcoreClient::UploadsApi* | [**read**](docs/UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
222
+ *PulpcoreClient::UploadsApi* | [**remove_role**](docs/UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ |
223
+ *PulpcoreClient::UploadsApi* | [**update**](docs/UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
224
+ *PulpcoreClient::UsersApi* | [**create**](docs/UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
225
+ *PulpcoreClient::UsersApi* | [**delete**](docs/UsersApi.md#delete) | **DELETE** {auth_user_href} | Delete an user
226
+ *PulpcoreClient::UsersApi* | [**list**](docs/UsersApi.md#list) | **GET** /pulp/api/v3/users/ | List users
227
+ *PulpcoreClient::UsersApi* | [**partial_update**](docs/UsersApi.md#partial_update) | **PATCH** {auth_user_href} | Update an user
228
+ *PulpcoreClient::UsersApi* | [**read**](docs/UsersApi.md#read) | **GET** {auth_user_href} | Inspect an user
229
+ *PulpcoreClient::UsersApi* | [**update**](docs/UsersApi.md#update) | **PUT** {auth_user_href} | Update an user
230
+ *PulpcoreClient::UsersRolesApi* | [**create**](docs/UsersRolesApi.md#create) | **POST** {auth_user_href}roles/ | Create an user role
231
+ *PulpcoreClient::UsersRolesApi* | [**delete**](docs/UsersRolesApi.md#delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
232
+ *PulpcoreClient::UsersRolesApi* | [**list**](docs/UsersRolesApi.md#list) | **GET** {auth_user_href}roles/ | List user roles
233
+ *PulpcoreClient::UsersRolesApi* | [**read**](docs/UsersRolesApi.md#read) | **GET** {auth_users_user_role_href} | Inspect an user role
234
+ *PulpcoreClient::WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List workers
235
+ *PulpcoreClient::WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker
236
236
 
237
237
 
238
238
  ## Documentation for Models
@@ -240,12 +240,14 @@ Class | Method | HTTP request | Description
240
240
  - [PulpcoreClient::AccessPolicy](docs/AccessPolicy.md)
241
241
  - [PulpcoreClient::AccessPolicyResponse](docs/AccessPolicyResponse.md)
242
242
  - [PulpcoreClient::Artifact](docs/Artifact.md)
243
+ - [PulpcoreClient::ArtifactDistributionResponse](docs/ArtifactDistributionResponse.md)
243
244
  - [PulpcoreClient::ArtifactResponse](docs/ArtifactResponse.md)
244
245
  - [PulpcoreClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
245
246
  - [PulpcoreClient::ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
246
247
  - [PulpcoreClient::ContentGuardResponse](docs/ContentGuardResponse.md)
247
248
  - [PulpcoreClient::ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
248
249
  - [PulpcoreClient::ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)
250
+ - [PulpcoreClient::ContentSettingsResponse](docs/ContentSettingsResponse.md)
249
251
  - [PulpcoreClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
250
252
  - [PulpcoreClient::DatabaseConnectionResponse](docs/DatabaseConnectionResponse.md)
251
253
  - [PulpcoreClient::DistributionResponse](docs/DistributionResponse.md)
@@ -271,6 +273,7 @@ Class | Method | HTTP request | Description
271
273
  - [PulpcoreClient::ObjectRolesResponse](docs/ObjectRolesResponse.md)
272
274
  - [PulpcoreClient::OrphansCleanup](docs/OrphansCleanup.md)
273
275
  - [PulpcoreClient::PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
276
+ - [PulpcoreClient::PaginatedArtifactDistributionResponseList](docs/PaginatedArtifactDistributionResponseList.md)
274
277
  - [PulpcoreClient::PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
275
278
  - [PulpcoreClient::PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
276
279
  - [PulpcoreClient::PaginatedContentRedirectContentGuardResponseList](docs/PaginatedContentRedirectContentGuardResponseList.md)
@@ -327,6 +330,7 @@ Class | Method | HTTP request | Description
327
330
  - [PulpcoreClient::ReclaimSpace](docs/ReclaimSpace.md)
328
331
  - [PulpcoreClient::RedisConnectionResponse](docs/RedisConnectionResponse.md)
329
332
  - [PulpcoreClient::RemoteResponse](docs/RemoteResponse.md)
333
+ - [PulpcoreClient::RemoteResponseHiddenFields](docs/RemoteResponseHiddenFields.md)
330
334
  - [PulpcoreClient::Repair](docs/Repair.md)
331
335
  - [PulpcoreClient::RepositoryResponse](docs/RepositoryResponse.md)
332
336
  - [PulpcoreClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
@@ -1,20 +1,20 @@
1
1
  # PulpcoreClient::AccessPoliciesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
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
 
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  api_instance = PulpcoreClient::AccessPoliciesApi.new
36
36
  opts = {
37
- customized: true, # Boolean |
37
+ customized: true, # Boolean | Filter results where customized matches value
38
38
  limit: 56, # Integer | Number of results to return per page.
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering
@@ -49,10 +49,10 @@ opts = {
49
49
 
50
50
  begin
51
51
  #List access policys
52
- result = api_instance.access_policies_list(opts)
52
+ result = api_instance.list(opts)
53
53
  p result
54
54
  rescue PulpcoreClient::ApiError => e
55
- puts "Exception when calling AccessPoliciesApi->access_policies_list: #{e}"
55
+ puts "Exception when calling AccessPoliciesApi->list: #{e}"
56
56
  end
57
57
  ```
58
58
 
@@ -61,7 +61,7 @@ end
61
61
 
62
62
  Name | Type | Description | Notes
63
63
  ------------- | ------------- | ------------- | -------------
64
- **customized** | **Boolean**| | [optional]
64
+ **customized** | **Boolean**| Filter results where customized matches value | [optional]
65
65
  **limit** | **Integer**| Number of results to return per page. | [optional]
66
66
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
67
67
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
@@ -87,9 +87,9 @@ Name | Type | Description | Notes
87
87
  - **Accept**: application/json
88
88
 
89
89
 
90
- ## access_policies_partial_update
90
+ ## partial_update
91
91
 
92
- > AccessPolicyResponse access_policies_partial_update(access_policy_href, patched_access_policy)
92
+ > AccessPolicyResponse partial_update(access_policy_href, patched_access_policy)
93
93
 
94
94
  Update an access policy
95
95
 
@@ -113,10 +113,10 @@ patched_access_policy = PulpcoreClient::PatchedAccessPolicy.new # PatchedAccessP
113
113
 
114
114
  begin
115
115
  #Update an access policy
116
- result = api_instance.access_policies_partial_update(access_policy_href, patched_access_policy)
116
+ result = api_instance.partial_update(access_policy_href, patched_access_policy)
117
117
  p result
118
118
  rescue PulpcoreClient::ApiError => e
119
- puts "Exception when calling AccessPoliciesApi->access_policies_partial_update: #{e}"
119
+ puts "Exception when calling AccessPoliciesApi->partial_update: #{e}"
120
120
  end
121
121
  ```
122
122
 
@@ -142,9 +142,9 @@ Name | Type | Description | Notes
142
142
  - **Accept**: application/json
143
143
 
144
144
 
145
- ## access_policies_read
145
+ ## read
146
146
 
147
- > AccessPolicyResponse access_policies_read(access_policy_href, opts)
147
+ > AccessPolicyResponse read(access_policy_href, opts)
148
148
 
149
149
  Inspect an access policy
150
150
 
@@ -171,10 +171,10 @@ opts = {
171
171
 
172
172
  begin
173
173
  #Inspect an access policy
174
- result = api_instance.access_policies_read(access_policy_href, opts)
174
+ result = api_instance.read(access_policy_href, opts)
175
175
  p result
176
176
  rescue PulpcoreClient::ApiError => e
177
- puts "Exception when calling AccessPoliciesApi->access_policies_read: #{e}"
177
+ puts "Exception when calling AccessPoliciesApi->read: #{e}"
178
178
  end
179
179
  ```
180
180
 
@@ -201,9 +201,9 @@ Name | Type | Description | Notes
201
201
  - **Accept**: application/json
202
202
 
203
203
 
204
- ## access_policies_reset
204
+ ## reset
205
205
 
206
- > AccessPolicyResponse access_policies_reset(access_policy_href)
206
+ > AccessPolicyResponse reset(access_policy_href)
207
207
 
208
208
 
209
209
 
@@ -225,10 +225,10 @@ api_instance = PulpcoreClient::AccessPoliciesApi.new
225
225
  access_policy_href = 'access_policy_href_example' # String |
226
226
 
227
227
  begin
228
- result = api_instance.access_policies_reset(access_policy_href)
228
+ result = api_instance.reset(access_policy_href)
229
229
  p result
230
230
  rescue PulpcoreClient::ApiError => e
231
- puts "Exception when calling AccessPoliciesApi->access_policies_reset: #{e}"
231
+ puts "Exception when calling AccessPoliciesApi->reset: #{e}"
232
232
  end
233
233
  ```
234
234
 
@@ -253,9 +253,9 @@ Name | Type | Description | Notes
253
253
  - **Accept**: application/json
254
254
 
255
255
 
256
- ## access_policies_update
256
+ ## update
257
257
 
258
- > AccessPolicyResponse access_policies_update(access_policy_href, access_policy)
258
+ > AccessPolicyResponse update(access_policy_href, access_policy)
259
259
 
260
260
  Update an access policy
261
261
 
@@ -279,10 +279,10 @@ access_policy = PulpcoreClient::AccessPolicy.new # AccessPolicy |
279
279
 
280
280
  begin
281
281
  #Update an access policy
282
- result = api_instance.access_policies_update(access_policy_href, access_policy)
282
+ result = api_instance.update(access_policy_href, access_policy)
283
283
  p result
284
284
  rescue PulpcoreClient::ApiError => e
285
- puts "Exception when calling AccessPoliciesApi->access_policies_update: #{e}"
285
+ puts "Exception when calling AccessPoliciesApi->update: #{e}"
286
286
  end
287
287
  ```
288
288