pulpcore_client 3.21.32 → 3.22.0

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,29 @@
1
+ # PulpcoreClient::ArtifactDistributionResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_guard** | **String** | An optional content-guard. | [optional]
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **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]
12
+ **pulp_href** | **String** | | [optional] [readonly]
13
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpcoreClient'
19
+
20
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(content_guard: null,
21
+ pulp_labels: null,
22
+ pulp_created: null,
23
+ base_path: null,
24
+ base_url: null,
25
+ pulp_href: null,
26
+ name: null)
27
+ ```
28
+
29
+
data/docs/ArtifactsApi.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # PulpcoreClient::ArtifactsApi
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
- [**artifacts_create**](ArtifactsApi.md#artifacts_create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
8
- [**artifacts_delete**](ArtifactsApi.md#artifacts_delete) | **DELETE** {artifact_href} | Delete an artifact
9
- [**artifacts_list**](ArtifactsApi.md#artifacts_list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
10
- [**artifacts_read**](ArtifactsApi.md#artifacts_read) | **GET** {artifact_href} | Inspect an artifact
7
+ [**create**](ArtifactsApi.md#create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
8
+ [**delete**](ArtifactsApi.md#delete) | **DELETE** {artifact_href} | Delete an artifact
9
+ [**list**](ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
10
+ [**read**](ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
11
11
 
12
12
 
13
13
 
14
- ## artifacts_create
14
+ ## create
15
15
 
16
- > ArtifactResponse artifacts_create(file, opts)
16
+ > ArtifactResponse create(file, opts)
17
17
 
18
18
  Create an artifact
19
19
 
@@ -45,10 +45,10 @@ opts = {
45
45
 
46
46
  begin
47
47
  #Create an artifact
48
- result = api_instance.artifacts_create(file, opts)
48
+ result = api_instance.create(file, opts)
49
49
  p result
50
50
  rescue PulpcoreClient::ApiError => e
51
- puts "Exception when calling ArtifactsApi->artifacts_create: #{e}"
51
+ puts "Exception when calling ArtifactsApi->create: #{e}"
52
52
  end
53
53
  ```
54
54
 
@@ -80,9 +80,9 @@ Name | Type | Description | Notes
80
80
  - **Accept**: application/json
81
81
 
82
82
 
83
- ## artifacts_delete
83
+ ## delete
84
84
 
85
- > artifacts_delete(artifact_href)
85
+ > delete(artifact_href)
86
86
 
87
87
  Delete an artifact
88
88
 
@@ -105,9 +105,9 @@ artifact_href = 'artifact_href_example' # String |
105
105
 
106
106
  begin
107
107
  #Delete an artifact
108
- api_instance.artifacts_delete(artifact_href)
108
+ api_instance.delete(artifact_href)
109
109
  rescue PulpcoreClient::ApiError => e
110
- puts "Exception when calling ArtifactsApi->artifacts_delete: #{e}"
110
+ puts "Exception when calling ArtifactsApi->delete: #{e}"
111
111
  end
112
112
  ```
113
113
 
@@ -132,9 +132,9 @@ nil (empty response body)
132
132
  - **Accept**: Not defined
133
133
 
134
134
 
135
- ## artifacts_list
135
+ ## list
136
136
 
137
- > PaginatedArtifactResponseList artifacts_list(opts)
137
+ > PaginatedArtifactResponseList list(opts)
138
138
 
139
139
  List artifacts
140
140
 
@@ -170,10 +170,10 @@ opts = {
170
170
 
171
171
  begin
172
172
  #List artifacts
173
- result = api_instance.artifacts_list(opts)
173
+ result = api_instance.list(opts)
174
174
  p result
175
175
  rescue PulpcoreClient::ApiError => e
176
- puts "Exception when calling ArtifactsApi->artifacts_list: #{e}"
176
+ puts "Exception when calling ArtifactsApi->list: #{e}"
177
177
  end
178
178
  ```
179
179
 
@@ -209,9 +209,9 @@ Name | Type | Description | Notes
209
209
  - **Accept**: application/json
210
210
 
211
211
 
212
- ## artifacts_read
212
+ ## read
213
213
 
214
- > ArtifactResponse artifacts_read(artifact_href, opts)
214
+ > ArtifactResponse read(artifact_href, opts)
215
215
 
216
216
  Inspect an artifact
217
217
 
@@ -238,10 +238,10 @@ opts = {
238
238
 
239
239
  begin
240
240
  #Inspect an artifact
241
- result = api_instance.artifacts_read(artifact_href, opts)
241
+ result = api_instance.read(artifact_href, opts)
242
242
  p result
243
243
  rescue PulpcoreClient::ApiError => e
244
- puts "Exception when calling ArtifactsApi->artifacts_read: #{e}"
244
+ puts "Exception when calling ArtifactsApi->read: #{e}"
245
245
  end
246
246
  ```
247
247
 
data/docs/ContentApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::ContentApi
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
- [**content_list**](ContentApi.md#content_list) | **GET** /pulp/api/v3/content/ | List content
7
+ [**list**](ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
8
8
 
9
9
 
10
10
 
11
- ## content_list
11
+ ## list
12
12
 
13
- > PaginatedMultipleArtifactContentResponseList content_list(opts)
13
+ > PaginatedMultipleArtifactContentResponseList list(opts)
14
14
 
15
15
  List content
16
16
 
@@ -42,10 +42,10 @@ opts = {
42
42
 
43
43
  begin
44
44
  #List content
45
- result = api_instance.content_list(opts)
45
+ result = api_instance.list(opts)
46
46
  p result
47
47
  rescue PulpcoreClient::ApiError => e
48
- puts "Exception when calling ContentApi->content_list: #{e}"
48
+ puts "Exception when calling ContentApi->list: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -0,0 +1,19 @@
1
+ # PulpcoreClient::ContentSettingsResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_origin** | **String** | The CONTENT_ORIGIN setting for this Pulp instance |
8
+ **content_path_prefix** | **String** | The CONTENT_PATH_PREFIX setting for this Pulp instance |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpcoreClient'
14
+
15
+ instance = PulpcoreClient::ContentSettingsResponse.new(content_origin: null,
16
+ content_path_prefix: null)
17
+ ```
18
+
19
+
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::ContentguardsApi
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
- [**contentguards_list**](ContentguardsApi.md#contentguards_list) | **GET** /pulp/api/v3/contentguards/ | List content guards
7
+ [**list**](ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
8
8
 
9
9
 
10
10
 
11
- ## contentguards_list
11
+ ## list
12
12
 
13
- > PaginatedContentGuardResponseList contentguards_list(opts)
13
+ > PaginatedContentGuardResponseList list(opts)
14
14
 
15
15
  List content guards
16
16
 
@@ -31,7 +31,7 @@ end
31
31
  api_instance = PulpcoreClient::ContentguardsApi.new
32
32
  opts = {
33
33
  limit: 56, # Integer | Number of results to return per page.
34
- name: 'name_example', # String |
34
+ name: 'name_example', # String | Filter results where name matches value
35
35
  name__contains: 'name__contains_example', # String | Filter results where name contains value
36
36
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
37
37
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -44,10 +44,10 @@ opts = {
44
44
 
45
45
  begin
46
46
  #List content guards
47
- result = api_instance.contentguards_list(opts)
47
+ result = api_instance.list(opts)
48
48
  p result
49
49
  rescue PulpcoreClient::ApiError => e
50
- puts "Exception when calling ContentguardsApi->contentguards_list: #{e}"
50
+ puts "Exception when calling ContentguardsApi->list: #{e}"
51
51
  end
52
52
  ```
53
53
 
@@ -57,7 +57,7 @@ end
57
57
  Name | Type | Description | Notes
58
58
  ------------- | ------------- | ------------- | -------------
59
59
  **limit** | **Integer**| Number of results to return per page. | [optional]
60
- **name** | **String**| | [optional]
60
+ **name** | **String**| Filter results where name matches value | [optional]
61
61
  **name__contains** | **String**| Filter results where name contains value | [optional]
62
62
  **name__icontains** | **String**| Filter results where name contains value | [optional]
63
63
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -1,25 +1,25 @@
1
1
  # PulpcoreClient::ContentguardsContentRedirectApi
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
- [**contentguards_core_content_redirect_add_role**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
8
- [**contentguards_core_content_redirect_create**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
9
- [**contentguards_core_content_redirect_delete**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
10
- [**contentguards_core_content_redirect_list**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
11
- [**contentguards_core_content_redirect_list_roles**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
12
- [**contentguards_core_content_redirect_my_permissions**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
13
- [**contentguards_core_content_redirect_partial_update**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
14
- [**contentguards_core_content_redirect_read**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
15
- [**contentguards_core_content_redirect_remove_role**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
16
- [**contentguards_core_content_redirect_update**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
7
+ [**add_role**](ContentguardsContentRedirectApi.md#add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
8
+ [**create**](ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
9
+ [**delete**](ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
10
+ [**list**](ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
11
+ [**list_roles**](ContentguardsContentRedirectApi.md#list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
12
+ [**my_permissions**](ContentguardsContentRedirectApi.md#my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
13
+ [**partial_update**](ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
14
+ [**read**](ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
15
+ [**remove_role**](ContentguardsContentRedirectApi.md#remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
16
+ [**update**](ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
17
17
 
18
18
 
19
19
 
20
- ## contentguards_core_content_redirect_add_role
20
+ ## add_role
21
21
 
22
- > NestedRoleResponse contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role)
22
+ > NestedRoleResponse add_role(content_redirect_content_guard_href, nested_role)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
42
42
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
43
43
 
44
44
  begin
45
- result = api_instance.contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role)
45
+ result = api_instance.add_role(content_redirect_content_guard_href, nested_role)
46
46
  p result
47
47
  rescue PulpcoreClient::ApiError => e
48
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_add_role: #{e}"
48
+ puts "Exception when calling ContentguardsContentRedirectApi->add_role: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
71
71
  - **Accept**: application/json
72
72
 
73
73
 
74
- ## contentguards_core_content_redirect_create
74
+ ## create
75
75
 
76
- > ContentRedirectContentGuardResponse contentguards_core_content_redirect_create(content_redirect_content_guard)
76
+ > ContentRedirectContentGuardResponse create(content_redirect_content_guard)
77
77
 
78
78
  Create a content redirect content guard
79
79
 
@@ -96,10 +96,10 @@ content_redirect_content_guard = PulpcoreClient::ContentRedirectContentGuard.new
96
96
 
97
97
  begin
98
98
  #Create a content redirect content guard
99
- result = api_instance.contentguards_core_content_redirect_create(content_redirect_content_guard)
99
+ result = api_instance.create(content_redirect_content_guard)
100
100
  p result
101
101
  rescue PulpcoreClient::ApiError => e
102
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_create: #{e}"
102
+ puts "Exception when calling ContentguardsContentRedirectApi->create: #{e}"
103
103
  end
104
104
  ```
105
105
 
@@ -124,9 +124,9 @@ Name | Type | Description | Notes
124
124
  - **Accept**: application/json
125
125
 
126
126
 
127
- ## contentguards_core_content_redirect_delete
127
+ ## delete
128
128
 
129
- > contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
129
+ > delete(content_redirect_content_guard_href)
130
130
 
131
131
  Delete a content redirect content guard
132
132
 
@@ -149,9 +149,9 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
149
149
 
150
150
  begin
151
151
  #Delete a content redirect content guard
152
- api_instance.contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
152
+ api_instance.delete(content_redirect_content_guard_href)
153
153
  rescue PulpcoreClient::ApiError => e
154
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_delete: #{e}"
154
+ puts "Exception when calling ContentguardsContentRedirectApi->delete: #{e}"
155
155
  end
156
156
  ```
157
157
 
@@ -176,9 +176,9 @@ nil (empty response body)
176
176
  - **Accept**: Not defined
177
177
 
178
178
 
179
- ## contentguards_core_content_redirect_list
179
+ ## list
180
180
 
181
- > PaginatedContentRedirectContentGuardResponseList contentguards_core_content_redirect_list(opts)
181
+ > PaginatedContentRedirectContentGuardResponseList list(opts)
182
182
 
183
183
  List content redirect content guards
184
184
 
@@ -199,7 +199,7 @@ end
199
199
  api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
200
200
  opts = {
201
201
  limit: 56, # Integer | Number of results to return per page.
202
- name: 'name_example', # String |
202
+ name: 'name_example', # String | Filter results where name matches value
203
203
  name__contains: 'name__contains_example', # String | Filter results where name contains value
204
204
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
205
205
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -212,10 +212,10 @@ opts = {
212
212
 
213
213
  begin
214
214
  #List content redirect content guards
215
- result = api_instance.contentguards_core_content_redirect_list(opts)
215
+ result = api_instance.list(opts)
216
216
  p result
217
217
  rescue PulpcoreClient::ApiError => e
218
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list: #{e}"
218
+ puts "Exception when calling ContentguardsContentRedirectApi->list: #{e}"
219
219
  end
220
220
  ```
221
221
 
@@ -225,7 +225,7 @@ end
225
225
  Name | Type | Description | Notes
226
226
  ------------- | ------------- | ------------- | -------------
227
227
  **limit** | **Integer**| Number of results to return per page. | [optional]
228
- **name** | **String**| | [optional]
228
+ **name** | **String**| Filter results where name matches value | [optional]
229
229
  **name__contains** | **String**| Filter results where name contains value | [optional]
230
230
  **name__icontains** | **String**| Filter results where name contains value | [optional]
231
231
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -249,9 +249,9 @@ Name | Type | Description | Notes
249
249
  - **Accept**: application/json
250
250
 
251
251
 
252
- ## contentguards_core_content_redirect_list_roles
252
+ ## list_roles
253
253
 
254
- > ObjectRolesResponse contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
254
+ > ObjectRolesResponse list_roles(content_redirect_content_guard_href, opts)
255
255
 
256
256
 
257
257
 
@@ -277,10 +277,10 @@ opts = {
277
277
  }
278
278
 
279
279
  begin
280
- result = api_instance.contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
280
+ result = api_instance.list_roles(content_redirect_content_guard_href, opts)
281
281
  p result
282
282
  rescue PulpcoreClient::ApiError => e
283
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list_roles: #{e}"
283
+ puts "Exception when calling ContentguardsContentRedirectApi->list_roles: #{e}"
284
284
  end
285
285
  ```
286
286
 
@@ -307,9 +307,9 @@ Name | Type | Description | Notes
307
307
  - **Accept**: application/json
308
308
 
309
309
 
310
- ## contentguards_core_content_redirect_my_permissions
310
+ ## my_permissions
311
311
 
312
- > MyPermissionsResponse contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
312
+ > MyPermissionsResponse my_permissions(content_redirect_content_guard_href, opts)
313
313
 
314
314
 
315
315
 
@@ -335,10 +335,10 @@ opts = {
335
335
  }
336
336
 
337
337
  begin
338
- result = api_instance.contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
338
+ result = api_instance.my_permissions(content_redirect_content_guard_href, opts)
339
339
  p result
340
340
  rescue PulpcoreClient::ApiError => e
341
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_my_permissions: #{e}"
341
+ puts "Exception when calling ContentguardsContentRedirectApi->my_permissions: #{e}"
342
342
  end
343
343
  ```
344
344
 
@@ -365,9 +365,9 @@ Name | Type | Description | Notes
365
365
  - **Accept**: application/json
366
366
 
367
367
 
368
- ## contentguards_core_content_redirect_partial_update
368
+ ## partial_update
369
369
 
370
- > ContentRedirectContentGuardResponse contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
370
+ > ContentRedirectContentGuardResponse partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
371
371
 
372
372
  Update a content redirect content guard
373
373
 
@@ -391,10 +391,10 @@ patched_content_redirect_content_guard = PulpcoreClient::PatchedContentRedirectC
391
391
 
392
392
  begin
393
393
  #Update a content redirect content guard
394
- result = api_instance.contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
394
+ result = api_instance.partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
395
395
  p result
396
396
  rescue PulpcoreClient::ApiError => e
397
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_partial_update: #{e}"
397
+ puts "Exception when calling ContentguardsContentRedirectApi->partial_update: #{e}"
398
398
  end
399
399
  ```
400
400
 
@@ -420,9 +420,9 @@ Name | Type | Description | Notes
420
420
  - **Accept**: application/json
421
421
 
422
422
 
423
- ## contentguards_core_content_redirect_read
423
+ ## read
424
424
 
425
- > ContentRedirectContentGuardResponse contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
425
+ > ContentRedirectContentGuardResponse read(content_redirect_content_guard_href, opts)
426
426
 
427
427
  Inspect a content redirect content guard
428
428
 
@@ -449,10 +449,10 @@ opts = {
449
449
 
450
450
  begin
451
451
  #Inspect a content redirect content guard
452
- result = api_instance.contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
452
+ result = api_instance.read(content_redirect_content_guard_href, opts)
453
453
  p result
454
454
  rescue PulpcoreClient::ApiError => e
455
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_read: #{e}"
455
+ puts "Exception when calling ContentguardsContentRedirectApi->read: #{e}"
456
456
  end
457
457
  ```
458
458
 
@@ -479,9 +479,9 @@ Name | Type | Description | Notes
479
479
  - **Accept**: application/json
480
480
 
481
481
 
482
- ## contentguards_core_content_redirect_remove_role
482
+ ## remove_role
483
483
 
484
- > NestedRoleResponse contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
484
+ > NestedRoleResponse remove_role(content_redirect_content_guard_href, nested_role)
485
485
 
486
486
 
487
487
 
@@ -504,10 +504,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
504
504
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
505
505
 
506
506
  begin
507
- result = api_instance.contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
507
+ result = api_instance.remove_role(content_redirect_content_guard_href, nested_role)
508
508
  p result
509
509
  rescue PulpcoreClient::ApiError => e
510
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_remove_role: #{e}"
510
+ puts "Exception when calling ContentguardsContentRedirectApi->remove_role: #{e}"
511
511
  end
512
512
  ```
513
513
 
@@ -533,9 +533,9 @@ Name | Type | Description | Notes
533
533
  - **Accept**: application/json
534
534
 
535
535
 
536
- ## contentguards_core_content_redirect_update
536
+ ## update
537
537
 
538
- > ContentRedirectContentGuardResponse contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
538
+ > ContentRedirectContentGuardResponse update(content_redirect_content_guard_href, content_redirect_content_guard)
539
539
 
540
540
  Update a content redirect content guard
541
541
 
@@ -559,10 +559,10 @@ content_redirect_content_guard = PulpcoreClient::ContentRedirectContentGuard.new
559
559
 
560
560
  begin
561
561
  #Update a content redirect content guard
562
- result = api_instance.contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
562
+ result = api_instance.update(content_redirect_content_guard_href, content_redirect_content_guard)
563
563
  p result
564
564
  rescue PulpcoreClient::ApiError => e
565
- puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_update: #{e}"
565
+ puts "Exception when calling ContentguardsContentRedirectApi->update: #{e}"
566
566
  end
567
567
  ```
568
568