@redhat-cloud-services/compliance-client 0.1.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.
- package/CHANGELOG.md +13 -0
- package/LICENSE +201 -0
- package/README.md +67 -0
- package/dist/AssignRule/index.d.ts +38 -0
- package/dist/AssignRule/index.js +54 -0
- package/dist/AssignRule/index.js.map +1 -0
- package/dist/AssignRules/index.d.ts +40 -0
- package/dist/AssignRules/index.js +56 -0
- package/dist/AssignRules/index.js.map +1 -0
- package/dist/AssignSystem/index.d.ts +32 -0
- package/dist/AssignSystem/index.js +53 -0
- package/dist/AssignSystem/index.js.map +1 -0
- package/dist/AssignSystems/index.d.ts +34 -0
- package/dist/AssignSystems/index.js +55 -0
- package/dist/AssignSystems/index.js.map +1 -0
- package/dist/CreatePolicy/index.d.ts +27 -0
- package/dist/CreatePolicy/index.js +53 -0
- package/dist/CreatePolicy/index.js.map +1 -0
- package/dist/DeletePolicy/index.d.ts +26 -0
- package/dist/DeletePolicy/index.js +52 -0
- package/dist/DeletePolicy/index.js.map +1 -0
- package/dist/Policies/index.d.ts +44 -0
- package/dist/Policies/index.js +63 -0
- package/dist/Policies/index.js.map +1 -0
- package/dist/Policy/index.d.ts +26 -0
- package/dist/Policy/index.js +52 -0
- package/dist/Policy/index.js.map +1 -0
- package/dist/PolicySystems/index.d.ts +50 -0
- package/dist/PolicySystems/index.js +64 -0
- package/dist/PolicySystems/index.js.map +1 -0
- package/dist/Profile/index.d.ts +32 -0
- package/dist/Profile/index.js +53 -0
- package/dist/Profile/index.js.map +1 -0
- package/dist/ProfileRule/index.d.ts +38 -0
- package/dist/ProfileRule/index.js +54 -0
- package/dist/ProfileRule/index.js.map +1 -0
- package/dist/ProfileRules/index.d.ts +56 -0
- package/dist/ProfileRules/index.js +65 -0
- package/dist/ProfileRules/index.js.map +1 -0
- package/dist/Profiles/index.d.ts +50 -0
- package/dist/Profiles/index.js +64 -0
- package/dist/Profiles/index.js.map +1 -0
- package/dist/Rule/index.d.ts +32 -0
- package/dist/Rule/index.js +53 -0
- package/dist/Rule/index.js.map +1 -0
- package/dist/RuleGroup/index.d.ts +32 -0
- package/dist/RuleGroup/index.js +53 -0
- package/dist/RuleGroup/index.js.map +1 -0
- package/dist/RuleGroups/index.d.ts +50 -0
- package/dist/RuleGroups/index.js +64 -0
- package/dist/RuleGroups/index.js.map +1 -0
- package/dist/Rules/index.d.ts +50 -0
- package/dist/Rules/index.js +64 -0
- package/dist/Rules/index.js.map +1 -0
- package/dist/SecurityGuide/index.d.ts +26 -0
- package/dist/SecurityGuide/index.js +52 -0
- package/dist/SecurityGuide/index.js.map +1 -0
- package/dist/SecurityGuideRuleTree/index.d.ts +26 -0
- package/dist/SecurityGuideRuleTree/index.js +52 -0
- package/dist/SecurityGuideRuleTree/index.js.map +1 -0
- package/dist/SecurityGuides/index.d.ts +44 -0
- package/dist/SecurityGuides/index.js +63 -0
- package/dist/SecurityGuides/index.js.map +1 -0
- package/dist/SupportedProfiles/index.d.ts +44 -0
- package/dist/SupportedProfiles/index.js +63 -0
- package/dist/SupportedProfiles/index.js.map +1 -0
- package/dist/System/index.d.ts +26 -0
- package/dist/System/index.js +52 -0
- package/dist/System/index.js.map +1 -0
- package/dist/Systems/index.d.ts +44 -0
- package/dist/Systems/index.js +63 -0
- package/dist/Systems/index.js.map +1 -0
- package/dist/SystemsPolicies/index.d.ts +50 -0
- package/dist/SystemsPolicies/index.js +64 -0
- package/dist/SystemsPolicies/index.js.map +1 -0
- package/dist/Tailoring/index.d.ts +32 -0
- package/dist/Tailoring/index.js +53 -0
- package/dist/Tailoring/index.js.map +1 -0
- package/dist/TailoringFile/index.d.ts +32 -0
- package/dist/TailoringFile/index.js +53 -0
- package/dist/TailoringFile/index.js.map +1 -0
- package/dist/TailoringRules/index.d.ts +56 -0
- package/dist/TailoringRules/index.js +65 -0
- package/dist/TailoringRules/index.js.map +1 -0
- package/dist/Tailorings/index.d.ts +50 -0
- package/dist/Tailorings/index.js +64 -0
- package/dist/Tailorings/index.js.map +1 -0
- package/dist/UnassignRule/index.d.ts +38 -0
- package/dist/UnassignRule/index.js +54 -0
- package/dist/UnassignRule/index.js.map +1 -0
- package/dist/UnassignSystem/index.d.ts +32 -0
- package/dist/UnassignSystem/index.js +53 -0
- package/dist/UnassignSystem/index.js.map +1 -0
- package/dist/UpdatePolicy/index.d.ts +33 -0
- package/dist/UpdatePolicy/index.js +54 -0
- package/dist/UpdatePolicy/index.js.map +1 -0
- package/dist/ValueDefinition/index.d.ts +32 -0
- package/dist/ValueDefinition/index.js +53 -0
- package/dist/ValueDefinition/index.js.map +1 -0
- package/dist/ValueDefinitions/index.d.ts +50 -0
- package/dist/ValueDefinitions/index.js +64 -0
- package/dist/ValueDefinitions/index.js.map +1 -0
- package/dist/api.d.ts +4310 -0
- package/dist/api.js +4565 -0
- package/dist/api.js.map +1 -0
- package/dist/base.d.ts +54 -0
- package/dist/base.js +67 -0
- package/dist/base.js.map +1 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +207 -0
- package/dist/common.js.map +1 -0
- package/dist/configuration.d.ts +83 -0
- package/dist/configuration.js +45 -0
- package/dist/configuration.js.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.js +106 -0
- package/dist/index.js.map +1 -0
- package/dist/types/index.d.ts +1103 -0
- package/dist/types/index.js +31 -0
- package/dist/types/index.js.map +1 -0
- package/doc/.nojekyll +1 -0
- package/doc/README.md +69 -0
- package/doc/interfaces/AssignRulesRequest.md +27 -0
- package/doc/interfaces/CreatePolicy201Response.md +27 -0
- package/doc/interfaces/CreatePolicy201ResponseData.md +27 -0
- package/doc/interfaces/Errors.md +27 -0
- package/doc/interfaces/Links.md +80 -0
- package/doc/interfaces/Metadata.md +97 -0
- package/doc/interfaces/Policies200Response.md +57 -0
- package/doc/interfaces/Policy.md +195 -0
- package/doc/interfaces/PolicyUpdate.md +63 -0
- package/doc/interfaces/Profile.md +110 -0
- package/doc/interfaces/Profile200Response.md +27 -0
- package/doc/interfaces/Profile200ResponseData.md +27 -0
- package/doc/interfaces/Profiles200Response.md +57 -0
- package/doc/interfaces/Rule.md +161 -0
- package/doc/interfaces/Rule200Response.md +27 -0
- package/doc/interfaces/Rule200ResponseData.md +27 -0
- package/doc/interfaces/RuleGroup.md +127 -0
- package/doc/interfaces/RuleGroup200Response.md +27 -0
- package/doc/interfaces/RuleGroup200ResponseData.md +27 -0
- package/doc/interfaces/RuleGroups200Response.md +57 -0
- package/doc/interfaces/Rules200Response.md +57 -0
- package/doc/interfaces/SecurityGuide.md +127 -0
- package/doc/interfaces/SecurityGuide200Response.md +27 -0
- package/doc/interfaces/SecurityGuide200ResponseData.md +27 -0
- package/doc/interfaces/SecurityGuides200Response.md +57 -0
- package/doc/interfaces/SupportedProfile.md +127 -0
- package/doc/interfaces/SupportedProfiles200Response.md +57 -0
- package/doc/interfaces/System.md +215 -0
- package/doc/interfaces/System200Response.md +27 -0
- package/doc/interfaces/System200ResponseData.md +27 -0
- package/doc/interfaces/Systems200Response.md +57 -0
- package/doc/interfaces/Tailoring.md +110 -0
- package/doc/interfaces/Tailoring200Response.md +27 -0
- package/doc/interfaces/Tailoring200ResponseData.md +27 -0
- package/doc/interfaces/TailoringFile.md +33 -0
- package/doc/interfaces/Tailorings200Response.md +57 -0
- package/doc/interfaces/ValueDefinition.md +127 -0
- package/doc/interfaces/ValueDefinition200Response.md +27 -0
- package/doc/interfaces/ValueDefinition200ResponseData.md +27 -0
- package/doc/interfaces/ValueDefinitions200Response.md +57 -0
- package/doc/modules.md +1306 -0
- package/package.json +30 -0
package/dist/api.d.ts
ADDED
|
@@ -0,0 +1,4310 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Services for RHEL Compliance API v2
|
|
3
|
+
* This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://console.redhat.com/](https://console.redhat.com/)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v2
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from './configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
14
|
+
import type { RequestArgs } from './base';
|
|
15
|
+
import { BaseAPI } from './base';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface AssignRulesRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface AssignRulesRequest {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {any}
|
|
25
|
+
* @memberof AssignRulesRequest
|
|
26
|
+
*/
|
|
27
|
+
'ids'?: any;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @export
|
|
32
|
+
* @interface CreatePolicy201Response
|
|
33
|
+
*/
|
|
34
|
+
export interface CreatePolicy201Response {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {CreatePolicy201ResponseData}
|
|
38
|
+
* @memberof CreatePolicy201Response
|
|
39
|
+
*/
|
|
40
|
+
'data'?: CreatePolicy201ResponseData;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @export
|
|
45
|
+
* @interface CreatePolicy201ResponseData
|
|
46
|
+
*/
|
|
47
|
+
export interface CreatePolicy201ResponseData {
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Policy}
|
|
51
|
+
* @memberof CreatePolicy201ResponseData
|
|
52
|
+
*/
|
|
53
|
+
'schema'?: Policy;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @export
|
|
58
|
+
* @interface Errors
|
|
59
|
+
*/
|
|
60
|
+
export interface Errors {
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {any}
|
|
64
|
+
* @memberof Errors
|
|
65
|
+
*/
|
|
66
|
+
'errors': any;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @export
|
|
71
|
+
* @interface Links
|
|
72
|
+
*/
|
|
73
|
+
export interface Links {
|
|
74
|
+
/**
|
|
75
|
+
* Link to first page
|
|
76
|
+
* @type {any}
|
|
77
|
+
* @memberof Links
|
|
78
|
+
*/
|
|
79
|
+
'first'?: any;
|
|
80
|
+
/**
|
|
81
|
+
* Link to last page
|
|
82
|
+
* @type {any}
|
|
83
|
+
* @memberof Links
|
|
84
|
+
*/
|
|
85
|
+
'last'?: any;
|
|
86
|
+
/**
|
|
87
|
+
* Link to previous page
|
|
88
|
+
* @type {any}
|
|
89
|
+
* @memberof Links
|
|
90
|
+
*/
|
|
91
|
+
'previous'?: any;
|
|
92
|
+
/**
|
|
93
|
+
* Link to next page
|
|
94
|
+
* @type {any}
|
|
95
|
+
* @memberof Links
|
|
96
|
+
*/
|
|
97
|
+
'next'?: any;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @export
|
|
102
|
+
* @interface Metadata
|
|
103
|
+
*/
|
|
104
|
+
export interface Metadata {
|
|
105
|
+
/**
|
|
106
|
+
* Total number of items
|
|
107
|
+
* @type {any}
|
|
108
|
+
* @memberof Metadata
|
|
109
|
+
*/
|
|
110
|
+
'total'?: any;
|
|
111
|
+
/**
|
|
112
|
+
* Number of items returned per page
|
|
113
|
+
* @type {any}
|
|
114
|
+
* @memberof Metadata
|
|
115
|
+
*/
|
|
116
|
+
'limit'?: any;
|
|
117
|
+
/**
|
|
118
|
+
* Offset of the first item of paginated response
|
|
119
|
+
* @type {any}
|
|
120
|
+
* @memberof Metadata
|
|
121
|
+
*/
|
|
122
|
+
'offset'?: any;
|
|
123
|
+
/**
|
|
124
|
+
* Attribute and direction the items are sorted by
|
|
125
|
+
* @type {any}
|
|
126
|
+
* @memberof Metadata
|
|
127
|
+
*/
|
|
128
|
+
'sort_by'?: any;
|
|
129
|
+
/**
|
|
130
|
+
* Query string used to filter items by their attributes
|
|
131
|
+
* @type {any}
|
|
132
|
+
* @memberof Metadata
|
|
133
|
+
*/
|
|
134
|
+
'filter'?: any;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
*
|
|
138
|
+
* @export
|
|
139
|
+
* @interface Policies200Response
|
|
140
|
+
*/
|
|
141
|
+
export interface Policies200Response {
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {Metadata}
|
|
145
|
+
* @memberof Policies200Response
|
|
146
|
+
*/
|
|
147
|
+
'meta'?: Metadata;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {Links}
|
|
151
|
+
* @memberof Policies200Response
|
|
152
|
+
*/
|
|
153
|
+
'links'?: Links;
|
|
154
|
+
/**
|
|
155
|
+
*
|
|
156
|
+
* @type {any}
|
|
157
|
+
* @memberof Policies200Response
|
|
158
|
+
*/
|
|
159
|
+
'data'?: any;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @export
|
|
164
|
+
* @interface Policy
|
|
165
|
+
*/
|
|
166
|
+
export interface Policy {
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {any}
|
|
170
|
+
* @memberof Policy
|
|
171
|
+
*/
|
|
172
|
+
'id'?: any;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {any}
|
|
176
|
+
* @memberof Policy
|
|
177
|
+
*/
|
|
178
|
+
'type'?: PolicyTypeEnum;
|
|
179
|
+
/**
|
|
180
|
+
* Short title of the Policy
|
|
181
|
+
* @type {any}
|
|
182
|
+
* @memberof Policy
|
|
183
|
+
*/
|
|
184
|
+
'title'?: any;
|
|
185
|
+
/**
|
|
186
|
+
* Longer description of the Policy
|
|
187
|
+
* @type {any}
|
|
188
|
+
* @memberof Policy
|
|
189
|
+
*/
|
|
190
|
+
'description'?: any;
|
|
191
|
+
/**
|
|
192
|
+
* The Business Objective associated to the Policy
|
|
193
|
+
* @type {any}
|
|
194
|
+
* @memberof Policy
|
|
195
|
+
*/
|
|
196
|
+
'business_objective'?: any;
|
|
197
|
+
/**
|
|
198
|
+
* The percentage above which the Policy meets compliance requirements
|
|
199
|
+
* @type {any}
|
|
200
|
+
* @memberof Policy
|
|
201
|
+
*/
|
|
202
|
+
'compliance_threshold': any;
|
|
203
|
+
/**
|
|
204
|
+
* Identifier of the underlying Profile
|
|
205
|
+
* @type {any}
|
|
206
|
+
* @memberof Policy
|
|
207
|
+
*/
|
|
208
|
+
'profile_id': any;
|
|
209
|
+
/**
|
|
210
|
+
* Major version of the Operating System that the Policy covers
|
|
211
|
+
* @type {any}
|
|
212
|
+
* @memberof Policy
|
|
213
|
+
*/
|
|
214
|
+
'os_major_version'?: any;
|
|
215
|
+
/**
|
|
216
|
+
* Identificator of the Profile
|
|
217
|
+
* @type {any}
|
|
218
|
+
* @memberof Policy
|
|
219
|
+
*/
|
|
220
|
+
'ref_id'?: any;
|
|
221
|
+
/**
|
|
222
|
+
* Title of the associated Policy
|
|
223
|
+
* @type {any}
|
|
224
|
+
* @memberof Policy
|
|
225
|
+
*/
|
|
226
|
+
'profile_title'?: any;
|
|
227
|
+
/**
|
|
228
|
+
* The number of Systems assigned to this Policy
|
|
229
|
+
* @type {any}
|
|
230
|
+
* @memberof Policy
|
|
231
|
+
*/
|
|
232
|
+
'total_system_count'?: any;
|
|
233
|
+
}
|
|
234
|
+
export declare const PolicyTypeEnum: {
|
|
235
|
+
readonly Policy: "policy";
|
|
236
|
+
};
|
|
237
|
+
export type PolicyTypeEnum = typeof PolicyTypeEnum[keyof typeof PolicyTypeEnum];
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
* @export
|
|
241
|
+
* @interface PolicyUpdate
|
|
242
|
+
*/
|
|
243
|
+
export interface PolicyUpdate {
|
|
244
|
+
/**
|
|
245
|
+
* Longer description of the Policy
|
|
246
|
+
* @type {any}
|
|
247
|
+
* @memberof PolicyUpdate
|
|
248
|
+
*/
|
|
249
|
+
'description'?: any;
|
|
250
|
+
/**
|
|
251
|
+
* The Business Objective associated to the Policy
|
|
252
|
+
* @type {any}
|
|
253
|
+
* @memberof PolicyUpdate
|
|
254
|
+
*/
|
|
255
|
+
'business_objective'?: any;
|
|
256
|
+
/**
|
|
257
|
+
* The percentage above which the Policy meets compliance requirements
|
|
258
|
+
* @type {any}
|
|
259
|
+
* @memberof PolicyUpdate
|
|
260
|
+
*/
|
|
261
|
+
'compliance_threshold'?: any;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @export
|
|
266
|
+
* @interface Profile
|
|
267
|
+
*/
|
|
268
|
+
export interface Profile {
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @type {any}
|
|
272
|
+
* @memberof Profile
|
|
273
|
+
*/
|
|
274
|
+
'id'?: any;
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
* @type {any}
|
|
278
|
+
* @memberof Profile
|
|
279
|
+
*/
|
|
280
|
+
'type'?: ProfileTypeEnum;
|
|
281
|
+
/**
|
|
282
|
+
* Identificator of the Profile
|
|
283
|
+
* @type {any}
|
|
284
|
+
* @memberof Profile
|
|
285
|
+
*/
|
|
286
|
+
'ref_id'?: any;
|
|
287
|
+
/**
|
|
288
|
+
* Short title of the Profile
|
|
289
|
+
* @type {any}
|
|
290
|
+
* @memberof Profile
|
|
291
|
+
*/
|
|
292
|
+
'title'?: any;
|
|
293
|
+
/**
|
|
294
|
+
* Longer description of the Profile
|
|
295
|
+
* @type {any}
|
|
296
|
+
* @memberof Profile
|
|
297
|
+
*/
|
|
298
|
+
'description'?: any;
|
|
299
|
+
/**
|
|
300
|
+
* Pair of keys and values for Value Definition customizations
|
|
301
|
+
* @type {any}
|
|
302
|
+
* @memberof Profile
|
|
303
|
+
*/
|
|
304
|
+
'value_overrides'?: any;
|
|
305
|
+
}
|
|
306
|
+
export declare const ProfileTypeEnum: {
|
|
307
|
+
readonly Profile: "profile";
|
|
308
|
+
};
|
|
309
|
+
export type ProfileTypeEnum = typeof ProfileTypeEnum[keyof typeof ProfileTypeEnum];
|
|
310
|
+
/**
|
|
311
|
+
*
|
|
312
|
+
* @export
|
|
313
|
+
* @interface Profile200Response
|
|
314
|
+
*/
|
|
315
|
+
export interface Profile200Response {
|
|
316
|
+
/**
|
|
317
|
+
*
|
|
318
|
+
* @type {Profile200ResponseData}
|
|
319
|
+
* @memberof Profile200Response
|
|
320
|
+
*/
|
|
321
|
+
'data'?: Profile200ResponseData;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @export
|
|
326
|
+
* @interface Profile200ResponseData
|
|
327
|
+
*/
|
|
328
|
+
export interface Profile200ResponseData {
|
|
329
|
+
/**
|
|
330
|
+
*
|
|
331
|
+
* @type {Profile}
|
|
332
|
+
* @memberof Profile200ResponseData
|
|
333
|
+
*/
|
|
334
|
+
'schema'?: Profile;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
*
|
|
338
|
+
* @export
|
|
339
|
+
* @interface Profiles200Response
|
|
340
|
+
*/
|
|
341
|
+
export interface Profiles200Response {
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
* @type {Metadata}
|
|
345
|
+
* @memberof Profiles200Response
|
|
346
|
+
*/
|
|
347
|
+
'meta'?: Metadata;
|
|
348
|
+
/**
|
|
349
|
+
*
|
|
350
|
+
* @type {Links}
|
|
351
|
+
* @memberof Profiles200Response
|
|
352
|
+
*/
|
|
353
|
+
'links'?: Links;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* @type {any}
|
|
357
|
+
* @memberof Profiles200Response
|
|
358
|
+
*/
|
|
359
|
+
'data'?: any;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
*
|
|
363
|
+
* @export
|
|
364
|
+
* @interface Rule
|
|
365
|
+
*/
|
|
366
|
+
export interface Rule {
|
|
367
|
+
/**
|
|
368
|
+
*
|
|
369
|
+
* @type {any}
|
|
370
|
+
* @memberof Rule
|
|
371
|
+
*/
|
|
372
|
+
'id'?: any;
|
|
373
|
+
/**
|
|
374
|
+
*
|
|
375
|
+
* @type {any}
|
|
376
|
+
* @memberof Rule
|
|
377
|
+
*/
|
|
378
|
+
'type'?: RuleTypeEnum;
|
|
379
|
+
/**
|
|
380
|
+
* Identificator of the Rule
|
|
381
|
+
* @type {any}
|
|
382
|
+
* @memberof Rule
|
|
383
|
+
*/
|
|
384
|
+
'ref_id'?: any;
|
|
385
|
+
/**
|
|
386
|
+
* Short title of the Rule
|
|
387
|
+
* @type {any}
|
|
388
|
+
* @memberof Rule
|
|
389
|
+
*/
|
|
390
|
+
'title'?: any;
|
|
391
|
+
/**
|
|
392
|
+
* Rationale of the Rule
|
|
393
|
+
* @type {any}
|
|
394
|
+
* @memberof Rule
|
|
395
|
+
*/
|
|
396
|
+
'rationale'?: any;
|
|
397
|
+
/**
|
|
398
|
+
* Longer description of the Rule
|
|
399
|
+
* @type {any}
|
|
400
|
+
* @memberof Rule
|
|
401
|
+
*/
|
|
402
|
+
'description'?: any;
|
|
403
|
+
/**
|
|
404
|
+
* The original sorting precedence of the Rule in the Security Guide
|
|
405
|
+
* @type {any}
|
|
406
|
+
* @memberof Rule
|
|
407
|
+
*/
|
|
408
|
+
'precedence'?: any;
|
|
409
|
+
/**
|
|
410
|
+
* The severity of the Rule
|
|
411
|
+
* @type {any}
|
|
412
|
+
* @memberof Rule
|
|
413
|
+
*/
|
|
414
|
+
'severity'?: any;
|
|
415
|
+
/**
|
|
416
|
+
* The idenfitier of the remediation associated to this rule, only available under profiles.
|
|
417
|
+
* @type {any}
|
|
418
|
+
* @memberof Rule
|
|
419
|
+
*/
|
|
420
|
+
'remediation_issue_id'?: any;
|
|
421
|
+
}
|
|
422
|
+
export declare const RuleTypeEnum: {
|
|
423
|
+
readonly Rule: "rule";
|
|
424
|
+
};
|
|
425
|
+
export type RuleTypeEnum = typeof RuleTypeEnum[keyof typeof RuleTypeEnum];
|
|
426
|
+
/**
|
|
427
|
+
*
|
|
428
|
+
* @export
|
|
429
|
+
* @interface Rule200Response
|
|
430
|
+
*/
|
|
431
|
+
export interface Rule200Response {
|
|
432
|
+
/**
|
|
433
|
+
*
|
|
434
|
+
* @type {Rule200ResponseData}
|
|
435
|
+
* @memberof Rule200Response
|
|
436
|
+
*/
|
|
437
|
+
'data'?: Rule200ResponseData;
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @export
|
|
442
|
+
* @interface Rule200ResponseData
|
|
443
|
+
*/
|
|
444
|
+
export interface Rule200ResponseData {
|
|
445
|
+
/**
|
|
446
|
+
*
|
|
447
|
+
* @type {Rule}
|
|
448
|
+
* @memberof Rule200ResponseData
|
|
449
|
+
*/
|
|
450
|
+
'schema'?: Rule;
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @export
|
|
455
|
+
* @interface RuleGroup
|
|
456
|
+
*/
|
|
457
|
+
export interface RuleGroup {
|
|
458
|
+
/**
|
|
459
|
+
*
|
|
460
|
+
* @type {any}
|
|
461
|
+
* @memberof RuleGroup
|
|
462
|
+
*/
|
|
463
|
+
'id'?: any;
|
|
464
|
+
/**
|
|
465
|
+
*
|
|
466
|
+
* @type {any}
|
|
467
|
+
* @memberof RuleGroup
|
|
468
|
+
*/
|
|
469
|
+
'type'?: RuleGroupTypeEnum;
|
|
470
|
+
/**
|
|
471
|
+
* Identificator of the Rule Group
|
|
472
|
+
* @type {any}
|
|
473
|
+
* @memberof RuleGroup
|
|
474
|
+
*/
|
|
475
|
+
'ref_id'?: any;
|
|
476
|
+
/**
|
|
477
|
+
* Short title of the Rule Group
|
|
478
|
+
* @type {any}
|
|
479
|
+
* @memberof RuleGroup
|
|
480
|
+
*/
|
|
481
|
+
'title'?: any;
|
|
482
|
+
/**
|
|
483
|
+
* Rationale of the Rule Group
|
|
484
|
+
* @type {any}
|
|
485
|
+
* @memberof RuleGroup
|
|
486
|
+
*/
|
|
487
|
+
'rationale'?: any;
|
|
488
|
+
/**
|
|
489
|
+
* Longer description of the Rule Group
|
|
490
|
+
* @type {any}
|
|
491
|
+
* @memberof RuleGroup
|
|
492
|
+
*/
|
|
493
|
+
'description'?: any;
|
|
494
|
+
/**
|
|
495
|
+
* The original sorting precedence of the Rule Group in the Security Guide
|
|
496
|
+
* @type {any}
|
|
497
|
+
* @memberof RuleGroup
|
|
498
|
+
*/
|
|
499
|
+
'precedence'?: any;
|
|
500
|
+
}
|
|
501
|
+
export declare const RuleGroupTypeEnum: {
|
|
502
|
+
readonly RuleGroup: "rule_group";
|
|
503
|
+
};
|
|
504
|
+
export type RuleGroupTypeEnum = typeof RuleGroupTypeEnum[keyof typeof RuleGroupTypeEnum];
|
|
505
|
+
/**
|
|
506
|
+
*
|
|
507
|
+
* @export
|
|
508
|
+
* @interface RuleGroup200Response
|
|
509
|
+
*/
|
|
510
|
+
export interface RuleGroup200Response {
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @type {RuleGroup200ResponseData}
|
|
514
|
+
* @memberof RuleGroup200Response
|
|
515
|
+
*/
|
|
516
|
+
'data'?: RuleGroup200ResponseData;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
*
|
|
520
|
+
* @export
|
|
521
|
+
* @interface RuleGroup200ResponseData
|
|
522
|
+
*/
|
|
523
|
+
export interface RuleGroup200ResponseData {
|
|
524
|
+
/**
|
|
525
|
+
*
|
|
526
|
+
* @type {RuleGroup}
|
|
527
|
+
* @memberof RuleGroup200ResponseData
|
|
528
|
+
*/
|
|
529
|
+
'schema'?: RuleGroup;
|
|
530
|
+
}
|
|
531
|
+
/**
|
|
532
|
+
*
|
|
533
|
+
* @export
|
|
534
|
+
* @interface RuleGroups200Response
|
|
535
|
+
*/
|
|
536
|
+
export interface RuleGroups200Response {
|
|
537
|
+
/**
|
|
538
|
+
*
|
|
539
|
+
* @type {Metadata}
|
|
540
|
+
* @memberof RuleGroups200Response
|
|
541
|
+
*/
|
|
542
|
+
'meta'?: Metadata;
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @type {Links}
|
|
546
|
+
* @memberof RuleGroups200Response
|
|
547
|
+
*/
|
|
548
|
+
'links'?: Links;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
* @type {any}
|
|
552
|
+
* @memberof RuleGroups200Response
|
|
553
|
+
*/
|
|
554
|
+
'data'?: any;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
*
|
|
558
|
+
* @export
|
|
559
|
+
* @interface Rules200Response
|
|
560
|
+
*/
|
|
561
|
+
export interface Rules200Response {
|
|
562
|
+
/**
|
|
563
|
+
*
|
|
564
|
+
* @type {Metadata}
|
|
565
|
+
* @memberof Rules200Response
|
|
566
|
+
*/
|
|
567
|
+
'meta'?: Metadata;
|
|
568
|
+
/**
|
|
569
|
+
*
|
|
570
|
+
* @type {Links}
|
|
571
|
+
* @memberof Rules200Response
|
|
572
|
+
*/
|
|
573
|
+
'links'?: Links;
|
|
574
|
+
/**
|
|
575
|
+
*
|
|
576
|
+
* @type {any}
|
|
577
|
+
* @memberof Rules200Response
|
|
578
|
+
*/
|
|
579
|
+
'data'?: any;
|
|
580
|
+
}
|
|
581
|
+
/**
|
|
582
|
+
*
|
|
583
|
+
* @export
|
|
584
|
+
* @interface SecurityGuide
|
|
585
|
+
*/
|
|
586
|
+
export interface SecurityGuide {
|
|
587
|
+
/**
|
|
588
|
+
*
|
|
589
|
+
* @type {any}
|
|
590
|
+
* @memberof SecurityGuide
|
|
591
|
+
*/
|
|
592
|
+
'id'?: any;
|
|
593
|
+
/**
|
|
594
|
+
*
|
|
595
|
+
* @type {any}
|
|
596
|
+
* @memberof SecurityGuide
|
|
597
|
+
*/
|
|
598
|
+
'type'?: SecurityGuideTypeEnum;
|
|
599
|
+
/**
|
|
600
|
+
* Identificator of the Security Guide
|
|
601
|
+
* @type {any}
|
|
602
|
+
* @memberof SecurityGuide
|
|
603
|
+
*/
|
|
604
|
+
'ref_id'?: any;
|
|
605
|
+
/**
|
|
606
|
+
* Short title of the Security Guide
|
|
607
|
+
* @type {any}
|
|
608
|
+
* @memberof SecurityGuide
|
|
609
|
+
*/
|
|
610
|
+
'title'?: any;
|
|
611
|
+
/**
|
|
612
|
+
* Version of the Security Guide
|
|
613
|
+
* @type {any}
|
|
614
|
+
* @memberof SecurityGuide
|
|
615
|
+
*/
|
|
616
|
+
'version'?: any;
|
|
617
|
+
/**
|
|
618
|
+
* Longer description of the Security Guide
|
|
619
|
+
* @type {any}
|
|
620
|
+
* @memberof SecurityGuide
|
|
621
|
+
*/
|
|
622
|
+
'description'?: any;
|
|
623
|
+
/**
|
|
624
|
+
* Major version of the Operating System that the Security Guide covers
|
|
625
|
+
* @type {any}
|
|
626
|
+
* @memberof SecurityGuide
|
|
627
|
+
*/
|
|
628
|
+
'os_major_version'?: any;
|
|
629
|
+
}
|
|
630
|
+
export declare const SecurityGuideTypeEnum: {
|
|
631
|
+
readonly SecurityGuide: "security_guide";
|
|
632
|
+
};
|
|
633
|
+
export type SecurityGuideTypeEnum = typeof SecurityGuideTypeEnum[keyof typeof SecurityGuideTypeEnum];
|
|
634
|
+
/**
|
|
635
|
+
*
|
|
636
|
+
* @export
|
|
637
|
+
* @interface SecurityGuide200Response
|
|
638
|
+
*/
|
|
639
|
+
export interface SecurityGuide200Response {
|
|
640
|
+
/**
|
|
641
|
+
*
|
|
642
|
+
* @type {SecurityGuide200ResponseData}
|
|
643
|
+
* @memberof SecurityGuide200Response
|
|
644
|
+
*/
|
|
645
|
+
'data'?: SecurityGuide200ResponseData;
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @export
|
|
650
|
+
* @interface SecurityGuide200ResponseData
|
|
651
|
+
*/
|
|
652
|
+
export interface SecurityGuide200ResponseData {
|
|
653
|
+
/**
|
|
654
|
+
*
|
|
655
|
+
* @type {SecurityGuide}
|
|
656
|
+
* @memberof SecurityGuide200ResponseData
|
|
657
|
+
*/
|
|
658
|
+
'schema'?: SecurityGuide;
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
*
|
|
662
|
+
* @export
|
|
663
|
+
* @interface SecurityGuides200Response
|
|
664
|
+
*/
|
|
665
|
+
export interface SecurityGuides200Response {
|
|
666
|
+
/**
|
|
667
|
+
*
|
|
668
|
+
* @type {Metadata}
|
|
669
|
+
* @memberof SecurityGuides200Response
|
|
670
|
+
*/
|
|
671
|
+
'meta'?: Metadata;
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @type {Links}
|
|
675
|
+
* @memberof SecurityGuides200Response
|
|
676
|
+
*/
|
|
677
|
+
'links'?: Links;
|
|
678
|
+
/**
|
|
679
|
+
*
|
|
680
|
+
* @type {any}
|
|
681
|
+
* @memberof SecurityGuides200Response
|
|
682
|
+
*/
|
|
683
|
+
'data'?: any;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
*
|
|
687
|
+
* @export
|
|
688
|
+
* @interface SupportedProfile
|
|
689
|
+
*/
|
|
690
|
+
export interface SupportedProfile {
|
|
691
|
+
/**
|
|
692
|
+
*
|
|
693
|
+
* @type {any}
|
|
694
|
+
* @memberof SupportedProfile
|
|
695
|
+
*/
|
|
696
|
+
'id'?: any;
|
|
697
|
+
/**
|
|
698
|
+
*
|
|
699
|
+
* @type {any}
|
|
700
|
+
* @memberof SupportedProfile
|
|
701
|
+
*/
|
|
702
|
+
'type'?: SupportedProfileTypeEnum;
|
|
703
|
+
/**
|
|
704
|
+
* Identificator of the Profile
|
|
705
|
+
* @type {any}
|
|
706
|
+
* @memberof SupportedProfile
|
|
707
|
+
*/
|
|
708
|
+
'ref_id'?: any;
|
|
709
|
+
/**
|
|
710
|
+
* Short title of the Profile
|
|
711
|
+
* @type {any}
|
|
712
|
+
* @memberof SupportedProfile
|
|
713
|
+
*/
|
|
714
|
+
'title'?: any;
|
|
715
|
+
/**
|
|
716
|
+
* Version of the latest Security Guide supporting this Profile
|
|
717
|
+
* @type {any}
|
|
718
|
+
* @memberof SupportedProfile
|
|
719
|
+
*/
|
|
720
|
+
'security_guide_version'?: any;
|
|
721
|
+
/**
|
|
722
|
+
* Major version of the Operating System that the Profile covers
|
|
723
|
+
* @type {any}
|
|
724
|
+
* @memberof SupportedProfile
|
|
725
|
+
*/
|
|
726
|
+
'os_major_version'?: any;
|
|
727
|
+
/**
|
|
728
|
+
* List of the supported Operating System minor versions that the Profile covers
|
|
729
|
+
* @type {any}
|
|
730
|
+
* @memberof SupportedProfile
|
|
731
|
+
*/
|
|
732
|
+
'os_minor_versions'?: any;
|
|
733
|
+
}
|
|
734
|
+
export declare const SupportedProfileTypeEnum: {
|
|
735
|
+
readonly SupportedProfile: "supported_profile";
|
|
736
|
+
};
|
|
737
|
+
export type SupportedProfileTypeEnum = typeof SupportedProfileTypeEnum[keyof typeof SupportedProfileTypeEnum];
|
|
738
|
+
/**
|
|
739
|
+
*
|
|
740
|
+
* @export
|
|
741
|
+
* @interface SupportedProfiles200Response
|
|
742
|
+
*/
|
|
743
|
+
export interface SupportedProfiles200Response {
|
|
744
|
+
/**
|
|
745
|
+
*
|
|
746
|
+
* @type {Metadata}
|
|
747
|
+
* @memberof SupportedProfiles200Response
|
|
748
|
+
*/
|
|
749
|
+
'meta'?: Metadata;
|
|
750
|
+
/**
|
|
751
|
+
*
|
|
752
|
+
* @type {Links}
|
|
753
|
+
* @memberof SupportedProfiles200Response
|
|
754
|
+
*/
|
|
755
|
+
'links'?: Links;
|
|
756
|
+
/**
|
|
757
|
+
*
|
|
758
|
+
* @type {any}
|
|
759
|
+
* @memberof SupportedProfiles200Response
|
|
760
|
+
*/
|
|
761
|
+
'data'?: any;
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @export
|
|
766
|
+
* @interface System
|
|
767
|
+
*/
|
|
768
|
+
export interface System {
|
|
769
|
+
/**
|
|
770
|
+
*
|
|
771
|
+
* @type {any}
|
|
772
|
+
* @memberof System
|
|
773
|
+
*/
|
|
774
|
+
'id'?: any;
|
|
775
|
+
/**
|
|
776
|
+
*
|
|
777
|
+
* @type {any}
|
|
778
|
+
* @memberof System
|
|
779
|
+
*/
|
|
780
|
+
'type'?: SystemTypeEnum;
|
|
781
|
+
/**
|
|
782
|
+
* Display Name of the System
|
|
783
|
+
* @type {any}
|
|
784
|
+
* @memberof System
|
|
785
|
+
*/
|
|
786
|
+
'display_name'?: any;
|
|
787
|
+
/**
|
|
788
|
+
*
|
|
789
|
+
* @type {any}
|
|
790
|
+
* @memberof System
|
|
791
|
+
*/
|
|
792
|
+
'groups'?: any;
|
|
793
|
+
/**
|
|
794
|
+
*
|
|
795
|
+
* @type {any}
|
|
796
|
+
* @memberof System
|
|
797
|
+
*/
|
|
798
|
+
'culled_timestamp'?: any;
|
|
799
|
+
/**
|
|
800
|
+
*
|
|
801
|
+
* @type {any}
|
|
802
|
+
* @memberof System
|
|
803
|
+
*/
|
|
804
|
+
'stale_timestamp'?: any;
|
|
805
|
+
/**
|
|
806
|
+
*
|
|
807
|
+
* @type {any}
|
|
808
|
+
* @memberof System
|
|
809
|
+
*/
|
|
810
|
+
'stale_warning_timestamp'?: any;
|
|
811
|
+
/**
|
|
812
|
+
*
|
|
813
|
+
* @type {any}
|
|
814
|
+
* @memberof System
|
|
815
|
+
*/
|
|
816
|
+
'updated'?: any;
|
|
817
|
+
/**
|
|
818
|
+
*
|
|
819
|
+
* @type {any}
|
|
820
|
+
* @memberof System
|
|
821
|
+
*/
|
|
822
|
+
'insights_id'?: any;
|
|
823
|
+
/**
|
|
824
|
+
*
|
|
825
|
+
* @type {any}
|
|
826
|
+
* @memberof System
|
|
827
|
+
*/
|
|
828
|
+
'tags'?: any;
|
|
829
|
+
/**
|
|
830
|
+
* Major version of the Operating System
|
|
831
|
+
* @type {any}
|
|
832
|
+
* @memberof System
|
|
833
|
+
*/
|
|
834
|
+
'os_major_version'?: any;
|
|
835
|
+
/**
|
|
836
|
+
* Minor version of the Operating System
|
|
837
|
+
* @type {any}
|
|
838
|
+
* @memberof System
|
|
839
|
+
*/
|
|
840
|
+
'os_minor_version'?: any;
|
|
841
|
+
/**
|
|
842
|
+
* List of Policies assigned to the System, visible only when not listing Systems under a given Policy
|
|
843
|
+
* @type {any}
|
|
844
|
+
* @memberof System
|
|
845
|
+
*/
|
|
846
|
+
'policies'?: any;
|
|
847
|
+
}
|
|
848
|
+
export declare const SystemTypeEnum: {
|
|
849
|
+
readonly System: "system";
|
|
850
|
+
};
|
|
851
|
+
export type SystemTypeEnum = typeof SystemTypeEnum[keyof typeof SystemTypeEnum];
|
|
852
|
+
/**
|
|
853
|
+
*
|
|
854
|
+
* @export
|
|
855
|
+
* @interface System200Response
|
|
856
|
+
*/
|
|
857
|
+
export interface System200Response {
|
|
858
|
+
/**
|
|
859
|
+
*
|
|
860
|
+
* @type {System200ResponseData}
|
|
861
|
+
* @memberof System200Response
|
|
862
|
+
*/
|
|
863
|
+
'data'?: System200ResponseData;
|
|
864
|
+
}
|
|
865
|
+
/**
|
|
866
|
+
*
|
|
867
|
+
* @export
|
|
868
|
+
* @interface System200ResponseData
|
|
869
|
+
*/
|
|
870
|
+
export interface System200ResponseData {
|
|
871
|
+
/**
|
|
872
|
+
*
|
|
873
|
+
* @type {System}
|
|
874
|
+
* @memberof System200ResponseData
|
|
875
|
+
*/
|
|
876
|
+
'schema'?: System;
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
*
|
|
880
|
+
* @export
|
|
881
|
+
* @interface Systems200Response
|
|
882
|
+
*/
|
|
883
|
+
export interface Systems200Response {
|
|
884
|
+
/**
|
|
885
|
+
*
|
|
886
|
+
* @type {Metadata}
|
|
887
|
+
* @memberof Systems200Response
|
|
888
|
+
*/
|
|
889
|
+
'meta'?: Metadata;
|
|
890
|
+
/**
|
|
891
|
+
*
|
|
892
|
+
* @type {Links}
|
|
893
|
+
* @memberof Systems200Response
|
|
894
|
+
*/
|
|
895
|
+
'links'?: Links;
|
|
896
|
+
/**
|
|
897
|
+
*
|
|
898
|
+
* @type {any}
|
|
899
|
+
* @memberof Systems200Response
|
|
900
|
+
*/
|
|
901
|
+
'data'?: any;
|
|
902
|
+
}
|
|
903
|
+
/**
|
|
904
|
+
*
|
|
905
|
+
* @export
|
|
906
|
+
* @interface Tailoring
|
|
907
|
+
*/
|
|
908
|
+
export interface Tailoring {
|
|
909
|
+
/**
|
|
910
|
+
*
|
|
911
|
+
* @type {any}
|
|
912
|
+
* @memberof Tailoring
|
|
913
|
+
*/
|
|
914
|
+
'id'?: any;
|
|
915
|
+
/**
|
|
916
|
+
*
|
|
917
|
+
* @type {any}
|
|
918
|
+
* @memberof Tailoring
|
|
919
|
+
*/
|
|
920
|
+
'type'?: TailoringTypeEnum;
|
|
921
|
+
/**
|
|
922
|
+
* Identificator of the Profile from which the Tailoring was cloned
|
|
923
|
+
* @type {any}
|
|
924
|
+
* @memberof Tailoring
|
|
925
|
+
*/
|
|
926
|
+
'profile_id'?: any;
|
|
927
|
+
/**
|
|
928
|
+
* Major version of the Operating System that the Tailoring covers
|
|
929
|
+
* @type {any}
|
|
930
|
+
* @memberof Tailoring
|
|
931
|
+
*/
|
|
932
|
+
'os_major_version'?: any;
|
|
933
|
+
/**
|
|
934
|
+
* Minor version of the Operating System that the Tailoring covers
|
|
935
|
+
* @type {any}
|
|
936
|
+
* @memberof Tailoring
|
|
937
|
+
*/
|
|
938
|
+
'os_minor_version'?: any;
|
|
939
|
+
/**
|
|
940
|
+
* Pair of keys and values for Value Definition customizations
|
|
941
|
+
* @type {any}
|
|
942
|
+
* @memberof Tailoring
|
|
943
|
+
*/
|
|
944
|
+
'value_overrides'?: any;
|
|
945
|
+
}
|
|
946
|
+
export declare const TailoringTypeEnum: {
|
|
947
|
+
readonly Tailoring: "tailoring";
|
|
948
|
+
};
|
|
949
|
+
export type TailoringTypeEnum = typeof TailoringTypeEnum[keyof typeof TailoringTypeEnum];
|
|
950
|
+
/**
|
|
951
|
+
*
|
|
952
|
+
* @export
|
|
953
|
+
* @interface Tailoring200Response
|
|
954
|
+
*/
|
|
955
|
+
export interface Tailoring200Response {
|
|
956
|
+
/**
|
|
957
|
+
*
|
|
958
|
+
* @type {Tailoring200ResponseData}
|
|
959
|
+
* @memberof Tailoring200Response
|
|
960
|
+
*/
|
|
961
|
+
'data'?: Tailoring200ResponseData;
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
*
|
|
965
|
+
* @export
|
|
966
|
+
* @interface Tailoring200ResponseData
|
|
967
|
+
*/
|
|
968
|
+
export interface Tailoring200ResponseData {
|
|
969
|
+
/**
|
|
970
|
+
*
|
|
971
|
+
* @type {Tailoring}
|
|
972
|
+
* @memberof Tailoring200ResponseData
|
|
973
|
+
*/
|
|
974
|
+
'schema'?: Tailoring;
|
|
975
|
+
}
|
|
976
|
+
/**
|
|
977
|
+
* Defines customizations of rules and variables for a set of profiles
|
|
978
|
+
* @export
|
|
979
|
+
* @interface TailoringFile
|
|
980
|
+
*/
|
|
981
|
+
export interface TailoringFile {
|
|
982
|
+
[key: string]: any;
|
|
983
|
+
/**
|
|
984
|
+
*
|
|
985
|
+
* @type {any}
|
|
986
|
+
* @memberof TailoringFile
|
|
987
|
+
*/
|
|
988
|
+
'profiles'?: any;
|
|
989
|
+
}
|
|
990
|
+
/**
|
|
991
|
+
*
|
|
992
|
+
* @export
|
|
993
|
+
* @interface Tailorings200Response
|
|
994
|
+
*/
|
|
995
|
+
export interface Tailorings200Response {
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
* @type {Metadata}
|
|
999
|
+
* @memberof Tailorings200Response
|
|
1000
|
+
*/
|
|
1001
|
+
'meta'?: Metadata;
|
|
1002
|
+
/**
|
|
1003
|
+
*
|
|
1004
|
+
* @type {Links}
|
|
1005
|
+
* @memberof Tailorings200Response
|
|
1006
|
+
*/
|
|
1007
|
+
'links'?: Links;
|
|
1008
|
+
/**
|
|
1009
|
+
*
|
|
1010
|
+
* @type {any}
|
|
1011
|
+
* @memberof Tailorings200Response
|
|
1012
|
+
*/
|
|
1013
|
+
'data'?: any;
|
|
1014
|
+
}
|
|
1015
|
+
/**
|
|
1016
|
+
*
|
|
1017
|
+
* @export
|
|
1018
|
+
* @interface ValueDefinition
|
|
1019
|
+
*/
|
|
1020
|
+
export interface ValueDefinition {
|
|
1021
|
+
/**
|
|
1022
|
+
*
|
|
1023
|
+
* @type {any}
|
|
1024
|
+
* @memberof ValueDefinition
|
|
1025
|
+
*/
|
|
1026
|
+
'id'?: any;
|
|
1027
|
+
/**
|
|
1028
|
+
*
|
|
1029
|
+
* @type {any}
|
|
1030
|
+
* @memberof ValueDefinition
|
|
1031
|
+
*/
|
|
1032
|
+
'type'?: ValueDefinitionTypeEnum;
|
|
1033
|
+
/**
|
|
1034
|
+
* Identificator of the Value Definition
|
|
1035
|
+
* @type {any}
|
|
1036
|
+
* @memberof ValueDefinition
|
|
1037
|
+
*/
|
|
1038
|
+
'ref_id'?: any;
|
|
1039
|
+
/**
|
|
1040
|
+
* Short title of the Value Definition
|
|
1041
|
+
* @type {any}
|
|
1042
|
+
* @memberof ValueDefinition
|
|
1043
|
+
*/
|
|
1044
|
+
'title'?: any;
|
|
1045
|
+
/**
|
|
1046
|
+
* Type of the Value Definition
|
|
1047
|
+
* @type {any}
|
|
1048
|
+
* @memberof ValueDefinition
|
|
1049
|
+
*/
|
|
1050
|
+
'value_type'?: any;
|
|
1051
|
+
/**
|
|
1052
|
+
* Longer description of the Value Definition
|
|
1053
|
+
* @type {any}
|
|
1054
|
+
* @memberof ValueDefinition
|
|
1055
|
+
*/
|
|
1056
|
+
'description'?: any;
|
|
1057
|
+
/**
|
|
1058
|
+
* Default value of the Value Definition
|
|
1059
|
+
* @type {any}
|
|
1060
|
+
* @memberof ValueDefinition
|
|
1061
|
+
*/
|
|
1062
|
+
'default_value'?: any;
|
|
1063
|
+
}
|
|
1064
|
+
export declare const ValueDefinitionTypeEnum: {
|
|
1065
|
+
readonly ValueDefinition: "value_definition";
|
|
1066
|
+
};
|
|
1067
|
+
export type ValueDefinitionTypeEnum = typeof ValueDefinitionTypeEnum[keyof typeof ValueDefinitionTypeEnum];
|
|
1068
|
+
/**
|
|
1069
|
+
*
|
|
1070
|
+
* @export
|
|
1071
|
+
* @interface ValueDefinition200Response
|
|
1072
|
+
*/
|
|
1073
|
+
export interface ValueDefinition200Response {
|
|
1074
|
+
/**
|
|
1075
|
+
*
|
|
1076
|
+
* @type {ValueDefinition200ResponseData}
|
|
1077
|
+
* @memberof ValueDefinition200Response
|
|
1078
|
+
*/
|
|
1079
|
+
'data'?: ValueDefinition200ResponseData;
|
|
1080
|
+
}
|
|
1081
|
+
/**
|
|
1082
|
+
*
|
|
1083
|
+
* @export
|
|
1084
|
+
* @interface ValueDefinition200ResponseData
|
|
1085
|
+
*/
|
|
1086
|
+
export interface ValueDefinition200ResponseData {
|
|
1087
|
+
/**
|
|
1088
|
+
*
|
|
1089
|
+
* @type {ValueDefinition}
|
|
1090
|
+
* @memberof ValueDefinition200ResponseData
|
|
1091
|
+
*/
|
|
1092
|
+
'schema'?: ValueDefinition;
|
|
1093
|
+
}
|
|
1094
|
+
/**
|
|
1095
|
+
*
|
|
1096
|
+
* @export
|
|
1097
|
+
* @interface ValueDefinitions200Response
|
|
1098
|
+
*/
|
|
1099
|
+
export interface ValueDefinitions200Response {
|
|
1100
|
+
/**
|
|
1101
|
+
*
|
|
1102
|
+
* @type {Metadata}
|
|
1103
|
+
* @memberof ValueDefinitions200Response
|
|
1104
|
+
*/
|
|
1105
|
+
'meta'?: Metadata;
|
|
1106
|
+
/**
|
|
1107
|
+
*
|
|
1108
|
+
* @type {Links}
|
|
1109
|
+
* @memberof ValueDefinitions200Response
|
|
1110
|
+
*/
|
|
1111
|
+
'links'?: Links;
|
|
1112
|
+
/**
|
|
1113
|
+
*
|
|
1114
|
+
* @type {any}
|
|
1115
|
+
* @memberof ValueDefinitions200Response
|
|
1116
|
+
*/
|
|
1117
|
+
'data'?: any;
|
|
1118
|
+
}
|
|
1119
|
+
/**
|
|
1120
|
+
* AssignRuleApi - axios parameter creator
|
|
1121
|
+
* @export
|
|
1122
|
+
*/
|
|
1123
|
+
export declare const AssignRuleApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1124
|
+
/**
|
|
1125
|
+
* Assigns a Rule to a Tailoring
|
|
1126
|
+
* @summary Assign a Rule to a Tailoring
|
|
1127
|
+
* @param {any} policyId
|
|
1128
|
+
* @param {any} tailoringId
|
|
1129
|
+
* @param {any} id
|
|
1130
|
+
* @param {any} [xRHIDENTITY]
|
|
1131
|
+
* @param {*} [options] Override http request option.
|
|
1132
|
+
* @throws {RequiredError}
|
|
1133
|
+
*/
|
|
1134
|
+
assignRule: (policyId: any, tailoringId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1135
|
+
};
|
|
1136
|
+
/**
|
|
1137
|
+
* AssignRuleApi - functional programming interface
|
|
1138
|
+
* @export
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const AssignRuleApiFp: (configuration?: Configuration) => {
|
|
1141
|
+
/**
|
|
1142
|
+
* Assigns a Rule to a Tailoring
|
|
1143
|
+
* @summary Assign a Rule to a Tailoring
|
|
1144
|
+
* @param {any} policyId
|
|
1145
|
+
* @param {any} tailoringId
|
|
1146
|
+
* @param {any} id
|
|
1147
|
+
* @param {any} [xRHIDENTITY]
|
|
1148
|
+
* @param {*} [options] Override http request option.
|
|
1149
|
+
* @throws {RequiredError}
|
|
1150
|
+
*/
|
|
1151
|
+
assignRule(policyId: any, tailoringId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1152
|
+
};
|
|
1153
|
+
/**
|
|
1154
|
+
* AssignRuleApi - factory interface
|
|
1155
|
+
* @export
|
|
1156
|
+
*/
|
|
1157
|
+
export declare const AssignRuleApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1158
|
+
/**
|
|
1159
|
+
* Assigns a Rule to a Tailoring
|
|
1160
|
+
* @summary Assign a Rule to a Tailoring
|
|
1161
|
+
* @param {AssignRuleApiAssignRuleRequest} requestParameters Request parameters.
|
|
1162
|
+
* @param {*} [options] Override http request option.
|
|
1163
|
+
* @throws {RequiredError}
|
|
1164
|
+
*/
|
|
1165
|
+
assignRule(requestParameters: AssignRuleApiAssignRuleRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
1166
|
+
};
|
|
1167
|
+
/**
|
|
1168
|
+
* Request parameters for assignRule operation in AssignRuleApi.
|
|
1169
|
+
* @export
|
|
1170
|
+
* @interface AssignRuleApiAssignRuleRequest
|
|
1171
|
+
*/
|
|
1172
|
+
export interface AssignRuleApiAssignRuleRequest {
|
|
1173
|
+
/**
|
|
1174
|
+
*
|
|
1175
|
+
* @type {any}
|
|
1176
|
+
* @memberof AssignRuleApiAssignRule
|
|
1177
|
+
*/
|
|
1178
|
+
readonly policyId: any;
|
|
1179
|
+
/**
|
|
1180
|
+
*
|
|
1181
|
+
* @type {any}
|
|
1182
|
+
* @memberof AssignRuleApiAssignRule
|
|
1183
|
+
*/
|
|
1184
|
+
readonly tailoringId: any;
|
|
1185
|
+
/**
|
|
1186
|
+
*
|
|
1187
|
+
* @type {any}
|
|
1188
|
+
* @memberof AssignRuleApiAssignRule
|
|
1189
|
+
*/
|
|
1190
|
+
readonly id: any;
|
|
1191
|
+
/**
|
|
1192
|
+
*
|
|
1193
|
+
* @type {any}
|
|
1194
|
+
* @memberof AssignRuleApiAssignRule
|
|
1195
|
+
*/
|
|
1196
|
+
readonly xRHIDENTITY?: any;
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
* AssignRuleApi - object-oriented interface
|
|
1200
|
+
* @export
|
|
1201
|
+
* @class AssignRuleApi
|
|
1202
|
+
* @extends {BaseAPI}
|
|
1203
|
+
*/
|
|
1204
|
+
export declare class AssignRuleApi extends BaseAPI {
|
|
1205
|
+
/**
|
|
1206
|
+
* Assigns a Rule to a Tailoring
|
|
1207
|
+
* @summary Assign a Rule to a Tailoring
|
|
1208
|
+
* @param {AssignRuleApiAssignRuleRequest} requestParameters Request parameters.
|
|
1209
|
+
* @param {*} [options] Override http request option.
|
|
1210
|
+
* @throws {RequiredError}
|
|
1211
|
+
* @memberof AssignRuleApi
|
|
1212
|
+
*/
|
|
1213
|
+
assignRule(requestParameters: AssignRuleApiAssignRuleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* AssignRulesApi - axios parameter creator
|
|
1217
|
+
* @export
|
|
1218
|
+
*/
|
|
1219
|
+
export declare const AssignRulesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1220
|
+
/**
|
|
1221
|
+
* This feature is exclusively used by the frontend
|
|
1222
|
+
* @summary Bulk assign Rules to a Tailoring
|
|
1223
|
+
* @param {any} policyId
|
|
1224
|
+
* @param {any} tailoringId
|
|
1225
|
+
* @param {any} [xRHIDENTITY]
|
|
1226
|
+
* @param {AssignRulesRequest} [assignRulesRequest]
|
|
1227
|
+
* @param {*} [options] Override http request option.
|
|
1228
|
+
* @deprecated
|
|
1229
|
+
* @throws {RequiredError}
|
|
1230
|
+
*/
|
|
1231
|
+
assignRules: (policyId: any, tailoringId: any, xRHIDENTITY?: any, assignRulesRequest?: AssignRulesRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1232
|
+
};
|
|
1233
|
+
/**
|
|
1234
|
+
* AssignRulesApi - functional programming interface
|
|
1235
|
+
* @export
|
|
1236
|
+
*/
|
|
1237
|
+
export declare const AssignRulesApiFp: (configuration?: Configuration) => {
|
|
1238
|
+
/**
|
|
1239
|
+
* This feature is exclusively used by the frontend
|
|
1240
|
+
* @summary Bulk assign Rules to a Tailoring
|
|
1241
|
+
* @param {any} policyId
|
|
1242
|
+
* @param {any} tailoringId
|
|
1243
|
+
* @param {any} [xRHIDENTITY]
|
|
1244
|
+
* @param {AssignRulesRequest} [assignRulesRequest]
|
|
1245
|
+
* @param {*} [options] Override http request option.
|
|
1246
|
+
* @deprecated
|
|
1247
|
+
* @throws {RequiredError}
|
|
1248
|
+
*/
|
|
1249
|
+
assignRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, assignRulesRequest?: AssignRulesRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
1250
|
+
};
|
|
1251
|
+
/**
|
|
1252
|
+
* AssignRulesApi - factory interface
|
|
1253
|
+
* @export
|
|
1254
|
+
*/
|
|
1255
|
+
export declare const AssignRulesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1256
|
+
/**
|
|
1257
|
+
* This feature is exclusively used by the frontend
|
|
1258
|
+
* @summary Bulk assign Rules to a Tailoring
|
|
1259
|
+
* @param {AssignRulesApiAssignRulesRequest} requestParameters Request parameters.
|
|
1260
|
+
* @param {*} [options] Override http request option.
|
|
1261
|
+
* @deprecated
|
|
1262
|
+
* @throws {RequiredError}
|
|
1263
|
+
*/
|
|
1264
|
+
assignRules(requestParameters: AssignRulesApiAssignRulesRequest, options?: AxiosRequestConfig): AxiosPromise<Rules200Response>;
|
|
1265
|
+
};
|
|
1266
|
+
/**
|
|
1267
|
+
* Request parameters for assignRules operation in AssignRulesApi.
|
|
1268
|
+
* @export
|
|
1269
|
+
* @interface AssignRulesApiAssignRulesRequest
|
|
1270
|
+
*/
|
|
1271
|
+
export interface AssignRulesApiAssignRulesRequest {
|
|
1272
|
+
/**
|
|
1273
|
+
*
|
|
1274
|
+
* @type {any}
|
|
1275
|
+
* @memberof AssignRulesApiAssignRules
|
|
1276
|
+
*/
|
|
1277
|
+
readonly policyId: any;
|
|
1278
|
+
/**
|
|
1279
|
+
*
|
|
1280
|
+
* @type {any}
|
|
1281
|
+
* @memberof AssignRulesApiAssignRules
|
|
1282
|
+
*/
|
|
1283
|
+
readonly tailoringId: any;
|
|
1284
|
+
/**
|
|
1285
|
+
*
|
|
1286
|
+
* @type {any}
|
|
1287
|
+
* @memberof AssignRulesApiAssignRules
|
|
1288
|
+
*/
|
|
1289
|
+
readonly xRHIDENTITY?: any;
|
|
1290
|
+
/**
|
|
1291
|
+
*
|
|
1292
|
+
* @type {AssignRulesRequest}
|
|
1293
|
+
* @memberof AssignRulesApiAssignRules
|
|
1294
|
+
*/
|
|
1295
|
+
readonly assignRulesRequest?: AssignRulesRequest;
|
|
1296
|
+
}
|
|
1297
|
+
/**
|
|
1298
|
+
* AssignRulesApi - object-oriented interface
|
|
1299
|
+
* @export
|
|
1300
|
+
* @class AssignRulesApi
|
|
1301
|
+
* @extends {BaseAPI}
|
|
1302
|
+
*/
|
|
1303
|
+
export declare class AssignRulesApi extends BaseAPI {
|
|
1304
|
+
/**
|
|
1305
|
+
* This feature is exclusively used by the frontend
|
|
1306
|
+
* @summary Bulk assign Rules to a Tailoring
|
|
1307
|
+
* @param {AssignRulesApiAssignRulesRequest} requestParameters Request parameters.
|
|
1308
|
+
* @param {*} [options] Override http request option.
|
|
1309
|
+
* @deprecated
|
|
1310
|
+
* @throws {RequiredError}
|
|
1311
|
+
* @memberof AssignRulesApi
|
|
1312
|
+
*/
|
|
1313
|
+
assignRules(requestParameters: AssignRulesApiAssignRulesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
1314
|
+
}
|
|
1315
|
+
/**
|
|
1316
|
+
* AssignSystemApi - axios parameter creator
|
|
1317
|
+
* @export
|
|
1318
|
+
*/
|
|
1319
|
+
export declare const AssignSystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1320
|
+
/**
|
|
1321
|
+
* Assigns a System to a Policy
|
|
1322
|
+
* @summary Assign a System to a Policy
|
|
1323
|
+
* @param {any} id
|
|
1324
|
+
* @param {any} policyId
|
|
1325
|
+
* @param {any} [xRHIDENTITY]
|
|
1326
|
+
* @param {*} [options] Override http request option.
|
|
1327
|
+
* @throws {RequiredError}
|
|
1328
|
+
*/
|
|
1329
|
+
assignSystem: (id: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1330
|
+
};
|
|
1331
|
+
/**
|
|
1332
|
+
* AssignSystemApi - functional programming interface
|
|
1333
|
+
* @export
|
|
1334
|
+
*/
|
|
1335
|
+
export declare const AssignSystemApiFp: (configuration?: Configuration) => {
|
|
1336
|
+
/**
|
|
1337
|
+
* Assigns a System to a Policy
|
|
1338
|
+
* @summary Assign a System to a Policy
|
|
1339
|
+
* @param {any} id
|
|
1340
|
+
* @param {any} policyId
|
|
1341
|
+
* @param {any} [xRHIDENTITY]
|
|
1342
|
+
* @param {*} [options] Override http request option.
|
|
1343
|
+
* @throws {RequiredError}
|
|
1344
|
+
*/
|
|
1345
|
+
assignSystem(id: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
1346
|
+
};
|
|
1347
|
+
/**
|
|
1348
|
+
* AssignSystemApi - factory interface
|
|
1349
|
+
* @export
|
|
1350
|
+
*/
|
|
1351
|
+
export declare const AssignSystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1352
|
+
/**
|
|
1353
|
+
* Assigns a System to a Policy
|
|
1354
|
+
* @summary Assign a System to a Policy
|
|
1355
|
+
* @param {AssignSystemApiAssignSystemRequest} requestParameters Request parameters.
|
|
1356
|
+
* @param {*} [options] Override http request option.
|
|
1357
|
+
* @throws {RequiredError}
|
|
1358
|
+
*/
|
|
1359
|
+
assignSystem(requestParameters: AssignSystemApiAssignSystemRequest, options?: AxiosRequestConfig): AxiosPromise<System200Response>;
|
|
1360
|
+
};
|
|
1361
|
+
/**
|
|
1362
|
+
* Request parameters for assignSystem operation in AssignSystemApi.
|
|
1363
|
+
* @export
|
|
1364
|
+
* @interface AssignSystemApiAssignSystemRequest
|
|
1365
|
+
*/
|
|
1366
|
+
export interface AssignSystemApiAssignSystemRequest {
|
|
1367
|
+
/**
|
|
1368
|
+
*
|
|
1369
|
+
* @type {any}
|
|
1370
|
+
* @memberof AssignSystemApiAssignSystem
|
|
1371
|
+
*/
|
|
1372
|
+
readonly id: any;
|
|
1373
|
+
/**
|
|
1374
|
+
*
|
|
1375
|
+
* @type {any}
|
|
1376
|
+
* @memberof AssignSystemApiAssignSystem
|
|
1377
|
+
*/
|
|
1378
|
+
readonly policyId: any;
|
|
1379
|
+
/**
|
|
1380
|
+
*
|
|
1381
|
+
* @type {any}
|
|
1382
|
+
* @memberof AssignSystemApiAssignSystem
|
|
1383
|
+
*/
|
|
1384
|
+
readonly xRHIDENTITY?: any;
|
|
1385
|
+
}
|
|
1386
|
+
/**
|
|
1387
|
+
* AssignSystemApi - object-oriented interface
|
|
1388
|
+
* @export
|
|
1389
|
+
* @class AssignSystemApi
|
|
1390
|
+
* @extends {BaseAPI}
|
|
1391
|
+
*/
|
|
1392
|
+
export declare class AssignSystemApi extends BaseAPI {
|
|
1393
|
+
/**
|
|
1394
|
+
* Assigns a System to a Policy
|
|
1395
|
+
* @summary Assign a System to a Policy
|
|
1396
|
+
* @param {AssignSystemApiAssignSystemRequest} requestParameters Request parameters.
|
|
1397
|
+
* @param {*} [options] Override http request option.
|
|
1398
|
+
* @throws {RequiredError}
|
|
1399
|
+
* @memberof AssignSystemApi
|
|
1400
|
+
*/
|
|
1401
|
+
assignSystem(requestParameters: AssignSystemApiAssignSystemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<System200Response, any>>;
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* AssignSystemsApi - axios parameter creator
|
|
1405
|
+
* @export
|
|
1406
|
+
*/
|
|
1407
|
+
export declare const AssignSystemsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1408
|
+
/**
|
|
1409
|
+
* This feature is exclusively used by the frontend
|
|
1410
|
+
* @summary Bulk assign Systems to a Policy
|
|
1411
|
+
* @param {any} policyId
|
|
1412
|
+
* @param {any} [xRHIDENTITY]
|
|
1413
|
+
* @param {AssignRulesRequest} [assignRulesRequest]
|
|
1414
|
+
* @param {*} [options] Override http request option.
|
|
1415
|
+
* @deprecated
|
|
1416
|
+
* @throws {RequiredError}
|
|
1417
|
+
*/
|
|
1418
|
+
assignSystems: (policyId: any, xRHIDENTITY?: any, assignRulesRequest?: AssignRulesRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1419
|
+
};
|
|
1420
|
+
/**
|
|
1421
|
+
* AssignSystemsApi - functional programming interface
|
|
1422
|
+
* @export
|
|
1423
|
+
*/
|
|
1424
|
+
export declare const AssignSystemsApiFp: (configuration?: Configuration) => {
|
|
1425
|
+
/**
|
|
1426
|
+
* This feature is exclusively used by the frontend
|
|
1427
|
+
* @summary Bulk assign Systems to a Policy
|
|
1428
|
+
* @param {any} policyId
|
|
1429
|
+
* @param {any} [xRHIDENTITY]
|
|
1430
|
+
* @param {AssignRulesRequest} [assignRulesRequest]
|
|
1431
|
+
* @param {*} [options] Override http request option.
|
|
1432
|
+
* @deprecated
|
|
1433
|
+
* @throws {RequiredError}
|
|
1434
|
+
*/
|
|
1435
|
+
assignSystems(policyId: any, xRHIDENTITY?: any, assignRulesRequest?: AssignRulesRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
1436
|
+
};
|
|
1437
|
+
/**
|
|
1438
|
+
* AssignSystemsApi - factory interface
|
|
1439
|
+
* @export
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const AssignSystemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1442
|
+
/**
|
|
1443
|
+
* This feature is exclusively used by the frontend
|
|
1444
|
+
* @summary Bulk assign Systems to a Policy
|
|
1445
|
+
* @param {AssignSystemsApiAssignSystemsRequest} requestParameters Request parameters.
|
|
1446
|
+
* @param {*} [options] Override http request option.
|
|
1447
|
+
* @deprecated
|
|
1448
|
+
* @throws {RequiredError}
|
|
1449
|
+
*/
|
|
1450
|
+
assignSystems(requestParameters: AssignSystemsApiAssignSystemsRequest, options?: AxiosRequestConfig): AxiosPromise<Systems200Response>;
|
|
1451
|
+
};
|
|
1452
|
+
/**
|
|
1453
|
+
* Request parameters for assignSystems operation in AssignSystemsApi.
|
|
1454
|
+
* @export
|
|
1455
|
+
* @interface AssignSystemsApiAssignSystemsRequest
|
|
1456
|
+
*/
|
|
1457
|
+
export interface AssignSystemsApiAssignSystemsRequest {
|
|
1458
|
+
/**
|
|
1459
|
+
*
|
|
1460
|
+
* @type {any}
|
|
1461
|
+
* @memberof AssignSystemsApiAssignSystems
|
|
1462
|
+
*/
|
|
1463
|
+
readonly policyId: any;
|
|
1464
|
+
/**
|
|
1465
|
+
*
|
|
1466
|
+
* @type {any}
|
|
1467
|
+
* @memberof AssignSystemsApiAssignSystems
|
|
1468
|
+
*/
|
|
1469
|
+
readonly xRHIDENTITY?: any;
|
|
1470
|
+
/**
|
|
1471
|
+
*
|
|
1472
|
+
* @type {AssignRulesRequest}
|
|
1473
|
+
* @memberof AssignSystemsApiAssignSystems
|
|
1474
|
+
*/
|
|
1475
|
+
readonly assignRulesRequest?: AssignRulesRequest;
|
|
1476
|
+
}
|
|
1477
|
+
/**
|
|
1478
|
+
* AssignSystemsApi - object-oriented interface
|
|
1479
|
+
* @export
|
|
1480
|
+
* @class AssignSystemsApi
|
|
1481
|
+
* @extends {BaseAPI}
|
|
1482
|
+
*/
|
|
1483
|
+
export declare class AssignSystemsApi extends BaseAPI {
|
|
1484
|
+
/**
|
|
1485
|
+
* This feature is exclusively used by the frontend
|
|
1486
|
+
* @summary Bulk assign Systems to a Policy
|
|
1487
|
+
* @param {AssignSystemsApiAssignSystemsRequest} requestParameters Request parameters.
|
|
1488
|
+
* @param {*} [options] Override http request option.
|
|
1489
|
+
* @deprecated
|
|
1490
|
+
* @throws {RequiredError}
|
|
1491
|
+
* @memberof AssignSystemsApi
|
|
1492
|
+
*/
|
|
1493
|
+
assignSystems(requestParameters: AssignSystemsApiAssignSystemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
1494
|
+
}
|
|
1495
|
+
/**
|
|
1496
|
+
* CreatePolicyApi - axios parameter creator
|
|
1497
|
+
* @export
|
|
1498
|
+
*/
|
|
1499
|
+
export declare const CreatePolicyApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1500
|
+
/**
|
|
1501
|
+
* Create a Policy with the provided attributes
|
|
1502
|
+
* @summary Create a Policy
|
|
1503
|
+
* @param {any} [xRHIDENTITY]
|
|
1504
|
+
* @param {Policy} [policy]
|
|
1505
|
+
* @param {*} [options] Override http request option.
|
|
1506
|
+
* @throws {RequiredError}
|
|
1507
|
+
*/
|
|
1508
|
+
createPolicy: (xRHIDENTITY?: any, policy?: Policy, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1509
|
+
};
|
|
1510
|
+
/**
|
|
1511
|
+
* CreatePolicyApi - functional programming interface
|
|
1512
|
+
* @export
|
|
1513
|
+
*/
|
|
1514
|
+
export declare const CreatePolicyApiFp: (configuration?: Configuration) => {
|
|
1515
|
+
/**
|
|
1516
|
+
* Create a Policy with the provided attributes
|
|
1517
|
+
* @summary Create a Policy
|
|
1518
|
+
* @param {any} [xRHIDENTITY]
|
|
1519
|
+
* @param {Policy} [policy]
|
|
1520
|
+
* @param {*} [options] Override http request option.
|
|
1521
|
+
* @throws {RequiredError}
|
|
1522
|
+
*/
|
|
1523
|
+
createPolicy(xRHIDENTITY?: any, policy?: Policy, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
1524
|
+
};
|
|
1525
|
+
/**
|
|
1526
|
+
* CreatePolicyApi - factory interface
|
|
1527
|
+
* @export
|
|
1528
|
+
*/
|
|
1529
|
+
export declare const CreatePolicyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1530
|
+
/**
|
|
1531
|
+
* Create a Policy with the provided attributes
|
|
1532
|
+
* @summary Create a Policy
|
|
1533
|
+
* @param {CreatePolicyApiCreatePolicyRequest} requestParameters Request parameters.
|
|
1534
|
+
* @param {*} [options] Override http request option.
|
|
1535
|
+
* @throws {RequiredError}
|
|
1536
|
+
*/
|
|
1537
|
+
createPolicy(requestParameters?: CreatePolicyApiCreatePolicyRequest, options?: AxiosRequestConfig): AxiosPromise<CreatePolicy201Response>;
|
|
1538
|
+
};
|
|
1539
|
+
/**
|
|
1540
|
+
* Request parameters for createPolicy operation in CreatePolicyApi.
|
|
1541
|
+
* @export
|
|
1542
|
+
* @interface CreatePolicyApiCreatePolicyRequest
|
|
1543
|
+
*/
|
|
1544
|
+
export interface CreatePolicyApiCreatePolicyRequest {
|
|
1545
|
+
/**
|
|
1546
|
+
*
|
|
1547
|
+
* @type {any}
|
|
1548
|
+
* @memberof CreatePolicyApiCreatePolicy
|
|
1549
|
+
*/
|
|
1550
|
+
readonly xRHIDENTITY?: any;
|
|
1551
|
+
/**
|
|
1552
|
+
*
|
|
1553
|
+
* @type {Policy}
|
|
1554
|
+
* @memberof CreatePolicyApiCreatePolicy
|
|
1555
|
+
*/
|
|
1556
|
+
readonly policy?: Policy;
|
|
1557
|
+
}
|
|
1558
|
+
/**
|
|
1559
|
+
* CreatePolicyApi - object-oriented interface
|
|
1560
|
+
* @export
|
|
1561
|
+
* @class CreatePolicyApi
|
|
1562
|
+
* @extends {BaseAPI}
|
|
1563
|
+
*/
|
|
1564
|
+
export declare class CreatePolicyApi extends BaseAPI {
|
|
1565
|
+
/**
|
|
1566
|
+
* Create a Policy with the provided attributes
|
|
1567
|
+
* @summary Create a Policy
|
|
1568
|
+
* @param {CreatePolicyApiCreatePolicyRequest} requestParameters Request parameters.
|
|
1569
|
+
* @param {*} [options] Override http request option.
|
|
1570
|
+
* @throws {RequiredError}
|
|
1571
|
+
* @memberof CreatePolicyApi
|
|
1572
|
+
*/
|
|
1573
|
+
createPolicy(requestParameters?: CreatePolicyApiCreatePolicyRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePolicy201Response, any>>;
|
|
1574
|
+
}
|
|
1575
|
+
/**
|
|
1576
|
+
* DeletePolicyApi - axios parameter creator
|
|
1577
|
+
* @export
|
|
1578
|
+
*/
|
|
1579
|
+
export declare const DeletePolicyApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1580
|
+
/**
|
|
1581
|
+
* Deletes a Policy
|
|
1582
|
+
* @summary Delete a Policy
|
|
1583
|
+
* @param {any} id
|
|
1584
|
+
* @param {any} [xRHIDENTITY]
|
|
1585
|
+
* @param {*} [options] Override http request option.
|
|
1586
|
+
* @throws {RequiredError}
|
|
1587
|
+
*/
|
|
1588
|
+
deletePolicy: (id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1589
|
+
};
|
|
1590
|
+
/**
|
|
1591
|
+
* DeletePolicyApi - functional programming interface
|
|
1592
|
+
* @export
|
|
1593
|
+
*/
|
|
1594
|
+
export declare const DeletePolicyApiFp: (configuration?: Configuration) => {
|
|
1595
|
+
/**
|
|
1596
|
+
* Deletes a Policy
|
|
1597
|
+
* @summary Delete a Policy
|
|
1598
|
+
* @param {any} id
|
|
1599
|
+
* @param {any} [xRHIDENTITY]
|
|
1600
|
+
* @param {*} [options] Override http request option.
|
|
1601
|
+
* @throws {RequiredError}
|
|
1602
|
+
*/
|
|
1603
|
+
deletePolicy(id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
1604
|
+
};
|
|
1605
|
+
/**
|
|
1606
|
+
* DeletePolicyApi - factory interface
|
|
1607
|
+
* @export
|
|
1608
|
+
*/
|
|
1609
|
+
export declare const DeletePolicyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1610
|
+
/**
|
|
1611
|
+
* Deletes a Policy
|
|
1612
|
+
* @summary Delete a Policy
|
|
1613
|
+
* @param {DeletePolicyApiDeletePolicyRequest} requestParameters Request parameters.
|
|
1614
|
+
* @param {*} [options] Override http request option.
|
|
1615
|
+
* @throws {RequiredError}
|
|
1616
|
+
*/
|
|
1617
|
+
deletePolicy(requestParameters: DeletePolicyApiDeletePolicyRequest, options?: AxiosRequestConfig): AxiosPromise<CreatePolicy201Response>;
|
|
1618
|
+
};
|
|
1619
|
+
/**
|
|
1620
|
+
* Request parameters for deletePolicy operation in DeletePolicyApi.
|
|
1621
|
+
* @export
|
|
1622
|
+
* @interface DeletePolicyApiDeletePolicyRequest
|
|
1623
|
+
*/
|
|
1624
|
+
export interface DeletePolicyApiDeletePolicyRequest {
|
|
1625
|
+
/**
|
|
1626
|
+
*
|
|
1627
|
+
* @type {any}
|
|
1628
|
+
* @memberof DeletePolicyApiDeletePolicy
|
|
1629
|
+
*/
|
|
1630
|
+
readonly id: any;
|
|
1631
|
+
/**
|
|
1632
|
+
*
|
|
1633
|
+
* @type {any}
|
|
1634
|
+
* @memberof DeletePolicyApiDeletePolicy
|
|
1635
|
+
*/
|
|
1636
|
+
readonly xRHIDENTITY?: any;
|
|
1637
|
+
}
|
|
1638
|
+
/**
|
|
1639
|
+
* DeletePolicyApi - object-oriented interface
|
|
1640
|
+
* @export
|
|
1641
|
+
* @class DeletePolicyApi
|
|
1642
|
+
* @extends {BaseAPI}
|
|
1643
|
+
*/
|
|
1644
|
+
export declare class DeletePolicyApi extends BaseAPI {
|
|
1645
|
+
/**
|
|
1646
|
+
* Deletes a Policy
|
|
1647
|
+
* @summary Delete a Policy
|
|
1648
|
+
* @param {DeletePolicyApiDeletePolicyRequest} requestParameters Request parameters.
|
|
1649
|
+
* @param {*} [options] Override http request option.
|
|
1650
|
+
* @throws {RequiredError}
|
|
1651
|
+
* @memberof DeletePolicyApi
|
|
1652
|
+
*/
|
|
1653
|
+
deletePolicy(requestParameters: DeletePolicyApiDeletePolicyRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePolicy201Response, any>>;
|
|
1654
|
+
}
|
|
1655
|
+
/**
|
|
1656
|
+
* PoliciesApi - axios parameter creator
|
|
1657
|
+
* @export
|
|
1658
|
+
*/
|
|
1659
|
+
export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1660
|
+
/**
|
|
1661
|
+
* Lists Policies
|
|
1662
|
+
* @summary Request Policies
|
|
1663
|
+
* @param {any} [xRHIDENTITY]
|
|
1664
|
+
* @param {any} [limit] Number of items to return per page
|
|
1665
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
1666
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
1667
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
1668
|
+
* @param {*} [options] Override http request option.
|
|
1669
|
+
* @throws {RequiredError}
|
|
1670
|
+
*/
|
|
1671
|
+
policies: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1672
|
+
};
|
|
1673
|
+
/**
|
|
1674
|
+
* PoliciesApi - functional programming interface
|
|
1675
|
+
* @export
|
|
1676
|
+
*/
|
|
1677
|
+
export declare const PoliciesApiFp: (configuration?: Configuration) => {
|
|
1678
|
+
/**
|
|
1679
|
+
* Lists Policies
|
|
1680
|
+
* @summary Request Policies
|
|
1681
|
+
* @param {any} [xRHIDENTITY]
|
|
1682
|
+
* @param {any} [limit] Number of items to return per page
|
|
1683
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
1684
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
1685
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
1686
|
+
* @param {*} [options] Override http request option.
|
|
1687
|
+
* @throws {RequiredError}
|
|
1688
|
+
*/
|
|
1689
|
+
policies(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Policies200Response>>;
|
|
1690
|
+
};
|
|
1691
|
+
/**
|
|
1692
|
+
* PoliciesApi - factory interface
|
|
1693
|
+
* @export
|
|
1694
|
+
*/
|
|
1695
|
+
export declare const PoliciesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1696
|
+
/**
|
|
1697
|
+
* Lists Policies
|
|
1698
|
+
* @summary Request Policies
|
|
1699
|
+
* @param {PoliciesApiPoliciesRequest} requestParameters Request parameters.
|
|
1700
|
+
* @param {*} [options] Override http request option.
|
|
1701
|
+
* @throws {RequiredError}
|
|
1702
|
+
*/
|
|
1703
|
+
policies(requestParameters?: PoliciesApiPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<Policies200Response>;
|
|
1704
|
+
};
|
|
1705
|
+
/**
|
|
1706
|
+
* Request parameters for policies operation in PoliciesApi.
|
|
1707
|
+
* @export
|
|
1708
|
+
* @interface PoliciesApiPoliciesRequest
|
|
1709
|
+
*/
|
|
1710
|
+
export interface PoliciesApiPoliciesRequest {
|
|
1711
|
+
/**
|
|
1712
|
+
*
|
|
1713
|
+
* @type {any}
|
|
1714
|
+
* @memberof PoliciesApiPolicies
|
|
1715
|
+
*/
|
|
1716
|
+
readonly xRHIDENTITY?: any;
|
|
1717
|
+
/**
|
|
1718
|
+
* Number of items to return per page
|
|
1719
|
+
* @type {any}
|
|
1720
|
+
* @memberof PoliciesApiPolicies
|
|
1721
|
+
*/
|
|
1722
|
+
readonly limit?: any;
|
|
1723
|
+
/**
|
|
1724
|
+
* Offset of first item of paginated response
|
|
1725
|
+
* @type {any}
|
|
1726
|
+
* @memberof PoliciesApiPolicies
|
|
1727
|
+
*/
|
|
1728
|
+
readonly offset?: any;
|
|
1729
|
+
/**
|
|
1730
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
1731
|
+
* @type {any}
|
|
1732
|
+
* @memberof PoliciesApiPolicies
|
|
1733
|
+
*/
|
|
1734
|
+
readonly sortBy?: any;
|
|
1735
|
+
/**
|
|
1736
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
1737
|
+
* @type {any}
|
|
1738
|
+
* @memberof PoliciesApiPolicies
|
|
1739
|
+
*/
|
|
1740
|
+
readonly filter?: any;
|
|
1741
|
+
}
|
|
1742
|
+
/**
|
|
1743
|
+
* PoliciesApi - object-oriented interface
|
|
1744
|
+
* @export
|
|
1745
|
+
* @class PoliciesApi
|
|
1746
|
+
* @extends {BaseAPI}
|
|
1747
|
+
*/
|
|
1748
|
+
export declare class PoliciesApi extends BaseAPI {
|
|
1749
|
+
/**
|
|
1750
|
+
* Lists Policies
|
|
1751
|
+
* @summary Request Policies
|
|
1752
|
+
* @param {PoliciesApiPoliciesRequest} requestParameters Request parameters.
|
|
1753
|
+
* @param {*} [options] Override http request option.
|
|
1754
|
+
* @throws {RequiredError}
|
|
1755
|
+
* @memberof PoliciesApi
|
|
1756
|
+
*/
|
|
1757
|
+
policies(requestParameters?: PoliciesApiPoliciesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Policies200Response, any>>;
|
|
1758
|
+
}
|
|
1759
|
+
/**
|
|
1760
|
+
* PolicyApi - axios parameter creator
|
|
1761
|
+
* @export
|
|
1762
|
+
*/
|
|
1763
|
+
export declare const PolicyApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1764
|
+
/**
|
|
1765
|
+
* Returns a Policy
|
|
1766
|
+
* @summary Request a Policy
|
|
1767
|
+
* @param {any} id
|
|
1768
|
+
* @param {any} [xRHIDENTITY]
|
|
1769
|
+
* @param {*} [options] Override http request option.
|
|
1770
|
+
* @throws {RequiredError}
|
|
1771
|
+
*/
|
|
1772
|
+
policy: (id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1773
|
+
};
|
|
1774
|
+
/**
|
|
1775
|
+
* PolicyApi - functional programming interface
|
|
1776
|
+
* @export
|
|
1777
|
+
*/
|
|
1778
|
+
export declare const PolicyApiFp: (configuration?: Configuration) => {
|
|
1779
|
+
/**
|
|
1780
|
+
* Returns a Policy
|
|
1781
|
+
* @summary Request a Policy
|
|
1782
|
+
* @param {any} id
|
|
1783
|
+
* @param {any} [xRHIDENTITY]
|
|
1784
|
+
* @param {*} [options] Override http request option.
|
|
1785
|
+
* @throws {RequiredError}
|
|
1786
|
+
*/
|
|
1787
|
+
policy(id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
1788
|
+
};
|
|
1789
|
+
/**
|
|
1790
|
+
* PolicyApi - factory interface
|
|
1791
|
+
* @export
|
|
1792
|
+
*/
|
|
1793
|
+
export declare const PolicyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1794
|
+
/**
|
|
1795
|
+
* Returns a Policy
|
|
1796
|
+
* @summary Request a Policy
|
|
1797
|
+
* @param {PolicyApiPolicyRequest} requestParameters Request parameters.
|
|
1798
|
+
* @param {*} [options] Override http request option.
|
|
1799
|
+
* @throws {RequiredError}
|
|
1800
|
+
*/
|
|
1801
|
+
policy(requestParameters: PolicyApiPolicyRequest, options?: AxiosRequestConfig): AxiosPromise<CreatePolicy201Response>;
|
|
1802
|
+
};
|
|
1803
|
+
/**
|
|
1804
|
+
* Request parameters for policy operation in PolicyApi.
|
|
1805
|
+
* @export
|
|
1806
|
+
* @interface PolicyApiPolicyRequest
|
|
1807
|
+
*/
|
|
1808
|
+
export interface PolicyApiPolicyRequest {
|
|
1809
|
+
/**
|
|
1810
|
+
*
|
|
1811
|
+
* @type {any}
|
|
1812
|
+
* @memberof PolicyApiPolicy
|
|
1813
|
+
*/
|
|
1814
|
+
readonly id: any;
|
|
1815
|
+
/**
|
|
1816
|
+
*
|
|
1817
|
+
* @type {any}
|
|
1818
|
+
* @memberof PolicyApiPolicy
|
|
1819
|
+
*/
|
|
1820
|
+
readonly xRHIDENTITY?: any;
|
|
1821
|
+
}
|
|
1822
|
+
/**
|
|
1823
|
+
* PolicyApi - object-oriented interface
|
|
1824
|
+
* @export
|
|
1825
|
+
* @class PolicyApi
|
|
1826
|
+
* @extends {BaseAPI}
|
|
1827
|
+
*/
|
|
1828
|
+
export declare class PolicyApi extends BaseAPI {
|
|
1829
|
+
/**
|
|
1830
|
+
* Returns a Policy
|
|
1831
|
+
* @summary Request a Policy
|
|
1832
|
+
* @param {PolicyApiPolicyRequest} requestParameters Request parameters.
|
|
1833
|
+
* @param {*} [options] Override http request option.
|
|
1834
|
+
* @throws {RequiredError}
|
|
1835
|
+
* @memberof PolicyApi
|
|
1836
|
+
*/
|
|
1837
|
+
policy(requestParameters: PolicyApiPolicyRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePolicy201Response, any>>;
|
|
1838
|
+
}
|
|
1839
|
+
/**
|
|
1840
|
+
* PolicySystemsApi - axios parameter creator
|
|
1841
|
+
* @export
|
|
1842
|
+
*/
|
|
1843
|
+
export declare const PolicySystemsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1844
|
+
/**
|
|
1845
|
+
* Lists Systems assigned to a Policy
|
|
1846
|
+
* @summary Request Systems assigned to a Policy
|
|
1847
|
+
* @param {any} policyId
|
|
1848
|
+
* @param {any} [xRHIDENTITY]
|
|
1849
|
+
* @param {any} [limit] Number of items to return per page
|
|
1850
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
1851
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
1852
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
1853
|
+
* @param {*} [options] Override http request option.
|
|
1854
|
+
* @throws {RequiredError}
|
|
1855
|
+
*/
|
|
1856
|
+
policySystems: (policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1857
|
+
};
|
|
1858
|
+
/**
|
|
1859
|
+
* PolicySystemsApi - functional programming interface
|
|
1860
|
+
* @export
|
|
1861
|
+
*/
|
|
1862
|
+
export declare const PolicySystemsApiFp: (configuration?: Configuration) => {
|
|
1863
|
+
/**
|
|
1864
|
+
* Lists Systems assigned to a Policy
|
|
1865
|
+
* @summary Request Systems assigned to a Policy
|
|
1866
|
+
* @param {any} policyId
|
|
1867
|
+
* @param {any} [xRHIDENTITY]
|
|
1868
|
+
* @param {any} [limit] Number of items to return per page
|
|
1869
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
1870
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
1871
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
1872
|
+
* @param {*} [options] Override http request option.
|
|
1873
|
+
* @throws {RequiredError}
|
|
1874
|
+
*/
|
|
1875
|
+
policySystems(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
1876
|
+
};
|
|
1877
|
+
/**
|
|
1878
|
+
* PolicySystemsApi - factory interface
|
|
1879
|
+
* @export
|
|
1880
|
+
*/
|
|
1881
|
+
export declare const PolicySystemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1882
|
+
/**
|
|
1883
|
+
* Lists Systems assigned to a Policy
|
|
1884
|
+
* @summary Request Systems assigned to a Policy
|
|
1885
|
+
* @param {PolicySystemsApiPolicySystemsRequest} requestParameters Request parameters.
|
|
1886
|
+
* @param {*} [options] Override http request option.
|
|
1887
|
+
* @throws {RequiredError}
|
|
1888
|
+
*/
|
|
1889
|
+
policySystems(requestParameters: PolicySystemsApiPolicySystemsRequest, options?: AxiosRequestConfig): AxiosPromise<Systems200Response>;
|
|
1890
|
+
};
|
|
1891
|
+
/**
|
|
1892
|
+
* Request parameters for policySystems operation in PolicySystemsApi.
|
|
1893
|
+
* @export
|
|
1894
|
+
* @interface PolicySystemsApiPolicySystemsRequest
|
|
1895
|
+
*/
|
|
1896
|
+
export interface PolicySystemsApiPolicySystemsRequest {
|
|
1897
|
+
/**
|
|
1898
|
+
*
|
|
1899
|
+
* @type {any}
|
|
1900
|
+
* @memberof PolicySystemsApiPolicySystems
|
|
1901
|
+
*/
|
|
1902
|
+
readonly policyId: any;
|
|
1903
|
+
/**
|
|
1904
|
+
*
|
|
1905
|
+
* @type {any}
|
|
1906
|
+
* @memberof PolicySystemsApiPolicySystems
|
|
1907
|
+
*/
|
|
1908
|
+
readonly xRHIDENTITY?: any;
|
|
1909
|
+
/**
|
|
1910
|
+
* Number of items to return per page
|
|
1911
|
+
* @type {any}
|
|
1912
|
+
* @memberof PolicySystemsApiPolicySystems
|
|
1913
|
+
*/
|
|
1914
|
+
readonly limit?: any;
|
|
1915
|
+
/**
|
|
1916
|
+
* Offset of first item of paginated response
|
|
1917
|
+
* @type {any}
|
|
1918
|
+
* @memberof PolicySystemsApiPolicySystems
|
|
1919
|
+
*/
|
|
1920
|
+
readonly offset?: any;
|
|
1921
|
+
/**
|
|
1922
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
1923
|
+
* @type {any}
|
|
1924
|
+
* @memberof PolicySystemsApiPolicySystems
|
|
1925
|
+
*/
|
|
1926
|
+
readonly sortBy?: any;
|
|
1927
|
+
/**
|
|
1928
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
1929
|
+
* @type {any}
|
|
1930
|
+
* @memberof PolicySystemsApiPolicySystems
|
|
1931
|
+
*/
|
|
1932
|
+
readonly filter?: any;
|
|
1933
|
+
}
|
|
1934
|
+
/**
|
|
1935
|
+
* PolicySystemsApi - object-oriented interface
|
|
1936
|
+
* @export
|
|
1937
|
+
* @class PolicySystemsApi
|
|
1938
|
+
* @extends {BaseAPI}
|
|
1939
|
+
*/
|
|
1940
|
+
export declare class PolicySystemsApi extends BaseAPI {
|
|
1941
|
+
/**
|
|
1942
|
+
* Lists Systems assigned to a Policy
|
|
1943
|
+
* @summary Request Systems assigned to a Policy
|
|
1944
|
+
* @param {PolicySystemsApiPolicySystemsRequest} requestParameters Request parameters.
|
|
1945
|
+
* @param {*} [options] Override http request option.
|
|
1946
|
+
* @throws {RequiredError}
|
|
1947
|
+
* @memberof PolicySystemsApi
|
|
1948
|
+
*/
|
|
1949
|
+
policySystems(requestParameters: PolicySystemsApiPolicySystemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
1950
|
+
}
|
|
1951
|
+
/**
|
|
1952
|
+
* ProfileApi - axios parameter creator
|
|
1953
|
+
* @export
|
|
1954
|
+
*/
|
|
1955
|
+
export declare const ProfileApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1956
|
+
/**
|
|
1957
|
+
* Returns a Profile
|
|
1958
|
+
* @summary Request a Profile
|
|
1959
|
+
* @param {any} securityGuideId
|
|
1960
|
+
* @param {any} id
|
|
1961
|
+
* @param {any} [xRHIDENTITY]
|
|
1962
|
+
* @param {*} [options] Override http request option.
|
|
1963
|
+
* @throws {RequiredError}
|
|
1964
|
+
*/
|
|
1965
|
+
profile: (securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1966
|
+
};
|
|
1967
|
+
/**
|
|
1968
|
+
* ProfileApi - functional programming interface
|
|
1969
|
+
* @export
|
|
1970
|
+
*/
|
|
1971
|
+
export declare const ProfileApiFp: (configuration?: Configuration) => {
|
|
1972
|
+
/**
|
|
1973
|
+
* Returns a Profile
|
|
1974
|
+
* @summary Request a Profile
|
|
1975
|
+
* @param {any} securityGuideId
|
|
1976
|
+
* @param {any} id
|
|
1977
|
+
* @param {any} [xRHIDENTITY]
|
|
1978
|
+
* @param {*} [options] Override http request option.
|
|
1979
|
+
* @throws {RequiredError}
|
|
1980
|
+
*/
|
|
1981
|
+
profile(securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Profile200Response>>;
|
|
1982
|
+
};
|
|
1983
|
+
/**
|
|
1984
|
+
* ProfileApi - factory interface
|
|
1985
|
+
* @export
|
|
1986
|
+
*/
|
|
1987
|
+
export declare const ProfileApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1988
|
+
/**
|
|
1989
|
+
* Returns a Profile
|
|
1990
|
+
* @summary Request a Profile
|
|
1991
|
+
* @param {ProfileApiProfileRequest} requestParameters Request parameters.
|
|
1992
|
+
* @param {*} [options] Override http request option.
|
|
1993
|
+
* @throws {RequiredError}
|
|
1994
|
+
*/
|
|
1995
|
+
profile(requestParameters: ProfileApiProfileRequest, options?: AxiosRequestConfig): AxiosPromise<Profile200Response>;
|
|
1996
|
+
};
|
|
1997
|
+
/**
|
|
1998
|
+
* Request parameters for profile operation in ProfileApi.
|
|
1999
|
+
* @export
|
|
2000
|
+
* @interface ProfileApiProfileRequest
|
|
2001
|
+
*/
|
|
2002
|
+
export interface ProfileApiProfileRequest {
|
|
2003
|
+
/**
|
|
2004
|
+
*
|
|
2005
|
+
* @type {any}
|
|
2006
|
+
* @memberof ProfileApiProfile
|
|
2007
|
+
*/
|
|
2008
|
+
readonly securityGuideId: any;
|
|
2009
|
+
/**
|
|
2010
|
+
*
|
|
2011
|
+
* @type {any}
|
|
2012
|
+
* @memberof ProfileApiProfile
|
|
2013
|
+
*/
|
|
2014
|
+
readonly id: any;
|
|
2015
|
+
/**
|
|
2016
|
+
*
|
|
2017
|
+
* @type {any}
|
|
2018
|
+
* @memberof ProfileApiProfile
|
|
2019
|
+
*/
|
|
2020
|
+
readonly xRHIDENTITY?: any;
|
|
2021
|
+
}
|
|
2022
|
+
/**
|
|
2023
|
+
* ProfileApi - object-oriented interface
|
|
2024
|
+
* @export
|
|
2025
|
+
* @class ProfileApi
|
|
2026
|
+
* @extends {BaseAPI}
|
|
2027
|
+
*/
|
|
2028
|
+
export declare class ProfileApi extends BaseAPI {
|
|
2029
|
+
/**
|
|
2030
|
+
* Returns a Profile
|
|
2031
|
+
* @summary Request a Profile
|
|
2032
|
+
* @param {ProfileApiProfileRequest} requestParameters Request parameters.
|
|
2033
|
+
* @param {*} [options] Override http request option.
|
|
2034
|
+
* @throws {RequiredError}
|
|
2035
|
+
* @memberof ProfileApi
|
|
2036
|
+
*/
|
|
2037
|
+
profile(requestParameters: ProfileApiProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Profile200Response, any>>;
|
|
2038
|
+
}
|
|
2039
|
+
/**
|
|
2040
|
+
* ProfileRuleApi - axios parameter creator
|
|
2041
|
+
* @export
|
|
2042
|
+
*/
|
|
2043
|
+
export declare const ProfileRuleApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2044
|
+
/**
|
|
2045
|
+
* Returns a Rule assigned to a Profile
|
|
2046
|
+
* @summary Request a Rule assigned to a Profile
|
|
2047
|
+
* @param {any} securityGuideId
|
|
2048
|
+
* @param {any} profileId
|
|
2049
|
+
* @param {any} id
|
|
2050
|
+
* @param {any} [xRHIDENTITY]
|
|
2051
|
+
* @param {*} [options] Override http request option.
|
|
2052
|
+
* @throws {RequiredError}
|
|
2053
|
+
*/
|
|
2054
|
+
profileRule: (securityGuideId: any, profileId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2055
|
+
};
|
|
2056
|
+
/**
|
|
2057
|
+
* ProfileRuleApi - functional programming interface
|
|
2058
|
+
* @export
|
|
2059
|
+
*/
|
|
2060
|
+
export declare const ProfileRuleApiFp: (configuration?: Configuration) => {
|
|
2061
|
+
/**
|
|
2062
|
+
* Returns a Rule assigned to a Profile
|
|
2063
|
+
* @summary Request a Rule assigned to a Profile
|
|
2064
|
+
* @param {any} securityGuideId
|
|
2065
|
+
* @param {any} profileId
|
|
2066
|
+
* @param {any} id
|
|
2067
|
+
* @param {any} [xRHIDENTITY]
|
|
2068
|
+
* @param {*} [options] Override http request option.
|
|
2069
|
+
* @throws {RequiredError}
|
|
2070
|
+
*/
|
|
2071
|
+
profileRule(securityGuideId: any, profileId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rule200Response>>;
|
|
2072
|
+
};
|
|
2073
|
+
/**
|
|
2074
|
+
* ProfileRuleApi - factory interface
|
|
2075
|
+
* @export
|
|
2076
|
+
*/
|
|
2077
|
+
export declare const ProfileRuleApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2078
|
+
/**
|
|
2079
|
+
* Returns a Rule assigned to a Profile
|
|
2080
|
+
* @summary Request a Rule assigned to a Profile
|
|
2081
|
+
* @param {ProfileRuleApiProfileRuleRequest} requestParameters Request parameters.
|
|
2082
|
+
* @param {*} [options] Override http request option.
|
|
2083
|
+
* @throws {RequiredError}
|
|
2084
|
+
*/
|
|
2085
|
+
profileRule(requestParameters: ProfileRuleApiProfileRuleRequest, options?: AxiosRequestConfig): AxiosPromise<Rule200Response>;
|
|
2086
|
+
};
|
|
2087
|
+
/**
|
|
2088
|
+
* Request parameters for profileRule operation in ProfileRuleApi.
|
|
2089
|
+
* @export
|
|
2090
|
+
* @interface ProfileRuleApiProfileRuleRequest
|
|
2091
|
+
*/
|
|
2092
|
+
export interface ProfileRuleApiProfileRuleRequest {
|
|
2093
|
+
/**
|
|
2094
|
+
*
|
|
2095
|
+
* @type {any}
|
|
2096
|
+
* @memberof ProfileRuleApiProfileRule
|
|
2097
|
+
*/
|
|
2098
|
+
readonly securityGuideId: any;
|
|
2099
|
+
/**
|
|
2100
|
+
*
|
|
2101
|
+
* @type {any}
|
|
2102
|
+
* @memberof ProfileRuleApiProfileRule
|
|
2103
|
+
*/
|
|
2104
|
+
readonly profileId: any;
|
|
2105
|
+
/**
|
|
2106
|
+
*
|
|
2107
|
+
* @type {any}
|
|
2108
|
+
* @memberof ProfileRuleApiProfileRule
|
|
2109
|
+
*/
|
|
2110
|
+
readonly id: any;
|
|
2111
|
+
/**
|
|
2112
|
+
*
|
|
2113
|
+
* @type {any}
|
|
2114
|
+
* @memberof ProfileRuleApiProfileRule
|
|
2115
|
+
*/
|
|
2116
|
+
readonly xRHIDENTITY?: any;
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* ProfileRuleApi - object-oriented interface
|
|
2120
|
+
* @export
|
|
2121
|
+
* @class ProfileRuleApi
|
|
2122
|
+
* @extends {BaseAPI}
|
|
2123
|
+
*/
|
|
2124
|
+
export declare class ProfileRuleApi extends BaseAPI {
|
|
2125
|
+
/**
|
|
2126
|
+
* Returns a Rule assigned to a Profile
|
|
2127
|
+
* @summary Request a Rule assigned to a Profile
|
|
2128
|
+
* @param {ProfileRuleApiProfileRuleRequest} requestParameters Request parameters.
|
|
2129
|
+
* @param {*} [options] Override http request option.
|
|
2130
|
+
* @throws {RequiredError}
|
|
2131
|
+
* @memberof ProfileRuleApi
|
|
2132
|
+
*/
|
|
2133
|
+
profileRule(requestParameters: ProfileRuleApiProfileRuleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rule200Response, any>>;
|
|
2134
|
+
}
|
|
2135
|
+
/**
|
|
2136
|
+
* ProfileRulesApi - axios parameter creator
|
|
2137
|
+
* @export
|
|
2138
|
+
*/
|
|
2139
|
+
export declare const ProfileRulesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2140
|
+
/**
|
|
2141
|
+
* Lists Rules assigned to a Profile
|
|
2142
|
+
* @summary Request Rules assigned to a Profile
|
|
2143
|
+
* @param {any} securityGuideId
|
|
2144
|
+
* @param {any} profileId
|
|
2145
|
+
* @param {any} [xRHIDENTITY]
|
|
2146
|
+
* @param {any} [limit] Number of items to return per page
|
|
2147
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2148
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2149
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2150
|
+
* @param {*} [options] Override http request option.
|
|
2151
|
+
* @throws {RequiredError}
|
|
2152
|
+
*/
|
|
2153
|
+
profileRules: (securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2154
|
+
};
|
|
2155
|
+
/**
|
|
2156
|
+
* ProfileRulesApi - functional programming interface
|
|
2157
|
+
* @export
|
|
2158
|
+
*/
|
|
2159
|
+
export declare const ProfileRulesApiFp: (configuration?: Configuration) => {
|
|
2160
|
+
/**
|
|
2161
|
+
* Lists Rules assigned to a Profile
|
|
2162
|
+
* @summary Request Rules assigned to a Profile
|
|
2163
|
+
* @param {any} securityGuideId
|
|
2164
|
+
* @param {any} profileId
|
|
2165
|
+
* @param {any} [xRHIDENTITY]
|
|
2166
|
+
* @param {any} [limit] Number of items to return per page
|
|
2167
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2168
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2169
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2170
|
+
* @param {*} [options] Override http request option.
|
|
2171
|
+
* @throws {RequiredError}
|
|
2172
|
+
*/
|
|
2173
|
+
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
2174
|
+
};
|
|
2175
|
+
/**
|
|
2176
|
+
* ProfileRulesApi - factory interface
|
|
2177
|
+
* @export
|
|
2178
|
+
*/
|
|
2179
|
+
export declare const ProfileRulesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2180
|
+
/**
|
|
2181
|
+
* Lists Rules assigned to a Profile
|
|
2182
|
+
* @summary Request Rules assigned to a Profile
|
|
2183
|
+
* @param {ProfileRulesApiProfileRulesRequest} requestParameters Request parameters.
|
|
2184
|
+
* @param {*} [options] Override http request option.
|
|
2185
|
+
* @throws {RequiredError}
|
|
2186
|
+
*/
|
|
2187
|
+
profileRules(requestParameters: ProfileRulesApiProfileRulesRequest, options?: AxiosRequestConfig): AxiosPromise<Rules200Response>;
|
|
2188
|
+
};
|
|
2189
|
+
/**
|
|
2190
|
+
* Request parameters for profileRules operation in ProfileRulesApi.
|
|
2191
|
+
* @export
|
|
2192
|
+
* @interface ProfileRulesApiProfileRulesRequest
|
|
2193
|
+
*/
|
|
2194
|
+
export interface ProfileRulesApiProfileRulesRequest {
|
|
2195
|
+
/**
|
|
2196
|
+
*
|
|
2197
|
+
* @type {any}
|
|
2198
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2199
|
+
*/
|
|
2200
|
+
readonly securityGuideId: any;
|
|
2201
|
+
/**
|
|
2202
|
+
*
|
|
2203
|
+
* @type {any}
|
|
2204
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2205
|
+
*/
|
|
2206
|
+
readonly profileId: any;
|
|
2207
|
+
/**
|
|
2208
|
+
*
|
|
2209
|
+
* @type {any}
|
|
2210
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2211
|
+
*/
|
|
2212
|
+
readonly xRHIDENTITY?: any;
|
|
2213
|
+
/**
|
|
2214
|
+
* Number of items to return per page
|
|
2215
|
+
* @type {any}
|
|
2216
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2217
|
+
*/
|
|
2218
|
+
readonly limit?: any;
|
|
2219
|
+
/**
|
|
2220
|
+
* Offset of first item of paginated response
|
|
2221
|
+
* @type {any}
|
|
2222
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2223
|
+
*/
|
|
2224
|
+
readonly offset?: any;
|
|
2225
|
+
/**
|
|
2226
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2227
|
+
* @type {any}
|
|
2228
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2229
|
+
*/
|
|
2230
|
+
readonly sortBy?: any;
|
|
2231
|
+
/**
|
|
2232
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2233
|
+
* @type {any}
|
|
2234
|
+
* @memberof ProfileRulesApiProfileRules
|
|
2235
|
+
*/
|
|
2236
|
+
readonly filter?: any;
|
|
2237
|
+
}
|
|
2238
|
+
/**
|
|
2239
|
+
* ProfileRulesApi - object-oriented interface
|
|
2240
|
+
* @export
|
|
2241
|
+
* @class ProfileRulesApi
|
|
2242
|
+
* @extends {BaseAPI}
|
|
2243
|
+
*/
|
|
2244
|
+
export declare class ProfileRulesApi extends BaseAPI {
|
|
2245
|
+
/**
|
|
2246
|
+
* Lists Rules assigned to a Profile
|
|
2247
|
+
* @summary Request Rules assigned to a Profile
|
|
2248
|
+
* @param {ProfileRulesApiProfileRulesRequest} requestParameters Request parameters.
|
|
2249
|
+
* @param {*} [options] Override http request option.
|
|
2250
|
+
* @throws {RequiredError}
|
|
2251
|
+
* @memberof ProfileRulesApi
|
|
2252
|
+
*/
|
|
2253
|
+
profileRules(requestParameters: ProfileRulesApiProfileRulesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
2254
|
+
}
|
|
2255
|
+
/**
|
|
2256
|
+
* ProfilesApi - axios parameter creator
|
|
2257
|
+
* @export
|
|
2258
|
+
*/
|
|
2259
|
+
export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2260
|
+
/**
|
|
2261
|
+
* Lists Profiles
|
|
2262
|
+
* @summary Request Profiles
|
|
2263
|
+
* @param {any} securityGuideId
|
|
2264
|
+
* @param {any} [xRHIDENTITY]
|
|
2265
|
+
* @param {any} [limit] Number of items to return per page
|
|
2266
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2267
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2268
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2269
|
+
* @param {*} [options] Override http request option.
|
|
2270
|
+
* @throws {RequiredError}
|
|
2271
|
+
*/
|
|
2272
|
+
profiles: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2273
|
+
};
|
|
2274
|
+
/**
|
|
2275
|
+
* ProfilesApi - functional programming interface
|
|
2276
|
+
* @export
|
|
2277
|
+
*/
|
|
2278
|
+
export declare const ProfilesApiFp: (configuration?: Configuration) => {
|
|
2279
|
+
/**
|
|
2280
|
+
* Lists Profiles
|
|
2281
|
+
* @summary Request Profiles
|
|
2282
|
+
* @param {any} securityGuideId
|
|
2283
|
+
* @param {any} [xRHIDENTITY]
|
|
2284
|
+
* @param {any} [limit] Number of items to return per page
|
|
2285
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2286
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2287
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2288
|
+
* @param {*} [options] Override http request option.
|
|
2289
|
+
* @throws {RequiredError}
|
|
2290
|
+
*/
|
|
2291
|
+
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Profiles200Response>>;
|
|
2292
|
+
};
|
|
2293
|
+
/**
|
|
2294
|
+
* ProfilesApi - factory interface
|
|
2295
|
+
* @export
|
|
2296
|
+
*/
|
|
2297
|
+
export declare const ProfilesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2298
|
+
/**
|
|
2299
|
+
* Lists Profiles
|
|
2300
|
+
* @summary Request Profiles
|
|
2301
|
+
* @param {ProfilesApiProfilesRequest} requestParameters Request parameters.
|
|
2302
|
+
* @param {*} [options] Override http request option.
|
|
2303
|
+
* @throws {RequiredError}
|
|
2304
|
+
*/
|
|
2305
|
+
profiles(requestParameters: ProfilesApiProfilesRequest, options?: AxiosRequestConfig): AxiosPromise<Profiles200Response>;
|
|
2306
|
+
};
|
|
2307
|
+
/**
|
|
2308
|
+
* Request parameters for profiles operation in ProfilesApi.
|
|
2309
|
+
* @export
|
|
2310
|
+
* @interface ProfilesApiProfilesRequest
|
|
2311
|
+
*/
|
|
2312
|
+
export interface ProfilesApiProfilesRequest {
|
|
2313
|
+
/**
|
|
2314
|
+
*
|
|
2315
|
+
* @type {any}
|
|
2316
|
+
* @memberof ProfilesApiProfiles
|
|
2317
|
+
*/
|
|
2318
|
+
readonly securityGuideId: any;
|
|
2319
|
+
/**
|
|
2320
|
+
*
|
|
2321
|
+
* @type {any}
|
|
2322
|
+
* @memberof ProfilesApiProfiles
|
|
2323
|
+
*/
|
|
2324
|
+
readonly xRHIDENTITY?: any;
|
|
2325
|
+
/**
|
|
2326
|
+
* Number of items to return per page
|
|
2327
|
+
* @type {any}
|
|
2328
|
+
* @memberof ProfilesApiProfiles
|
|
2329
|
+
*/
|
|
2330
|
+
readonly limit?: any;
|
|
2331
|
+
/**
|
|
2332
|
+
* Offset of first item of paginated response
|
|
2333
|
+
* @type {any}
|
|
2334
|
+
* @memberof ProfilesApiProfiles
|
|
2335
|
+
*/
|
|
2336
|
+
readonly offset?: any;
|
|
2337
|
+
/**
|
|
2338
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2339
|
+
* @type {any}
|
|
2340
|
+
* @memberof ProfilesApiProfiles
|
|
2341
|
+
*/
|
|
2342
|
+
readonly sortBy?: any;
|
|
2343
|
+
/**
|
|
2344
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2345
|
+
* @type {any}
|
|
2346
|
+
* @memberof ProfilesApiProfiles
|
|
2347
|
+
*/
|
|
2348
|
+
readonly filter?: any;
|
|
2349
|
+
}
|
|
2350
|
+
/**
|
|
2351
|
+
* ProfilesApi - object-oriented interface
|
|
2352
|
+
* @export
|
|
2353
|
+
* @class ProfilesApi
|
|
2354
|
+
* @extends {BaseAPI}
|
|
2355
|
+
*/
|
|
2356
|
+
export declare class ProfilesApi extends BaseAPI {
|
|
2357
|
+
/**
|
|
2358
|
+
* Lists Profiles
|
|
2359
|
+
* @summary Request Profiles
|
|
2360
|
+
* @param {ProfilesApiProfilesRequest} requestParameters Request parameters.
|
|
2361
|
+
* @param {*} [options] Override http request option.
|
|
2362
|
+
* @throws {RequiredError}
|
|
2363
|
+
* @memberof ProfilesApi
|
|
2364
|
+
*/
|
|
2365
|
+
profiles(requestParameters: ProfilesApiProfilesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Profiles200Response, any>>;
|
|
2366
|
+
}
|
|
2367
|
+
/**
|
|
2368
|
+
* RuleApi - axios parameter creator
|
|
2369
|
+
* @export
|
|
2370
|
+
*/
|
|
2371
|
+
export declare const RuleApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2372
|
+
/**
|
|
2373
|
+
* Returns a Rule
|
|
2374
|
+
* @summary Request a Rule
|
|
2375
|
+
* @param {any} securityGuideId
|
|
2376
|
+
* @param {any} id
|
|
2377
|
+
* @param {any} [xRHIDENTITY]
|
|
2378
|
+
* @param {*} [options] Override http request option.
|
|
2379
|
+
* @throws {RequiredError}
|
|
2380
|
+
*/
|
|
2381
|
+
rule: (securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2382
|
+
};
|
|
2383
|
+
/**
|
|
2384
|
+
* RuleApi - functional programming interface
|
|
2385
|
+
* @export
|
|
2386
|
+
*/
|
|
2387
|
+
export declare const RuleApiFp: (configuration?: Configuration) => {
|
|
2388
|
+
/**
|
|
2389
|
+
* Returns a Rule
|
|
2390
|
+
* @summary Request a Rule
|
|
2391
|
+
* @param {any} securityGuideId
|
|
2392
|
+
* @param {any} id
|
|
2393
|
+
* @param {any} [xRHIDENTITY]
|
|
2394
|
+
* @param {*} [options] Override http request option.
|
|
2395
|
+
* @throws {RequiredError}
|
|
2396
|
+
*/
|
|
2397
|
+
rule(securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rule200Response>>;
|
|
2398
|
+
};
|
|
2399
|
+
/**
|
|
2400
|
+
* RuleApi - factory interface
|
|
2401
|
+
* @export
|
|
2402
|
+
*/
|
|
2403
|
+
export declare const RuleApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2404
|
+
/**
|
|
2405
|
+
* Returns a Rule
|
|
2406
|
+
* @summary Request a Rule
|
|
2407
|
+
* @param {RuleApiRuleRequest} requestParameters Request parameters.
|
|
2408
|
+
* @param {*} [options] Override http request option.
|
|
2409
|
+
* @throws {RequiredError}
|
|
2410
|
+
*/
|
|
2411
|
+
rule(requestParameters: RuleApiRuleRequest, options?: AxiosRequestConfig): AxiosPromise<Rule200Response>;
|
|
2412
|
+
};
|
|
2413
|
+
/**
|
|
2414
|
+
* Request parameters for rule operation in RuleApi.
|
|
2415
|
+
* @export
|
|
2416
|
+
* @interface RuleApiRuleRequest
|
|
2417
|
+
*/
|
|
2418
|
+
export interface RuleApiRuleRequest {
|
|
2419
|
+
/**
|
|
2420
|
+
*
|
|
2421
|
+
* @type {any}
|
|
2422
|
+
* @memberof RuleApiRule
|
|
2423
|
+
*/
|
|
2424
|
+
readonly securityGuideId: any;
|
|
2425
|
+
/**
|
|
2426
|
+
*
|
|
2427
|
+
* @type {any}
|
|
2428
|
+
* @memberof RuleApiRule
|
|
2429
|
+
*/
|
|
2430
|
+
readonly id: any;
|
|
2431
|
+
/**
|
|
2432
|
+
*
|
|
2433
|
+
* @type {any}
|
|
2434
|
+
* @memberof RuleApiRule
|
|
2435
|
+
*/
|
|
2436
|
+
readonly xRHIDENTITY?: any;
|
|
2437
|
+
}
|
|
2438
|
+
/**
|
|
2439
|
+
* RuleApi - object-oriented interface
|
|
2440
|
+
* @export
|
|
2441
|
+
* @class RuleApi
|
|
2442
|
+
* @extends {BaseAPI}
|
|
2443
|
+
*/
|
|
2444
|
+
export declare class RuleApi extends BaseAPI {
|
|
2445
|
+
/**
|
|
2446
|
+
* Returns a Rule
|
|
2447
|
+
* @summary Request a Rule
|
|
2448
|
+
* @param {RuleApiRuleRequest} requestParameters Request parameters.
|
|
2449
|
+
* @param {*} [options] Override http request option.
|
|
2450
|
+
* @throws {RequiredError}
|
|
2451
|
+
* @memberof RuleApi
|
|
2452
|
+
*/
|
|
2453
|
+
rule(requestParameters: RuleApiRuleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rule200Response, any>>;
|
|
2454
|
+
}
|
|
2455
|
+
/**
|
|
2456
|
+
* RuleGroupApi - axios parameter creator
|
|
2457
|
+
* @export
|
|
2458
|
+
*/
|
|
2459
|
+
export declare const RuleGroupApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2460
|
+
/**
|
|
2461
|
+
* Returns a Rule Group
|
|
2462
|
+
* @summary Request a Rule Group
|
|
2463
|
+
* @param {any} securityGuideId
|
|
2464
|
+
* @param {any} id
|
|
2465
|
+
* @param {any} [xRHIDENTITY]
|
|
2466
|
+
* @param {*} [options] Override http request option.
|
|
2467
|
+
* @throws {RequiredError}
|
|
2468
|
+
*/
|
|
2469
|
+
ruleGroup: (securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2470
|
+
};
|
|
2471
|
+
/**
|
|
2472
|
+
* RuleGroupApi - functional programming interface
|
|
2473
|
+
* @export
|
|
2474
|
+
*/
|
|
2475
|
+
export declare const RuleGroupApiFp: (configuration?: Configuration) => {
|
|
2476
|
+
/**
|
|
2477
|
+
* Returns a Rule Group
|
|
2478
|
+
* @summary Request a Rule Group
|
|
2479
|
+
* @param {any} securityGuideId
|
|
2480
|
+
* @param {any} id
|
|
2481
|
+
* @param {any} [xRHIDENTITY]
|
|
2482
|
+
* @param {*} [options] Override http request option.
|
|
2483
|
+
* @throws {RequiredError}
|
|
2484
|
+
*/
|
|
2485
|
+
ruleGroup(securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RuleGroup200Response>>;
|
|
2486
|
+
};
|
|
2487
|
+
/**
|
|
2488
|
+
* RuleGroupApi - factory interface
|
|
2489
|
+
* @export
|
|
2490
|
+
*/
|
|
2491
|
+
export declare const RuleGroupApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2492
|
+
/**
|
|
2493
|
+
* Returns a Rule Group
|
|
2494
|
+
* @summary Request a Rule Group
|
|
2495
|
+
* @param {RuleGroupApiRuleGroupRequest} requestParameters Request parameters.
|
|
2496
|
+
* @param {*} [options] Override http request option.
|
|
2497
|
+
* @throws {RequiredError}
|
|
2498
|
+
*/
|
|
2499
|
+
ruleGroup(requestParameters: RuleGroupApiRuleGroupRequest, options?: AxiosRequestConfig): AxiosPromise<RuleGroup200Response>;
|
|
2500
|
+
};
|
|
2501
|
+
/**
|
|
2502
|
+
* Request parameters for ruleGroup operation in RuleGroupApi.
|
|
2503
|
+
* @export
|
|
2504
|
+
* @interface RuleGroupApiRuleGroupRequest
|
|
2505
|
+
*/
|
|
2506
|
+
export interface RuleGroupApiRuleGroupRequest {
|
|
2507
|
+
/**
|
|
2508
|
+
*
|
|
2509
|
+
* @type {any}
|
|
2510
|
+
* @memberof RuleGroupApiRuleGroup
|
|
2511
|
+
*/
|
|
2512
|
+
readonly securityGuideId: any;
|
|
2513
|
+
/**
|
|
2514
|
+
*
|
|
2515
|
+
* @type {any}
|
|
2516
|
+
* @memberof RuleGroupApiRuleGroup
|
|
2517
|
+
*/
|
|
2518
|
+
readonly id: any;
|
|
2519
|
+
/**
|
|
2520
|
+
*
|
|
2521
|
+
* @type {any}
|
|
2522
|
+
* @memberof RuleGroupApiRuleGroup
|
|
2523
|
+
*/
|
|
2524
|
+
readonly xRHIDENTITY?: any;
|
|
2525
|
+
}
|
|
2526
|
+
/**
|
|
2527
|
+
* RuleGroupApi - object-oriented interface
|
|
2528
|
+
* @export
|
|
2529
|
+
* @class RuleGroupApi
|
|
2530
|
+
* @extends {BaseAPI}
|
|
2531
|
+
*/
|
|
2532
|
+
export declare class RuleGroupApi extends BaseAPI {
|
|
2533
|
+
/**
|
|
2534
|
+
* Returns a Rule Group
|
|
2535
|
+
* @summary Request a Rule Group
|
|
2536
|
+
* @param {RuleGroupApiRuleGroupRequest} requestParameters Request parameters.
|
|
2537
|
+
* @param {*} [options] Override http request option.
|
|
2538
|
+
* @throws {RequiredError}
|
|
2539
|
+
* @memberof RuleGroupApi
|
|
2540
|
+
*/
|
|
2541
|
+
ruleGroup(requestParameters: RuleGroupApiRuleGroupRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RuleGroup200Response, any>>;
|
|
2542
|
+
}
|
|
2543
|
+
/**
|
|
2544
|
+
* RuleGroupsApi - axios parameter creator
|
|
2545
|
+
* @export
|
|
2546
|
+
*/
|
|
2547
|
+
export declare const RuleGroupsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2548
|
+
/**
|
|
2549
|
+
* Lists Rule Groups
|
|
2550
|
+
* @summary Request Rule Groups
|
|
2551
|
+
* @param {any} securityGuideId
|
|
2552
|
+
* @param {any} [xRHIDENTITY]
|
|
2553
|
+
* @param {any} [limit] Number of items to return per page
|
|
2554
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2555
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2556
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes <br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2557
|
+
* @param {*} [options] Override http request option.
|
|
2558
|
+
* @throws {RequiredError}
|
|
2559
|
+
*/
|
|
2560
|
+
ruleGroups: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2561
|
+
};
|
|
2562
|
+
/**
|
|
2563
|
+
* RuleGroupsApi - functional programming interface
|
|
2564
|
+
* @export
|
|
2565
|
+
*/
|
|
2566
|
+
export declare const RuleGroupsApiFp: (configuration?: Configuration) => {
|
|
2567
|
+
/**
|
|
2568
|
+
* Lists Rule Groups
|
|
2569
|
+
* @summary Request Rule Groups
|
|
2570
|
+
* @param {any} securityGuideId
|
|
2571
|
+
* @param {any} [xRHIDENTITY]
|
|
2572
|
+
* @param {any} [limit] Number of items to return per page
|
|
2573
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2574
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2575
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes <br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2576
|
+
* @param {*} [options] Override http request option.
|
|
2577
|
+
* @throws {RequiredError}
|
|
2578
|
+
*/
|
|
2579
|
+
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RuleGroups200Response>>;
|
|
2580
|
+
};
|
|
2581
|
+
/**
|
|
2582
|
+
* RuleGroupsApi - factory interface
|
|
2583
|
+
* @export
|
|
2584
|
+
*/
|
|
2585
|
+
export declare const RuleGroupsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2586
|
+
/**
|
|
2587
|
+
* Lists Rule Groups
|
|
2588
|
+
* @summary Request Rule Groups
|
|
2589
|
+
* @param {RuleGroupsApiRuleGroupsRequest} requestParameters Request parameters.
|
|
2590
|
+
* @param {*} [options] Override http request option.
|
|
2591
|
+
* @throws {RequiredError}
|
|
2592
|
+
*/
|
|
2593
|
+
ruleGroups(requestParameters: RuleGroupsApiRuleGroupsRequest, options?: AxiosRequestConfig): AxiosPromise<RuleGroups200Response>;
|
|
2594
|
+
};
|
|
2595
|
+
/**
|
|
2596
|
+
* Request parameters for ruleGroups operation in RuleGroupsApi.
|
|
2597
|
+
* @export
|
|
2598
|
+
* @interface RuleGroupsApiRuleGroupsRequest
|
|
2599
|
+
*/
|
|
2600
|
+
export interface RuleGroupsApiRuleGroupsRequest {
|
|
2601
|
+
/**
|
|
2602
|
+
*
|
|
2603
|
+
* @type {any}
|
|
2604
|
+
* @memberof RuleGroupsApiRuleGroups
|
|
2605
|
+
*/
|
|
2606
|
+
readonly securityGuideId: any;
|
|
2607
|
+
/**
|
|
2608
|
+
*
|
|
2609
|
+
* @type {any}
|
|
2610
|
+
* @memberof RuleGroupsApiRuleGroups
|
|
2611
|
+
*/
|
|
2612
|
+
readonly xRHIDENTITY?: any;
|
|
2613
|
+
/**
|
|
2614
|
+
* Number of items to return per page
|
|
2615
|
+
* @type {any}
|
|
2616
|
+
* @memberof RuleGroupsApiRuleGroups
|
|
2617
|
+
*/
|
|
2618
|
+
readonly limit?: any;
|
|
2619
|
+
/**
|
|
2620
|
+
* Offset of first item of paginated response
|
|
2621
|
+
* @type {any}
|
|
2622
|
+
* @memberof RuleGroupsApiRuleGroups
|
|
2623
|
+
*/
|
|
2624
|
+
readonly offset?: any;
|
|
2625
|
+
/**
|
|
2626
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2627
|
+
* @type {any}
|
|
2628
|
+
* @memberof RuleGroupsApiRuleGroups
|
|
2629
|
+
*/
|
|
2630
|
+
readonly sortBy?: any;
|
|
2631
|
+
/**
|
|
2632
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes <br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2633
|
+
* @type {any}
|
|
2634
|
+
* @memberof RuleGroupsApiRuleGroups
|
|
2635
|
+
*/
|
|
2636
|
+
readonly filter?: any;
|
|
2637
|
+
}
|
|
2638
|
+
/**
|
|
2639
|
+
* RuleGroupsApi - object-oriented interface
|
|
2640
|
+
* @export
|
|
2641
|
+
* @class RuleGroupsApi
|
|
2642
|
+
* @extends {BaseAPI}
|
|
2643
|
+
*/
|
|
2644
|
+
export declare class RuleGroupsApi extends BaseAPI {
|
|
2645
|
+
/**
|
|
2646
|
+
* Lists Rule Groups
|
|
2647
|
+
* @summary Request Rule Groups
|
|
2648
|
+
* @param {RuleGroupsApiRuleGroupsRequest} requestParameters Request parameters.
|
|
2649
|
+
* @param {*} [options] Override http request option.
|
|
2650
|
+
* @throws {RequiredError}
|
|
2651
|
+
* @memberof RuleGroupsApi
|
|
2652
|
+
*/
|
|
2653
|
+
ruleGroups(requestParameters: RuleGroupsApiRuleGroupsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RuleGroups200Response, any>>;
|
|
2654
|
+
}
|
|
2655
|
+
/**
|
|
2656
|
+
* RulesApi - axios parameter creator
|
|
2657
|
+
* @export
|
|
2658
|
+
*/
|
|
2659
|
+
export declare const RulesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2660
|
+
/**
|
|
2661
|
+
* Lists Rules assigned
|
|
2662
|
+
* @summary Request Rules
|
|
2663
|
+
* @param {any} securityGuideId
|
|
2664
|
+
* @param {any} [xRHIDENTITY]
|
|
2665
|
+
* @param {any} [limit] Number of items to return per page
|
|
2666
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2667
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2668
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2669
|
+
* @param {*} [options] Override http request option.
|
|
2670
|
+
* @throws {RequiredError}
|
|
2671
|
+
*/
|
|
2672
|
+
rules: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2673
|
+
};
|
|
2674
|
+
/**
|
|
2675
|
+
* RulesApi - functional programming interface
|
|
2676
|
+
* @export
|
|
2677
|
+
*/
|
|
2678
|
+
export declare const RulesApiFp: (configuration?: Configuration) => {
|
|
2679
|
+
/**
|
|
2680
|
+
* Lists Rules assigned
|
|
2681
|
+
* @summary Request Rules
|
|
2682
|
+
* @param {any} securityGuideId
|
|
2683
|
+
* @param {any} [xRHIDENTITY]
|
|
2684
|
+
* @param {any} [limit] Number of items to return per page
|
|
2685
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2686
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2687
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2688
|
+
* @param {*} [options] Override http request option.
|
|
2689
|
+
* @throws {RequiredError}
|
|
2690
|
+
*/
|
|
2691
|
+
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
2692
|
+
};
|
|
2693
|
+
/**
|
|
2694
|
+
* RulesApi - factory interface
|
|
2695
|
+
* @export
|
|
2696
|
+
*/
|
|
2697
|
+
export declare const RulesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2698
|
+
/**
|
|
2699
|
+
* Lists Rules assigned
|
|
2700
|
+
* @summary Request Rules
|
|
2701
|
+
* @param {RulesApiRulesRequest} requestParameters Request parameters.
|
|
2702
|
+
* @param {*} [options] Override http request option.
|
|
2703
|
+
* @throws {RequiredError}
|
|
2704
|
+
*/
|
|
2705
|
+
rules(requestParameters: RulesApiRulesRequest, options?: AxiosRequestConfig): AxiosPromise<Rules200Response>;
|
|
2706
|
+
};
|
|
2707
|
+
/**
|
|
2708
|
+
* Request parameters for rules operation in RulesApi.
|
|
2709
|
+
* @export
|
|
2710
|
+
* @interface RulesApiRulesRequest
|
|
2711
|
+
*/
|
|
2712
|
+
export interface RulesApiRulesRequest {
|
|
2713
|
+
/**
|
|
2714
|
+
*
|
|
2715
|
+
* @type {any}
|
|
2716
|
+
* @memberof RulesApiRules
|
|
2717
|
+
*/
|
|
2718
|
+
readonly securityGuideId: any;
|
|
2719
|
+
/**
|
|
2720
|
+
*
|
|
2721
|
+
* @type {any}
|
|
2722
|
+
* @memberof RulesApiRules
|
|
2723
|
+
*/
|
|
2724
|
+
readonly xRHIDENTITY?: any;
|
|
2725
|
+
/**
|
|
2726
|
+
* Number of items to return per page
|
|
2727
|
+
* @type {any}
|
|
2728
|
+
* @memberof RulesApiRules
|
|
2729
|
+
*/
|
|
2730
|
+
readonly limit?: any;
|
|
2731
|
+
/**
|
|
2732
|
+
* Offset of first item of paginated response
|
|
2733
|
+
* @type {any}
|
|
2734
|
+
* @memberof RulesApiRules
|
|
2735
|
+
*/
|
|
2736
|
+
readonly offset?: any;
|
|
2737
|
+
/**
|
|
2738
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2739
|
+
* @type {any}
|
|
2740
|
+
* @memberof RulesApiRules
|
|
2741
|
+
*/
|
|
2742
|
+
readonly sortBy?: any;
|
|
2743
|
+
/**
|
|
2744
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2745
|
+
* @type {any}
|
|
2746
|
+
* @memberof RulesApiRules
|
|
2747
|
+
*/
|
|
2748
|
+
readonly filter?: any;
|
|
2749
|
+
}
|
|
2750
|
+
/**
|
|
2751
|
+
* RulesApi - object-oriented interface
|
|
2752
|
+
* @export
|
|
2753
|
+
* @class RulesApi
|
|
2754
|
+
* @extends {BaseAPI}
|
|
2755
|
+
*/
|
|
2756
|
+
export declare class RulesApi extends BaseAPI {
|
|
2757
|
+
/**
|
|
2758
|
+
* Lists Rules assigned
|
|
2759
|
+
* @summary Request Rules
|
|
2760
|
+
* @param {RulesApiRulesRequest} requestParameters Request parameters.
|
|
2761
|
+
* @param {*} [options] Override http request option.
|
|
2762
|
+
* @throws {RequiredError}
|
|
2763
|
+
* @memberof RulesApi
|
|
2764
|
+
*/
|
|
2765
|
+
rules(requestParameters: RulesApiRulesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
2766
|
+
}
|
|
2767
|
+
/**
|
|
2768
|
+
* SecurityGuideApi - axios parameter creator
|
|
2769
|
+
* @export
|
|
2770
|
+
*/
|
|
2771
|
+
export declare const SecurityGuideApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2772
|
+
/**
|
|
2773
|
+
* Returns a Security Guide
|
|
2774
|
+
* @summary Request a Security Guide
|
|
2775
|
+
* @param {any} id
|
|
2776
|
+
* @param {any} [xRHIDENTITY]
|
|
2777
|
+
* @param {*} [options] Override http request option.
|
|
2778
|
+
* @throws {RequiredError}
|
|
2779
|
+
*/
|
|
2780
|
+
securityGuide: (id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2781
|
+
};
|
|
2782
|
+
/**
|
|
2783
|
+
* SecurityGuideApi - functional programming interface
|
|
2784
|
+
* @export
|
|
2785
|
+
*/
|
|
2786
|
+
export declare const SecurityGuideApiFp: (configuration?: Configuration) => {
|
|
2787
|
+
/**
|
|
2788
|
+
* Returns a Security Guide
|
|
2789
|
+
* @summary Request a Security Guide
|
|
2790
|
+
* @param {any} id
|
|
2791
|
+
* @param {any} [xRHIDENTITY]
|
|
2792
|
+
* @param {*} [options] Override http request option.
|
|
2793
|
+
* @throws {RequiredError}
|
|
2794
|
+
*/
|
|
2795
|
+
securityGuide(id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecurityGuide200Response>>;
|
|
2796
|
+
};
|
|
2797
|
+
/**
|
|
2798
|
+
* SecurityGuideApi - factory interface
|
|
2799
|
+
* @export
|
|
2800
|
+
*/
|
|
2801
|
+
export declare const SecurityGuideApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2802
|
+
/**
|
|
2803
|
+
* Returns a Security Guide
|
|
2804
|
+
* @summary Request a Security Guide
|
|
2805
|
+
* @param {SecurityGuideApiSecurityGuideRequest} requestParameters Request parameters.
|
|
2806
|
+
* @param {*} [options] Override http request option.
|
|
2807
|
+
* @throws {RequiredError}
|
|
2808
|
+
*/
|
|
2809
|
+
securityGuide(requestParameters: SecurityGuideApiSecurityGuideRequest, options?: AxiosRequestConfig): AxiosPromise<SecurityGuide200Response>;
|
|
2810
|
+
};
|
|
2811
|
+
/**
|
|
2812
|
+
* Request parameters for securityGuide operation in SecurityGuideApi.
|
|
2813
|
+
* @export
|
|
2814
|
+
* @interface SecurityGuideApiSecurityGuideRequest
|
|
2815
|
+
*/
|
|
2816
|
+
export interface SecurityGuideApiSecurityGuideRequest {
|
|
2817
|
+
/**
|
|
2818
|
+
*
|
|
2819
|
+
* @type {any}
|
|
2820
|
+
* @memberof SecurityGuideApiSecurityGuide
|
|
2821
|
+
*/
|
|
2822
|
+
readonly id: any;
|
|
2823
|
+
/**
|
|
2824
|
+
*
|
|
2825
|
+
* @type {any}
|
|
2826
|
+
* @memberof SecurityGuideApiSecurityGuide
|
|
2827
|
+
*/
|
|
2828
|
+
readonly xRHIDENTITY?: any;
|
|
2829
|
+
}
|
|
2830
|
+
/**
|
|
2831
|
+
* SecurityGuideApi - object-oriented interface
|
|
2832
|
+
* @export
|
|
2833
|
+
* @class SecurityGuideApi
|
|
2834
|
+
* @extends {BaseAPI}
|
|
2835
|
+
*/
|
|
2836
|
+
export declare class SecurityGuideApi extends BaseAPI {
|
|
2837
|
+
/**
|
|
2838
|
+
* Returns a Security Guide
|
|
2839
|
+
* @summary Request a Security Guide
|
|
2840
|
+
* @param {SecurityGuideApiSecurityGuideRequest} requestParameters Request parameters.
|
|
2841
|
+
* @param {*} [options] Override http request option.
|
|
2842
|
+
* @throws {RequiredError}
|
|
2843
|
+
* @memberof SecurityGuideApi
|
|
2844
|
+
*/
|
|
2845
|
+
securityGuide(requestParameters: SecurityGuideApiSecurityGuideRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecurityGuide200Response, any>>;
|
|
2846
|
+
}
|
|
2847
|
+
/**
|
|
2848
|
+
* SecurityGuideRuleTreeApi - axios parameter creator
|
|
2849
|
+
* @export
|
|
2850
|
+
*/
|
|
2851
|
+
export declare const SecurityGuideRuleTreeApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2852
|
+
/**
|
|
2853
|
+
* Returns the Rule Tree of a Security Guide
|
|
2854
|
+
* @summary Request the Rule Tree of a Security Guide
|
|
2855
|
+
* @param {any} id
|
|
2856
|
+
* @param {any} [xRHIDENTITY]
|
|
2857
|
+
* @param {*} [options] Override http request option.
|
|
2858
|
+
* @throws {RequiredError}
|
|
2859
|
+
*/
|
|
2860
|
+
securityGuideRuleTree: (id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2861
|
+
};
|
|
2862
|
+
/**
|
|
2863
|
+
* SecurityGuideRuleTreeApi - functional programming interface
|
|
2864
|
+
* @export
|
|
2865
|
+
*/
|
|
2866
|
+
export declare const SecurityGuideRuleTreeApiFp: (configuration?: Configuration) => {
|
|
2867
|
+
/**
|
|
2868
|
+
* Returns the Rule Tree of a Security Guide
|
|
2869
|
+
* @summary Request the Rule Tree of a Security Guide
|
|
2870
|
+
* @param {any} id
|
|
2871
|
+
* @param {any} [xRHIDENTITY]
|
|
2872
|
+
* @param {*} [options] Override http request option.
|
|
2873
|
+
* @throws {RequiredError}
|
|
2874
|
+
*/
|
|
2875
|
+
securityGuideRuleTree(id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
2876
|
+
};
|
|
2877
|
+
/**
|
|
2878
|
+
* SecurityGuideRuleTreeApi - factory interface
|
|
2879
|
+
* @export
|
|
2880
|
+
*/
|
|
2881
|
+
export declare const SecurityGuideRuleTreeApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2882
|
+
/**
|
|
2883
|
+
* Returns the Rule Tree of a Security Guide
|
|
2884
|
+
* @summary Request the Rule Tree of a Security Guide
|
|
2885
|
+
* @param {SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest} requestParameters Request parameters.
|
|
2886
|
+
* @param {*} [options] Override http request option.
|
|
2887
|
+
* @throws {RequiredError}
|
|
2888
|
+
*/
|
|
2889
|
+
securityGuideRuleTree(requestParameters: SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest, options?: AxiosRequestConfig): AxiosPromise<any>;
|
|
2890
|
+
};
|
|
2891
|
+
/**
|
|
2892
|
+
* Request parameters for securityGuideRuleTree operation in SecurityGuideRuleTreeApi.
|
|
2893
|
+
* @export
|
|
2894
|
+
* @interface SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest
|
|
2895
|
+
*/
|
|
2896
|
+
export interface SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest {
|
|
2897
|
+
/**
|
|
2898
|
+
*
|
|
2899
|
+
* @type {any}
|
|
2900
|
+
* @memberof SecurityGuideRuleTreeApiSecurityGuideRuleTree
|
|
2901
|
+
*/
|
|
2902
|
+
readonly id: any;
|
|
2903
|
+
/**
|
|
2904
|
+
*
|
|
2905
|
+
* @type {any}
|
|
2906
|
+
* @memberof SecurityGuideRuleTreeApiSecurityGuideRuleTree
|
|
2907
|
+
*/
|
|
2908
|
+
readonly xRHIDENTITY?: any;
|
|
2909
|
+
}
|
|
2910
|
+
/**
|
|
2911
|
+
* SecurityGuideRuleTreeApi - object-oriented interface
|
|
2912
|
+
* @export
|
|
2913
|
+
* @class SecurityGuideRuleTreeApi
|
|
2914
|
+
* @extends {BaseAPI}
|
|
2915
|
+
*/
|
|
2916
|
+
export declare class SecurityGuideRuleTreeApi extends BaseAPI {
|
|
2917
|
+
/**
|
|
2918
|
+
* Returns the Rule Tree of a Security Guide
|
|
2919
|
+
* @summary Request the Rule Tree of a Security Guide
|
|
2920
|
+
* @param {SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest} requestParameters Request parameters.
|
|
2921
|
+
* @param {*} [options] Override http request option.
|
|
2922
|
+
* @throws {RequiredError}
|
|
2923
|
+
* @memberof SecurityGuideRuleTreeApi
|
|
2924
|
+
*/
|
|
2925
|
+
securityGuideRuleTree(requestParameters: SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
2926
|
+
}
|
|
2927
|
+
/**
|
|
2928
|
+
* SecurityGuidesApi - axios parameter creator
|
|
2929
|
+
* @export
|
|
2930
|
+
*/
|
|
2931
|
+
export declare const SecurityGuidesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2932
|
+
/**
|
|
2933
|
+
* Lists Security Guides
|
|
2934
|
+
* @summary Request Security Guides
|
|
2935
|
+
* @param {any} [xRHIDENTITY]
|
|
2936
|
+
* @param {any} [limit] Number of items to return per page
|
|
2937
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2938
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2939
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2940
|
+
* @param {*} [options] Override http request option.
|
|
2941
|
+
* @throws {RequiredError}
|
|
2942
|
+
*/
|
|
2943
|
+
securityGuides: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2944
|
+
};
|
|
2945
|
+
/**
|
|
2946
|
+
* SecurityGuidesApi - functional programming interface
|
|
2947
|
+
* @export
|
|
2948
|
+
*/
|
|
2949
|
+
export declare const SecurityGuidesApiFp: (configuration?: Configuration) => {
|
|
2950
|
+
/**
|
|
2951
|
+
* Lists Security Guides
|
|
2952
|
+
* @summary Request Security Guides
|
|
2953
|
+
* @param {any} [xRHIDENTITY]
|
|
2954
|
+
* @param {any} [limit] Number of items to return per page
|
|
2955
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2956
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2957
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
2958
|
+
* @param {*} [options] Override http request option.
|
|
2959
|
+
* @throws {RequiredError}
|
|
2960
|
+
*/
|
|
2961
|
+
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecurityGuides200Response>>;
|
|
2962
|
+
};
|
|
2963
|
+
/**
|
|
2964
|
+
* SecurityGuidesApi - factory interface
|
|
2965
|
+
* @export
|
|
2966
|
+
*/
|
|
2967
|
+
export declare const SecurityGuidesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2968
|
+
/**
|
|
2969
|
+
* Lists Security Guides
|
|
2970
|
+
* @summary Request Security Guides
|
|
2971
|
+
* @param {SecurityGuidesApiSecurityGuidesRequest} requestParameters Request parameters.
|
|
2972
|
+
* @param {*} [options] Override http request option.
|
|
2973
|
+
* @throws {RequiredError}
|
|
2974
|
+
*/
|
|
2975
|
+
securityGuides(requestParameters?: SecurityGuidesApiSecurityGuidesRequest, options?: AxiosRequestConfig): AxiosPromise<SecurityGuides200Response>;
|
|
2976
|
+
};
|
|
2977
|
+
/**
|
|
2978
|
+
* Request parameters for securityGuides operation in SecurityGuidesApi.
|
|
2979
|
+
* @export
|
|
2980
|
+
* @interface SecurityGuidesApiSecurityGuidesRequest
|
|
2981
|
+
*/
|
|
2982
|
+
export interface SecurityGuidesApiSecurityGuidesRequest {
|
|
2983
|
+
/**
|
|
2984
|
+
*
|
|
2985
|
+
* @type {any}
|
|
2986
|
+
* @memberof SecurityGuidesApiSecurityGuides
|
|
2987
|
+
*/
|
|
2988
|
+
readonly xRHIDENTITY?: any;
|
|
2989
|
+
/**
|
|
2990
|
+
* Number of items to return per page
|
|
2991
|
+
* @type {any}
|
|
2992
|
+
* @memberof SecurityGuidesApiSecurityGuides
|
|
2993
|
+
*/
|
|
2994
|
+
readonly limit?: any;
|
|
2995
|
+
/**
|
|
2996
|
+
* Offset of first item of paginated response
|
|
2997
|
+
* @type {any}
|
|
2998
|
+
* @memberof SecurityGuidesApiSecurityGuides
|
|
2999
|
+
*/
|
|
3000
|
+
readonly offset?: any;
|
|
3001
|
+
/**
|
|
3002
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3003
|
+
* @type {any}
|
|
3004
|
+
* @memberof SecurityGuidesApiSecurityGuides
|
|
3005
|
+
*/
|
|
3006
|
+
readonly sortBy?: any;
|
|
3007
|
+
/**
|
|
3008
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3009
|
+
* @type {any}
|
|
3010
|
+
* @memberof SecurityGuidesApiSecurityGuides
|
|
3011
|
+
*/
|
|
3012
|
+
readonly filter?: any;
|
|
3013
|
+
}
|
|
3014
|
+
/**
|
|
3015
|
+
* SecurityGuidesApi - object-oriented interface
|
|
3016
|
+
* @export
|
|
3017
|
+
* @class SecurityGuidesApi
|
|
3018
|
+
* @extends {BaseAPI}
|
|
3019
|
+
*/
|
|
3020
|
+
export declare class SecurityGuidesApi extends BaseAPI {
|
|
3021
|
+
/**
|
|
3022
|
+
* Lists Security Guides
|
|
3023
|
+
* @summary Request Security Guides
|
|
3024
|
+
* @param {SecurityGuidesApiSecurityGuidesRequest} requestParameters Request parameters.
|
|
3025
|
+
* @param {*} [options] Override http request option.
|
|
3026
|
+
* @throws {RequiredError}
|
|
3027
|
+
* @memberof SecurityGuidesApi
|
|
3028
|
+
*/
|
|
3029
|
+
securityGuides(requestParameters?: SecurityGuidesApiSecurityGuidesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecurityGuides200Response, any>>;
|
|
3030
|
+
}
|
|
3031
|
+
/**
|
|
3032
|
+
* SupportedProfilesApi - axios parameter creator
|
|
3033
|
+
* @export
|
|
3034
|
+
*/
|
|
3035
|
+
export declare const SupportedProfilesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3036
|
+
/**
|
|
3037
|
+
* Lists Supported Profiles
|
|
3038
|
+
* @summary Request Supported Profiles
|
|
3039
|
+
* @param {any} [xRHIDENTITY]
|
|
3040
|
+
* @param {any} [limit] Number of items to return per page
|
|
3041
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3042
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3043
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3044
|
+
* @param {*} [options] Override http request option.
|
|
3045
|
+
* @throws {RequiredError}
|
|
3046
|
+
*/
|
|
3047
|
+
supportedProfiles: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3048
|
+
};
|
|
3049
|
+
/**
|
|
3050
|
+
* SupportedProfilesApi - functional programming interface
|
|
3051
|
+
* @export
|
|
3052
|
+
*/
|
|
3053
|
+
export declare const SupportedProfilesApiFp: (configuration?: Configuration) => {
|
|
3054
|
+
/**
|
|
3055
|
+
* Lists Supported Profiles
|
|
3056
|
+
* @summary Request Supported Profiles
|
|
3057
|
+
* @param {any} [xRHIDENTITY]
|
|
3058
|
+
* @param {any} [limit] Number of items to return per page
|
|
3059
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3060
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3061
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3062
|
+
* @param {*} [options] Override http request option.
|
|
3063
|
+
* @throws {RequiredError}
|
|
3064
|
+
*/
|
|
3065
|
+
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SupportedProfiles200Response>>;
|
|
3066
|
+
};
|
|
3067
|
+
/**
|
|
3068
|
+
* SupportedProfilesApi - factory interface
|
|
3069
|
+
* @export
|
|
3070
|
+
*/
|
|
3071
|
+
export declare const SupportedProfilesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3072
|
+
/**
|
|
3073
|
+
* Lists Supported Profiles
|
|
3074
|
+
* @summary Request Supported Profiles
|
|
3075
|
+
* @param {SupportedProfilesApiSupportedProfilesRequest} requestParameters Request parameters.
|
|
3076
|
+
* @param {*} [options] Override http request option.
|
|
3077
|
+
* @throws {RequiredError}
|
|
3078
|
+
*/
|
|
3079
|
+
supportedProfiles(requestParameters?: SupportedProfilesApiSupportedProfilesRequest, options?: AxiosRequestConfig): AxiosPromise<SupportedProfiles200Response>;
|
|
3080
|
+
};
|
|
3081
|
+
/**
|
|
3082
|
+
* Request parameters for supportedProfiles operation in SupportedProfilesApi.
|
|
3083
|
+
* @export
|
|
3084
|
+
* @interface SupportedProfilesApiSupportedProfilesRequest
|
|
3085
|
+
*/
|
|
3086
|
+
export interface SupportedProfilesApiSupportedProfilesRequest {
|
|
3087
|
+
/**
|
|
3088
|
+
*
|
|
3089
|
+
* @type {any}
|
|
3090
|
+
* @memberof SupportedProfilesApiSupportedProfiles
|
|
3091
|
+
*/
|
|
3092
|
+
readonly xRHIDENTITY?: any;
|
|
3093
|
+
/**
|
|
3094
|
+
* Number of items to return per page
|
|
3095
|
+
* @type {any}
|
|
3096
|
+
* @memberof SupportedProfilesApiSupportedProfiles
|
|
3097
|
+
*/
|
|
3098
|
+
readonly limit?: any;
|
|
3099
|
+
/**
|
|
3100
|
+
* Offset of first item of paginated response
|
|
3101
|
+
* @type {any}
|
|
3102
|
+
* @memberof SupportedProfilesApiSupportedProfiles
|
|
3103
|
+
*/
|
|
3104
|
+
readonly offset?: any;
|
|
3105
|
+
/**
|
|
3106
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3107
|
+
* @type {any}
|
|
3108
|
+
* @memberof SupportedProfilesApiSupportedProfiles
|
|
3109
|
+
*/
|
|
3110
|
+
readonly sortBy?: any;
|
|
3111
|
+
/**
|
|
3112
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3113
|
+
* @type {any}
|
|
3114
|
+
* @memberof SupportedProfilesApiSupportedProfiles
|
|
3115
|
+
*/
|
|
3116
|
+
readonly filter?: any;
|
|
3117
|
+
}
|
|
3118
|
+
/**
|
|
3119
|
+
* SupportedProfilesApi - object-oriented interface
|
|
3120
|
+
* @export
|
|
3121
|
+
* @class SupportedProfilesApi
|
|
3122
|
+
* @extends {BaseAPI}
|
|
3123
|
+
*/
|
|
3124
|
+
export declare class SupportedProfilesApi extends BaseAPI {
|
|
3125
|
+
/**
|
|
3126
|
+
* Lists Supported Profiles
|
|
3127
|
+
* @summary Request Supported Profiles
|
|
3128
|
+
* @param {SupportedProfilesApiSupportedProfilesRequest} requestParameters Request parameters.
|
|
3129
|
+
* @param {*} [options] Override http request option.
|
|
3130
|
+
* @throws {RequiredError}
|
|
3131
|
+
* @memberof SupportedProfilesApi
|
|
3132
|
+
*/
|
|
3133
|
+
supportedProfiles(requestParameters?: SupportedProfilesApiSupportedProfilesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SupportedProfiles200Response, any>>;
|
|
3134
|
+
}
|
|
3135
|
+
/**
|
|
3136
|
+
* SystemApi - axios parameter creator
|
|
3137
|
+
* @export
|
|
3138
|
+
*/
|
|
3139
|
+
export declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3140
|
+
/**
|
|
3141
|
+
* Returns a System
|
|
3142
|
+
* @summary Request a System
|
|
3143
|
+
* @param {any} id
|
|
3144
|
+
* @param {any} [xRHIDENTITY]
|
|
3145
|
+
* @param {*} [options] Override http request option.
|
|
3146
|
+
* @throws {RequiredError}
|
|
3147
|
+
*/
|
|
3148
|
+
system: (id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3149
|
+
};
|
|
3150
|
+
/**
|
|
3151
|
+
* SystemApi - functional programming interface
|
|
3152
|
+
* @export
|
|
3153
|
+
*/
|
|
3154
|
+
export declare const SystemApiFp: (configuration?: Configuration) => {
|
|
3155
|
+
/**
|
|
3156
|
+
* Returns a System
|
|
3157
|
+
* @summary Request a System
|
|
3158
|
+
* @param {any} id
|
|
3159
|
+
* @param {any} [xRHIDENTITY]
|
|
3160
|
+
* @param {*} [options] Override http request option.
|
|
3161
|
+
* @throws {RequiredError}
|
|
3162
|
+
*/
|
|
3163
|
+
system(id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
3164
|
+
};
|
|
3165
|
+
/**
|
|
3166
|
+
* SystemApi - factory interface
|
|
3167
|
+
* @export
|
|
3168
|
+
*/
|
|
3169
|
+
export declare const SystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3170
|
+
/**
|
|
3171
|
+
* Returns a System
|
|
3172
|
+
* @summary Request a System
|
|
3173
|
+
* @param {SystemApiSystemRequest} requestParameters Request parameters.
|
|
3174
|
+
* @param {*} [options] Override http request option.
|
|
3175
|
+
* @throws {RequiredError}
|
|
3176
|
+
*/
|
|
3177
|
+
system(requestParameters: SystemApiSystemRequest, options?: AxiosRequestConfig): AxiosPromise<System200Response>;
|
|
3178
|
+
};
|
|
3179
|
+
/**
|
|
3180
|
+
* Request parameters for system operation in SystemApi.
|
|
3181
|
+
* @export
|
|
3182
|
+
* @interface SystemApiSystemRequest
|
|
3183
|
+
*/
|
|
3184
|
+
export interface SystemApiSystemRequest {
|
|
3185
|
+
/**
|
|
3186
|
+
*
|
|
3187
|
+
* @type {any}
|
|
3188
|
+
* @memberof SystemApiSystem
|
|
3189
|
+
*/
|
|
3190
|
+
readonly id: any;
|
|
3191
|
+
/**
|
|
3192
|
+
*
|
|
3193
|
+
* @type {any}
|
|
3194
|
+
* @memberof SystemApiSystem
|
|
3195
|
+
*/
|
|
3196
|
+
readonly xRHIDENTITY?: any;
|
|
3197
|
+
}
|
|
3198
|
+
/**
|
|
3199
|
+
* SystemApi - object-oriented interface
|
|
3200
|
+
* @export
|
|
3201
|
+
* @class SystemApi
|
|
3202
|
+
* @extends {BaseAPI}
|
|
3203
|
+
*/
|
|
3204
|
+
export declare class SystemApi extends BaseAPI {
|
|
3205
|
+
/**
|
|
3206
|
+
* Returns a System
|
|
3207
|
+
* @summary Request a System
|
|
3208
|
+
* @param {SystemApiSystemRequest} requestParameters Request parameters.
|
|
3209
|
+
* @param {*} [options] Override http request option.
|
|
3210
|
+
* @throws {RequiredError}
|
|
3211
|
+
* @memberof SystemApi
|
|
3212
|
+
*/
|
|
3213
|
+
system(requestParameters: SystemApiSystemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<System200Response, any>>;
|
|
3214
|
+
}
|
|
3215
|
+
/**
|
|
3216
|
+
* SystemsApi - axios parameter creator
|
|
3217
|
+
* @export
|
|
3218
|
+
*/
|
|
3219
|
+
export declare const SystemsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3220
|
+
/**
|
|
3221
|
+
* Lists Systems
|
|
3222
|
+
* @summary Request Systems
|
|
3223
|
+
* @param {any} [xRHIDENTITY]
|
|
3224
|
+
* @param {any} [limit] Number of items to return per page
|
|
3225
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3226
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3227
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3228
|
+
* @param {*} [options] Override http request option.
|
|
3229
|
+
* @throws {RequiredError}
|
|
3230
|
+
*/
|
|
3231
|
+
systems: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3232
|
+
};
|
|
3233
|
+
/**
|
|
3234
|
+
* SystemsApi - functional programming interface
|
|
3235
|
+
* @export
|
|
3236
|
+
*/
|
|
3237
|
+
export declare const SystemsApiFp: (configuration?: Configuration) => {
|
|
3238
|
+
/**
|
|
3239
|
+
* Lists Systems
|
|
3240
|
+
* @summary Request Systems
|
|
3241
|
+
* @param {any} [xRHIDENTITY]
|
|
3242
|
+
* @param {any} [limit] Number of items to return per page
|
|
3243
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3244
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3245
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3246
|
+
* @param {*} [options] Override http request option.
|
|
3247
|
+
* @throws {RequiredError}
|
|
3248
|
+
*/
|
|
3249
|
+
systems(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
3250
|
+
};
|
|
3251
|
+
/**
|
|
3252
|
+
* SystemsApi - factory interface
|
|
3253
|
+
* @export
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const SystemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3256
|
+
/**
|
|
3257
|
+
* Lists Systems
|
|
3258
|
+
* @summary Request Systems
|
|
3259
|
+
* @param {SystemsApiSystemsRequest} requestParameters Request parameters.
|
|
3260
|
+
* @param {*} [options] Override http request option.
|
|
3261
|
+
* @throws {RequiredError}
|
|
3262
|
+
*/
|
|
3263
|
+
systems(requestParameters?: SystemsApiSystemsRequest, options?: AxiosRequestConfig): AxiosPromise<Systems200Response>;
|
|
3264
|
+
};
|
|
3265
|
+
/**
|
|
3266
|
+
* Request parameters for systems operation in SystemsApi.
|
|
3267
|
+
* @export
|
|
3268
|
+
* @interface SystemsApiSystemsRequest
|
|
3269
|
+
*/
|
|
3270
|
+
export interface SystemsApiSystemsRequest {
|
|
3271
|
+
/**
|
|
3272
|
+
*
|
|
3273
|
+
* @type {any}
|
|
3274
|
+
* @memberof SystemsApiSystems
|
|
3275
|
+
*/
|
|
3276
|
+
readonly xRHIDENTITY?: any;
|
|
3277
|
+
/**
|
|
3278
|
+
* Number of items to return per page
|
|
3279
|
+
* @type {any}
|
|
3280
|
+
* @memberof SystemsApiSystems
|
|
3281
|
+
*/
|
|
3282
|
+
readonly limit?: any;
|
|
3283
|
+
/**
|
|
3284
|
+
* Offset of first item of paginated response
|
|
3285
|
+
* @type {any}
|
|
3286
|
+
* @memberof SystemsApiSystems
|
|
3287
|
+
*/
|
|
3288
|
+
readonly offset?: any;
|
|
3289
|
+
/**
|
|
3290
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3291
|
+
* @type {any}
|
|
3292
|
+
* @memberof SystemsApiSystems
|
|
3293
|
+
*/
|
|
3294
|
+
readonly sortBy?: any;
|
|
3295
|
+
/**
|
|
3296
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3297
|
+
* @type {any}
|
|
3298
|
+
* @memberof SystemsApiSystems
|
|
3299
|
+
*/
|
|
3300
|
+
readonly filter?: any;
|
|
3301
|
+
}
|
|
3302
|
+
/**
|
|
3303
|
+
* SystemsApi - object-oriented interface
|
|
3304
|
+
* @export
|
|
3305
|
+
* @class SystemsApi
|
|
3306
|
+
* @extends {BaseAPI}
|
|
3307
|
+
*/
|
|
3308
|
+
export declare class SystemsApi extends BaseAPI {
|
|
3309
|
+
/**
|
|
3310
|
+
* Lists Systems
|
|
3311
|
+
* @summary Request Systems
|
|
3312
|
+
* @param {SystemsApiSystemsRequest} requestParameters Request parameters.
|
|
3313
|
+
* @param {*} [options] Override http request option.
|
|
3314
|
+
* @throws {RequiredError}
|
|
3315
|
+
* @memberof SystemsApi
|
|
3316
|
+
*/
|
|
3317
|
+
systems(requestParameters?: SystemsApiSystemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
3318
|
+
}
|
|
3319
|
+
/**
|
|
3320
|
+
* SystemsPoliciesApi - axios parameter creator
|
|
3321
|
+
* @export
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const SystemsPoliciesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3324
|
+
/**
|
|
3325
|
+
* Lists Policies under a System
|
|
3326
|
+
* @summary Request Policies assigned to a System
|
|
3327
|
+
* @param {any} systemId
|
|
3328
|
+
* @param {any} [xRHIDENTITY]
|
|
3329
|
+
* @param {any} [limit] Number of items to return per page
|
|
3330
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3331
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3332
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3333
|
+
* @param {*} [options] Override http request option.
|
|
3334
|
+
* @throws {RequiredError}
|
|
3335
|
+
*/
|
|
3336
|
+
systemsPolicies: (systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3337
|
+
};
|
|
3338
|
+
/**
|
|
3339
|
+
* SystemsPoliciesApi - functional programming interface
|
|
3340
|
+
* @export
|
|
3341
|
+
*/
|
|
3342
|
+
export declare const SystemsPoliciesApiFp: (configuration?: Configuration) => {
|
|
3343
|
+
/**
|
|
3344
|
+
* Lists Policies under a System
|
|
3345
|
+
* @summary Request Policies assigned to a System
|
|
3346
|
+
* @param {any} systemId
|
|
3347
|
+
* @param {any} [xRHIDENTITY]
|
|
3348
|
+
* @param {any} [limit] Number of items to return per page
|
|
3349
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3350
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3351
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3352
|
+
* @param {*} [options] Override http request option.
|
|
3353
|
+
* @throws {RequiredError}
|
|
3354
|
+
*/
|
|
3355
|
+
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Policies200Response>>;
|
|
3356
|
+
};
|
|
3357
|
+
/**
|
|
3358
|
+
* SystemsPoliciesApi - factory interface
|
|
3359
|
+
* @export
|
|
3360
|
+
*/
|
|
3361
|
+
export declare const SystemsPoliciesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3362
|
+
/**
|
|
3363
|
+
* Lists Policies under a System
|
|
3364
|
+
* @summary Request Policies assigned to a System
|
|
3365
|
+
* @param {SystemsPoliciesApiSystemsPoliciesRequest} requestParameters Request parameters.
|
|
3366
|
+
* @param {*} [options] Override http request option.
|
|
3367
|
+
* @throws {RequiredError}
|
|
3368
|
+
*/
|
|
3369
|
+
systemsPolicies(requestParameters: SystemsPoliciesApiSystemsPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<Policies200Response>;
|
|
3370
|
+
};
|
|
3371
|
+
/**
|
|
3372
|
+
* Request parameters for systemsPolicies operation in SystemsPoliciesApi.
|
|
3373
|
+
* @export
|
|
3374
|
+
* @interface SystemsPoliciesApiSystemsPoliciesRequest
|
|
3375
|
+
*/
|
|
3376
|
+
export interface SystemsPoliciesApiSystemsPoliciesRequest {
|
|
3377
|
+
/**
|
|
3378
|
+
*
|
|
3379
|
+
* @type {any}
|
|
3380
|
+
* @memberof SystemsPoliciesApiSystemsPolicies
|
|
3381
|
+
*/
|
|
3382
|
+
readonly systemId: any;
|
|
3383
|
+
/**
|
|
3384
|
+
*
|
|
3385
|
+
* @type {any}
|
|
3386
|
+
* @memberof SystemsPoliciesApiSystemsPolicies
|
|
3387
|
+
*/
|
|
3388
|
+
readonly xRHIDENTITY?: any;
|
|
3389
|
+
/**
|
|
3390
|
+
* Number of items to return per page
|
|
3391
|
+
* @type {any}
|
|
3392
|
+
* @memberof SystemsPoliciesApiSystemsPolicies
|
|
3393
|
+
*/
|
|
3394
|
+
readonly limit?: any;
|
|
3395
|
+
/**
|
|
3396
|
+
* Offset of first item of paginated response
|
|
3397
|
+
* @type {any}
|
|
3398
|
+
* @memberof SystemsPoliciesApiSystemsPolicies
|
|
3399
|
+
*/
|
|
3400
|
+
readonly offset?: any;
|
|
3401
|
+
/**
|
|
3402
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3403
|
+
* @type {any}
|
|
3404
|
+
* @memberof SystemsPoliciesApiSystemsPolicies
|
|
3405
|
+
*/
|
|
3406
|
+
readonly sortBy?: any;
|
|
3407
|
+
/**
|
|
3408
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3409
|
+
* @type {any}
|
|
3410
|
+
* @memberof SystemsPoliciesApiSystemsPolicies
|
|
3411
|
+
*/
|
|
3412
|
+
readonly filter?: any;
|
|
3413
|
+
}
|
|
3414
|
+
/**
|
|
3415
|
+
* SystemsPoliciesApi - object-oriented interface
|
|
3416
|
+
* @export
|
|
3417
|
+
* @class SystemsPoliciesApi
|
|
3418
|
+
* @extends {BaseAPI}
|
|
3419
|
+
*/
|
|
3420
|
+
export declare class SystemsPoliciesApi extends BaseAPI {
|
|
3421
|
+
/**
|
|
3422
|
+
* Lists Policies under a System
|
|
3423
|
+
* @summary Request Policies assigned to a System
|
|
3424
|
+
* @param {SystemsPoliciesApiSystemsPoliciesRequest} requestParameters Request parameters.
|
|
3425
|
+
* @param {*} [options] Override http request option.
|
|
3426
|
+
* @throws {RequiredError}
|
|
3427
|
+
* @memberof SystemsPoliciesApi
|
|
3428
|
+
*/
|
|
3429
|
+
systemsPolicies(requestParameters: SystemsPoliciesApiSystemsPoliciesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Policies200Response, any>>;
|
|
3430
|
+
}
|
|
3431
|
+
/**
|
|
3432
|
+
* TailoringApi - axios parameter creator
|
|
3433
|
+
* @export
|
|
3434
|
+
*/
|
|
3435
|
+
export declare const TailoringApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3436
|
+
/**
|
|
3437
|
+
* Returns a Tailoring
|
|
3438
|
+
* @summary Request a Tailoring
|
|
3439
|
+
* @param {any} policyId
|
|
3440
|
+
* @param {any} id
|
|
3441
|
+
* @param {any} [xRHIDENTITY]
|
|
3442
|
+
* @param {*} [options] Override http request option.
|
|
3443
|
+
* @throws {RequiredError}
|
|
3444
|
+
*/
|
|
3445
|
+
tailoring: (policyId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3446
|
+
};
|
|
3447
|
+
/**
|
|
3448
|
+
* TailoringApi - functional programming interface
|
|
3449
|
+
* @export
|
|
3450
|
+
*/
|
|
3451
|
+
export declare const TailoringApiFp: (configuration?: Configuration) => {
|
|
3452
|
+
/**
|
|
3453
|
+
* Returns a Tailoring
|
|
3454
|
+
* @summary Request a Tailoring
|
|
3455
|
+
* @param {any} policyId
|
|
3456
|
+
* @param {any} id
|
|
3457
|
+
* @param {any} [xRHIDENTITY]
|
|
3458
|
+
* @param {*} [options] Override http request option.
|
|
3459
|
+
* @throws {RequiredError}
|
|
3460
|
+
*/
|
|
3461
|
+
tailoring(policyId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailoring200Response>>;
|
|
3462
|
+
};
|
|
3463
|
+
/**
|
|
3464
|
+
* TailoringApi - factory interface
|
|
3465
|
+
* @export
|
|
3466
|
+
*/
|
|
3467
|
+
export declare const TailoringApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3468
|
+
/**
|
|
3469
|
+
* Returns a Tailoring
|
|
3470
|
+
* @summary Request a Tailoring
|
|
3471
|
+
* @param {TailoringApiTailoringRequest} requestParameters Request parameters.
|
|
3472
|
+
* @param {*} [options] Override http request option.
|
|
3473
|
+
* @throws {RequiredError}
|
|
3474
|
+
*/
|
|
3475
|
+
tailoring(requestParameters: TailoringApiTailoringRequest, options?: AxiosRequestConfig): AxiosPromise<Tailoring200Response>;
|
|
3476
|
+
};
|
|
3477
|
+
/**
|
|
3478
|
+
* Request parameters for tailoring operation in TailoringApi.
|
|
3479
|
+
* @export
|
|
3480
|
+
* @interface TailoringApiTailoringRequest
|
|
3481
|
+
*/
|
|
3482
|
+
export interface TailoringApiTailoringRequest {
|
|
3483
|
+
/**
|
|
3484
|
+
*
|
|
3485
|
+
* @type {any}
|
|
3486
|
+
* @memberof TailoringApiTailoring
|
|
3487
|
+
*/
|
|
3488
|
+
readonly policyId: any;
|
|
3489
|
+
/**
|
|
3490
|
+
*
|
|
3491
|
+
* @type {any}
|
|
3492
|
+
* @memberof TailoringApiTailoring
|
|
3493
|
+
*/
|
|
3494
|
+
readonly id: any;
|
|
3495
|
+
/**
|
|
3496
|
+
*
|
|
3497
|
+
* @type {any}
|
|
3498
|
+
* @memberof TailoringApiTailoring
|
|
3499
|
+
*/
|
|
3500
|
+
readonly xRHIDENTITY?: any;
|
|
3501
|
+
}
|
|
3502
|
+
/**
|
|
3503
|
+
* TailoringApi - object-oriented interface
|
|
3504
|
+
* @export
|
|
3505
|
+
* @class TailoringApi
|
|
3506
|
+
* @extends {BaseAPI}
|
|
3507
|
+
*/
|
|
3508
|
+
export declare class TailoringApi extends BaseAPI {
|
|
3509
|
+
/**
|
|
3510
|
+
* Returns a Tailoring
|
|
3511
|
+
* @summary Request a Tailoring
|
|
3512
|
+
* @param {TailoringApiTailoringRequest} requestParameters Request parameters.
|
|
3513
|
+
* @param {*} [options] Override http request option.
|
|
3514
|
+
* @throws {RequiredError}
|
|
3515
|
+
* @memberof TailoringApi
|
|
3516
|
+
*/
|
|
3517
|
+
tailoring(requestParameters: TailoringApiTailoringRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Tailoring200Response, any>>;
|
|
3518
|
+
}
|
|
3519
|
+
/**
|
|
3520
|
+
* TailoringFileApi - axios parameter creator
|
|
3521
|
+
* @export
|
|
3522
|
+
*/
|
|
3523
|
+
export declare const TailoringFileApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3524
|
+
/**
|
|
3525
|
+
* Returns a Tailoring File
|
|
3526
|
+
* @summary Request a Tailoring file
|
|
3527
|
+
* @param {any} policyId
|
|
3528
|
+
* @param {any} id
|
|
3529
|
+
* @param {any} [xRHIDENTITY]
|
|
3530
|
+
* @param {*} [options] Override http request option.
|
|
3531
|
+
* @throws {RequiredError}
|
|
3532
|
+
*/
|
|
3533
|
+
tailoringFile: (policyId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3534
|
+
};
|
|
3535
|
+
/**
|
|
3536
|
+
* TailoringFileApi - functional programming interface
|
|
3537
|
+
* @export
|
|
3538
|
+
*/
|
|
3539
|
+
export declare const TailoringFileApiFp: (configuration?: Configuration) => {
|
|
3540
|
+
/**
|
|
3541
|
+
* Returns a Tailoring File
|
|
3542
|
+
* @summary Request a Tailoring file
|
|
3543
|
+
* @param {any} policyId
|
|
3544
|
+
* @param {any} id
|
|
3545
|
+
* @param {any} [xRHIDENTITY]
|
|
3546
|
+
* @param {*} [options] Override http request option.
|
|
3547
|
+
* @throws {RequiredError}
|
|
3548
|
+
*/
|
|
3549
|
+
tailoringFile(policyId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TailoringFile>>;
|
|
3550
|
+
};
|
|
3551
|
+
/**
|
|
3552
|
+
* TailoringFileApi - factory interface
|
|
3553
|
+
* @export
|
|
3554
|
+
*/
|
|
3555
|
+
export declare const TailoringFileApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3556
|
+
/**
|
|
3557
|
+
* Returns a Tailoring File
|
|
3558
|
+
* @summary Request a Tailoring file
|
|
3559
|
+
* @param {TailoringFileApiTailoringFileRequest} requestParameters Request parameters.
|
|
3560
|
+
* @param {*} [options] Override http request option.
|
|
3561
|
+
* @throws {RequiredError}
|
|
3562
|
+
*/
|
|
3563
|
+
tailoringFile(requestParameters: TailoringFileApiTailoringFileRequest, options?: AxiosRequestConfig): AxiosPromise<TailoringFile>;
|
|
3564
|
+
};
|
|
3565
|
+
/**
|
|
3566
|
+
* Request parameters for tailoringFile operation in TailoringFileApi.
|
|
3567
|
+
* @export
|
|
3568
|
+
* @interface TailoringFileApiTailoringFileRequest
|
|
3569
|
+
*/
|
|
3570
|
+
export interface TailoringFileApiTailoringFileRequest {
|
|
3571
|
+
/**
|
|
3572
|
+
*
|
|
3573
|
+
* @type {any}
|
|
3574
|
+
* @memberof TailoringFileApiTailoringFile
|
|
3575
|
+
*/
|
|
3576
|
+
readonly policyId: any;
|
|
3577
|
+
/**
|
|
3578
|
+
*
|
|
3579
|
+
* @type {any}
|
|
3580
|
+
* @memberof TailoringFileApiTailoringFile
|
|
3581
|
+
*/
|
|
3582
|
+
readonly id: any;
|
|
3583
|
+
/**
|
|
3584
|
+
*
|
|
3585
|
+
* @type {any}
|
|
3586
|
+
* @memberof TailoringFileApiTailoringFile
|
|
3587
|
+
*/
|
|
3588
|
+
readonly xRHIDENTITY?: any;
|
|
3589
|
+
}
|
|
3590
|
+
/**
|
|
3591
|
+
* TailoringFileApi - object-oriented interface
|
|
3592
|
+
* @export
|
|
3593
|
+
* @class TailoringFileApi
|
|
3594
|
+
* @extends {BaseAPI}
|
|
3595
|
+
*/
|
|
3596
|
+
export declare class TailoringFileApi extends BaseAPI {
|
|
3597
|
+
/**
|
|
3598
|
+
* Returns a Tailoring File
|
|
3599
|
+
* @summary Request a Tailoring file
|
|
3600
|
+
* @param {TailoringFileApiTailoringFileRequest} requestParameters Request parameters.
|
|
3601
|
+
* @param {*} [options] Override http request option.
|
|
3602
|
+
* @throws {RequiredError}
|
|
3603
|
+
* @memberof TailoringFileApi
|
|
3604
|
+
*/
|
|
3605
|
+
tailoringFile(requestParameters: TailoringFileApiTailoringFileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TailoringFile, any>>;
|
|
3606
|
+
}
|
|
3607
|
+
/**
|
|
3608
|
+
* TailoringRulesApi - axios parameter creator
|
|
3609
|
+
* @export
|
|
3610
|
+
*/
|
|
3611
|
+
export declare const TailoringRulesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3612
|
+
/**
|
|
3613
|
+
* Lists Rules assigned to a Tailoring
|
|
3614
|
+
* @summary Request Rules assigned to a Tailoring
|
|
3615
|
+
* @param {any} policyId
|
|
3616
|
+
* @param {any} tailoringId
|
|
3617
|
+
* @param {any} [xRHIDENTITY]
|
|
3618
|
+
* @param {any} [limit] Number of items to return per page
|
|
3619
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3620
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3621
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3622
|
+
* @param {*} [options] Override http request option.
|
|
3623
|
+
* @throws {RequiredError}
|
|
3624
|
+
*/
|
|
3625
|
+
tailoringRules: (policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3626
|
+
};
|
|
3627
|
+
/**
|
|
3628
|
+
* TailoringRulesApi - functional programming interface
|
|
3629
|
+
* @export
|
|
3630
|
+
*/
|
|
3631
|
+
export declare const TailoringRulesApiFp: (configuration?: Configuration) => {
|
|
3632
|
+
/**
|
|
3633
|
+
* Lists Rules assigned to a Tailoring
|
|
3634
|
+
* @summary Request Rules assigned to a Tailoring
|
|
3635
|
+
* @param {any} policyId
|
|
3636
|
+
* @param {any} tailoringId
|
|
3637
|
+
* @param {any} [xRHIDENTITY]
|
|
3638
|
+
* @param {any} [limit] Number of items to return per page
|
|
3639
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3640
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3641
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3642
|
+
* @param {*} [options] Override http request option.
|
|
3643
|
+
* @throws {RequiredError}
|
|
3644
|
+
*/
|
|
3645
|
+
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
3646
|
+
};
|
|
3647
|
+
/**
|
|
3648
|
+
* TailoringRulesApi - factory interface
|
|
3649
|
+
* @export
|
|
3650
|
+
*/
|
|
3651
|
+
export declare const TailoringRulesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3652
|
+
/**
|
|
3653
|
+
* Lists Rules assigned to a Tailoring
|
|
3654
|
+
* @summary Request Rules assigned to a Tailoring
|
|
3655
|
+
* @param {TailoringRulesApiTailoringRulesRequest} requestParameters Request parameters.
|
|
3656
|
+
* @param {*} [options] Override http request option.
|
|
3657
|
+
* @throws {RequiredError}
|
|
3658
|
+
*/
|
|
3659
|
+
tailoringRules(requestParameters: TailoringRulesApiTailoringRulesRequest, options?: AxiosRequestConfig): AxiosPromise<Rules200Response>;
|
|
3660
|
+
};
|
|
3661
|
+
/**
|
|
3662
|
+
* Request parameters for tailoringRules operation in TailoringRulesApi.
|
|
3663
|
+
* @export
|
|
3664
|
+
* @interface TailoringRulesApiTailoringRulesRequest
|
|
3665
|
+
*/
|
|
3666
|
+
export interface TailoringRulesApiTailoringRulesRequest {
|
|
3667
|
+
/**
|
|
3668
|
+
*
|
|
3669
|
+
* @type {any}
|
|
3670
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3671
|
+
*/
|
|
3672
|
+
readonly policyId: any;
|
|
3673
|
+
/**
|
|
3674
|
+
*
|
|
3675
|
+
* @type {any}
|
|
3676
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3677
|
+
*/
|
|
3678
|
+
readonly tailoringId: any;
|
|
3679
|
+
/**
|
|
3680
|
+
*
|
|
3681
|
+
* @type {any}
|
|
3682
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3683
|
+
*/
|
|
3684
|
+
readonly xRHIDENTITY?: any;
|
|
3685
|
+
/**
|
|
3686
|
+
* Number of items to return per page
|
|
3687
|
+
* @type {any}
|
|
3688
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3689
|
+
*/
|
|
3690
|
+
readonly limit?: any;
|
|
3691
|
+
/**
|
|
3692
|
+
* Offset of first item of paginated response
|
|
3693
|
+
* @type {any}
|
|
3694
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3695
|
+
*/
|
|
3696
|
+
readonly offset?: any;
|
|
3697
|
+
/**
|
|
3698
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3699
|
+
* @type {any}
|
|
3700
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3701
|
+
*/
|
|
3702
|
+
readonly sortBy?: any;
|
|
3703
|
+
/**
|
|
3704
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3705
|
+
* @type {any}
|
|
3706
|
+
* @memberof TailoringRulesApiTailoringRules
|
|
3707
|
+
*/
|
|
3708
|
+
readonly filter?: any;
|
|
3709
|
+
}
|
|
3710
|
+
/**
|
|
3711
|
+
* TailoringRulesApi - object-oriented interface
|
|
3712
|
+
* @export
|
|
3713
|
+
* @class TailoringRulesApi
|
|
3714
|
+
* @extends {BaseAPI}
|
|
3715
|
+
*/
|
|
3716
|
+
export declare class TailoringRulesApi extends BaseAPI {
|
|
3717
|
+
/**
|
|
3718
|
+
* Lists Rules assigned to a Tailoring
|
|
3719
|
+
* @summary Request Rules assigned to a Tailoring
|
|
3720
|
+
* @param {TailoringRulesApiTailoringRulesRequest} requestParameters Request parameters.
|
|
3721
|
+
* @param {*} [options] Override http request option.
|
|
3722
|
+
* @throws {RequiredError}
|
|
3723
|
+
* @memberof TailoringRulesApi
|
|
3724
|
+
*/
|
|
3725
|
+
tailoringRules(requestParameters: TailoringRulesApiTailoringRulesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
3726
|
+
}
|
|
3727
|
+
/**
|
|
3728
|
+
* TailoringsApi - axios parameter creator
|
|
3729
|
+
* @export
|
|
3730
|
+
*/
|
|
3731
|
+
export declare const TailoringsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3732
|
+
/**
|
|
3733
|
+
* Lists Tailorings
|
|
3734
|
+
* @summary Request Tailorings
|
|
3735
|
+
* @param {any} policyId
|
|
3736
|
+
* @param {any} [xRHIDENTITY]
|
|
3737
|
+
* @param {any} [limit] Number of items to return per page
|
|
3738
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3739
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3740
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3741
|
+
* @param {*} [options] Override http request option.
|
|
3742
|
+
* @throws {RequiredError}
|
|
3743
|
+
*/
|
|
3744
|
+
tailorings: (policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3745
|
+
};
|
|
3746
|
+
/**
|
|
3747
|
+
* TailoringsApi - functional programming interface
|
|
3748
|
+
* @export
|
|
3749
|
+
*/
|
|
3750
|
+
export declare const TailoringsApiFp: (configuration?: Configuration) => {
|
|
3751
|
+
/**
|
|
3752
|
+
* Lists Tailorings
|
|
3753
|
+
* @summary Request Tailorings
|
|
3754
|
+
* @param {any} policyId
|
|
3755
|
+
* @param {any} [xRHIDENTITY]
|
|
3756
|
+
* @param {any} [limit] Number of items to return per page
|
|
3757
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3758
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3759
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3760
|
+
* @param {*} [options] Override http request option.
|
|
3761
|
+
* @throws {RequiredError}
|
|
3762
|
+
*/
|
|
3763
|
+
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailorings200Response>>;
|
|
3764
|
+
};
|
|
3765
|
+
/**
|
|
3766
|
+
* TailoringsApi - factory interface
|
|
3767
|
+
* @export
|
|
3768
|
+
*/
|
|
3769
|
+
export declare const TailoringsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3770
|
+
/**
|
|
3771
|
+
* Lists Tailorings
|
|
3772
|
+
* @summary Request Tailorings
|
|
3773
|
+
* @param {TailoringsApiTailoringsRequest} requestParameters Request parameters.
|
|
3774
|
+
* @param {*} [options] Override http request option.
|
|
3775
|
+
* @throws {RequiredError}
|
|
3776
|
+
*/
|
|
3777
|
+
tailorings(requestParameters: TailoringsApiTailoringsRequest, options?: AxiosRequestConfig): AxiosPromise<Tailorings200Response>;
|
|
3778
|
+
};
|
|
3779
|
+
/**
|
|
3780
|
+
* Request parameters for tailorings operation in TailoringsApi.
|
|
3781
|
+
* @export
|
|
3782
|
+
* @interface TailoringsApiTailoringsRequest
|
|
3783
|
+
*/
|
|
3784
|
+
export interface TailoringsApiTailoringsRequest {
|
|
3785
|
+
/**
|
|
3786
|
+
*
|
|
3787
|
+
* @type {any}
|
|
3788
|
+
* @memberof TailoringsApiTailorings
|
|
3789
|
+
*/
|
|
3790
|
+
readonly policyId: any;
|
|
3791
|
+
/**
|
|
3792
|
+
*
|
|
3793
|
+
* @type {any}
|
|
3794
|
+
* @memberof TailoringsApiTailorings
|
|
3795
|
+
*/
|
|
3796
|
+
readonly xRHIDENTITY?: any;
|
|
3797
|
+
/**
|
|
3798
|
+
* Number of items to return per page
|
|
3799
|
+
* @type {any}
|
|
3800
|
+
* @memberof TailoringsApiTailorings
|
|
3801
|
+
*/
|
|
3802
|
+
readonly limit?: any;
|
|
3803
|
+
/**
|
|
3804
|
+
* Offset of first item of paginated response
|
|
3805
|
+
* @type {any}
|
|
3806
|
+
* @memberof TailoringsApiTailorings
|
|
3807
|
+
*/
|
|
3808
|
+
readonly offset?: any;
|
|
3809
|
+
/**
|
|
3810
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3811
|
+
* @type {any}
|
|
3812
|
+
* @memberof TailoringsApiTailorings
|
|
3813
|
+
*/
|
|
3814
|
+
readonly sortBy?: any;
|
|
3815
|
+
/**
|
|
3816
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
3817
|
+
* @type {any}
|
|
3818
|
+
* @memberof TailoringsApiTailorings
|
|
3819
|
+
*/
|
|
3820
|
+
readonly filter?: any;
|
|
3821
|
+
}
|
|
3822
|
+
/**
|
|
3823
|
+
* TailoringsApi - object-oriented interface
|
|
3824
|
+
* @export
|
|
3825
|
+
* @class TailoringsApi
|
|
3826
|
+
* @extends {BaseAPI}
|
|
3827
|
+
*/
|
|
3828
|
+
export declare class TailoringsApi extends BaseAPI {
|
|
3829
|
+
/**
|
|
3830
|
+
* Lists Tailorings
|
|
3831
|
+
* @summary Request Tailorings
|
|
3832
|
+
* @param {TailoringsApiTailoringsRequest} requestParameters Request parameters.
|
|
3833
|
+
* @param {*} [options] Override http request option.
|
|
3834
|
+
* @throws {RequiredError}
|
|
3835
|
+
* @memberof TailoringsApi
|
|
3836
|
+
*/
|
|
3837
|
+
tailorings(requestParameters: TailoringsApiTailoringsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Tailorings200Response, any>>;
|
|
3838
|
+
}
|
|
3839
|
+
/**
|
|
3840
|
+
* UnassignRuleApi - axios parameter creator
|
|
3841
|
+
* @export
|
|
3842
|
+
*/
|
|
3843
|
+
export declare const UnassignRuleApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3844
|
+
/**
|
|
3845
|
+
* Unassigns a Rule from a Tailoring
|
|
3846
|
+
* @summary Unassign a Rule from a Tailoring
|
|
3847
|
+
* @param {any} policyId
|
|
3848
|
+
* @param {any} tailoringId
|
|
3849
|
+
* @param {any} id
|
|
3850
|
+
* @param {any} [xRHIDENTITY]
|
|
3851
|
+
* @param {*} [options] Override http request option.
|
|
3852
|
+
* @throws {RequiredError}
|
|
3853
|
+
*/
|
|
3854
|
+
unassignRule: (policyId: any, tailoringId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3855
|
+
};
|
|
3856
|
+
/**
|
|
3857
|
+
* UnassignRuleApi - functional programming interface
|
|
3858
|
+
* @export
|
|
3859
|
+
*/
|
|
3860
|
+
export declare const UnassignRuleApiFp: (configuration?: Configuration) => {
|
|
3861
|
+
/**
|
|
3862
|
+
* Unassigns a Rule from a Tailoring
|
|
3863
|
+
* @summary Unassign a Rule from a Tailoring
|
|
3864
|
+
* @param {any} policyId
|
|
3865
|
+
* @param {any} tailoringId
|
|
3866
|
+
* @param {any} id
|
|
3867
|
+
* @param {any} [xRHIDENTITY]
|
|
3868
|
+
* @param {*} [options] Override http request option.
|
|
3869
|
+
* @throws {RequiredError}
|
|
3870
|
+
*/
|
|
3871
|
+
unassignRule(policyId: any, tailoringId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3872
|
+
};
|
|
3873
|
+
/**
|
|
3874
|
+
* UnassignRuleApi - factory interface
|
|
3875
|
+
* @export
|
|
3876
|
+
*/
|
|
3877
|
+
export declare const UnassignRuleApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3878
|
+
/**
|
|
3879
|
+
* Unassigns a Rule from a Tailoring
|
|
3880
|
+
* @summary Unassign a Rule from a Tailoring
|
|
3881
|
+
* @param {UnassignRuleApiUnassignRuleRequest} requestParameters Request parameters.
|
|
3882
|
+
* @param {*} [options] Override http request option.
|
|
3883
|
+
* @throws {RequiredError}
|
|
3884
|
+
*/
|
|
3885
|
+
unassignRule(requestParameters: UnassignRuleApiUnassignRuleRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
3886
|
+
};
|
|
3887
|
+
/**
|
|
3888
|
+
* Request parameters for unassignRule operation in UnassignRuleApi.
|
|
3889
|
+
* @export
|
|
3890
|
+
* @interface UnassignRuleApiUnassignRuleRequest
|
|
3891
|
+
*/
|
|
3892
|
+
export interface UnassignRuleApiUnassignRuleRequest {
|
|
3893
|
+
/**
|
|
3894
|
+
*
|
|
3895
|
+
* @type {any}
|
|
3896
|
+
* @memberof UnassignRuleApiUnassignRule
|
|
3897
|
+
*/
|
|
3898
|
+
readonly policyId: any;
|
|
3899
|
+
/**
|
|
3900
|
+
*
|
|
3901
|
+
* @type {any}
|
|
3902
|
+
* @memberof UnassignRuleApiUnassignRule
|
|
3903
|
+
*/
|
|
3904
|
+
readonly tailoringId: any;
|
|
3905
|
+
/**
|
|
3906
|
+
*
|
|
3907
|
+
* @type {any}
|
|
3908
|
+
* @memberof UnassignRuleApiUnassignRule
|
|
3909
|
+
*/
|
|
3910
|
+
readonly id: any;
|
|
3911
|
+
/**
|
|
3912
|
+
*
|
|
3913
|
+
* @type {any}
|
|
3914
|
+
* @memberof UnassignRuleApiUnassignRule
|
|
3915
|
+
*/
|
|
3916
|
+
readonly xRHIDENTITY?: any;
|
|
3917
|
+
}
|
|
3918
|
+
/**
|
|
3919
|
+
* UnassignRuleApi - object-oriented interface
|
|
3920
|
+
* @export
|
|
3921
|
+
* @class UnassignRuleApi
|
|
3922
|
+
* @extends {BaseAPI}
|
|
3923
|
+
*/
|
|
3924
|
+
export declare class UnassignRuleApi extends BaseAPI {
|
|
3925
|
+
/**
|
|
3926
|
+
* Unassigns a Rule from a Tailoring
|
|
3927
|
+
* @summary Unassign a Rule from a Tailoring
|
|
3928
|
+
* @param {UnassignRuleApiUnassignRuleRequest} requestParameters Request parameters.
|
|
3929
|
+
* @param {*} [options] Override http request option.
|
|
3930
|
+
* @throws {RequiredError}
|
|
3931
|
+
* @memberof UnassignRuleApi
|
|
3932
|
+
*/
|
|
3933
|
+
unassignRule(requestParameters: UnassignRuleApiUnassignRuleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3934
|
+
}
|
|
3935
|
+
/**
|
|
3936
|
+
* UnassignSystemApi - axios parameter creator
|
|
3937
|
+
* @export
|
|
3938
|
+
*/
|
|
3939
|
+
export declare const UnassignSystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3940
|
+
/**
|
|
3941
|
+
* Unassigns a System from a Policy
|
|
3942
|
+
* @summary Unassign a System from a Policy
|
|
3943
|
+
* @param {any} id
|
|
3944
|
+
* @param {any} policyId
|
|
3945
|
+
* @param {any} [xRHIDENTITY]
|
|
3946
|
+
* @param {*} [options] Override http request option.
|
|
3947
|
+
* @throws {RequiredError}
|
|
3948
|
+
*/
|
|
3949
|
+
unassignSystem: (id: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3950
|
+
};
|
|
3951
|
+
/**
|
|
3952
|
+
* UnassignSystemApi - functional programming interface
|
|
3953
|
+
* @export
|
|
3954
|
+
*/
|
|
3955
|
+
export declare const UnassignSystemApiFp: (configuration?: Configuration) => {
|
|
3956
|
+
/**
|
|
3957
|
+
* Unassigns a System from a Policy
|
|
3958
|
+
* @summary Unassign a System from a Policy
|
|
3959
|
+
* @param {any} id
|
|
3960
|
+
* @param {any} policyId
|
|
3961
|
+
* @param {any} [xRHIDENTITY]
|
|
3962
|
+
* @param {*} [options] Override http request option.
|
|
3963
|
+
* @throws {RequiredError}
|
|
3964
|
+
*/
|
|
3965
|
+
unassignSystem(id: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
3966
|
+
};
|
|
3967
|
+
/**
|
|
3968
|
+
* UnassignSystemApi - factory interface
|
|
3969
|
+
* @export
|
|
3970
|
+
*/
|
|
3971
|
+
export declare const UnassignSystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3972
|
+
/**
|
|
3973
|
+
* Unassigns a System from a Policy
|
|
3974
|
+
* @summary Unassign a System from a Policy
|
|
3975
|
+
* @param {UnassignSystemApiUnassignSystemRequest} requestParameters Request parameters.
|
|
3976
|
+
* @param {*} [options] Override http request option.
|
|
3977
|
+
* @throws {RequiredError}
|
|
3978
|
+
*/
|
|
3979
|
+
unassignSystem(requestParameters: UnassignSystemApiUnassignSystemRequest, options?: AxiosRequestConfig): AxiosPromise<System200Response>;
|
|
3980
|
+
};
|
|
3981
|
+
/**
|
|
3982
|
+
* Request parameters for unassignSystem operation in UnassignSystemApi.
|
|
3983
|
+
* @export
|
|
3984
|
+
* @interface UnassignSystemApiUnassignSystemRequest
|
|
3985
|
+
*/
|
|
3986
|
+
export interface UnassignSystemApiUnassignSystemRequest {
|
|
3987
|
+
/**
|
|
3988
|
+
*
|
|
3989
|
+
* @type {any}
|
|
3990
|
+
* @memberof UnassignSystemApiUnassignSystem
|
|
3991
|
+
*/
|
|
3992
|
+
readonly id: any;
|
|
3993
|
+
/**
|
|
3994
|
+
*
|
|
3995
|
+
* @type {any}
|
|
3996
|
+
* @memberof UnassignSystemApiUnassignSystem
|
|
3997
|
+
*/
|
|
3998
|
+
readonly policyId: any;
|
|
3999
|
+
/**
|
|
4000
|
+
*
|
|
4001
|
+
* @type {any}
|
|
4002
|
+
* @memberof UnassignSystemApiUnassignSystem
|
|
4003
|
+
*/
|
|
4004
|
+
readonly xRHIDENTITY?: any;
|
|
4005
|
+
}
|
|
4006
|
+
/**
|
|
4007
|
+
* UnassignSystemApi - object-oriented interface
|
|
4008
|
+
* @export
|
|
4009
|
+
* @class UnassignSystemApi
|
|
4010
|
+
* @extends {BaseAPI}
|
|
4011
|
+
*/
|
|
4012
|
+
export declare class UnassignSystemApi extends BaseAPI {
|
|
4013
|
+
/**
|
|
4014
|
+
* Unassigns a System from a Policy
|
|
4015
|
+
* @summary Unassign a System from a Policy
|
|
4016
|
+
* @param {UnassignSystemApiUnassignSystemRequest} requestParameters Request parameters.
|
|
4017
|
+
* @param {*} [options] Override http request option.
|
|
4018
|
+
* @throws {RequiredError}
|
|
4019
|
+
* @memberof UnassignSystemApi
|
|
4020
|
+
*/
|
|
4021
|
+
unassignSystem(requestParameters: UnassignSystemApiUnassignSystemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<System200Response, any>>;
|
|
4022
|
+
}
|
|
4023
|
+
/**
|
|
4024
|
+
* UpdatePolicyApi - axios parameter creator
|
|
4025
|
+
* @export
|
|
4026
|
+
*/
|
|
4027
|
+
export declare const UpdatePolicyApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4028
|
+
/**
|
|
4029
|
+
* Updates a Policy with the provided attributes
|
|
4030
|
+
* @summary Update a Policy
|
|
4031
|
+
* @param {any} id
|
|
4032
|
+
* @param {any} [xRHIDENTITY]
|
|
4033
|
+
* @param {PolicyUpdate} [policyUpdate]
|
|
4034
|
+
* @param {*} [options] Override http request option.
|
|
4035
|
+
* @throws {RequiredError}
|
|
4036
|
+
*/
|
|
4037
|
+
updatePolicy: (id: any, xRHIDENTITY?: any, policyUpdate?: PolicyUpdate, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4038
|
+
};
|
|
4039
|
+
/**
|
|
4040
|
+
* UpdatePolicyApi - functional programming interface
|
|
4041
|
+
* @export
|
|
4042
|
+
*/
|
|
4043
|
+
export declare const UpdatePolicyApiFp: (configuration?: Configuration) => {
|
|
4044
|
+
/**
|
|
4045
|
+
* Updates a Policy with the provided attributes
|
|
4046
|
+
* @summary Update a Policy
|
|
4047
|
+
* @param {any} id
|
|
4048
|
+
* @param {any} [xRHIDENTITY]
|
|
4049
|
+
* @param {PolicyUpdate} [policyUpdate]
|
|
4050
|
+
* @param {*} [options] Override http request option.
|
|
4051
|
+
* @throws {RequiredError}
|
|
4052
|
+
*/
|
|
4053
|
+
updatePolicy(id: any, xRHIDENTITY?: any, policyUpdate?: PolicyUpdate, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
4054
|
+
};
|
|
4055
|
+
/**
|
|
4056
|
+
* UpdatePolicyApi - factory interface
|
|
4057
|
+
* @export
|
|
4058
|
+
*/
|
|
4059
|
+
export declare const UpdatePolicyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4060
|
+
/**
|
|
4061
|
+
* Updates a Policy with the provided attributes
|
|
4062
|
+
* @summary Update a Policy
|
|
4063
|
+
* @param {UpdatePolicyApiUpdatePolicyRequest} requestParameters Request parameters.
|
|
4064
|
+
* @param {*} [options] Override http request option.
|
|
4065
|
+
* @throws {RequiredError}
|
|
4066
|
+
*/
|
|
4067
|
+
updatePolicy(requestParameters: UpdatePolicyApiUpdatePolicyRequest, options?: AxiosRequestConfig): AxiosPromise<CreatePolicy201Response>;
|
|
4068
|
+
};
|
|
4069
|
+
/**
|
|
4070
|
+
* Request parameters for updatePolicy operation in UpdatePolicyApi.
|
|
4071
|
+
* @export
|
|
4072
|
+
* @interface UpdatePolicyApiUpdatePolicyRequest
|
|
4073
|
+
*/
|
|
4074
|
+
export interface UpdatePolicyApiUpdatePolicyRequest {
|
|
4075
|
+
/**
|
|
4076
|
+
*
|
|
4077
|
+
* @type {any}
|
|
4078
|
+
* @memberof UpdatePolicyApiUpdatePolicy
|
|
4079
|
+
*/
|
|
4080
|
+
readonly id: any;
|
|
4081
|
+
/**
|
|
4082
|
+
*
|
|
4083
|
+
* @type {any}
|
|
4084
|
+
* @memberof UpdatePolicyApiUpdatePolicy
|
|
4085
|
+
*/
|
|
4086
|
+
readonly xRHIDENTITY?: any;
|
|
4087
|
+
/**
|
|
4088
|
+
*
|
|
4089
|
+
* @type {PolicyUpdate}
|
|
4090
|
+
* @memberof UpdatePolicyApiUpdatePolicy
|
|
4091
|
+
*/
|
|
4092
|
+
readonly policyUpdate?: PolicyUpdate;
|
|
4093
|
+
}
|
|
4094
|
+
/**
|
|
4095
|
+
* UpdatePolicyApi - object-oriented interface
|
|
4096
|
+
* @export
|
|
4097
|
+
* @class UpdatePolicyApi
|
|
4098
|
+
* @extends {BaseAPI}
|
|
4099
|
+
*/
|
|
4100
|
+
export declare class UpdatePolicyApi extends BaseAPI {
|
|
4101
|
+
/**
|
|
4102
|
+
* Updates a Policy with the provided attributes
|
|
4103
|
+
* @summary Update a Policy
|
|
4104
|
+
* @param {UpdatePolicyApiUpdatePolicyRequest} requestParameters Request parameters.
|
|
4105
|
+
* @param {*} [options] Override http request option.
|
|
4106
|
+
* @throws {RequiredError}
|
|
4107
|
+
* @memberof UpdatePolicyApi
|
|
4108
|
+
*/
|
|
4109
|
+
updatePolicy(requestParameters: UpdatePolicyApiUpdatePolicyRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePolicy201Response, any>>;
|
|
4110
|
+
}
|
|
4111
|
+
/**
|
|
4112
|
+
* ValueDefinitionApi - axios parameter creator
|
|
4113
|
+
* @export
|
|
4114
|
+
*/
|
|
4115
|
+
export declare const ValueDefinitionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4116
|
+
/**
|
|
4117
|
+
* Returns a Value Definition
|
|
4118
|
+
* @summary Request a Value Definition
|
|
4119
|
+
* @param {any} securityGuideId
|
|
4120
|
+
* @param {any} id
|
|
4121
|
+
* @param {any} [xRHIDENTITY]
|
|
4122
|
+
* @param {*} [options] Override http request option.
|
|
4123
|
+
* @throws {RequiredError}
|
|
4124
|
+
*/
|
|
4125
|
+
valueDefinition: (securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4126
|
+
};
|
|
4127
|
+
/**
|
|
4128
|
+
* ValueDefinitionApi - functional programming interface
|
|
4129
|
+
* @export
|
|
4130
|
+
*/
|
|
4131
|
+
export declare const ValueDefinitionApiFp: (configuration?: Configuration) => {
|
|
4132
|
+
/**
|
|
4133
|
+
* Returns a Value Definition
|
|
4134
|
+
* @summary Request a Value Definition
|
|
4135
|
+
* @param {any} securityGuideId
|
|
4136
|
+
* @param {any} id
|
|
4137
|
+
* @param {any} [xRHIDENTITY]
|
|
4138
|
+
* @param {*} [options] Override http request option.
|
|
4139
|
+
* @throws {RequiredError}
|
|
4140
|
+
*/
|
|
4141
|
+
valueDefinition(securityGuideId: any, id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValueDefinition200Response>>;
|
|
4142
|
+
};
|
|
4143
|
+
/**
|
|
4144
|
+
* ValueDefinitionApi - factory interface
|
|
4145
|
+
* @export
|
|
4146
|
+
*/
|
|
4147
|
+
export declare const ValueDefinitionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4148
|
+
/**
|
|
4149
|
+
* Returns a Value Definition
|
|
4150
|
+
* @summary Request a Value Definition
|
|
4151
|
+
* @param {ValueDefinitionApiValueDefinitionRequest} requestParameters Request parameters.
|
|
4152
|
+
* @param {*} [options] Override http request option.
|
|
4153
|
+
* @throws {RequiredError}
|
|
4154
|
+
*/
|
|
4155
|
+
valueDefinition(requestParameters: ValueDefinitionApiValueDefinitionRequest, options?: AxiosRequestConfig): AxiosPromise<ValueDefinition200Response>;
|
|
4156
|
+
};
|
|
4157
|
+
/**
|
|
4158
|
+
* Request parameters for valueDefinition operation in ValueDefinitionApi.
|
|
4159
|
+
* @export
|
|
4160
|
+
* @interface ValueDefinitionApiValueDefinitionRequest
|
|
4161
|
+
*/
|
|
4162
|
+
export interface ValueDefinitionApiValueDefinitionRequest {
|
|
4163
|
+
/**
|
|
4164
|
+
*
|
|
4165
|
+
* @type {any}
|
|
4166
|
+
* @memberof ValueDefinitionApiValueDefinition
|
|
4167
|
+
*/
|
|
4168
|
+
readonly securityGuideId: any;
|
|
4169
|
+
/**
|
|
4170
|
+
*
|
|
4171
|
+
* @type {any}
|
|
4172
|
+
* @memberof ValueDefinitionApiValueDefinition
|
|
4173
|
+
*/
|
|
4174
|
+
readonly id: any;
|
|
4175
|
+
/**
|
|
4176
|
+
*
|
|
4177
|
+
* @type {any}
|
|
4178
|
+
* @memberof ValueDefinitionApiValueDefinition
|
|
4179
|
+
*/
|
|
4180
|
+
readonly xRHIDENTITY?: any;
|
|
4181
|
+
}
|
|
4182
|
+
/**
|
|
4183
|
+
* ValueDefinitionApi - object-oriented interface
|
|
4184
|
+
* @export
|
|
4185
|
+
* @class ValueDefinitionApi
|
|
4186
|
+
* @extends {BaseAPI}
|
|
4187
|
+
*/
|
|
4188
|
+
export declare class ValueDefinitionApi extends BaseAPI {
|
|
4189
|
+
/**
|
|
4190
|
+
* Returns a Value Definition
|
|
4191
|
+
* @summary Request a Value Definition
|
|
4192
|
+
* @param {ValueDefinitionApiValueDefinitionRequest} requestParameters Request parameters.
|
|
4193
|
+
* @param {*} [options] Override http request option.
|
|
4194
|
+
* @throws {RequiredError}
|
|
4195
|
+
* @memberof ValueDefinitionApi
|
|
4196
|
+
*/
|
|
4197
|
+
valueDefinition(requestParameters: ValueDefinitionApiValueDefinitionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ValueDefinition200Response, any>>;
|
|
4198
|
+
}
|
|
4199
|
+
/**
|
|
4200
|
+
* ValueDefinitionsApi - axios parameter creator
|
|
4201
|
+
* @export
|
|
4202
|
+
*/
|
|
4203
|
+
export declare const ValueDefinitionsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4204
|
+
/**
|
|
4205
|
+
* Lists Value Definitions
|
|
4206
|
+
* @summary Request Value Definitions
|
|
4207
|
+
* @param {any} securityGuideId
|
|
4208
|
+
* @param {any} [xRHIDENTITY]
|
|
4209
|
+
* @param {any} [limit] Number of items to return per page
|
|
4210
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
4211
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4212
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
4213
|
+
* @param {*} [options] Override http request option.
|
|
4214
|
+
* @throws {RequiredError}
|
|
4215
|
+
*/
|
|
4216
|
+
valueDefinitions: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4217
|
+
};
|
|
4218
|
+
/**
|
|
4219
|
+
* ValueDefinitionsApi - functional programming interface
|
|
4220
|
+
* @export
|
|
4221
|
+
*/
|
|
4222
|
+
export declare const ValueDefinitionsApiFp: (configuration?: Configuration) => {
|
|
4223
|
+
/**
|
|
4224
|
+
* Lists Value Definitions
|
|
4225
|
+
* @summary Request Value Definitions
|
|
4226
|
+
* @param {any} securityGuideId
|
|
4227
|
+
* @param {any} [xRHIDENTITY]
|
|
4228
|
+
* @param {any} [limit] Number of items to return per page
|
|
4229
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
4230
|
+
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4231
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
4232
|
+
* @param {*} [options] Override http request option.
|
|
4233
|
+
* @throws {RequiredError}
|
|
4234
|
+
*/
|
|
4235
|
+
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValueDefinitions200Response>>;
|
|
4236
|
+
};
|
|
4237
|
+
/**
|
|
4238
|
+
* ValueDefinitionsApi - factory interface
|
|
4239
|
+
* @export
|
|
4240
|
+
*/
|
|
4241
|
+
export declare const ValueDefinitionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4242
|
+
/**
|
|
4243
|
+
* Lists Value Definitions
|
|
4244
|
+
* @summary Request Value Definitions
|
|
4245
|
+
* @param {ValueDefinitionsApiValueDefinitionsRequest} requestParameters Request parameters.
|
|
4246
|
+
* @param {*} [options] Override http request option.
|
|
4247
|
+
* @throws {RequiredError}
|
|
4248
|
+
*/
|
|
4249
|
+
valueDefinitions(requestParameters: ValueDefinitionsApiValueDefinitionsRequest, options?: AxiosRequestConfig): AxiosPromise<ValueDefinitions200Response>;
|
|
4250
|
+
};
|
|
4251
|
+
/**
|
|
4252
|
+
* Request parameters for valueDefinitions operation in ValueDefinitionsApi.
|
|
4253
|
+
* @export
|
|
4254
|
+
* @interface ValueDefinitionsApiValueDefinitionsRequest
|
|
4255
|
+
*/
|
|
4256
|
+
export interface ValueDefinitionsApiValueDefinitionsRequest {
|
|
4257
|
+
/**
|
|
4258
|
+
*
|
|
4259
|
+
* @type {any}
|
|
4260
|
+
* @memberof ValueDefinitionsApiValueDefinitions
|
|
4261
|
+
*/
|
|
4262
|
+
readonly securityGuideId: any;
|
|
4263
|
+
/**
|
|
4264
|
+
*
|
|
4265
|
+
* @type {any}
|
|
4266
|
+
* @memberof ValueDefinitionsApiValueDefinitions
|
|
4267
|
+
*/
|
|
4268
|
+
readonly xRHIDENTITY?: any;
|
|
4269
|
+
/**
|
|
4270
|
+
* Number of items to return per page
|
|
4271
|
+
* @type {any}
|
|
4272
|
+
* @memberof ValueDefinitionsApiValueDefinitions
|
|
4273
|
+
*/
|
|
4274
|
+
readonly limit?: any;
|
|
4275
|
+
/**
|
|
4276
|
+
* Offset of first item of paginated response
|
|
4277
|
+
* @type {any}
|
|
4278
|
+
* @memberof ValueDefinitionsApiValueDefinitions
|
|
4279
|
+
*/
|
|
4280
|
+
readonly offset?: any;
|
|
4281
|
+
/**
|
|
4282
|
+
* Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4283
|
+
* @type {any}
|
|
4284
|
+
* @memberof ValueDefinitionsApiValueDefinitions
|
|
4285
|
+
*/
|
|
4286
|
+
readonly sortBy?: any;
|
|
4287
|
+
/**
|
|
4288
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
|
|
4289
|
+
* @type {any}
|
|
4290
|
+
* @memberof ValueDefinitionsApiValueDefinitions
|
|
4291
|
+
*/
|
|
4292
|
+
readonly filter?: any;
|
|
4293
|
+
}
|
|
4294
|
+
/**
|
|
4295
|
+
* ValueDefinitionsApi - object-oriented interface
|
|
4296
|
+
* @export
|
|
4297
|
+
* @class ValueDefinitionsApi
|
|
4298
|
+
* @extends {BaseAPI}
|
|
4299
|
+
*/
|
|
4300
|
+
export declare class ValueDefinitionsApi extends BaseAPI {
|
|
4301
|
+
/**
|
|
4302
|
+
* Lists Value Definitions
|
|
4303
|
+
* @summary Request Value Definitions
|
|
4304
|
+
* @param {ValueDefinitionsApiValueDefinitionsRequest} requestParameters Request parameters.
|
|
4305
|
+
* @param {*} [options] Override http request option.
|
|
4306
|
+
* @throws {RequiredError}
|
|
4307
|
+
* @memberof ValueDefinitionsApi
|
|
4308
|
+
*/
|
|
4309
|
+
valueDefinitions(requestParameters: ValueDefinitionsApiValueDefinitionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ValueDefinitions200Response, any>>;
|
|
4310
|
+
}
|