pulpcore_client 3.28.28 → 3.28.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +157 -155
- data/docs/AccessPoliciesApi.md +26 -26
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +21 -21
- data/docs/ContentApi.md +8 -8
- data/docs/ContentguardsApi.md +8 -8
- data/docs/ContentguardsContentRedirectApi.md +51 -51
- data/docs/ContentguardsRbacApi.md +51 -51
- data/docs/DistributionsApi.md +8 -8
- data/docs/DistributionsArtifactsApi.md +11 -11
- data/docs/DocsApiJsonApi.md +61 -0
- data/docs/DocsApiYamlApi.md +61 -0
- data/docs/DomainsApi.md +31 -31
- data/docs/ExportersFilesystemApi.md +31 -31
- data/docs/ExportersFilesystemExportsApi.md +21 -21
- data/docs/ExportersPulpApi.md +31 -31
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/GroupsApi.md +51 -51
- data/docs/GroupsRolesApi.md +21 -21
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +31 -31
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PublicationsApi.md +8 -8
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -8
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -8
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryVersionsApi.md +6 -6
- data/docs/RolesApi.md +31 -31
- data/docs/SigningServicesApi.md +11 -11
- data/docs/StatusApi.md +1 -1
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +31 -31
- data/docs/TasksApi.md +96 -96
- data/docs/UploadsApi.md +51 -51
- data/docs/UpstreamPulpsApi.md +36 -36
- data/docs/UsersApi.md +31 -31
- data/docs/UsersRolesApi.md +21 -21
- data/docs/WorkersApi.md +11 -11
- data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
- data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
- data/lib/pulpcore_client/api/content_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
- data/lib/pulpcore_client/api/distributions_api.rb +8 -8
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
- data/lib/pulpcore_client/api/docs_api_json_api.rb +89 -0
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +89 -0
- data/lib/pulpcore_client/api/domains_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +63 -63
- data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
- data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulpcore_client/api/orphans_api.rb +5 -5
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulpcore_client/api/publications_api.rb +7 -11
- data/lib/pulpcore_client/api/remotes_api.rb +7 -11
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +7 -11
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
- data/lib/pulpcore_client/api/roles_api.rb +37 -37
- data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
- data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
- data/lib/pulpcore_client/api/tasks_api.rb +119 -119
- data/lib/pulpcore_client/api/uploads_api.rb +65 -65
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
- data/lib/pulpcore_client/api/users_api.rb +37 -37
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +11 -11
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +50 -50
- data/lib/pulpcore_client/models/remote_response.rb +20 -20
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +2 -0
- data/spec/api/access_policies_api_spec.rb +10 -10
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +3 -3
- data/spec/api/contentguards_api_spec.rb +3 -3
- data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
- data/spec/api/contentguards_rbac_api_spec.rb +20 -20
- data/spec/api/distributions_api_spec.rb +3 -3
- data/spec/api/distributions_artifacts_api_spec.rb +4 -4
- data/spec/api/docs_api_json_api_spec.rb +48 -0
- data/spec/api/docs_api_yaml_api_spec.rb +48 -0
- data/spec/api/domains_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +12 -12
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +20 -20
- data/spec/api/groups_roles_api_spec.rb +8 -8
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +12 -12
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +3 -3
- data/spec/api/remotes_api_spec.rb +3 -3
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -3
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +12 -12
- data/spec/api/tasks_api_spec.rb +29 -29
- data/spec/api/uploads_api_spec.rb +20 -20
- data/spec/api/upstream_pulps_api_spec.rb +14 -14
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_roles_api_spec.rb +8 -8
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- metadata +164 -156
@@ -4,28 +4,28 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
7
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
8
|
-
**
|
9
|
-
**
|
9
|
+
**pulp_href** | **String** | | [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\") |
|
10
11
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
|
-
**
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
14
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
13
|
-
**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\") |
|
14
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
15
15
|
|
16
16
|
## Code Sample
|
17
17
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpcoreClient'
|
20
20
|
|
21
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
22
|
-
|
23
|
-
|
24
|
-
base_url: null,
|
25
|
-
pulp_created: null,
|
26
|
-
hidden: null,
|
21
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null,
|
22
|
+
content_guard: null,
|
23
|
+
pulp_href: null,
|
27
24
|
base_path: null,
|
28
|
-
|
25
|
+
base_url: null,
|
26
|
+
name: null,
|
27
|
+
pulp_labels: null,
|
28
|
+
hidden: null)
|
29
29
|
```
|
30
30
|
|
31
31
|
|
data/docs/ArtifactsApi.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpcoreClient::ArtifactsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
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
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## artifacts_create
|
15
15
|
|
16
|
-
> ArtifactResponse
|
16
|
+
> ArtifactResponse artifacts_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.
|
48
|
+
result = api_instance.artifacts_create(file, opts)
|
49
49
|
p result
|
50
50
|
rescue PulpcoreClient::ApiError => e
|
51
|
-
puts "Exception when calling ArtifactsApi->
|
51
|
+
puts "Exception when calling ArtifactsApi->artifacts_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
|
-
##
|
83
|
+
## artifacts_delete
|
84
84
|
|
85
|
-
>
|
85
|
+
> artifacts_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.
|
108
|
+
api_instance.artifacts_delete(artifact_href)
|
109
109
|
rescue PulpcoreClient::ApiError => e
|
110
|
-
puts "Exception when calling ArtifactsApi->
|
110
|
+
puts "Exception when calling ArtifactsApi->artifacts_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
|
-
##
|
135
|
+
## artifacts_list
|
136
136
|
|
137
|
-
> PaginatedArtifactResponseList
|
137
|
+
> PaginatedArtifactResponseList artifacts_list(opts)
|
138
138
|
|
139
139
|
List artifacts
|
140
140
|
|
@@ -172,10 +172,10 @@ opts = {
|
|
172
172
|
|
173
173
|
begin
|
174
174
|
#List artifacts
|
175
|
-
result = api_instance.
|
175
|
+
result = api_instance.artifacts_list(opts)
|
176
176
|
p result
|
177
177
|
rescue PulpcoreClient::ApiError => e
|
178
|
-
puts "Exception when calling ArtifactsApi->
|
178
|
+
puts "Exception when calling ArtifactsApi->artifacts_list: #{e}"
|
179
179
|
end
|
180
180
|
```
|
181
181
|
|
@@ -213,9 +213,9 @@ Name | Type | Description | Notes
|
|
213
213
|
- **Accept**: application/json
|
214
214
|
|
215
215
|
|
216
|
-
##
|
216
|
+
## artifacts_read
|
217
217
|
|
218
|
-
> ArtifactResponse
|
218
|
+
> ArtifactResponse artifacts_read(artifact_href, opts)
|
219
219
|
|
220
220
|
Inspect an artifact
|
221
221
|
|
@@ -242,10 +242,10 @@ opts = {
|
|
242
242
|
|
243
243
|
begin
|
244
244
|
#Inspect an artifact
|
245
|
-
result = api_instance.
|
245
|
+
result = api_instance.artifacts_read(artifact_href, opts)
|
246
246
|
p result
|
247
247
|
rescue PulpcoreClient::ApiError => e
|
248
|
-
puts "Exception when calling ArtifactsApi->
|
248
|
+
puts "Exception when calling ArtifactsApi->artifacts_read: #{e}"
|
249
249
|
end
|
250
250
|
```
|
251
251
|
|
data/docs/ContentApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpcoreClient::ContentApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**content_list**](ContentApi.md#content_list) | **GET** /pulp/api/v3/content/ | List content
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## content_list
|
12
12
|
|
13
|
-
> PaginatedMultipleArtifactContentResponseList
|
13
|
+
> PaginatedMultipleArtifactContentResponseList content_list(opts)
|
14
14
|
|
15
15
|
List content
|
16
16
|
|
@@ -35,7 +35,7 @@ opts = {
|
|
35
35
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
36
36
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
37
37
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.publishedmetadata` - core.publishedmetadata
|
38
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.publishedmetadata` - core.publishedmetadata
|
39
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -45,10 +45,10 @@ opts = {
|
|
45
45
|
|
46
46
|
begin
|
47
47
|
#List content
|
48
|
-
result = api_instance.
|
48
|
+
result = api_instance.content_list(opts)
|
49
49
|
p result
|
50
50
|
rescue PulpcoreClient::ApiError => e
|
51
|
-
puts "Exception when calling ContentApi->
|
51
|
+
puts "Exception when calling ContentApi->content_list: #{e}"
|
52
52
|
end
|
53
53
|
```
|
54
54
|
|
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
|
|
62
62
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
63
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
64
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
65
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.publishedmetadata` - core.publishedmetadata
|
65
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.publishedmetadata` - core.publishedmetadata | [optional]
|
66
66
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
67
67
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
68
68
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentguardsApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpcoreClient::ContentguardsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**contentguards_list**](ContentguardsApi.md#contentguards_list) | **GET** /pulp/api/v3/contentguards/ | List content guards
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## contentguards_list
|
12
12
|
|
13
|
-
> PaginatedContentGuardResponseList
|
13
|
+
> PaginatedContentGuardResponseList contentguards_list(opts)
|
14
14
|
|
15
15
|
List content guards
|
16
16
|
|
@@ -40,17 +40,17 @@ opts = {
|
|
40
40
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
41
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
42
42
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
43
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect
|
43
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect
|
44
44
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
45
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
46
|
}
|
47
47
|
|
48
48
|
begin
|
49
49
|
#List content guards
|
50
|
-
result = api_instance.
|
50
|
+
result = api_instance.contentguards_list(opts)
|
51
51
|
p result
|
52
52
|
rescue PulpcoreClient::ApiError => e
|
53
|
-
puts "Exception when calling ContentguardsApi->
|
53
|
+
puts "Exception when calling ContentguardsApi->contentguards_list: #{e}"
|
54
54
|
end
|
55
55
|
```
|
56
56
|
|
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
|
|
69
69
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
70
70
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
71
71
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
72
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect
|
72
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect | [optional]
|
73
73
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
74
74
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
75
75
|
|
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpcoreClient::ContentguardsContentRedirectApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
11
|
-
[**
|
12
|
-
[**
|
13
|
-
[**
|
14
|
-
[**
|
15
|
-
[**
|
16
|
-
[**
|
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
|
17
17
|
|
18
18
|
|
19
19
|
|
20
|
-
##
|
20
|
+
## contentguards_core_content_redirect_add_role
|
21
21
|
|
22
|
-
> NestedRoleResponse
|
22
|
+
> NestedRoleResponse contentguards_core_content_redirect_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.
|
45
|
+
result = api_instance.contentguards_core_content_redirect_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->
|
48
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_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
|
-
##
|
74
|
+
## contentguards_core_content_redirect_create
|
75
75
|
|
76
|
-
> ContentRedirectContentGuardResponse
|
76
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_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.
|
99
|
+
result = api_instance.contentguards_core_content_redirect_create(content_redirect_content_guard)
|
100
100
|
p result
|
101
101
|
rescue PulpcoreClient::ApiError => e
|
102
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
102
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_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
|
-
##
|
127
|
+
## contentguards_core_content_redirect_delete
|
128
128
|
|
129
|
-
>
|
129
|
+
> contentguards_core_content_redirect_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.
|
152
|
+
api_instance.contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
|
153
153
|
rescue PulpcoreClient::ApiError => e
|
154
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
154
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_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
|
-
##
|
179
|
+
## contentguards_core_content_redirect_list
|
180
180
|
|
181
|
-
> PaginatedContentRedirectContentGuardResponseList
|
181
|
+
> PaginatedContentRedirectContentGuardResponseList contentguards_core_content_redirect_list(opts)
|
182
182
|
|
183
183
|
List content redirect content guards
|
184
184
|
|
@@ -214,10 +214,10 @@ opts = {
|
|
214
214
|
|
215
215
|
begin
|
216
216
|
#List content redirect content guards
|
217
|
-
result = api_instance.
|
217
|
+
result = api_instance.contentguards_core_content_redirect_list(opts)
|
218
218
|
p result
|
219
219
|
rescue PulpcoreClient::ApiError => e
|
220
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
220
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list: #{e}"
|
221
221
|
end
|
222
222
|
```
|
223
223
|
|
@@ -253,9 +253,9 @@ Name | Type | Description | Notes
|
|
253
253
|
- **Accept**: application/json
|
254
254
|
|
255
255
|
|
256
|
-
##
|
256
|
+
## contentguards_core_content_redirect_list_roles
|
257
257
|
|
258
|
-
> ObjectRolesResponse
|
258
|
+
> ObjectRolesResponse contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
|
259
259
|
|
260
260
|
|
261
261
|
|
@@ -281,10 +281,10 @@ opts = {
|
|
281
281
|
}
|
282
282
|
|
283
283
|
begin
|
284
|
-
result = api_instance.
|
284
|
+
result = api_instance.contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
|
285
285
|
p result
|
286
286
|
rescue PulpcoreClient::ApiError => e
|
287
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
287
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list_roles: #{e}"
|
288
288
|
end
|
289
289
|
```
|
290
290
|
|
@@ -311,9 +311,9 @@ Name | Type | Description | Notes
|
|
311
311
|
- **Accept**: application/json
|
312
312
|
|
313
313
|
|
314
|
-
##
|
314
|
+
## contentguards_core_content_redirect_my_permissions
|
315
315
|
|
316
|
-
> MyPermissionsResponse
|
316
|
+
> MyPermissionsResponse contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
|
317
317
|
|
318
318
|
|
319
319
|
|
@@ -339,10 +339,10 @@ opts = {
|
|
339
339
|
}
|
340
340
|
|
341
341
|
begin
|
342
|
-
result = api_instance.
|
342
|
+
result = api_instance.contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
|
343
343
|
p result
|
344
344
|
rescue PulpcoreClient::ApiError => e
|
345
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
345
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_my_permissions: #{e}"
|
346
346
|
end
|
347
347
|
```
|
348
348
|
|
@@ -369,9 +369,9 @@ Name | Type | Description | Notes
|
|
369
369
|
- **Accept**: application/json
|
370
370
|
|
371
371
|
|
372
|
-
##
|
372
|
+
## contentguards_core_content_redirect_partial_update
|
373
373
|
|
374
|
-
> ContentRedirectContentGuardResponse
|
374
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
|
375
375
|
|
376
376
|
Update a content redirect content guard
|
377
377
|
|
@@ -395,10 +395,10 @@ patched_content_redirect_content_guard = PulpcoreClient::PatchedContentRedirectC
|
|
395
395
|
|
396
396
|
begin
|
397
397
|
#Update a content redirect content guard
|
398
|
-
result = api_instance.
|
398
|
+
result = api_instance.contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
|
399
399
|
p result
|
400
400
|
rescue PulpcoreClient::ApiError => e
|
401
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
401
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_partial_update: #{e}"
|
402
402
|
end
|
403
403
|
```
|
404
404
|
|
@@ -424,9 +424,9 @@ Name | Type | Description | Notes
|
|
424
424
|
- **Accept**: application/json
|
425
425
|
|
426
426
|
|
427
|
-
##
|
427
|
+
## contentguards_core_content_redirect_read
|
428
428
|
|
429
|
-
> ContentRedirectContentGuardResponse
|
429
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
|
430
430
|
|
431
431
|
Inspect a content redirect content guard
|
432
432
|
|
@@ -453,10 +453,10 @@ opts = {
|
|
453
453
|
|
454
454
|
begin
|
455
455
|
#Inspect a content redirect content guard
|
456
|
-
result = api_instance.
|
456
|
+
result = api_instance.contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
|
457
457
|
p result
|
458
458
|
rescue PulpcoreClient::ApiError => e
|
459
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
459
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_read: #{e}"
|
460
460
|
end
|
461
461
|
```
|
462
462
|
|
@@ -483,9 +483,9 @@ Name | Type | Description | Notes
|
|
483
483
|
- **Accept**: application/json
|
484
484
|
|
485
485
|
|
486
|
-
##
|
486
|
+
## contentguards_core_content_redirect_remove_role
|
487
487
|
|
488
|
-
> NestedRoleResponse
|
488
|
+
> NestedRoleResponse contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
|
489
489
|
|
490
490
|
|
491
491
|
|
@@ -508,10 +508,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
|
|
508
508
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
509
509
|
|
510
510
|
begin
|
511
|
-
result = api_instance.
|
511
|
+
result = api_instance.contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
|
512
512
|
p result
|
513
513
|
rescue PulpcoreClient::ApiError => e
|
514
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
514
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_remove_role: #{e}"
|
515
515
|
end
|
516
516
|
```
|
517
517
|
|
@@ -537,9 +537,9 @@ Name | Type | Description | Notes
|
|
537
537
|
- **Accept**: application/json
|
538
538
|
|
539
539
|
|
540
|
-
##
|
540
|
+
## contentguards_core_content_redirect_update
|
541
541
|
|
542
|
-
> ContentRedirectContentGuardResponse
|
542
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
|
543
543
|
|
544
544
|
Update a content redirect content guard
|
545
545
|
|
@@ -563,10 +563,10 @@ content_redirect_content_guard = PulpcoreClient::ContentRedirectContentGuard.new
|
|
563
563
|
|
564
564
|
begin
|
565
565
|
#Update a content redirect content guard
|
566
|
-
result = api_instance.
|
566
|
+
result = api_instance.contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
|
567
567
|
p result
|
568
568
|
rescue PulpcoreClient::ApiError => e
|
569
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
569
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_update: #{e}"
|
570
570
|
end
|
571
571
|
```
|
572
572
|
|