@redhat-cloud-services/compliance-client 0.1.6 → 0.2.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 +12 -0
- package/dist/AssignRule/index.d.ts +2 -2
- package/dist/AssignRule/index.js +6 -6
- package/dist/AssignRule/index.js.map +1 -1
- package/dist/AssignSystem/index.d.ts +1 -1
- package/dist/AssignSystem/index.js +6 -6
- package/dist/AssignSystem/index.js.map +1 -1
- package/dist/DeletePolicy/index.d.ts +1 -1
- package/dist/DeletePolicy/index.js +6 -6
- package/dist/DeletePolicy/index.js.map +1 -1
- package/dist/DeleteReport/index.d.ts +26 -0
- package/dist/DeleteReport/index.js +52 -0
- package/dist/DeleteReport/index.js.map +1 -0
- package/dist/Policy/index.d.ts +1 -1
- package/dist/Policy/index.js +6 -6
- package/dist/Policy/index.js.map +1 -1
- package/dist/PolicySystems/index.d.ts +1 -1
- package/dist/Profile/index.d.ts +2 -2
- package/dist/Profile/index.js +6 -6
- package/dist/Profile/index.js.map +1 -1
- package/dist/ProfileRule/index.d.ts +2 -2
- package/dist/ProfileRule/index.js +6 -6
- package/dist/ProfileRule/index.js.map +1 -1
- package/dist/Report/index.d.ts +1 -1
- package/dist/Report/index.js +6 -6
- package/dist/Report/index.js.map +1 -1
- package/dist/ReportSystems/index.d.ts +1 -1
- package/dist/ReportTestResult/index.d.ts +32 -0
- package/dist/ReportTestResult/index.js +53 -0
- package/dist/ReportTestResult/index.js.map +1 -0
- package/dist/ReportTestResults/index.d.ts +50 -0
- package/dist/ReportTestResults/index.js +64 -0
- package/dist/ReportTestResults/index.js.map +1 -0
- package/dist/Reports/index.d.ts +1 -1
- package/dist/Rule/index.d.ts +2 -2
- package/dist/Rule/index.js +6 -6
- package/dist/Rule/index.js.map +1 -1
- package/dist/RuleGroup/index.d.ts +1 -1
- package/dist/RuleGroup/index.js +6 -6
- package/dist/RuleGroup/index.js.map +1 -1
- package/dist/SecurityGuide/index.d.ts +1 -1
- package/dist/SecurityGuide/index.js +6 -6
- package/dist/SecurityGuide/index.js.map +1 -1
- package/dist/SecurityGuideRuleTree/index.d.ts +1 -1
- package/dist/SecurityGuideRuleTree/index.js +6 -6
- package/dist/SecurityGuideRuleTree/index.js.map +1 -1
- package/dist/System/index.d.ts +1 -1
- package/dist/System/index.js +6 -6
- package/dist/System/index.js.map +1 -1
- package/dist/Systems/index.d.ts +1 -1
- package/dist/Tailoring/index.d.ts +2 -2
- package/dist/Tailoring/index.js +6 -6
- package/dist/Tailoring/index.js.map +1 -1
- package/dist/TailoringFile/index.d.ts +2 -2
- package/dist/TailoringFile/index.js +6 -6
- package/dist/TailoringFile/index.js.map +1 -1
- package/dist/UnassignRule/index.d.ts +2 -2
- package/dist/UnassignRule/index.js +6 -6
- package/dist/UnassignRule/index.js.map +1 -1
- package/dist/UnassignSystem/index.d.ts +1 -1
- package/dist/UnassignSystem/index.js +6 -6
- package/dist/UnassignSystem/index.js.map +1 -1
- package/dist/UpdatePolicy/index.d.ts +1 -1
- package/dist/UpdatePolicy/index.js +6 -6
- package/dist/UpdatePolicy/index.js.map +1 -1
- package/dist/UpdateTailoring/index.d.ts +2 -2
- package/dist/UpdateTailoring/index.js +6 -6
- package/dist/UpdateTailoring/index.js.map +1 -1
- package/dist/ValueDefinition/index.d.ts +1 -1
- package/dist/ValueDefinition/index.js +6 -6
- package/dist/ValueDefinition/index.js.map +1 -1
- package/dist/api.d.ts +716 -116
- package/dist/api.js +902 -219
- package/dist/api.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +124 -4
- package/dist/types/index.js +4 -1
- package/dist/types/index.js.map +1 -1
- package/doc/interfaces/AssignRulesRequest.md +1 -1
- package/doc/interfaces/CreatePolicy201Response.md +1 -1
- package/doc/interfaces/CreatePolicy201ResponseData.md +1 -1
- package/doc/interfaces/Errors.md +1 -1
- package/doc/interfaces/Links.md +4 -4
- package/doc/interfaces/Metadata.md +5 -5
- package/doc/interfaces/Policies200Response.md +3 -3
- package/doc/interfaces/Policy.md +11 -11
- package/doc/interfaces/PolicyUpdate.md +3 -3
- package/doc/interfaces/Profile.md +6 -6
- package/doc/interfaces/Profile200Response.md +1 -1
- package/doc/interfaces/Profile200ResponseData.md +1 -1
- package/doc/interfaces/Profiles200Response.md +3 -3
- package/doc/interfaces/Report.md +229 -0
- package/doc/interfaces/Report200Response.md +27 -0
- package/doc/interfaces/Report200ResponseData.md +27 -0
- package/doc/interfaces/ReportTestResults200Response.md +57 -0
- package/doc/interfaces/Reports200Response.md +57 -0
- package/doc/interfaces/Rule.md +9 -9
- package/doc/interfaces/Rule200Response.md +1 -1
- package/doc/interfaces/Rule200ResponseData.md +1 -1
- package/doc/interfaces/RuleGroup.md +7 -7
- package/doc/interfaces/RuleGroup200Response.md +1 -1
- package/doc/interfaces/RuleGroup200ResponseData.md +1 -1
- package/doc/interfaces/RuleGroups200Response.md +3 -3
- package/doc/interfaces/Rules200Response.md +3 -3
- package/doc/interfaces/SecurityGuide.md +7 -7
- package/doc/interfaces/SecurityGuide200Response.md +1 -1
- package/doc/interfaces/SecurityGuide200ResponseData.md +1 -1
- package/doc/interfaces/SecurityGuides200Response.md +3 -3
- package/doc/interfaces/SupportedProfile.md +25 -8
- package/doc/interfaces/SupportedProfiles200Response.md +3 -3
- package/doc/interfaces/System.md +13 -13
- package/doc/interfaces/System200Response.md +1 -1
- package/doc/interfaces/System200ResponseData.md +1 -1
- package/doc/interfaces/Systems200Response.md +3 -3
- package/doc/interfaces/Tailoring.md +23 -6
- package/doc/interfaces/Tailoring200Response.md +1 -1
- package/doc/interfaces/Tailoring200ResponseData.md +1 -1
- package/doc/interfaces/TailoringFile.md +1 -1
- package/doc/interfaces/Tailorings200Response.md +3 -3
- package/doc/interfaces/TestResult.md +208 -0
- package/doc/interfaces/ValueDefinition.md +7 -7
- package/doc/interfaces/ValueDefinition200Response.md +1 -1
- package/doc/interfaces/ValueDefinition200ResponseData.md +1 -1
- package/doc/interfaces/ValueDefinitions200Response.md +3 -3
- package/doc/modules.md +371 -69
- package/package.json +2 -4
package/dist/api.d.ts
CHANGED
|
@@ -419,23 +419,29 @@ export interface Report {
|
|
|
419
419
|
*/
|
|
420
420
|
'assigned_system_count'?: any;
|
|
421
421
|
/**
|
|
422
|
-
* The number of compliant Systems
|
|
422
|
+
* The number of compliant Systems in this Report
|
|
423
423
|
* @type {any}
|
|
424
424
|
* @memberof Report
|
|
425
425
|
*/
|
|
426
426
|
'compliant_system_count'?: any;
|
|
427
427
|
/**
|
|
428
|
-
* Informs if the user has access to all the
|
|
428
|
+
* Informs if the user has access to all the Systems under the Report
|
|
429
429
|
* @type {any}
|
|
430
430
|
* @memberof Report
|
|
431
431
|
*/
|
|
432
432
|
'all_systems_exposed'?: any;
|
|
433
433
|
/**
|
|
434
|
-
* The number of unsupported Systems
|
|
434
|
+
* The number of unsupported Systems in this Report
|
|
435
435
|
* @type {any}
|
|
436
436
|
* @memberof Report
|
|
437
437
|
*/
|
|
438
438
|
'unsupported_system_count'?: any;
|
|
439
|
+
/**
|
|
440
|
+
* The number of Systems in this Report that have Test Results available
|
|
441
|
+
* @type {any}
|
|
442
|
+
* @memberof Report
|
|
443
|
+
*/
|
|
444
|
+
'reported_system_count'?: any;
|
|
439
445
|
}
|
|
440
446
|
export declare const ReportTypeEnum: {
|
|
441
447
|
readonly Report: "report";
|
|
@@ -467,6 +473,31 @@ export interface Report200ResponseData {
|
|
|
467
473
|
*/
|
|
468
474
|
'schema'?: Report;
|
|
469
475
|
}
|
|
476
|
+
/**
|
|
477
|
+
*
|
|
478
|
+
* @export
|
|
479
|
+
* @interface ReportTestResults200Response
|
|
480
|
+
*/
|
|
481
|
+
export interface ReportTestResults200Response {
|
|
482
|
+
/**
|
|
483
|
+
*
|
|
484
|
+
* @type {Metadata}
|
|
485
|
+
* @memberof ReportTestResults200Response
|
|
486
|
+
*/
|
|
487
|
+
'meta'?: Metadata;
|
|
488
|
+
/**
|
|
489
|
+
*
|
|
490
|
+
* @type {Links}
|
|
491
|
+
* @memberof ReportTestResults200Response
|
|
492
|
+
*/
|
|
493
|
+
'links'?: Links;
|
|
494
|
+
/**
|
|
495
|
+
*
|
|
496
|
+
* @type {any}
|
|
497
|
+
* @memberof ReportTestResults200Response
|
|
498
|
+
*/
|
|
499
|
+
'data'?: any;
|
|
500
|
+
}
|
|
470
501
|
/**
|
|
471
502
|
*
|
|
472
503
|
* @export
|
|
@@ -835,7 +866,7 @@ export interface SupportedProfile {
|
|
|
835
866
|
*/
|
|
836
867
|
'type'?: SupportedProfileTypeEnum;
|
|
837
868
|
/**
|
|
838
|
-
* Identificator of the Profile
|
|
869
|
+
* Identificator of the latest supported Profile
|
|
839
870
|
* @type {any}
|
|
840
871
|
* @memberof SupportedProfile
|
|
841
872
|
*/
|
|
@@ -846,6 +877,12 @@ export interface SupportedProfile {
|
|
|
846
877
|
* @memberof SupportedProfile
|
|
847
878
|
*/
|
|
848
879
|
'title'?: any;
|
|
880
|
+
/**
|
|
881
|
+
* UUID of the latest Security Guide supporting this Profile
|
|
882
|
+
* @type {any}
|
|
883
|
+
* @memberof SupportedProfile
|
|
884
|
+
*/
|
|
885
|
+
'security_guide_id'?: any;
|
|
849
886
|
/**
|
|
850
887
|
* Version of the latest Security Guide supporting this Profile
|
|
851
888
|
* @type {any}
|
|
@@ -1152,6 +1189,89 @@ export interface Tailorings200Response {
|
|
|
1152
1189
|
*/
|
|
1153
1190
|
'data'?: any;
|
|
1154
1191
|
}
|
|
1192
|
+
/**
|
|
1193
|
+
*
|
|
1194
|
+
* @export
|
|
1195
|
+
* @interface TestResult
|
|
1196
|
+
*/
|
|
1197
|
+
export interface TestResult {
|
|
1198
|
+
/**
|
|
1199
|
+
*
|
|
1200
|
+
* @type {any}
|
|
1201
|
+
* @memberof TestResult
|
|
1202
|
+
*/
|
|
1203
|
+
'id'?: any;
|
|
1204
|
+
/**
|
|
1205
|
+
*
|
|
1206
|
+
* @type {any}
|
|
1207
|
+
* @memberof TestResult
|
|
1208
|
+
*/
|
|
1209
|
+
'type'?: TestResultTypeEnum;
|
|
1210
|
+
/**
|
|
1211
|
+
* Display Name of the System
|
|
1212
|
+
* @type {any}
|
|
1213
|
+
* @memberof TestResult
|
|
1214
|
+
*/
|
|
1215
|
+
'display_name'?: any;
|
|
1216
|
+
/**
|
|
1217
|
+
*
|
|
1218
|
+
* @type {any}
|
|
1219
|
+
* @memberof TestResult
|
|
1220
|
+
*/
|
|
1221
|
+
'groups'?: any;
|
|
1222
|
+
/**
|
|
1223
|
+
*
|
|
1224
|
+
* @type {any}
|
|
1225
|
+
* @memberof TestResult
|
|
1226
|
+
*/
|
|
1227
|
+
'tags'?: any;
|
|
1228
|
+
/**
|
|
1229
|
+
* UUID of the underlying System
|
|
1230
|
+
* @type {any}
|
|
1231
|
+
* @memberof TestResult
|
|
1232
|
+
*/
|
|
1233
|
+
'system_id'?: any;
|
|
1234
|
+
/**
|
|
1235
|
+
* Major version of the Operating System
|
|
1236
|
+
* @type {any}
|
|
1237
|
+
* @memberof TestResult
|
|
1238
|
+
*/
|
|
1239
|
+
'os_major_version'?: any;
|
|
1240
|
+
/**
|
|
1241
|
+
* Minor version of the Operating System
|
|
1242
|
+
* @type {any}
|
|
1243
|
+
* @memberof TestResult
|
|
1244
|
+
*/
|
|
1245
|
+
'os_minor_version'?: any;
|
|
1246
|
+
/**
|
|
1247
|
+
* Whether the Test Result is compliant or not within a given Report.
|
|
1248
|
+
* @type {any}
|
|
1249
|
+
* @memberof TestResult
|
|
1250
|
+
*/
|
|
1251
|
+
'compliant'?: any;
|
|
1252
|
+
/**
|
|
1253
|
+
* Whether the System is supported or not by a Profile within a given Policy.
|
|
1254
|
+
* @type {any}
|
|
1255
|
+
* @memberof TestResult
|
|
1256
|
+
*/
|
|
1257
|
+
'supported'?: any;
|
|
1258
|
+
/**
|
|
1259
|
+
* Number of failed rules in the Test Result
|
|
1260
|
+
* @type {any}
|
|
1261
|
+
* @memberof TestResult
|
|
1262
|
+
*/
|
|
1263
|
+
'failed_rule_count'?: any;
|
|
1264
|
+
/**
|
|
1265
|
+
* The date when the System has been reported a Test Result for the last time.
|
|
1266
|
+
* @type {any}
|
|
1267
|
+
* @memberof TestResult
|
|
1268
|
+
*/
|
|
1269
|
+
'last_scanned'?: any;
|
|
1270
|
+
}
|
|
1271
|
+
export declare const TestResultTypeEnum: {
|
|
1272
|
+
readonly TestResult: "test_result";
|
|
1273
|
+
};
|
|
1274
|
+
export type TestResultTypeEnum = typeof TestResultTypeEnum[keyof typeof TestResultTypeEnum];
|
|
1155
1275
|
/**
|
|
1156
1276
|
*
|
|
1157
1277
|
* @export
|
|
@@ -1266,12 +1386,12 @@ export declare const AssignRuleApiAxiosParamCreator: (configuration?: Configurat
|
|
|
1266
1386
|
* @summary Assign a Rule to a Tailoring
|
|
1267
1387
|
* @param {any} policyId
|
|
1268
1388
|
* @param {any} tailoringId
|
|
1269
|
-
* @param {any}
|
|
1389
|
+
* @param {any} ruleId UUID or ref_id
|
|
1270
1390
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1271
1391
|
* @param {*} [options] Override http request option.
|
|
1272
1392
|
* @throws {RequiredError}
|
|
1273
1393
|
*/
|
|
1274
|
-
assignRule: (policyId: any, tailoringId: any,
|
|
1394
|
+
assignRule: (policyId: any, tailoringId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1275
1395
|
};
|
|
1276
1396
|
/**
|
|
1277
1397
|
* AssignRuleApi - functional programming interface
|
|
@@ -1283,12 +1403,12 @@ export declare const AssignRuleApiFp: (configuration?: Configuration) => {
|
|
|
1283
1403
|
* @summary Assign a Rule to a Tailoring
|
|
1284
1404
|
* @param {any} policyId
|
|
1285
1405
|
* @param {any} tailoringId
|
|
1286
|
-
* @param {any}
|
|
1406
|
+
* @param {any} ruleId UUID or ref_id
|
|
1287
1407
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1288
1408
|
* @param {*} [options] Override http request option.
|
|
1289
1409
|
* @throws {RequiredError}
|
|
1290
1410
|
*/
|
|
1291
|
-
assignRule(policyId: any, tailoringId: any,
|
|
1411
|
+
assignRule(policyId: any, tailoringId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1292
1412
|
};
|
|
1293
1413
|
/**
|
|
1294
1414
|
* AssignRuleApi - factory interface
|
|
@@ -1323,11 +1443,11 @@ export interface AssignRuleApiAssignRuleRequest {
|
|
|
1323
1443
|
*/
|
|
1324
1444
|
readonly tailoringId: any;
|
|
1325
1445
|
/**
|
|
1326
|
-
*
|
|
1446
|
+
* UUID or ref_id
|
|
1327
1447
|
* @type {any}
|
|
1328
1448
|
* @memberof AssignRuleApiAssignRule
|
|
1329
1449
|
*/
|
|
1330
|
-
readonly
|
|
1450
|
+
readonly ruleId: any;
|
|
1331
1451
|
/**
|
|
1332
1452
|
* For internal use only
|
|
1333
1453
|
* @type {any}
|
|
@@ -1460,13 +1580,13 @@ export declare const AssignSystemApiAxiosParamCreator: (configuration?: Configur
|
|
|
1460
1580
|
/**
|
|
1461
1581
|
* Assigns a System to a Policy
|
|
1462
1582
|
* @summary Assign a System to a Policy
|
|
1463
|
-
* @param {any}
|
|
1583
|
+
* @param {any} systemId
|
|
1464
1584
|
* @param {any} policyId
|
|
1465
1585
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1466
1586
|
* @param {*} [options] Override http request option.
|
|
1467
1587
|
* @throws {RequiredError}
|
|
1468
1588
|
*/
|
|
1469
|
-
assignSystem: (
|
|
1589
|
+
assignSystem: (systemId: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1470
1590
|
};
|
|
1471
1591
|
/**
|
|
1472
1592
|
* AssignSystemApi - functional programming interface
|
|
@@ -1476,13 +1596,13 @@ export declare const AssignSystemApiFp: (configuration?: Configuration) => {
|
|
|
1476
1596
|
/**
|
|
1477
1597
|
* Assigns a System to a Policy
|
|
1478
1598
|
* @summary Assign a System to a Policy
|
|
1479
|
-
* @param {any}
|
|
1599
|
+
* @param {any} systemId
|
|
1480
1600
|
* @param {any} policyId
|
|
1481
1601
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1482
1602
|
* @param {*} [options] Override http request option.
|
|
1483
1603
|
* @throws {RequiredError}
|
|
1484
1604
|
*/
|
|
1485
|
-
assignSystem(
|
|
1605
|
+
assignSystem(systemId: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
1486
1606
|
};
|
|
1487
1607
|
/**
|
|
1488
1608
|
* AssignSystemApi - factory interface
|
|
@@ -1509,7 +1629,7 @@ export interface AssignSystemApiAssignSystemRequest {
|
|
|
1509
1629
|
* @type {any}
|
|
1510
1630
|
* @memberof AssignSystemApiAssignSystem
|
|
1511
1631
|
*/
|
|
1512
|
-
readonly
|
|
1632
|
+
readonly systemId: any;
|
|
1513
1633
|
/**
|
|
1514
1634
|
*
|
|
1515
1635
|
* @type {any}
|
|
@@ -1720,12 +1840,12 @@ export declare const DeletePolicyApiAxiosParamCreator: (configuration?: Configur
|
|
|
1720
1840
|
/**
|
|
1721
1841
|
* Deletes a Policy
|
|
1722
1842
|
* @summary Delete a Policy
|
|
1723
|
-
* @param {any}
|
|
1843
|
+
* @param {any} policyId
|
|
1724
1844
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1725
1845
|
* @param {*} [options] Override http request option.
|
|
1726
1846
|
* @throws {RequiredError}
|
|
1727
1847
|
*/
|
|
1728
|
-
deletePolicy: (
|
|
1848
|
+
deletePolicy: (policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1729
1849
|
};
|
|
1730
1850
|
/**
|
|
1731
1851
|
* DeletePolicyApi - functional programming interface
|
|
@@ -1735,12 +1855,12 @@ export declare const DeletePolicyApiFp: (configuration?: Configuration) => {
|
|
|
1735
1855
|
/**
|
|
1736
1856
|
* Deletes a Policy
|
|
1737
1857
|
* @summary Delete a Policy
|
|
1738
|
-
* @param {any}
|
|
1858
|
+
* @param {any} policyId
|
|
1739
1859
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1740
1860
|
* @param {*} [options] Override http request option.
|
|
1741
1861
|
* @throws {RequiredError}
|
|
1742
1862
|
*/
|
|
1743
|
-
deletePolicy(
|
|
1863
|
+
deletePolicy(policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
1744
1864
|
};
|
|
1745
1865
|
/**
|
|
1746
1866
|
* DeletePolicyApi - factory interface
|
|
@@ -1767,7 +1887,7 @@ export interface DeletePolicyApiDeletePolicyRequest {
|
|
|
1767
1887
|
* @type {any}
|
|
1768
1888
|
* @memberof DeletePolicyApiDeletePolicy
|
|
1769
1889
|
*/
|
|
1770
|
-
readonly
|
|
1890
|
+
readonly policyId: any;
|
|
1771
1891
|
/**
|
|
1772
1892
|
* For internal use only
|
|
1773
1893
|
* @type {any}
|
|
@@ -1792,6 +1912,86 @@ export declare class DeletePolicyApi extends BaseAPI {
|
|
|
1792
1912
|
*/
|
|
1793
1913
|
deletePolicy(requestParameters: DeletePolicyApiDeletePolicyRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePolicy201Response, any>>;
|
|
1794
1914
|
}
|
|
1915
|
+
/**
|
|
1916
|
+
* DeleteReportApi - axios parameter creator
|
|
1917
|
+
* @export
|
|
1918
|
+
*/
|
|
1919
|
+
export declare const DeleteReportApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1920
|
+
/**
|
|
1921
|
+
* Deletes a Report results
|
|
1922
|
+
* @summary Delete a Report results
|
|
1923
|
+
* @param {any} reportId
|
|
1924
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
1925
|
+
* @param {*} [options] Override http request option.
|
|
1926
|
+
* @throws {RequiredError}
|
|
1927
|
+
*/
|
|
1928
|
+
deleteReport: (reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1929
|
+
};
|
|
1930
|
+
/**
|
|
1931
|
+
* DeleteReportApi - functional programming interface
|
|
1932
|
+
* @export
|
|
1933
|
+
*/
|
|
1934
|
+
export declare const DeleteReportApiFp: (configuration?: Configuration) => {
|
|
1935
|
+
/**
|
|
1936
|
+
* Deletes a Report results
|
|
1937
|
+
* @summary Delete a Report results
|
|
1938
|
+
* @param {any} reportId
|
|
1939
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
1940
|
+
* @param {*} [options] Override http request option.
|
|
1941
|
+
* @throws {RequiredError}
|
|
1942
|
+
*/
|
|
1943
|
+
deleteReport(reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1944
|
+
};
|
|
1945
|
+
/**
|
|
1946
|
+
* DeleteReportApi - factory interface
|
|
1947
|
+
* @export
|
|
1948
|
+
*/
|
|
1949
|
+
export declare const DeleteReportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1950
|
+
/**
|
|
1951
|
+
* Deletes a Report results
|
|
1952
|
+
* @summary Delete a Report results
|
|
1953
|
+
* @param {DeleteReportApiDeleteReportRequest} requestParameters Request parameters.
|
|
1954
|
+
* @param {*} [options] Override http request option.
|
|
1955
|
+
* @throws {RequiredError}
|
|
1956
|
+
*/
|
|
1957
|
+
deleteReport(requestParameters: DeleteReportApiDeleteReportRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
1958
|
+
};
|
|
1959
|
+
/**
|
|
1960
|
+
* Request parameters for deleteReport operation in DeleteReportApi.
|
|
1961
|
+
* @export
|
|
1962
|
+
* @interface DeleteReportApiDeleteReportRequest
|
|
1963
|
+
*/
|
|
1964
|
+
export interface DeleteReportApiDeleteReportRequest {
|
|
1965
|
+
/**
|
|
1966
|
+
*
|
|
1967
|
+
* @type {any}
|
|
1968
|
+
* @memberof DeleteReportApiDeleteReport
|
|
1969
|
+
*/
|
|
1970
|
+
readonly reportId: any;
|
|
1971
|
+
/**
|
|
1972
|
+
* For internal use only
|
|
1973
|
+
* @type {any}
|
|
1974
|
+
* @memberof DeleteReportApiDeleteReport
|
|
1975
|
+
*/
|
|
1976
|
+
readonly xRHIDENTITY?: any;
|
|
1977
|
+
}
|
|
1978
|
+
/**
|
|
1979
|
+
* DeleteReportApi - object-oriented interface
|
|
1980
|
+
* @export
|
|
1981
|
+
* @class DeleteReportApi
|
|
1982
|
+
* @extends {BaseAPI}
|
|
1983
|
+
*/
|
|
1984
|
+
export declare class DeleteReportApi extends BaseAPI {
|
|
1985
|
+
/**
|
|
1986
|
+
* Deletes a Report results
|
|
1987
|
+
* @summary Delete a Report results
|
|
1988
|
+
* @param {DeleteReportApiDeleteReportRequest} requestParameters Request parameters.
|
|
1989
|
+
* @param {*} [options] Override http request option.
|
|
1990
|
+
* @throws {RequiredError}
|
|
1991
|
+
* @memberof DeleteReportApi
|
|
1992
|
+
*/
|
|
1993
|
+
deleteReport(requestParameters: DeleteReportApiDeleteReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1994
|
+
}
|
|
1795
1995
|
/**
|
|
1796
1996
|
* PoliciesApi - axios parameter creator
|
|
1797
1997
|
* @export
|
|
@@ -1904,12 +2104,12 @@ export declare const PolicyApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1904
2104
|
/**
|
|
1905
2105
|
* Returns a Policy
|
|
1906
2106
|
* @summary Request a Policy
|
|
1907
|
-
* @param {any}
|
|
2107
|
+
* @param {any} policyId
|
|
1908
2108
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1909
2109
|
* @param {*} [options] Override http request option.
|
|
1910
2110
|
* @throws {RequiredError}
|
|
1911
2111
|
*/
|
|
1912
|
-
policy: (
|
|
2112
|
+
policy: (policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1913
2113
|
};
|
|
1914
2114
|
/**
|
|
1915
2115
|
* PolicyApi - functional programming interface
|
|
@@ -1919,12 +2119,12 @@ export declare const PolicyApiFp: (configuration?: Configuration) => {
|
|
|
1919
2119
|
/**
|
|
1920
2120
|
* Returns a Policy
|
|
1921
2121
|
* @summary Request a Policy
|
|
1922
|
-
* @param {any}
|
|
2122
|
+
* @param {any} policyId
|
|
1923
2123
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
1924
2124
|
* @param {*} [options] Override http request option.
|
|
1925
2125
|
* @throws {RequiredError}
|
|
1926
2126
|
*/
|
|
1927
|
-
policy(
|
|
2127
|
+
policy(policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
1928
2128
|
};
|
|
1929
2129
|
/**
|
|
1930
2130
|
* PolicyApi - factory interface
|
|
@@ -1951,7 +2151,7 @@ export interface PolicyApiPolicyRequest {
|
|
|
1951
2151
|
* @type {any}
|
|
1952
2152
|
* @memberof PolicyApiPolicy
|
|
1953
2153
|
*/
|
|
1954
|
-
readonly
|
|
2154
|
+
readonly policyId: any;
|
|
1955
2155
|
/**
|
|
1956
2156
|
* For internal use only
|
|
1957
2157
|
* @type {any}
|
|
@@ -1989,7 +2189,7 @@ export declare const PolicySystemsApiAxiosParamCreator: (configuration?: Configu
|
|
|
1989
2189
|
* @param {any} [limit] Number of items to return per page
|
|
1990
2190
|
* @param {any} [offset] Offset of first item of paginated response
|
|
1991
2191
|
* @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.
|
|
1992
|
-
* @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`, `os_minor_version`, and `
|
|
2192
|
+
* @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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
1993
2193
|
* @param {*} [options] Override http request option.
|
|
1994
2194
|
* @throws {RequiredError}
|
|
1995
2195
|
*/
|
|
@@ -2008,7 +2208,7 @@ export declare const PolicySystemsApiFp: (configuration?: Configuration) => {
|
|
|
2008
2208
|
* @param {any} [limit] Number of items to return per page
|
|
2009
2209
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2010
2210
|
* @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.
|
|
2011
|
-
* @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`, `os_minor_version`, and `
|
|
2211
|
+
* @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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2012
2212
|
* @param {*} [options] Override http request option.
|
|
2013
2213
|
* @throws {RequiredError}
|
|
2014
2214
|
*/
|
|
@@ -2065,7 +2265,7 @@ export interface PolicySystemsApiPolicySystemsRequest {
|
|
|
2065
2265
|
*/
|
|
2066
2266
|
readonly sortBy?: any;
|
|
2067
2267
|
/**
|
|
2068
|
-
* 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`, `os_minor_version`, and `
|
|
2268
|
+
* 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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2069
2269
|
* @type {any}
|
|
2070
2270
|
* @memberof PolicySystemsApiPolicySystems
|
|
2071
2271
|
*/
|
|
@@ -2097,12 +2297,12 @@ export declare const ProfileApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2097
2297
|
* Returns a Profile
|
|
2098
2298
|
* @summary Request a Profile
|
|
2099
2299
|
* @param {any} securityGuideId
|
|
2100
|
-
* @param {any}
|
|
2300
|
+
* @param {any} profileId UUID or ref_id
|
|
2101
2301
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2102
2302
|
* @param {*} [options] Override http request option.
|
|
2103
2303
|
* @throws {RequiredError}
|
|
2104
2304
|
*/
|
|
2105
|
-
profile: (securityGuideId: any,
|
|
2305
|
+
profile: (securityGuideId: any, profileId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2106
2306
|
};
|
|
2107
2307
|
/**
|
|
2108
2308
|
* ProfileApi - functional programming interface
|
|
@@ -2113,12 +2313,12 @@ export declare const ProfileApiFp: (configuration?: Configuration) => {
|
|
|
2113
2313
|
* Returns a Profile
|
|
2114
2314
|
* @summary Request a Profile
|
|
2115
2315
|
* @param {any} securityGuideId
|
|
2116
|
-
* @param {any}
|
|
2316
|
+
* @param {any} profileId UUID or ref_id
|
|
2117
2317
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2118
2318
|
* @param {*} [options] Override http request option.
|
|
2119
2319
|
* @throws {RequiredError}
|
|
2120
2320
|
*/
|
|
2121
|
-
profile(securityGuideId: any,
|
|
2321
|
+
profile(securityGuideId: any, profileId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Profile200Response>>;
|
|
2122
2322
|
};
|
|
2123
2323
|
/**
|
|
2124
2324
|
* ProfileApi - factory interface
|
|
@@ -2147,11 +2347,11 @@ export interface ProfileApiProfileRequest {
|
|
|
2147
2347
|
*/
|
|
2148
2348
|
readonly securityGuideId: any;
|
|
2149
2349
|
/**
|
|
2150
|
-
*
|
|
2350
|
+
* UUID or ref_id
|
|
2151
2351
|
* @type {any}
|
|
2152
2352
|
* @memberof ProfileApiProfile
|
|
2153
2353
|
*/
|
|
2154
|
-
readonly
|
|
2354
|
+
readonly profileId: any;
|
|
2155
2355
|
/**
|
|
2156
2356
|
* For internal use only
|
|
2157
2357
|
* @type {any}
|
|
@@ -2186,12 +2386,12 @@ export declare const ProfileRuleApiAxiosParamCreator: (configuration?: Configura
|
|
|
2186
2386
|
* @summary Request a Rule assigned to a Profile
|
|
2187
2387
|
* @param {any} securityGuideId
|
|
2188
2388
|
* @param {any} profileId
|
|
2189
|
-
* @param {any}
|
|
2389
|
+
* @param {any} ruleId UUID or ref_id
|
|
2190
2390
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2191
2391
|
* @param {*} [options] Override http request option.
|
|
2192
2392
|
* @throws {RequiredError}
|
|
2193
2393
|
*/
|
|
2194
|
-
profileRule: (securityGuideId: any, profileId: any,
|
|
2394
|
+
profileRule: (securityGuideId: any, profileId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2195
2395
|
};
|
|
2196
2396
|
/**
|
|
2197
2397
|
* ProfileRuleApi - functional programming interface
|
|
@@ -2203,12 +2403,12 @@ export declare const ProfileRuleApiFp: (configuration?: Configuration) => {
|
|
|
2203
2403
|
* @summary Request a Rule assigned to a Profile
|
|
2204
2404
|
* @param {any} securityGuideId
|
|
2205
2405
|
* @param {any} profileId
|
|
2206
|
-
* @param {any}
|
|
2406
|
+
* @param {any} ruleId UUID or ref_id
|
|
2207
2407
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2208
2408
|
* @param {*} [options] Override http request option.
|
|
2209
2409
|
* @throws {RequiredError}
|
|
2210
2410
|
*/
|
|
2211
|
-
profileRule(securityGuideId: any, profileId: any,
|
|
2411
|
+
profileRule(securityGuideId: any, profileId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rule200Response>>;
|
|
2212
2412
|
};
|
|
2213
2413
|
/**
|
|
2214
2414
|
* ProfileRuleApi - factory interface
|
|
@@ -2243,11 +2443,11 @@ export interface ProfileRuleApiProfileRuleRequest {
|
|
|
2243
2443
|
*/
|
|
2244
2444
|
readonly profileId: any;
|
|
2245
2445
|
/**
|
|
2246
|
-
*
|
|
2446
|
+
* UUID or ref_id
|
|
2247
2447
|
* @type {any}
|
|
2248
2448
|
* @memberof ProfileRuleApiProfileRule
|
|
2249
2449
|
*/
|
|
2250
|
-
readonly
|
|
2450
|
+
readonly ruleId: any;
|
|
2251
2451
|
/**
|
|
2252
2452
|
* For internal use only
|
|
2253
2453
|
* @type {any}
|
|
@@ -2512,12 +2712,12 @@ export declare const ReportApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2512
2712
|
/**
|
|
2513
2713
|
* Returns a Report
|
|
2514
2714
|
* @summary Request a Report
|
|
2515
|
-
* @param {any}
|
|
2715
|
+
* @param {any} reportId
|
|
2516
2716
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2517
2717
|
* @param {*} [options] Override http request option.
|
|
2518
2718
|
* @throws {RequiredError}
|
|
2519
2719
|
*/
|
|
2520
|
-
report: (
|
|
2720
|
+
report: (reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2521
2721
|
};
|
|
2522
2722
|
/**
|
|
2523
2723
|
* ReportApi - functional programming interface
|
|
@@ -2527,12 +2727,12 @@ export declare const ReportApiFp: (configuration?: Configuration) => {
|
|
|
2527
2727
|
/**
|
|
2528
2728
|
* Returns a Report
|
|
2529
2729
|
* @summary Request a Report
|
|
2530
|
-
* @param {any}
|
|
2730
|
+
* @param {any} reportId
|
|
2531
2731
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2532
2732
|
* @param {*} [options] Override http request option.
|
|
2533
2733
|
* @throws {RequiredError}
|
|
2534
2734
|
*/
|
|
2535
|
-
report(
|
|
2735
|
+
report(reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report200Response>>;
|
|
2536
2736
|
};
|
|
2537
2737
|
/**
|
|
2538
2738
|
* ReportApi - factory interface
|
|
@@ -2559,7 +2759,7 @@ export interface ReportApiReportRequest {
|
|
|
2559
2759
|
* @type {any}
|
|
2560
2760
|
* @memberof ReportApiReport
|
|
2561
2761
|
*/
|
|
2562
|
-
readonly
|
|
2762
|
+
readonly reportId: any;
|
|
2563
2763
|
/**
|
|
2564
2764
|
* For internal use only
|
|
2565
2765
|
* @type {any}
|
|
@@ -2584,6 +2784,406 @@ export declare class ReportApi extends BaseAPI {
|
|
|
2584
2784
|
*/
|
|
2585
2785
|
report(requestParameters: ReportApiReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Report200Response, any>>;
|
|
2586
2786
|
}
|
|
2787
|
+
/**
|
|
2788
|
+
* ReportSystemApi - axios parameter creator
|
|
2789
|
+
* @export
|
|
2790
|
+
*/
|
|
2791
|
+
export declare const ReportSystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2792
|
+
/**
|
|
2793
|
+
* Returns a System under a Report
|
|
2794
|
+
* @summary Request a System
|
|
2795
|
+
* @param {any} systemId
|
|
2796
|
+
* @param {any} reportId
|
|
2797
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
2798
|
+
* @param {*} [options] Override http request option.
|
|
2799
|
+
* @throws {RequiredError}
|
|
2800
|
+
*/
|
|
2801
|
+
reportSystem: (systemId: any, reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2802
|
+
};
|
|
2803
|
+
/**
|
|
2804
|
+
* ReportSystemApi - functional programming interface
|
|
2805
|
+
* @export
|
|
2806
|
+
*/
|
|
2807
|
+
export declare const ReportSystemApiFp: (configuration?: Configuration) => {
|
|
2808
|
+
/**
|
|
2809
|
+
* Returns a System under a Report
|
|
2810
|
+
* @summary Request a System
|
|
2811
|
+
* @param {any} systemId
|
|
2812
|
+
* @param {any} reportId
|
|
2813
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
2814
|
+
* @param {*} [options] Override http request option.
|
|
2815
|
+
* @throws {RequiredError}
|
|
2816
|
+
*/
|
|
2817
|
+
reportSystem(systemId: any, reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
2818
|
+
};
|
|
2819
|
+
/**
|
|
2820
|
+
* ReportSystemApi - factory interface
|
|
2821
|
+
* @export
|
|
2822
|
+
*/
|
|
2823
|
+
export declare const ReportSystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2824
|
+
/**
|
|
2825
|
+
* Returns a System under a Report
|
|
2826
|
+
* @summary Request a System
|
|
2827
|
+
* @param {ReportSystemApiReportSystemRequest} requestParameters Request parameters.
|
|
2828
|
+
* @param {*} [options] Override http request option.
|
|
2829
|
+
* @throws {RequiredError}
|
|
2830
|
+
*/
|
|
2831
|
+
reportSystem(requestParameters: ReportSystemApiReportSystemRequest, options?: AxiosRequestConfig): AxiosPromise<System200Response>;
|
|
2832
|
+
};
|
|
2833
|
+
/**
|
|
2834
|
+
* Request parameters for reportSystem operation in ReportSystemApi.
|
|
2835
|
+
* @export
|
|
2836
|
+
* @interface ReportSystemApiReportSystemRequest
|
|
2837
|
+
*/
|
|
2838
|
+
export interface ReportSystemApiReportSystemRequest {
|
|
2839
|
+
/**
|
|
2840
|
+
*
|
|
2841
|
+
* @type {any}
|
|
2842
|
+
* @memberof ReportSystemApiReportSystem
|
|
2843
|
+
*/
|
|
2844
|
+
readonly systemId: any;
|
|
2845
|
+
/**
|
|
2846
|
+
*
|
|
2847
|
+
* @type {any}
|
|
2848
|
+
* @memberof ReportSystemApiReportSystem
|
|
2849
|
+
*/
|
|
2850
|
+
readonly reportId: any;
|
|
2851
|
+
/**
|
|
2852
|
+
* For internal use only
|
|
2853
|
+
* @type {any}
|
|
2854
|
+
* @memberof ReportSystemApiReportSystem
|
|
2855
|
+
*/
|
|
2856
|
+
readonly xRHIDENTITY?: any;
|
|
2857
|
+
}
|
|
2858
|
+
/**
|
|
2859
|
+
* ReportSystemApi - object-oriented interface
|
|
2860
|
+
* @export
|
|
2861
|
+
* @class ReportSystemApi
|
|
2862
|
+
* @extends {BaseAPI}
|
|
2863
|
+
*/
|
|
2864
|
+
export declare class ReportSystemApi extends BaseAPI {
|
|
2865
|
+
/**
|
|
2866
|
+
* Returns a System under a Report
|
|
2867
|
+
* @summary Request a System
|
|
2868
|
+
* @param {ReportSystemApiReportSystemRequest} requestParameters Request parameters.
|
|
2869
|
+
* @param {*} [options] Override http request option.
|
|
2870
|
+
* @throws {RequiredError}
|
|
2871
|
+
* @memberof ReportSystemApi
|
|
2872
|
+
*/
|
|
2873
|
+
reportSystem(requestParameters: ReportSystemApiReportSystemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<System200Response, any>>;
|
|
2874
|
+
}
|
|
2875
|
+
/**
|
|
2876
|
+
* ReportSystemsApi - axios parameter creator
|
|
2877
|
+
* @export
|
|
2878
|
+
*/
|
|
2879
|
+
export declare const ReportSystemsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2880
|
+
/**
|
|
2881
|
+
* Lists Systems assigned to a Report
|
|
2882
|
+
* @summary Request Systems assigned to a Report
|
|
2883
|
+
* @param {any} reportId
|
|
2884
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
2885
|
+
* @param {any} [limit] Number of items to return per page
|
|
2886
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2887
|
+
* @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.
|
|
2888
|
+
* @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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2889
|
+
* @param {*} [options] Override http request option.
|
|
2890
|
+
* @throws {RequiredError}
|
|
2891
|
+
*/
|
|
2892
|
+
reportSystems: (reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2893
|
+
};
|
|
2894
|
+
/**
|
|
2895
|
+
* ReportSystemsApi - functional programming interface
|
|
2896
|
+
* @export
|
|
2897
|
+
*/
|
|
2898
|
+
export declare const ReportSystemsApiFp: (configuration?: Configuration) => {
|
|
2899
|
+
/**
|
|
2900
|
+
* Lists Systems assigned to a Report
|
|
2901
|
+
* @summary Request Systems assigned to a Report
|
|
2902
|
+
* @param {any} reportId
|
|
2903
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
2904
|
+
* @param {any} [limit] Number of items to return per page
|
|
2905
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
2906
|
+
* @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.
|
|
2907
|
+
* @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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2908
|
+
* @param {*} [options] Override http request option.
|
|
2909
|
+
* @throws {RequiredError}
|
|
2910
|
+
*/
|
|
2911
|
+
reportSystems(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
2912
|
+
};
|
|
2913
|
+
/**
|
|
2914
|
+
* ReportSystemsApi - factory interface
|
|
2915
|
+
* @export
|
|
2916
|
+
*/
|
|
2917
|
+
export declare const ReportSystemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
2918
|
+
/**
|
|
2919
|
+
* Lists Systems assigned to a Report
|
|
2920
|
+
* @summary Request Systems assigned to a Report
|
|
2921
|
+
* @param {ReportSystemsApiReportSystemsRequest} requestParameters Request parameters.
|
|
2922
|
+
* @param {*} [options] Override http request option.
|
|
2923
|
+
* @throws {RequiredError}
|
|
2924
|
+
*/
|
|
2925
|
+
reportSystems(requestParameters: ReportSystemsApiReportSystemsRequest, options?: AxiosRequestConfig): AxiosPromise<Systems200Response>;
|
|
2926
|
+
};
|
|
2927
|
+
/**
|
|
2928
|
+
* Request parameters for reportSystems operation in ReportSystemsApi.
|
|
2929
|
+
* @export
|
|
2930
|
+
* @interface ReportSystemsApiReportSystemsRequest
|
|
2931
|
+
*/
|
|
2932
|
+
export interface ReportSystemsApiReportSystemsRequest {
|
|
2933
|
+
/**
|
|
2934
|
+
*
|
|
2935
|
+
* @type {any}
|
|
2936
|
+
* @memberof ReportSystemsApiReportSystems
|
|
2937
|
+
*/
|
|
2938
|
+
readonly reportId: any;
|
|
2939
|
+
/**
|
|
2940
|
+
* For internal use only
|
|
2941
|
+
* @type {any}
|
|
2942
|
+
* @memberof ReportSystemsApiReportSystems
|
|
2943
|
+
*/
|
|
2944
|
+
readonly xRHIDENTITY?: any;
|
|
2945
|
+
/**
|
|
2946
|
+
* Number of items to return per page
|
|
2947
|
+
* @type {any}
|
|
2948
|
+
* @memberof ReportSystemsApiReportSystems
|
|
2949
|
+
*/
|
|
2950
|
+
readonly limit?: any;
|
|
2951
|
+
/**
|
|
2952
|
+
* Offset of first item of paginated response
|
|
2953
|
+
* @type {any}
|
|
2954
|
+
* @memberof ReportSystemsApiReportSystems
|
|
2955
|
+
*/
|
|
2956
|
+
readonly offset?: any;
|
|
2957
|
+
/**
|
|
2958
|
+
* 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.
|
|
2959
|
+
* @type {any}
|
|
2960
|
+
* @memberof ReportSystemsApiReportSystems
|
|
2961
|
+
*/
|
|
2962
|
+
readonly sortBy?: any;
|
|
2963
|
+
/**
|
|
2964
|
+
* 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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2965
|
+
* @type {any}
|
|
2966
|
+
* @memberof ReportSystemsApiReportSystems
|
|
2967
|
+
*/
|
|
2968
|
+
readonly filter?: any;
|
|
2969
|
+
}
|
|
2970
|
+
/**
|
|
2971
|
+
* ReportSystemsApi - object-oriented interface
|
|
2972
|
+
* @export
|
|
2973
|
+
* @class ReportSystemsApi
|
|
2974
|
+
* @extends {BaseAPI}
|
|
2975
|
+
*/
|
|
2976
|
+
export declare class ReportSystemsApi extends BaseAPI {
|
|
2977
|
+
/**
|
|
2978
|
+
* Lists Systems assigned to a Report
|
|
2979
|
+
* @summary Request Systems assigned to a Report
|
|
2980
|
+
* @param {ReportSystemsApiReportSystemsRequest} requestParameters Request parameters.
|
|
2981
|
+
* @param {*} [options] Override http request option.
|
|
2982
|
+
* @throws {RequiredError}
|
|
2983
|
+
* @memberof ReportSystemsApi
|
|
2984
|
+
*/
|
|
2985
|
+
reportSystems(requestParameters: ReportSystemsApiReportSystemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
2986
|
+
}
|
|
2987
|
+
/**
|
|
2988
|
+
* ReportTestResultApi - axios parameter creator
|
|
2989
|
+
* @export
|
|
2990
|
+
*/
|
|
2991
|
+
export declare const ReportTestResultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
2992
|
+
/**
|
|
2993
|
+
* Returns a Test Result under a Report
|
|
2994
|
+
* @summary Request a Test Result
|
|
2995
|
+
* @param {any} testResultId
|
|
2996
|
+
* @param {any} reportId
|
|
2997
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
2998
|
+
* @param {*} [options] Override http request option.
|
|
2999
|
+
* @throws {RequiredError}
|
|
3000
|
+
*/
|
|
3001
|
+
reportTestResult: (testResultId: any, reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3002
|
+
};
|
|
3003
|
+
/**
|
|
3004
|
+
* ReportTestResultApi - functional programming interface
|
|
3005
|
+
* @export
|
|
3006
|
+
*/
|
|
3007
|
+
export declare const ReportTestResultApiFp: (configuration?: Configuration) => {
|
|
3008
|
+
/**
|
|
3009
|
+
* Returns a Test Result under a Report
|
|
3010
|
+
* @summary Request a Test Result
|
|
3011
|
+
* @param {any} testResultId
|
|
3012
|
+
* @param {any} reportId
|
|
3013
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
3014
|
+
* @param {*} [options] Override http request option.
|
|
3015
|
+
* @throws {RequiredError}
|
|
3016
|
+
*/
|
|
3017
|
+
reportTestResult(testResultId: any, reportId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
3018
|
+
};
|
|
3019
|
+
/**
|
|
3020
|
+
* ReportTestResultApi - factory interface
|
|
3021
|
+
* @export
|
|
3022
|
+
*/
|
|
3023
|
+
export declare const ReportTestResultApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3024
|
+
/**
|
|
3025
|
+
* Returns a Test Result under a Report
|
|
3026
|
+
* @summary Request a Test Result
|
|
3027
|
+
* @param {ReportTestResultApiReportTestResultRequest} requestParameters Request parameters.
|
|
3028
|
+
* @param {*} [options] Override http request option.
|
|
3029
|
+
* @throws {RequiredError}
|
|
3030
|
+
*/
|
|
3031
|
+
reportTestResult(requestParameters: ReportTestResultApiReportTestResultRequest, options?: AxiosRequestConfig): AxiosPromise<System200Response>;
|
|
3032
|
+
};
|
|
3033
|
+
/**
|
|
3034
|
+
* Request parameters for reportTestResult operation in ReportTestResultApi.
|
|
3035
|
+
* @export
|
|
3036
|
+
* @interface ReportTestResultApiReportTestResultRequest
|
|
3037
|
+
*/
|
|
3038
|
+
export interface ReportTestResultApiReportTestResultRequest {
|
|
3039
|
+
/**
|
|
3040
|
+
*
|
|
3041
|
+
* @type {any}
|
|
3042
|
+
* @memberof ReportTestResultApiReportTestResult
|
|
3043
|
+
*/
|
|
3044
|
+
readonly testResultId: any;
|
|
3045
|
+
/**
|
|
3046
|
+
*
|
|
3047
|
+
* @type {any}
|
|
3048
|
+
* @memberof ReportTestResultApiReportTestResult
|
|
3049
|
+
*/
|
|
3050
|
+
readonly reportId: any;
|
|
3051
|
+
/**
|
|
3052
|
+
* For internal use only
|
|
3053
|
+
* @type {any}
|
|
3054
|
+
* @memberof ReportTestResultApiReportTestResult
|
|
3055
|
+
*/
|
|
3056
|
+
readonly xRHIDENTITY?: any;
|
|
3057
|
+
}
|
|
3058
|
+
/**
|
|
3059
|
+
* ReportTestResultApi - object-oriented interface
|
|
3060
|
+
* @export
|
|
3061
|
+
* @class ReportTestResultApi
|
|
3062
|
+
* @extends {BaseAPI}
|
|
3063
|
+
*/
|
|
3064
|
+
export declare class ReportTestResultApi extends BaseAPI {
|
|
3065
|
+
/**
|
|
3066
|
+
* Returns a Test Result under a Report
|
|
3067
|
+
* @summary Request a Test Result
|
|
3068
|
+
* @param {ReportTestResultApiReportTestResultRequest} requestParameters Request parameters.
|
|
3069
|
+
* @param {*} [options] Override http request option.
|
|
3070
|
+
* @throws {RequiredError}
|
|
3071
|
+
* @memberof ReportTestResultApi
|
|
3072
|
+
*/
|
|
3073
|
+
reportTestResult(requestParameters: ReportTestResultApiReportTestResultRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<System200Response, any>>;
|
|
3074
|
+
}
|
|
3075
|
+
/**
|
|
3076
|
+
* ReportTestResultsApi - axios parameter creator
|
|
3077
|
+
* @export
|
|
3078
|
+
*/
|
|
3079
|
+
export declare const ReportTestResultsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3080
|
+
/**
|
|
3081
|
+
* Lists Test Results under a Report
|
|
3082
|
+
* @summary Request Test Results under a Report
|
|
3083
|
+
* @param {any} reportId
|
|
3084
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
3085
|
+
* @param {any} [limit] Number of items to return per page
|
|
3086
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3087
|
+
* @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.
|
|
3088
|
+
* @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>Test Results are searchable using attributes `score`, `supported`, `display_name`, `os_minor_version`, `security_guide_version`, and `compliant`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3089
|
+
* @param {*} [options] Override http request option.
|
|
3090
|
+
* @throws {RequiredError}
|
|
3091
|
+
*/
|
|
3092
|
+
reportTestResults: (reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3093
|
+
};
|
|
3094
|
+
/**
|
|
3095
|
+
* ReportTestResultsApi - functional programming interface
|
|
3096
|
+
* @export
|
|
3097
|
+
*/
|
|
3098
|
+
export declare const ReportTestResultsApiFp: (configuration?: Configuration) => {
|
|
3099
|
+
/**
|
|
3100
|
+
* Lists Test Results under a Report
|
|
3101
|
+
* @summary Request Test Results under a Report
|
|
3102
|
+
* @param {any} reportId
|
|
3103
|
+
* @param {any} [xRHIDENTITY] For internal use only
|
|
3104
|
+
* @param {any} [limit] Number of items to return per page
|
|
3105
|
+
* @param {any} [offset] Offset of first item of paginated response
|
|
3106
|
+
* @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.
|
|
3107
|
+
* @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>Test Results are searchable using attributes `score`, `supported`, `display_name`, `os_minor_version`, `security_guide_version`, and `compliant`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3108
|
+
* @param {*} [options] Override http request option.
|
|
3109
|
+
* @throws {RequiredError}
|
|
3110
|
+
*/
|
|
3111
|
+
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTestResults200Response>>;
|
|
3112
|
+
};
|
|
3113
|
+
/**
|
|
3114
|
+
* ReportTestResultsApi - factory interface
|
|
3115
|
+
* @export
|
|
3116
|
+
*/
|
|
3117
|
+
export declare const ReportTestResultsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3118
|
+
/**
|
|
3119
|
+
* Lists Test Results under a Report
|
|
3120
|
+
* @summary Request Test Results under a Report
|
|
3121
|
+
* @param {ReportTestResultsApiReportTestResultsRequest} requestParameters Request parameters.
|
|
3122
|
+
* @param {*} [options] Override http request option.
|
|
3123
|
+
* @throws {RequiredError}
|
|
3124
|
+
*/
|
|
3125
|
+
reportTestResults(requestParameters: ReportTestResultsApiReportTestResultsRequest, options?: AxiosRequestConfig): AxiosPromise<ReportTestResults200Response>;
|
|
3126
|
+
};
|
|
3127
|
+
/**
|
|
3128
|
+
* Request parameters for reportTestResults operation in ReportTestResultsApi.
|
|
3129
|
+
* @export
|
|
3130
|
+
* @interface ReportTestResultsApiReportTestResultsRequest
|
|
3131
|
+
*/
|
|
3132
|
+
export interface ReportTestResultsApiReportTestResultsRequest {
|
|
3133
|
+
/**
|
|
3134
|
+
*
|
|
3135
|
+
* @type {any}
|
|
3136
|
+
* @memberof ReportTestResultsApiReportTestResults
|
|
3137
|
+
*/
|
|
3138
|
+
readonly reportId: any;
|
|
3139
|
+
/**
|
|
3140
|
+
* For internal use only
|
|
3141
|
+
* @type {any}
|
|
3142
|
+
* @memberof ReportTestResultsApiReportTestResults
|
|
3143
|
+
*/
|
|
3144
|
+
readonly xRHIDENTITY?: any;
|
|
3145
|
+
/**
|
|
3146
|
+
* Number of items to return per page
|
|
3147
|
+
* @type {any}
|
|
3148
|
+
* @memberof ReportTestResultsApiReportTestResults
|
|
3149
|
+
*/
|
|
3150
|
+
readonly limit?: any;
|
|
3151
|
+
/**
|
|
3152
|
+
* Offset of first item of paginated response
|
|
3153
|
+
* @type {any}
|
|
3154
|
+
* @memberof ReportTestResultsApiReportTestResults
|
|
3155
|
+
*/
|
|
3156
|
+
readonly offset?: any;
|
|
3157
|
+
/**
|
|
3158
|
+
* 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.
|
|
3159
|
+
* @type {any}
|
|
3160
|
+
* @memberof ReportTestResultsApiReportTestResults
|
|
3161
|
+
*/
|
|
3162
|
+
readonly sortBy?: any;
|
|
3163
|
+
/**
|
|
3164
|
+
* 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>Test Results are searchable using attributes `score`, `supported`, `display_name`, `os_minor_version`, `security_guide_version`, and `compliant`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3165
|
+
* @type {any}
|
|
3166
|
+
* @memberof ReportTestResultsApiReportTestResults
|
|
3167
|
+
*/
|
|
3168
|
+
readonly filter?: any;
|
|
3169
|
+
}
|
|
3170
|
+
/**
|
|
3171
|
+
* ReportTestResultsApi - object-oriented interface
|
|
3172
|
+
* @export
|
|
3173
|
+
* @class ReportTestResultsApi
|
|
3174
|
+
* @extends {BaseAPI}
|
|
3175
|
+
*/
|
|
3176
|
+
export declare class ReportTestResultsApi extends BaseAPI {
|
|
3177
|
+
/**
|
|
3178
|
+
* Lists Test Results under a Report
|
|
3179
|
+
* @summary Request Test Results under a Report
|
|
3180
|
+
* @param {ReportTestResultsApiReportTestResultsRequest} requestParameters Request parameters.
|
|
3181
|
+
* @param {*} [options] Override http request option.
|
|
3182
|
+
* @throws {RequiredError}
|
|
3183
|
+
* @memberof ReportTestResultsApi
|
|
3184
|
+
*/
|
|
3185
|
+
reportTestResults(requestParameters: ReportTestResultsApiReportTestResultsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportTestResults200Response, any>>;
|
|
3186
|
+
}
|
|
2587
3187
|
/**
|
|
2588
3188
|
* ReportsApi - axios parameter creator
|
|
2589
3189
|
* @export
|
|
@@ -2596,7 +3196,7 @@ export declare const ReportsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2596
3196
|
* @param {any} [limit] Number of items to return per page
|
|
2597
3197
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2598
3198
|
* @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.
|
|
2599
|
-
* @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>Reports are searchable using attributes `title` and `
|
|
3199
|
+
* @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>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2600
3200
|
* @param {*} [options] Override http request option.
|
|
2601
3201
|
* @throws {RequiredError}
|
|
2602
3202
|
*/
|
|
@@ -2614,7 +3214,7 @@ export declare const ReportsApiFp: (configuration?: Configuration) => {
|
|
|
2614
3214
|
* @param {any} [limit] Number of items to return per page
|
|
2615
3215
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2616
3216
|
* @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.
|
|
2617
|
-
* @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>Reports are searchable using attributes `title` and `
|
|
3217
|
+
* @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>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2618
3218
|
* @param {*} [options] Override http request option.
|
|
2619
3219
|
* @throws {RequiredError}
|
|
2620
3220
|
*/
|
|
@@ -2665,7 +3265,7 @@ export interface ReportsApiReportsRequest {
|
|
|
2665
3265
|
*/
|
|
2666
3266
|
readonly sortBy?: any;
|
|
2667
3267
|
/**
|
|
2668
|
-
* 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>Reports are searchable using attributes `title` and `
|
|
3268
|
+
* 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>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2669
3269
|
* @type {any}
|
|
2670
3270
|
* @memberof ReportsApiReports
|
|
2671
3271
|
*/
|
|
@@ -2697,12 +3297,12 @@ export declare const RuleApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
2697
3297
|
* Returns a Rule
|
|
2698
3298
|
* @summary Request a Rule
|
|
2699
3299
|
* @param {any} securityGuideId
|
|
2700
|
-
* @param {any}
|
|
3300
|
+
* @param {any} ruleId UUID or ref_id
|
|
2701
3301
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2702
3302
|
* @param {*} [options] Override http request option.
|
|
2703
3303
|
* @throws {RequiredError}
|
|
2704
3304
|
*/
|
|
2705
|
-
rule: (securityGuideId: any,
|
|
3305
|
+
rule: (securityGuideId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2706
3306
|
};
|
|
2707
3307
|
/**
|
|
2708
3308
|
* RuleApi - functional programming interface
|
|
@@ -2713,12 +3313,12 @@ export declare const RuleApiFp: (configuration?: Configuration) => {
|
|
|
2713
3313
|
* Returns a Rule
|
|
2714
3314
|
* @summary Request a Rule
|
|
2715
3315
|
* @param {any} securityGuideId
|
|
2716
|
-
* @param {any}
|
|
3316
|
+
* @param {any} ruleId UUID or ref_id
|
|
2717
3317
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2718
3318
|
* @param {*} [options] Override http request option.
|
|
2719
3319
|
* @throws {RequiredError}
|
|
2720
3320
|
*/
|
|
2721
|
-
rule(securityGuideId: any,
|
|
3321
|
+
rule(securityGuideId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rule200Response>>;
|
|
2722
3322
|
};
|
|
2723
3323
|
/**
|
|
2724
3324
|
* RuleApi - factory interface
|
|
@@ -2747,11 +3347,11 @@ export interface RuleApiRuleRequest {
|
|
|
2747
3347
|
*/
|
|
2748
3348
|
readonly securityGuideId: any;
|
|
2749
3349
|
/**
|
|
2750
|
-
*
|
|
3350
|
+
* UUID or ref_id
|
|
2751
3351
|
* @type {any}
|
|
2752
3352
|
* @memberof RuleApiRule
|
|
2753
3353
|
*/
|
|
2754
|
-
readonly
|
|
3354
|
+
readonly ruleId: any;
|
|
2755
3355
|
/**
|
|
2756
3356
|
* For internal use only
|
|
2757
3357
|
* @type {any}
|
|
@@ -2785,12 +3385,12 @@ export declare const RuleGroupApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2785
3385
|
* Returns a Rule Group
|
|
2786
3386
|
* @summary Request a Rule Group
|
|
2787
3387
|
* @param {any} securityGuideId
|
|
2788
|
-
* @param {any}
|
|
3388
|
+
* @param {any} ruleGroupId
|
|
2789
3389
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2790
3390
|
* @param {*} [options] Override http request option.
|
|
2791
3391
|
* @throws {RequiredError}
|
|
2792
3392
|
*/
|
|
2793
|
-
ruleGroup: (securityGuideId: any,
|
|
3393
|
+
ruleGroup: (securityGuideId: any, ruleGroupId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2794
3394
|
};
|
|
2795
3395
|
/**
|
|
2796
3396
|
* RuleGroupApi - functional programming interface
|
|
@@ -2801,12 +3401,12 @@ export declare const RuleGroupApiFp: (configuration?: Configuration) => {
|
|
|
2801
3401
|
* Returns a Rule Group
|
|
2802
3402
|
* @summary Request a Rule Group
|
|
2803
3403
|
* @param {any} securityGuideId
|
|
2804
|
-
* @param {any}
|
|
3404
|
+
* @param {any} ruleGroupId
|
|
2805
3405
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2806
3406
|
* @param {*} [options] Override http request option.
|
|
2807
3407
|
* @throws {RequiredError}
|
|
2808
3408
|
*/
|
|
2809
|
-
ruleGroup(securityGuideId: any,
|
|
3409
|
+
ruleGroup(securityGuideId: any, ruleGroupId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RuleGroup200Response>>;
|
|
2810
3410
|
};
|
|
2811
3411
|
/**
|
|
2812
3412
|
* RuleGroupApi - factory interface
|
|
@@ -2839,7 +3439,7 @@ export interface RuleGroupApiRuleGroupRequest {
|
|
|
2839
3439
|
* @type {any}
|
|
2840
3440
|
* @memberof RuleGroupApiRuleGroup
|
|
2841
3441
|
*/
|
|
2842
|
-
readonly
|
|
3442
|
+
readonly ruleGroupId: any;
|
|
2843
3443
|
/**
|
|
2844
3444
|
* For internal use only
|
|
2845
3445
|
* @type {any}
|
|
@@ -3096,12 +3696,12 @@ export declare const SecurityGuideApiAxiosParamCreator: (configuration?: Configu
|
|
|
3096
3696
|
/**
|
|
3097
3697
|
* Returns a Security Guide
|
|
3098
3698
|
* @summary Request a Security Guide
|
|
3099
|
-
* @param {any}
|
|
3699
|
+
* @param {any} securityGuideId
|
|
3100
3700
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3101
3701
|
* @param {*} [options] Override http request option.
|
|
3102
3702
|
* @throws {RequiredError}
|
|
3103
3703
|
*/
|
|
3104
|
-
securityGuide: (
|
|
3704
|
+
securityGuide: (securityGuideId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3105
3705
|
};
|
|
3106
3706
|
/**
|
|
3107
3707
|
* SecurityGuideApi - functional programming interface
|
|
@@ -3111,12 +3711,12 @@ export declare const SecurityGuideApiFp: (configuration?: Configuration) => {
|
|
|
3111
3711
|
/**
|
|
3112
3712
|
* Returns a Security Guide
|
|
3113
3713
|
* @summary Request a Security Guide
|
|
3114
|
-
* @param {any}
|
|
3714
|
+
* @param {any} securityGuideId
|
|
3115
3715
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3116
3716
|
* @param {*} [options] Override http request option.
|
|
3117
3717
|
* @throws {RequiredError}
|
|
3118
3718
|
*/
|
|
3119
|
-
securityGuide(
|
|
3719
|
+
securityGuide(securityGuideId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecurityGuide200Response>>;
|
|
3120
3720
|
};
|
|
3121
3721
|
/**
|
|
3122
3722
|
* SecurityGuideApi - factory interface
|
|
@@ -3143,7 +3743,7 @@ export interface SecurityGuideApiSecurityGuideRequest {
|
|
|
3143
3743
|
* @type {any}
|
|
3144
3744
|
* @memberof SecurityGuideApiSecurityGuide
|
|
3145
3745
|
*/
|
|
3146
|
-
readonly
|
|
3746
|
+
readonly securityGuideId: any;
|
|
3147
3747
|
/**
|
|
3148
3748
|
* For internal use only
|
|
3149
3749
|
* @type {any}
|
|
@@ -3176,12 +3776,12 @@ export declare const SecurityGuideRuleTreeApiAxiosParamCreator: (configuration?:
|
|
|
3176
3776
|
/**
|
|
3177
3777
|
* Returns the Rule Tree of a Security Guide
|
|
3178
3778
|
* @summary Request the Rule Tree of a Security Guide
|
|
3179
|
-
* @param {any}
|
|
3779
|
+
* @param {any} securityGuideId
|
|
3180
3780
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3181
3781
|
* @param {*} [options] Override http request option.
|
|
3182
3782
|
* @throws {RequiredError}
|
|
3183
3783
|
*/
|
|
3184
|
-
securityGuideRuleTree: (
|
|
3784
|
+
securityGuideRuleTree: (securityGuideId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3185
3785
|
};
|
|
3186
3786
|
/**
|
|
3187
3787
|
* SecurityGuideRuleTreeApi - functional programming interface
|
|
@@ -3191,12 +3791,12 @@ export declare const SecurityGuideRuleTreeApiFp: (configuration?: Configuration)
|
|
|
3191
3791
|
/**
|
|
3192
3792
|
* Returns the Rule Tree of a Security Guide
|
|
3193
3793
|
* @summary Request the Rule Tree of a Security Guide
|
|
3194
|
-
* @param {any}
|
|
3794
|
+
* @param {any} securityGuideId
|
|
3195
3795
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3196
3796
|
* @param {*} [options] Override http request option.
|
|
3197
3797
|
* @throws {RequiredError}
|
|
3198
3798
|
*/
|
|
3199
|
-
securityGuideRuleTree(
|
|
3799
|
+
securityGuideRuleTree(securityGuideId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
3200
3800
|
};
|
|
3201
3801
|
/**
|
|
3202
3802
|
* SecurityGuideRuleTreeApi - factory interface
|
|
@@ -3223,7 +3823,7 @@ export interface SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest {
|
|
|
3223
3823
|
* @type {any}
|
|
3224
3824
|
* @memberof SecurityGuideRuleTreeApiSecurityGuideRuleTree
|
|
3225
3825
|
*/
|
|
3226
|
-
readonly
|
|
3826
|
+
readonly securityGuideId: any;
|
|
3227
3827
|
/**
|
|
3228
3828
|
* For internal use only
|
|
3229
3829
|
* @type {any}
|
|
@@ -3464,12 +4064,12 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3464
4064
|
/**
|
|
3465
4065
|
* Returns a System
|
|
3466
4066
|
* @summary Request a System
|
|
3467
|
-
* @param {any}
|
|
4067
|
+
* @param {any} systemId
|
|
3468
4068
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3469
4069
|
* @param {*} [options] Override http request option.
|
|
3470
4070
|
* @throws {RequiredError}
|
|
3471
4071
|
*/
|
|
3472
|
-
system: (
|
|
4072
|
+
system: (systemId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3473
4073
|
};
|
|
3474
4074
|
/**
|
|
3475
4075
|
* SystemApi - functional programming interface
|
|
@@ -3479,12 +4079,12 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
3479
4079
|
/**
|
|
3480
4080
|
* Returns a System
|
|
3481
4081
|
* @summary Request a System
|
|
3482
|
-
* @param {any}
|
|
4082
|
+
* @param {any} systemId
|
|
3483
4083
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3484
4084
|
* @param {*} [options] Override http request option.
|
|
3485
4085
|
* @throws {RequiredError}
|
|
3486
4086
|
*/
|
|
3487
|
-
system(
|
|
4087
|
+
system(systemId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
3488
4088
|
};
|
|
3489
4089
|
/**
|
|
3490
4090
|
* SystemApi - factory interface
|
|
@@ -3511,7 +4111,7 @@ export interface SystemApiSystemRequest {
|
|
|
3511
4111
|
* @type {any}
|
|
3512
4112
|
* @memberof SystemApiSystem
|
|
3513
4113
|
*/
|
|
3514
|
-
readonly
|
|
4114
|
+
readonly systemId: any;
|
|
3515
4115
|
/**
|
|
3516
4116
|
* For internal use only
|
|
3517
4117
|
* @type {any}
|
|
@@ -3548,7 +4148,7 @@ export declare const SystemsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3548
4148
|
* @param {any} [limit] Number of items to return per page
|
|
3549
4149
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3550
4150
|
* @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.
|
|
3551
|
-
* @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`, `os_minor_version`, and `
|
|
4151
|
+
* @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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3552
4152
|
* @param {*} [options] Override http request option.
|
|
3553
4153
|
* @throws {RequiredError}
|
|
3554
4154
|
*/
|
|
@@ -3566,7 +4166,7 @@ export declare const SystemsApiFp: (configuration?: Configuration) => {
|
|
|
3566
4166
|
* @param {any} [limit] Number of items to return per page
|
|
3567
4167
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3568
4168
|
* @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.
|
|
3569
|
-
* @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`, `os_minor_version`, and `
|
|
4169
|
+
* @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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3570
4170
|
* @param {*} [options] Override http request option.
|
|
3571
4171
|
* @throws {RequiredError}
|
|
3572
4172
|
*/
|
|
@@ -3617,7 +4217,7 @@ export interface SystemsApiSystemsRequest {
|
|
|
3617
4217
|
*/
|
|
3618
4218
|
readonly sortBy?: any;
|
|
3619
4219
|
/**
|
|
3620
|
-
* 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`, `os_minor_version`, and `
|
|
4220
|
+
* 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`, `os_minor_version`, `assigned_or_scanned`, and `never_reported`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3621
4221
|
* @type {any}
|
|
3622
4222
|
* @memberof SystemsApiSystems
|
|
3623
4223
|
*/
|
|
@@ -3761,12 +4361,12 @@ export declare const TailoringApiAxiosParamCreator: (configuration?: Configurati
|
|
|
3761
4361
|
* Returns a Tailoring
|
|
3762
4362
|
* @summary Request a Tailoring
|
|
3763
4363
|
* @param {any} policyId
|
|
3764
|
-
* @param {any}
|
|
4364
|
+
* @param {any} tailoringId UUID or OS minor version number
|
|
3765
4365
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3766
4366
|
* @param {*} [options] Override http request option.
|
|
3767
4367
|
* @throws {RequiredError}
|
|
3768
4368
|
*/
|
|
3769
|
-
tailoring: (policyId: any,
|
|
4369
|
+
tailoring: (policyId: any, tailoringId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3770
4370
|
};
|
|
3771
4371
|
/**
|
|
3772
4372
|
* TailoringApi - functional programming interface
|
|
@@ -3777,12 +4377,12 @@ export declare const TailoringApiFp: (configuration?: Configuration) => {
|
|
|
3777
4377
|
* Returns a Tailoring
|
|
3778
4378
|
* @summary Request a Tailoring
|
|
3779
4379
|
* @param {any} policyId
|
|
3780
|
-
* @param {any}
|
|
4380
|
+
* @param {any} tailoringId UUID or OS minor version number
|
|
3781
4381
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3782
4382
|
* @param {*} [options] Override http request option.
|
|
3783
4383
|
* @throws {RequiredError}
|
|
3784
4384
|
*/
|
|
3785
|
-
tailoring(policyId: any,
|
|
4385
|
+
tailoring(policyId: any, tailoringId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailoring200Response>>;
|
|
3786
4386
|
};
|
|
3787
4387
|
/**
|
|
3788
4388
|
* TailoringApi - factory interface
|
|
@@ -3811,11 +4411,11 @@ export interface TailoringApiTailoringRequest {
|
|
|
3811
4411
|
*/
|
|
3812
4412
|
readonly policyId: any;
|
|
3813
4413
|
/**
|
|
3814
|
-
*
|
|
4414
|
+
* UUID or OS minor version number
|
|
3815
4415
|
* @type {any}
|
|
3816
4416
|
* @memberof TailoringApiTailoring
|
|
3817
4417
|
*/
|
|
3818
|
-
readonly
|
|
4418
|
+
readonly tailoringId: any;
|
|
3819
4419
|
/**
|
|
3820
4420
|
* For internal use only
|
|
3821
4421
|
* @type {any}
|
|
@@ -3849,12 +4449,12 @@ export declare const TailoringFileApiAxiosParamCreator: (configuration?: Configu
|
|
|
3849
4449
|
* Returns a Tailoring File
|
|
3850
4450
|
* @summary Request a Tailoring file
|
|
3851
4451
|
* @param {any} policyId
|
|
3852
|
-
* @param {any}
|
|
4452
|
+
* @param {any} tailoringId UUID or OS minor version number
|
|
3853
4453
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3854
4454
|
* @param {*} [options] Override http request option.
|
|
3855
4455
|
* @throws {RequiredError}
|
|
3856
4456
|
*/
|
|
3857
|
-
tailoringFile: (policyId: any,
|
|
4457
|
+
tailoringFile: (policyId: any, tailoringId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3858
4458
|
};
|
|
3859
4459
|
/**
|
|
3860
4460
|
* TailoringFileApi - functional programming interface
|
|
@@ -3865,12 +4465,12 @@ export declare const TailoringFileApiFp: (configuration?: Configuration) => {
|
|
|
3865
4465
|
* Returns a Tailoring File
|
|
3866
4466
|
* @summary Request a Tailoring file
|
|
3867
4467
|
* @param {any} policyId
|
|
3868
|
-
* @param {any}
|
|
4468
|
+
* @param {any} tailoringId UUID or OS minor version number
|
|
3869
4469
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3870
4470
|
* @param {*} [options] Override http request option.
|
|
3871
4471
|
* @throws {RequiredError}
|
|
3872
4472
|
*/
|
|
3873
|
-
tailoringFile(policyId: any,
|
|
4473
|
+
tailoringFile(policyId: any, tailoringId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TailoringFile>>;
|
|
3874
4474
|
};
|
|
3875
4475
|
/**
|
|
3876
4476
|
* TailoringFileApi - factory interface
|
|
@@ -3899,11 +4499,11 @@ export interface TailoringFileApiTailoringFileRequest {
|
|
|
3899
4499
|
*/
|
|
3900
4500
|
readonly policyId: any;
|
|
3901
4501
|
/**
|
|
3902
|
-
*
|
|
4502
|
+
* UUID or OS minor version number
|
|
3903
4503
|
* @type {any}
|
|
3904
4504
|
* @memberof TailoringFileApiTailoringFile
|
|
3905
4505
|
*/
|
|
3906
|
-
readonly
|
|
4506
|
+
readonly tailoringId: any;
|
|
3907
4507
|
/**
|
|
3908
4508
|
* For internal use only
|
|
3909
4509
|
* @type {any}
|
|
@@ -4170,12 +4770,12 @@ export declare const UnassignRuleApiAxiosParamCreator: (configuration?: Configur
|
|
|
4170
4770
|
* @summary Unassign a Rule from a Tailoring
|
|
4171
4771
|
* @param {any} policyId
|
|
4172
4772
|
* @param {any} tailoringId
|
|
4173
|
-
* @param {any}
|
|
4773
|
+
* @param {any} ruleId UUID or ref_id
|
|
4174
4774
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4175
4775
|
* @param {*} [options] Override http request option.
|
|
4176
4776
|
* @throws {RequiredError}
|
|
4177
4777
|
*/
|
|
4178
|
-
unassignRule: (policyId: any, tailoringId: any,
|
|
4778
|
+
unassignRule: (policyId: any, tailoringId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4179
4779
|
};
|
|
4180
4780
|
/**
|
|
4181
4781
|
* UnassignRuleApi - functional programming interface
|
|
@@ -4187,12 +4787,12 @@ export declare const UnassignRuleApiFp: (configuration?: Configuration) => {
|
|
|
4187
4787
|
* @summary Unassign a Rule from a Tailoring
|
|
4188
4788
|
* @param {any} policyId
|
|
4189
4789
|
* @param {any} tailoringId
|
|
4190
|
-
* @param {any}
|
|
4790
|
+
* @param {any} ruleId UUID or ref_id
|
|
4191
4791
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4192
4792
|
* @param {*} [options] Override http request option.
|
|
4193
4793
|
* @throws {RequiredError}
|
|
4194
4794
|
*/
|
|
4195
|
-
unassignRule(policyId: any, tailoringId: any,
|
|
4795
|
+
unassignRule(policyId: any, tailoringId: any, ruleId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
4196
4796
|
};
|
|
4197
4797
|
/**
|
|
4198
4798
|
* UnassignRuleApi - factory interface
|
|
@@ -4227,11 +4827,11 @@ export interface UnassignRuleApiUnassignRuleRequest {
|
|
|
4227
4827
|
*/
|
|
4228
4828
|
readonly tailoringId: any;
|
|
4229
4829
|
/**
|
|
4230
|
-
*
|
|
4830
|
+
* UUID or ref_id
|
|
4231
4831
|
* @type {any}
|
|
4232
4832
|
* @memberof UnassignRuleApiUnassignRule
|
|
4233
4833
|
*/
|
|
4234
|
-
readonly
|
|
4834
|
+
readonly ruleId: any;
|
|
4235
4835
|
/**
|
|
4236
4836
|
* For internal use only
|
|
4237
4837
|
* @type {any}
|
|
@@ -4264,13 +4864,13 @@ export declare const UnassignSystemApiAxiosParamCreator: (configuration?: Config
|
|
|
4264
4864
|
/**
|
|
4265
4865
|
* Unassigns a System from a Policy
|
|
4266
4866
|
* @summary Unassign a System from a Policy
|
|
4267
|
-
* @param {any}
|
|
4867
|
+
* @param {any} systemId
|
|
4268
4868
|
* @param {any} policyId
|
|
4269
4869
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4270
4870
|
* @param {*} [options] Override http request option.
|
|
4271
4871
|
* @throws {RequiredError}
|
|
4272
4872
|
*/
|
|
4273
|
-
unassignSystem: (
|
|
4873
|
+
unassignSystem: (systemId: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4274
4874
|
};
|
|
4275
4875
|
/**
|
|
4276
4876
|
* UnassignSystemApi - functional programming interface
|
|
@@ -4280,13 +4880,13 @@ export declare const UnassignSystemApiFp: (configuration?: Configuration) => {
|
|
|
4280
4880
|
/**
|
|
4281
4881
|
* Unassigns a System from a Policy
|
|
4282
4882
|
* @summary Unassign a System from a Policy
|
|
4283
|
-
* @param {any}
|
|
4883
|
+
* @param {any} systemId
|
|
4284
4884
|
* @param {any} policyId
|
|
4285
4885
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4286
4886
|
* @param {*} [options] Override http request option.
|
|
4287
4887
|
* @throws {RequiredError}
|
|
4288
4888
|
*/
|
|
4289
|
-
unassignSystem(
|
|
4889
|
+
unassignSystem(systemId: any, policyId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<System200Response>>;
|
|
4290
4890
|
};
|
|
4291
4891
|
/**
|
|
4292
4892
|
* UnassignSystemApi - factory interface
|
|
@@ -4313,7 +4913,7 @@ export interface UnassignSystemApiUnassignSystemRequest {
|
|
|
4313
4913
|
* @type {any}
|
|
4314
4914
|
* @memberof UnassignSystemApiUnassignSystem
|
|
4315
4915
|
*/
|
|
4316
|
-
readonly
|
|
4916
|
+
readonly systemId: any;
|
|
4317
4917
|
/**
|
|
4318
4918
|
*
|
|
4319
4919
|
* @type {any}
|
|
@@ -4352,13 +4952,13 @@ export declare const UpdatePolicyApiAxiosParamCreator: (configuration?: Configur
|
|
|
4352
4952
|
/**
|
|
4353
4953
|
* Updates a Policy with the provided attributes
|
|
4354
4954
|
* @summary Update a Policy
|
|
4355
|
-
* @param {any}
|
|
4955
|
+
* @param {any} policyId
|
|
4356
4956
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4357
4957
|
* @param {PolicyUpdate} [policyUpdate]
|
|
4358
4958
|
* @param {*} [options] Override http request option.
|
|
4359
4959
|
* @throws {RequiredError}
|
|
4360
4960
|
*/
|
|
4361
|
-
updatePolicy: (
|
|
4961
|
+
updatePolicy: (policyId: any, xRHIDENTITY?: any, policyUpdate?: PolicyUpdate, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4362
4962
|
};
|
|
4363
4963
|
/**
|
|
4364
4964
|
* UpdatePolicyApi - functional programming interface
|
|
@@ -4368,13 +4968,13 @@ export declare const UpdatePolicyApiFp: (configuration?: Configuration) => {
|
|
|
4368
4968
|
/**
|
|
4369
4969
|
* Updates a Policy with the provided attributes
|
|
4370
4970
|
* @summary Update a Policy
|
|
4371
|
-
* @param {any}
|
|
4971
|
+
* @param {any} policyId
|
|
4372
4972
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4373
4973
|
* @param {PolicyUpdate} [policyUpdate]
|
|
4374
4974
|
* @param {*} [options] Override http request option.
|
|
4375
4975
|
* @throws {RequiredError}
|
|
4376
4976
|
*/
|
|
4377
|
-
updatePolicy(
|
|
4977
|
+
updatePolicy(policyId: any, xRHIDENTITY?: any, policyUpdate?: PolicyUpdate, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePolicy201Response>>;
|
|
4378
4978
|
};
|
|
4379
4979
|
/**
|
|
4380
4980
|
* UpdatePolicyApi - factory interface
|
|
@@ -4401,7 +5001,7 @@ export interface UpdatePolicyApiUpdatePolicyRequest {
|
|
|
4401
5001
|
* @type {any}
|
|
4402
5002
|
* @memberof UpdatePolicyApiUpdatePolicy
|
|
4403
5003
|
*/
|
|
4404
|
-
readonly
|
|
5004
|
+
readonly policyId: any;
|
|
4405
5005
|
/**
|
|
4406
5006
|
* For internal use only
|
|
4407
5007
|
* @type {any}
|
|
@@ -4441,13 +5041,13 @@ export declare const UpdateTailoringApiAxiosParamCreator: (configuration?: Confi
|
|
|
4441
5041
|
* Updates a Tailoring with the provided value_overrides
|
|
4442
5042
|
* @summary Update a Tailoring
|
|
4443
5043
|
* @param {any} policyId
|
|
4444
|
-
* @param {any}
|
|
5044
|
+
* @param {any} tailoringId UUID or OS minor version number
|
|
4445
5045
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4446
5046
|
* @param {Tailoring} [tailoring]
|
|
4447
5047
|
* @param {*} [options] Override http request option.
|
|
4448
5048
|
* @throws {RequiredError}
|
|
4449
5049
|
*/
|
|
4450
|
-
updateTailoring: (policyId: any,
|
|
5050
|
+
updateTailoring: (policyId: any, tailoringId: any, xRHIDENTITY?: any, tailoring?: Tailoring, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4451
5051
|
};
|
|
4452
5052
|
/**
|
|
4453
5053
|
* UpdateTailoringApi - functional programming interface
|
|
@@ -4458,13 +5058,13 @@ export declare const UpdateTailoringApiFp: (configuration?: Configuration) => {
|
|
|
4458
5058
|
* Updates a Tailoring with the provided value_overrides
|
|
4459
5059
|
* @summary Update a Tailoring
|
|
4460
5060
|
* @param {any} policyId
|
|
4461
|
-
* @param {any}
|
|
5061
|
+
* @param {any} tailoringId UUID or OS minor version number
|
|
4462
5062
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4463
5063
|
* @param {Tailoring} [tailoring]
|
|
4464
5064
|
* @param {*} [options] Override http request option.
|
|
4465
5065
|
* @throws {RequiredError}
|
|
4466
5066
|
*/
|
|
4467
|
-
updateTailoring(policyId: any,
|
|
5067
|
+
updateTailoring(policyId: any, tailoringId: any, xRHIDENTITY?: any, tailoring?: Tailoring, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailoring200Response>>;
|
|
4468
5068
|
};
|
|
4469
5069
|
/**
|
|
4470
5070
|
* UpdateTailoringApi - factory interface
|
|
@@ -4493,11 +5093,11 @@ export interface UpdateTailoringApiUpdateTailoringRequest {
|
|
|
4493
5093
|
*/
|
|
4494
5094
|
readonly policyId: any;
|
|
4495
5095
|
/**
|
|
4496
|
-
*
|
|
5096
|
+
* UUID or OS minor version number
|
|
4497
5097
|
* @type {any}
|
|
4498
5098
|
* @memberof UpdateTailoringApiUpdateTailoring
|
|
4499
5099
|
*/
|
|
4500
|
-
readonly
|
|
5100
|
+
readonly tailoringId: any;
|
|
4501
5101
|
/**
|
|
4502
5102
|
* For internal use only
|
|
4503
5103
|
* @type {any}
|
|
@@ -4537,12 +5137,12 @@ export declare const ValueDefinitionApiAxiosParamCreator: (configuration?: Confi
|
|
|
4537
5137
|
* Returns a Value Definition
|
|
4538
5138
|
* @summary Request a Value Definition
|
|
4539
5139
|
* @param {any} securityGuideId
|
|
4540
|
-
* @param {any}
|
|
5140
|
+
* @param {any} valueDefinitionId
|
|
4541
5141
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4542
5142
|
* @param {*} [options] Override http request option.
|
|
4543
5143
|
* @throws {RequiredError}
|
|
4544
5144
|
*/
|
|
4545
|
-
valueDefinition: (securityGuideId: any,
|
|
5145
|
+
valueDefinition: (securityGuideId: any, valueDefinitionId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4546
5146
|
};
|
|
4547
5147
|
/**
|
|
4548
5148
|
* ValueDefinitionApi - functional programming interface
|
|
@@ -4553,12 +5153,12 @@ export declare const ValueDefinitionApiFp: (configuration?: Configuration) => {
|
|
|
4553
5153
|
* Returns a Value Definition
|
|
4554
5154
|
* @summary Request a Value Definition
|
|
4555
5155
|
* @param {any} securityGuideId
|
|
4556
|
-
* @param {any}
|
|
5156
|
+
* @param {any} valueDefinitionId
|
|
4557
5157
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4558
5158
|
* @param {*} [options] Override http request option.
|
|
4559
5159
|
* @throws {RequiredError}
|
|
4560
5160
|
*/
|
|
4561
|
-
valueDefinition(securityGuideId: any,
|
|
5161
|
+
valueDefinition(securityGuideId: any, valueDefinitionId: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValueDefinition200Response>>;
|
|
4562
5162
|
};
|
|
4563
5163
|
/**
|
|
4564
5164
|
* ValueDefinitionApi - factory interface
|
|
@@ -4591,7 +5191,7 @@ export interface ValueDefinitionApiValueDefinitionRequest {
|
|
|
4591
5191
|
* @type {any}
|
|
4592
5192
|
* @memberof ValueDefinitionApiValueDefinition
|
|
4593
5193
|
*/
|
|
4594
|
-
readonly
|
|
5194
|
+
readonly valueDefinitionId: any;
|
|
4595
5195
|
/**
|
|
4596
5196
|
* For internal use only
|
|
4597
5197
|
* @type {any}
|