pulp_certguard_client 3.69.1 → 3.70.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.
- checksums.yaml +4 -4
- data/README.md +9 -5
- data/docs/CertguardRHSMCertGuard.md +12 -11
- data/docs/CertguardRHSMCertGuardResponse.md +20 -19
- data/docs/CertguardX509CertGuard.md +12 -11
- data/docs/CertguardX509CertGuardResponse.md +20 -19
- data/docs/ContentguardsRhsmApi.md +195 -94
- data/docs/ContentguardsX509Api.md +195 -94
- data/docs/PaginatedcertguardRHSMCertGuardResponseList.md +14 -13
- data/docs/PaginatedcertguardX509CertGuardResponseList.md +14 -13
- data/docs/PatchedcertguardRHSMCertGuard.md +12 -11
- data/docs/PatchedcertguardX509CertGuard.md +12 -11
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +42 -27
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +42 -27
- data/lib/pulp_certguard_client/api_client.rb +137 -102
- data/lib/pulp_certguard_client/api_error.rb +2 -1
- data/lib/pulp_certguard_client/configuration.rb +162 -21
- data/lib/pulp_certguard_client/models/certguard_rhsm_cert_guard.rb +34 -22
- data/lib/pulp_certguard_client/models/certguard_rhsm_cert_guard_response.rb +36 -24
- data/lib/pulp_certguard_client/models/certguard_x509_cert_guard.rb +34 -22
- data/lib/pulp_certguard_client/models/certguard_x509_cert_guard_response.rb +36 -24
- data/lib/pulp_certguard_client/models/paginatedcertguard_rhsm_cert_guard_response_list.rb +34 -22
- data/lib/pulp_certguard_client/models/paginatedcertguard_x509_cert_guard_response_list.rb +34 -22
- data/lib/pulp_certguard_client/models/patchedcertguard_rhsm_cert_guard.rb +40 -24
- data/lib/pulp_certguard_client/models/patchedcertguard_x509_cert_guard.rb +40 -24
- data/lib/pulp_certguard_client/version.rb +2 -2
- data/lib/pulp_certguard_client.rb +1 -1
- data/pulp_certguard_client.gemspec +9 -6
- data/spec/api/contentguards_rhsm_api_spec.rb +7 -7
- data/spec/api/contentguards_x509_api_spec.rb +7 -7
- data/spec/models/certguard_rhsm_cert_guard_response_spec.rb +13 -18
- data/spec/models/certguard_rhsm_cert_guard_spec.rb +9 -14
- data/spec/models/certguard_x509_cert_guard_response_spec.rb +13 -18
- data/spec/models/certguard_x509_cert_guard_spec.rb +9 -14
- data/spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb +10 -15
- data/spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb +10 -15
- data/spec/models/patchedcertguard_rhsm_cert_guard_spec.rb +9 -14
- data/spec/models/patchedcertguard_x509_cert_guard_spec.rb +9 -14
- data/spec/spec_helper.rb +1 -1
- metadata +41 -17
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
@@ -2,29 +2,28 @@
|
|
2
2
|
|
3
3
|
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
|
-
Method | HTTP request | Description
|
6
|
-
|
7
|
-
[**create**](ContentguardsRhsmApi.md#create) | **POST** /pulp/api/v3/contentguards/certguard/rhsm/ | Create a rhsm cert guard
|
8
|
-
[**delete**](ContentguardsRhsmApi.md#delete) | **DELETE** {certguard_r_h_s_m_cert_guard_href} | Delete a rhsm cert guard
|
9
|
-
[**list**](ContentguardsRhsmApi.md#list) | **GET** /pulp/api/v3/contentguards/certguard/rhsm/ | List rhsm cert guards
|
10
|
-
[**partial_update**](ContentguardsRhsmApi.md#partial_update) | **PATCH** {certguard_r_h_s_m_cert_guard_href} | Update a rhsm cert guard
|
11
|
-
[**read**](ContentguardsRhsmApi.md#read) | **GET** {certguard_r_h_s_m_cert_guard_href} | Inspect a rhsm cert guard
|
12
|
-
[**update**](ContentguardsRhsmApi.md#update) | **PUT** {certguard_r_h_s_m_cert_guard_href} | Update a rhsm cert guard
|
13
|
-
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**create**](ContentguardsRhsmApi.md#create) | **POST** /pulp/api/v3/contentguards/certguard/rhsm/ | Create a rhsm cert guard |
|
8
|
+
| [**delete**](ContentguardsRhsmApi.md#delete) | **DELETE** {certguard_r_h_s_m_cert_guard_href} | Delete a rhsm cert guard |
|
9
|
+
| [**list**](ContentguardsRhsmApi.md#list) | **GET** /pulp/api/v3/contentguards/certguard/rhsm/ | List rhsm cert guards |
|
10
|
+
| [**partial_update**](ContentguardsRhsmApi.md#partial_update) | **PATCH** {certguard_r_h_s_m_cert_guard_href} | Update a rhsm cert guard |
|
11
|
+
| [**read**](ContentguardsRhsmApi.md#read) | **GET** {certguard_r_h_s_m_cert_guard_href} | Inspect a rhsm cert guard |
|
12
|
+
| [**update**](ContentguardsRhsmApi.md#update) | **PUT** {certguard_r_h_s_m_cert_guard_href} | Update a rhsm cert guard |
|
14
13
|
|
15
14
|
|
16
15
|
## create
|
17
16
|
|
18
|
-
> CertguardRHSMCertGuardResponse create(certguard_rhsm_cert_guard)
|
17
|
+
> <CertguardRHSMCertGuardResponse> create(certguard_rhsm_cert_guard)
|
19
18
|
|
20
19
|
Create a rhsm cert guard
|
21
20
|
|
22
21
|
RHSMCertGuard API Viewsets.
|
23
22
|
|
24
|
-
###
|
23
|
+
### Examples
|
25
24
|
|
26
25
|
```ruby
|
27
|
-
|
26
|
+
require 'time'
|
28
27
|
require 'pulp_certguard_client'
|
29
28
|
# setup authorization
|
30
29
|
PulpCertguardClient.configure do |config|
|
@@ -34,23 +33,40 @@ PulpCertguardClient.configure do |config|
|
|
34
33
|
end
|
35
34
|
|
36
35
|
api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
|
37
|
-
certguard_rhsm_cert_guard = PulpCertguardClient::CertguardRHSMCertGuard.new # CertguardRHSMCertGuard |
|
36
|
+
certguard_rhsm_cert_guard = PulpCertguardClient::CertguardRHSMCertGuard.new({name: 'name_example', ca_certificate: 'ca_certificate_example'}) # CertguardRHSMCertGuard |
|
38
37
|
|
39
38
|
begin
|
40
|
-
#Create a rhsm cert guard
|
39
|
+
# Create a rhsm cert guard
|
41
40
|
result = api_instance.create(certguard_rhsm_cert_guard)
|
42
41
|
p result
|
43
42
|
rescue PulpCertguardClient::ApiError => e
|
44
|
-
puts "
|
43
|
+
puts "Error when calling ContentguardsRhsmApi->create: #{e}"
|
45
44
|
end
|
46
45
|
```
|
47
46
|
|
48
|
-
|
47
|
+
#### Using the create_with_http_info variant
|
48
|
+
|
49
|
+
This returns an Array which contains the response data, status code and headers.
|
50
|
+
|
51
|
+
> <Array(<CertguardRHSMCertGuardResponse>, Integer, Hash)> create_with_http_info(certguard_rhsm_cert_guard)
|
52
|
+
|
53
|
+
```ruby
|
54
|
+
begin
|
55
|
+
# Create a rhsm cert guard
|
56
|
+
data, status_code, headers = api_instance.create_with_http_info(certguard_rhsm_cert_guard)
|
57
|
+
p status_code # => 2xx
|
58
|
+
p headers # => { ... }
|
59
|
+
p data # => <CertguardRHSMCertGuardResponse>
|
60
|
+
rescue PulpCertguardClient::ApiError => e
|
61
|
+
puts "Error when calling ContentguardsRhsmApi->create_with_http_info: #{e}"
|
62
|
+
end
|
63
|
+
```
|
49
64
|
|
65
|
+
### Parameters
|
50
66
|
|
51
|
-
Name | Type | Description
|
52
|
-
|
53
|
-
**certguard_rhsm_cert_guard** | [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md)| |
|
67
|
+
| Name | Type | Description | Notes |
|
68
|
+
| ---- | ---- | ----------- | ----- |
|
69
|
+
| **certguard_rhsm_cert_guard** | [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md) | | |
|
54
70
|
|
55
71
|
### Return type
|
56
72
|
|
@@ -74,10 +90,10 @@ Delete a rhsm cert guard
|
|
74
90
|
|
75
91
|
RHSMCertGuard API Viewsets.
|
76
92
|
|
77
|
-
###
|
93
|
+
### Examples
|
78
94
|
|
79
95
|
```ruby
|
80
|
-
|
96
|
+
require 'time'
|
81
97
|
require 'pulp_certguard_client'
|
82
98
|
# setup authorization
|
83
99
|
PulpCertguardClient.configure do |config|
|
@@ -90,19 +106,36 @@ api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
|
|
90
106
|
certguard_r_h_s_m_cert_guard_href = 'certguard_r_h_s_m_cert_guard_href_example' # String |
|
91
107
|
|
92
108
|
begin
|
93
|
-
#Delete a rhsm cert guard
|
109
|
+
# Delete a rhsm cert guard
|
94
110
|
api_instance.delete(certguard_r_h_s_m_cert_guard_href)
|
95
111
|
rescue PulpCertguardClient::ApiError => e
|
96
|
-
puts "
|
112
|
+
puts "Error when calling ContentguardsRhsmApi->delete: #{e}"
|
97
113
|
end
|
98
114
|
```
|
99
115
|
|
100
|
-
|
116
|
+
#### Using the delete_with_http_info variant
|
101
117
|
|
118
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
102
119
|
|
103
|
-
|
104
|
-
|
105
|
-
|
120
|
+
> <Array(nil, Integer, Hash)> delete_with_http_info(certguard_r_h_s_m_cert_guard_href)
|
121
|
+
|
122
|
+
```ruby
|
123
|
+
begin
|
124
|
+
# Delete a rhsm cert guard
|
125
|
+
data, status_code, headers = api_instance.delete_with_http_info(certguard_r_h_s_m_cert_guard_href)
|
126
|
+
p status_code # => 2xx
|
127
|
+
p headers # => { ... }
|
128
|
+
p data # => nil
|
129
|
+
rescue PulpCertguardClient::ApiError => e
|
130
|
+
puts "Error when calling ContentguardsRhsmApi->delete_with_http_info: #{e}"
|
131
|
+
end
|
132
|
+
```
|
133
|
+
|
134
|
+
### Parameters
|
135
|
+
|
136
|
+
| Name | Type | Description | Notes |
|
137
|
+
| ---- | ---- | ----------- | ----- |
|
138
|
+
| **certguard_r_h_s_m_cert_guard_href** | **String** | | |
|
106
139
|
|
107
140
|
### Return type
|
108
141
|
|
@@ -120,16 +153,16 @@ nil (empty response body)
|
|
120
153
|
|
121
154
|
## list
|
122
155
|
|
123
|
-
> PaginatedcertguardRHSMCertGuardResponseList list(opts)
|
156
|
+
> <PaginatedcertguardRHSMCertGuardResponseList> list(opts)
|
124
157
|
|
125
158
|
List rhsm cert guards
|
126
159
|
|
127
160
|
RHSMCertGuard API Viewsets.
|
128
161
|
|
129
|
-
###
|
162
|
+
### Examples
|
130
163
|
|
131
164
|
```ruby
|
132
|
-
|
165
|
+
require 'time'
|
133
166
|
require 'pulp_certguard_client'
|
134
167
|
# setup authorization
|
135
168
|
PulpCertguardClient.configure do |config|
|
@@ -145,53 +178,70 @@ opts = {
|
|
145
178
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
146
179
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
147
180
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
148
|
-
name__in: ['
|
181
|
+
name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
182
|
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
150
183
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
151
184
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
152
185
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
153
186
|
offset: 56, # Integer | The initial index from which to return the results.
|
154
|
-
ordering: ['
|
155
|
-
prn__in: ['
|
156
|
-
pulp_href__in: ['
|
157
|
-
pulp_id__in: ['
|
187
|
+
ordering: ['-description'], # 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)
|
188
|
+
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
189
|
+
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
190
|
+
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
158
191
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
159
|
-
fields: ['
|
160
|
-
exclude_fields: ['
|
192
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
193
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
161
194
|
}
|
162
195
|
|
163
196
|
begin
|
164
|
-
#List rhsm cert guards
|
197
|
+
# List rhsm cert guards
|
165
198
|
result = api_instance.list(opts)
|
166
199
|
p result
|
167
200
|
rescue PulpCertguardClient::ApiError => e
|
168
|
-
puts "
|
201
|
+
puts "Error when calling ContentguardsRhsmApi->list: #{e}"
|
169
202
|
end
|
170
203
|
```
|
171
204
|
|
172
|
-
|
205
|
+
#### Using the list_with_http_info variant
|
206
|
+
|
207
|
+
This returns an Array which contains the response data, status code and headers.
|
208
|
+
|
209
|
+
> <Array(<PaginatedcertguardRHSMCertGuardResponseList>, Integer, Hash)> list_with_http_info(opts)
|
173
210
|
|
211
|
+
```ruby
|
212
|
+
begin
|
213
|
+
# List rhsm cert guards
|
214
|
+
data, status_code, headers = api_instance.list_with_http_info(opts)
|
215
|
+
p status_code # => 2xx
|
216
|
+
p headers # => { ... }
|
217
|
+
p data # => <PaginatedcertguardRHSMCertGuardResponseList>
|
218
|
+
rescue PulpCertguardClient::ApiError => e
|
219
|
+
puts "Error when calling ContentguardsRhsmApi->list_with_http_info: #{e}"
|
220
|
+
end
|
221
|
+
```
|
222
|
+
|
223
|
+
### Parameters
|
174
224
|
|
175
|
-
Name | Type | Description
|
176
|
-
|
177
|
-
**limit** | **Integer
|
178
|
-
**name** | **String
|
179
|
-
**name__contains** | **String
|
180
|
-
**name__icontains** | **String
|
181
|
-
**name__iexact** | **String
|
182
|
-
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
183
|
-
**name__iregex** | **String
|
184
|
-
**name__istartswith** | **String
|
185
|
-
**name__regex** | **String
|
186
|
-
**name__startswith** | **String
|
187
|
-
**offset** | **Integer
|
188
|
-
**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]
|
189
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
190
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
191
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
192
|
-
**q** | **String
|
193
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
194
|
-
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
225
|
+
| Name | Type | Description | Notes |
|
226
|
+
| ---- | ---- | ----------- | ----- |
|
227
|
+
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
228
|
+
| **name** | **String** | Filter results where name matches value | [optional] |
|
229
|
+
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
230
|
+
| **name__icontains** | **String** | Filter results where name contains value | [optional] |
|
231
|
+
| **name__iexact** | **String** | Filter results where name matches value | [optional] |
|
232
|
+
| **name__in** | [**Array<String>**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
|
233
|
+
| **name__iregex** | **String** | Filter results where name matches regex value | [optional] |
|
234
|
+
| **name__istartswith** | **String** | Filter results where name starts with value | [optional] |
|
235
|
+
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
236
|
+
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
237
|
+
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
238
|
+
| **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] |
|
239
|
+
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
240
|
+
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
241
|
+
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
242
|
+
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
243
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
244
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
195
245
|
|
196
246
|
### Return type
|
197
247
|
|
@@ -209,16 +259,16 @@ Name | Type | Description | Notes
|
|
209
259
|
|
210
260
|
## partial_update
|
211
261
|
|
212
|
-
> CertguardRHSMCertGuardResponse partial_update(certguard_r_h_s_m_cert_guard_href, patchedcertguard_rhsm_cert_guard)
|
262
|
+
> <CertguardRHSMCertGuardResponse> partial_update(certguard_r_h_s_m_cert_guard_href, patchedcertguard_rhsm_cert_guard)
|
213
263
|
|
214
264
|
Update a rhsm cert guard
|
215
265
|
|
216
266
|
RHSMCertGuard API Viewsets.
|
217
267
|
|
218
|
-
###
|
268
|
+
### Examples
|
219
269
|
|
220
270
|
```ruby
|
221
|
-
|
271
|
+
require 'time'
|
222
272
|
require 'pulp_certguard_client'
|
223
273
|
# setup authorization
|
224
274
|
PulpCertguardClient.configure do |config|
|
@@ -232,21 +282,38 @@ certguard_r_h_s_m_cert_guard_href = 'certguard_r_h_s_m_cert_guard_href_example'
|
|
232
282
|
patchedcertguard_rhsm_cert_guard = PulpCertguardClient::PatchedcertguardRHSMCertGuard.new # PatchedcertguardRHSMCertGuard |
|
233
283
|
|
234
284
|
begin
|
235
|
-
#Update a rhsm cert guard
|
285
|
+
# Update a rhsm cert guard
|
236
286
|
result = api_instance.partial_update(certguard_r_h_s_m_cert_guard_href, patchedcertguard_rhsm_cert_guard)
|
237
287
|
p result
|
238
288
|
rescue PulpCertguardClient::ApiError => e
|
239
|
-
puts "
|
289
|
+
puts "Error when calling ContentguardsRhsmApi->partial_update: #{e}"
|
240
290
|
end
|
241
291
|
```
|
242
292
|
|
243
|
-
|
293
|
+
#### Using the partial_update_with_http_info variant
|
294
|
+
|
295
|
+
This returns an Array which contains the response data, status code and headers.
|
244
296
|
|
297
|
+
> <Array(<CertguardRHSMCertGuardResponse>, Integer, Hash)> partial_update_with_http_info(certguard_r_h_s_m_cert_guard_href, patchedcertguard_rhsm_cert_guard)
|
245
298
|
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
299
|
+
```ruby
|
300
|
+
begin
|
301
|
+
# Update a rhsm cert guard
|
302
|
+
data, status_code, headers = api_instance.partial_update_with_http_info(certguard_r_h_s_m_cert_guard_href, patchedcertguard_rhsm_cert_guard)
|
303
|
+
p status_code # => 2xx
|
304
|
+
p headers # => { ... }
|
305
|
+
p data # => <CertguardRHSMCertGuardResponse>
|
306
|
+
rescue PulpCertguardClient::ApiError => e
|
307
|
+
puts "Error when calling ContentguardsRhsmApi->partial_update_with_http_info: #{e}"
|
308
|
+
end
|
309
|
+
```
|
310
|
+
|
311
|
+
### Parameters
|
312
|
+
|
313
|
+
| Name | Type | Description | Notes |
|
314
|
+
| ---- | ---- | ----------- | ----- |
|
315
|
+
| **certguard_r_h_s_m_cert_guard_href** | **String** | | |
|
316
|
+
| **patchedcertguard_rhsm_cert_guard** | [**PatchedcertguardRHSMCertGuard**](PatchedcertguardRHSMCertGuard.md) | | |
|
250
317
|
|
251
318
|
### Return type
|
252
319
|
|
@@ -264,16 +331,16 @@ Name | Type | Description | Notes
|
|
264
331
|
|
265
332
|
## read
|
266
333
|
|
267
|
-
> CertguardRHSMCertGuardResponse read(certguard_r_h_s_m_cert_guard_href, opts)
|
334
|
+
> <CertguardRHSMCertGuardResponse> read(certguard_r_h_s_m_cert_guard_href, opts)
|
268
335
|
|
269
336
|
Inspect a rhsm cert guard
|
270
337
|
|
271
338
|
RHSMCertGuard API Viewsets.
|
272
339
|
|
273
|
-
###
|
340
|
+
### Examples
|
274
341
|
|
275
342
|
```ruby
|
276
|
-
|
343
|
+
require 'time'
|
277
344
|
require 'pulp_certguard_client'
|
278
345
|
# setup authorization
|
279
346
|
PulpCertguardClient.configure do |config|
|
@@ -285,27 +352,44 @@ end
|
|
285
352
|
api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
|
286
353
|
certguard_r_h_s_m_cert_guard_href = 'certguard_r_h_s_m_cert_guard_href_example' # String |
|
287
354
|
opts = {
|
288
|
-
fields: ['
|
289
|
-
exclude_fields: ['
|
355
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
356
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
290
357
|
}
|
291
358
|
|
292
359
|
begin
|
293
|
-
#Inspect a rhsm cert guard
|
360
|
+
# Inspect a rhsm cert guard
|
294
361
|
result = api_instance.read(certguard_r_h_s_m_cert_guard_href, opts)
|
295
362
|
p result
|
296
363
|
rescue PulpCertguardClient::ApiError => e
|
297
|
-
puts "
|
364
|
+
puts "Error when calling ContentguardsRhsmApi->read: #{e}"
|
298
365
|
end
|
299
366
|
```
|
300
367
|
|
301
|
-
|
368
|
+
#### Using the read_with_http_info variant
|
369
|
+
|
370
|
+
This returns an Array which contains the response data, status code and headers.
|
371
|
+
|
372
|
+
> <Array(<CertguardRHSMCertGuardResponse>, Integer, Hash)> read_with_http_info(certguard_r_h_s_m_cert_guard_href, opts)
|
373
|
+
|
374
|
+
```ruby
|
375
|
+
begin
|
376
|
+
# Inspect a rhsm cert guard
|
377
|
+
data, status_code, headers = api_instance.read_with_http_info(certguard_r_h_s_m_cert_guard_href, opts)
|
378
|
+
p status_code # => 2xx
|
379
|
+
p headers # => { ... }
|
380
|
+
p data # => <CertguardRHSMCertGuardResponse>
|
381
|
+
rescue PulpCertguardClient::ApiError => e
|
382
|
+
puts "Error when calling ContentguardsRhsmApi->read_with_http_info: #{e}"
|
383
|
+
end
|
384
|
+
```
|
302
385
|
|
386
|
+
### Parameters
|
303
387
|
|
304
|
-
Name | Type | Description
|
305
|
-
|
306
|
-
**certguard_r_h_s_m_cert_guard_href** | **String
|
307
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
308
|
-
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
388
|
+
| Name | Type | Description | Notes |
|
389
|
+
| ---- | ---- | ----------- | ----- |
|
390
|
+
| **certguard_r_h_s_m_cert_guard_href** | **String** | | |
|
391
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
392
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
309
393
|
|
310
394
|
### Return type
|
311
395
|
|
@@ -323,16 +407,16 @@ Name | Type | Description | Notes
|
|
323
407
|
|
324
408
|
## update
|
325
409
|
|
326
|
-
> CertguardRHSMCertGuardResponse update(certguard_r_h_s_m_cert_guard_href, certguard_rhsm_cert_guard)
|
410
|
+
> <CertguardRHSMCertGuardResponse> update(certguard_r_h_s_m_cert_guard_href, certguard_rhsm_cert_guard)
|
327
411
|
|
328
412
|
Update a rhsm cert guard
|
329
413
|
|
330
414
|
RHSMCertGuard API Viewsets.
|
331
415
|
|
332
|
-
###
|
416
|
+
### Examples
|
333
417
|
|
334
418
|
```ruby
|
335
|
-
|
419
|
+
require 'time'
|
336
420
|
require 'pulp_certguard_client'
|
337
421
|
# setup authorization
|
338
422
|
PulpCertguardClient.configure do |config|
|
@@ -343,24 +427,41 @@ end
|
|
343
427
|
|
344
428
|
api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
|
345
429
|
certguard_r_h_s_m_cert_guard_href = 'certguard_r_h_s_m_cert_guard_href_example' # String |
|
346
|
-
certguard_rhsm_cert_guard = PulpCertguardClient::CertguardRHSMCertGuard.new # CertguardRHSMCertGuard |
|
430
|
+
certguard_rhsm_cert_guard = PulpCertguardClient::CertguardRHSMCertGuard.new({name: 'name_example', ca_certificate: 'ca_certificate_example'}) # CertguardRHSMCertGuard |
|
347
431
|
|
348
432
|
begin
|
349
|
-
#Update a rhsm cert guard
|
433
|
+
# Update a rhsm cert guard
|
350
434
|
result = api_instance.update(certguard_r_h_s_m_cert_guard_href, certguard_rhsm_cert_guard)
|
351
435
|
p result
|
352
436
|
rescue PulpCertguardClient::ApiError => e
|
353
|
-
puts "
|
437
|
+
puts "Error when calling ContentguardsRhsmApi->update: #{e}"
|
354
438
|
end
|
355
439
|
```
|
356
440
|
|
357
|
-
|
441
|
+
#### Using the update_with_http_info variant
|
442
|
+
|
443
|
+
This returns an Array which contains the response data, status code and headers.
|
444
|
+
|
445
|
+
> <Array(<CertguardRHSMCertGuardResponse>, Integer, Hash)> update_with_http_info(certguard_r_h_s_m_cert_guard_href, certguard_rhsm_cert_guard)
|
358
446
|
|
447
|
+
```ruby
|
448
|
+
begin
|
449
|
+
# Update a rhsm cert guard
|
450
|
+
data, status_code, headers = api_instance.update_with_http_info(certguard_r_h_s_m_cert_guard_href, certguard_rhsm_cert_guard)
|
451
|
+
p status_code # => 2xx
|
452
|
+
p headers # => { ... }
|
453
|
+
p data # => <CertguardRHSMCertGuardResponse>
|
454
|
+
rescue PulpCertguardClient::ApiError => e
|
455
|
+
puts "Error when calling ContentguardsRhsmApi->update_with_http_info: #{e}"
|
456
|
+
end
|
457
|
+
```
|
458
|
+
|
459
|
+
### Parameters
|
359
460
|
|
360
|
-
Name | Type | Description
|
361
|
-
|
362
|
-
**certguard_r_h_s_m_cert_guard_href** | **String
|
363
|
-
**certguard_rhsm_cert_guard** | [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md)| |
|
461
|
+
| Name | Type | Description | Notes |
|
462
|
+
| ---- | ---- | ----------- | ----- |
|
463
|
+
| **certguard_r_h_s_m_cert_guard_href** | **String** | | |
|
464
|
+
| **certguard_rhsm_cert_guard** | [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md) | | |
|
364
465
|
|
365
466
|
### Return type
|
366
467
|
|