oci-vulnerabilityscanning 2.83.0 → 2.84.2
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/lib/client.d.ts +62 -58
- package/lib/client.js +64 -58
- package/lib/client.js.map +1 -1
- package/lib/request/change-container-scan-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-container-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-container-scan-target-compartment-request.d.ts +1 -1
- package/lib/request/change-host-agent-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-cis-benchmark-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-endpoint-protection-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-port-scan-result-compartment-request.d.ts +1 -1
- package/lib/request/change-host-scan-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-host-scan-target-compartment-request.d.ts +1 -1
- package/lib/request/create-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/create-container-scan-target-request.d.ts +1 -1
- package/lib/request/create-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/create-host-scan-target-request.d.ts +1 -1
- package/lib/request/delete-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/delete-container-scan-result-request.d.ts +1 -1
- package/lib/request/delete-container-scan-target-request.d.ts +1 -1
- package/lib/request/delete-host-agent-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-cis-benchmark-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-endpoint-protection-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-port-scan-result-request.d.ts +1 -1
- package/lib/request/delete-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/delete-host-scan-target-request.d.ts +1 -1
- package/lib/request/export-host-agent-scan-result-csv-request.d.ts +1 -1
- package/lib/request/export-host-vulnerability-csv-request.d.ts +1 -1
- package/lib/request/get-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/get-container-scan-result-request.d.ts +1 -1
- package/lib/request/get-container-scan-target-request.d.ts +1 -1
- package/lib/request/get-host-agent-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-cis-benchmark-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-endpoint-protection-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-port-scan-result-request.d.ts +1 -1
- package/lib/request/get-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/get-host-scan-target-request.d.ts +1 -1
- package/lib/request/get-host-vulnerability-request.d.ts +1 -1
- package/lib/request/get-vulnerability-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-container-scan-results-request.d.ts +1 -1
- package/lib/request/list-container-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
- package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
- package/lib/request/list-host-scan-target-errors-request.d.ts +1 -1
- package/lib/request/list-host-scan-targets-request.d.ts +1 -1
- package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-vulnerability-impacted-containers-request.d.ts +1 -1
- package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-container-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-container-scan-target-request.d.ts +1 -1
- package/lib/request/update-host-scan-recipe-request.d.ts +1 -1
- package/lib/request/update-host-scan-target-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -190,6 +190,12 @@ class VulnerabilityScanningClient {
|
|
|
190
190
|
this._circuitBreaker.shutdown();
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* Close the client once it is no longer needed
|
|
195
|
+
*/
|
|
196
|
+
close() {
|
|
197
|
+
this.shutdownCircuitBreaker();
|
|
198
|
+
}
|
|
193
199
|
/**
|
|
194
200
|
* Moves a ContainerScanRecipe into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
195
201
|
*
|
|
@@ -197,7 +203,7 @@ class VulnerabilityScanningClient {
|
|
|
197
203
|
* @param ChangeContainerScanRecipeCompartmentRequest
|
|
198
204
|
* @return ChangeContainerScanRecipeCompartmentResponse
|
|
199
205
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
|
|
201
207
|
*/
|
|
202
208
|
changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest) {
|
|
203
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -255,7 +261,7 @@ class VulnerabilityScanningClient {
|
|
|
255
261
|
* @param ChangeContainerScanResultCompartmentRequest
|
|
256
262
|
* @return ChangeContainerScanResultCompartmentResponse
|
|
257
263
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
|
|
259
265
|
*/
|
|
260
266
|
changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest) {
|
|
261
267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +319,7 @@ class VulnerabilityScanningClient {
|
|
|
313
319
|
* @param ChangeContainerScanTargetCompartmentRequest
|
|
314
320
|
* @return ChangeContainerScanTargetCompartmentResponse
|
|
315
321
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
|
|
317
323
|
*/
|
|
318
324
|
changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest) {
|
|
319
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +377,7 @@ class VulnerabilityScanningClient {
|
|
|
371
377
|
* @param ChangeHostAgentScanResultCompartmentRequest
|
|
372
378
|
* @return ChangeHostAgentScanResultCompartmentResponse
|
|
373
379
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
|
|
375
381
|
*/
|
|
376
382
|
changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest) {
|
|
377
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +435,7 @@ class VulnerabilityScanningClient {
|
|
|
429
435
|
* @param ChangeHostCisBenchmarkScanResultCompartmentRequest
|
|
430
436
|
* @return ChangeHostCisBenchmarkScanResultCompartmentResponse
|
|
431
437
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
|
|
433
439
|
*/
|
|
434
440
|
changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest) {
|
|
435
441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -487,7 +493,7 @@ class VulnerabilityScanningClient {
|
|
|
487
493
|
* @param ChangeHostEndpointProtectionScanResultCompartmentRequest
|
|
488
494
|
* @return ChangeHostEndpointProtectionScanResultCompartmentResponse
|
|
489
495
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
|
|
491
497
|
*/
|
|
492
498
|
changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest) {
|
|
493
499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -545,7 +551,7 @@ class VulnerabilityScanningClient {
|
|
|
545
551
|
* @param ChangeHostPortScanResultCompartmentRequest
|
|
546
552
|
* @return ChangeHostPortScanResultCompartmentResponse
|
|
547
553
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
|
|
549
555
|
*/
|
|
550
556
|
changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest) {
|
|
551
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +609,7 @@ class VulnerabilityScanningClient {
|
|
|
603
609
|
* @param ChangeHostScanRecipeCompartmentRequest
|
|
604
610
|
* @return ChangeHostScanRecipeCompartmentResponse
|
|
605
611
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
|
|
607
613
|
*/
|
|
608
614
|
changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest) {
|
|
609
615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -661,7 +667,7 @@ class VulnerabilityScanningClient {
|
|
|
661
667
|
* @param ChangeHostScanTargetCompartmentRequest
|
|
662
668
|
* @return ChangeHostScanTargetCompartmentResponse
|
|
663
669
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
|
|
665
671
|
*/
|
|
666
672
|
changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest) {
|
|
667
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -719,7 +725,7 @@ class VulnerabilityScanningClient {
|
|
|
719
725
|
* @param CreateContainerScanRecipeRequest
|
|
720
726
|
* @return CreateContainerScanRecipeResponse
|
|
721
727
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
|
|
723
729
|
*/
|
|
724
730
|
createContainerScanRecipe(createContainerScanRecipeRequest) {
|
|
725
731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -788,7 +794,7 @@ class VulnerabilityScanningClient {
|
|
|
788
794
|
* @param CreateContainerScanTargetRequest
|
|
789
795
|
* @return CreateContainerScanTargetResponse
|
|
790
796
|
* @throws OciError when an error occurs
|
|
791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
|
|
792
798
|
*/
|
|
793
799
|
createContainerScanTarget(createContainerScanTargetRequest) {
|
|
794
800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -857,7 +863,7 @@ class VulnerabilityScanningClient {
|
|
|
857
863
|
* @param CreateHostScanRecipeRequest
|
|
858
864
|
* @return CreateHostScanRecipeResponse
|
|
859
865
|
* @throws OciError when an error occurs
|
|
860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
|
|
861
867
|
*/
|
|
862
868
|
createHostScanRecipe(createHostScanRecipeRequest) {
|
|
863
869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -926,7 +932,7 @@ class VulnerabilityScanningClient {
|
|
|
926
932
|
* @param CreateHostScanTargetRequest
|
|
927
933
|
* @return CreateHostScanTargetResponse
|
|
928
934
|
* @throws OciError when an error occurs
|
|
929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
|
|
930
936
|
*/
|
|
931
937
|
createHostScanTarget(createHostScanTargetRequest) {
|
|
932
938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +1001,7 @@ class VulnerabilityScanningClient {
|
|
|
995
1001
|
* @param DeleteContainerScanRecipeRequest
|
|
996
1002
|
* @return DeleteContainerScanRecipeResponse
|
|
997
1003
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
|
|
999
1005
|
*/
|
|
1000
1006
|
deleteContainerScanRecipe(deleteContainerScanRecipeRequest) {
|
|
1001
1007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1056,7 +1062,7 @@ class VulnerabilityScanningClient {
|
|
|
1056
1062
|
* @param DeleteContainerScanResultRequest
|
|
1057
1063
|
* @return DeleteContainerScanResultResponse
|
|
1058
1064
|
* @throws OciError when an error occurs
|
|
1059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
|
|
1060
1066
|
*/
|
|
1061
1067
|
deleteContainerScanResult(deleteContainerScanResultRequest) {
|
|
1062
1068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1117,7 +1123,7 @@ class VulnerabilityScanningClient {
|
|
|
1117
1123
|
* @param DeleteContainerScanTargetRequest
|
|
1118
1124
|
* @return DeleteContainerScanTargetResponse
|
|
1119
1125
|
* @throws OciError when an error occurs
|
|
1120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
|
|
1121
1127
|
*/
|
|
1122
1128
|
deleteContainerScanTarget(deleteContainerScanTargetRequest) {
|
|
1123
1129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1178,7 +1184,7 @@ class VulnerabilityScanningClient {
|
|
|
1178
1184
|
* @param DeleteHostAgentScanResultRequest
|
|
1179
1185
|
* @return DeleteHostAgentScanResultResponse
|
|
1180
1186
|
* @throws OciError when an error occurs
|
|
1181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
|
|
1182
1188
|
*/
|
|
1183
1189
|
deleteHostAgentScanResult(deleteHostAgentScanResultRequest) {
|
|
1184
1190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1239,7 +1245,7 @@ class VulnerabilityScanningClient {
|
|
|
1239
1245
|
* @param DeleteHostCisBenchmarkScanResultRequest
|
|
1240
1246
|
* @return DeleteHostCisBenchmarkScanResultResponse
|
|
1241
1247
|
* @throws OciError when an error occurs
|
|
1242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
|
|
1243
1249
|
*/
|
|
1244
1250
|
deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest) {
|
|
1245
1251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1300,7 +1306,7 @@ class VulnerabilityScanningClient {
|
|
|
1300
1306
|
* @param DeleteHostEndpointProtectionScanResultRequest
|
|
1301
1307
|
* @return DeleteHostEndpointProtectionScanResultResponse
|
|
1302
1308
|
* @throws OciError when an error occurs
|
|
1303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
|
|
1304
1310
|
*/
|
|
1305
1311
|
deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest) {
|
|
1306
1312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1361,7 +1367,7 @@ class VulnerabilityScanningClient {
|
|
|
1361
1367
|
* @param DeleteHostPortScanResultRequest
|
|
1362
1368
|
* @return DeleteHostPortScanResultResponse
|
|
1363
1369
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
|
|
1365
1371
|
*/
|
|
1366
1372
|
deleteHostPortScanResult(deleteHostPortScanResultRequest) {
|
|
1367
1373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1428,7 @@ class VulnerabilityScanningClient {
|
|
|
1422
1428
|
* @param DeleteHostScanRecipeRequest
|
|
1423
1429
|
* @return DeleteHostScanRecipeResponse
|
|
1424
1430
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
|
|
1426
1432
|
*/
|
|
1427
1433
|
deleteHostScanRecipe(deleteHostScanRecipeRequest) {
|
|
1428
1434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1483,7 +1489,7 @@ class VulnerabilityScanningClient {
|
|
|
1483
1489
|
* @param DeleteHostScanTargetRequest
|
|
1484
1490
|
* @return DeleteHostScanTargetResponse
|
|
1485
1491
|
* @throws OciError when an error occurs
|
|
1486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
|
|
1487
1493
|
*/
|
|
1488
1494
|
deleteHostScanTarget(deleteHostScanTargetRequest) {
|
|
1489
1495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1544,7 +1550,7 @@ class VulnerabilityScanningClient {
|
|
|
1544
1550
|
* @param ExportHostAgentScanResultCsvRequest
|
|
1545
1551
|
* @return ExportHostAgentScanResultCsvResponse
|
|
1546
1552
|
* @throws OciError when an error occurs
|
|
1547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
|
|
1548
1554
|
*/
|
|
1549
1555
|
exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest) {
|
|
1550
1556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1601,7 +1607,7 @@ class VulnerabilityScanningClient {
|
|
|
1601
1607
|
* @param ExportHostVulnerabilityCsvRequest
|
|
1602
1608
|
* @return ExportHostVulnerabilityCsvResponse
|
|
1603
1609
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
|
|
1605
1611
|
*/
|
|
1606
1612
|
exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest) {
|
|
1607
1613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1664,7 @@ class VulnerabilityScanningClient {
|
|
|
1658
1664
|
* @param GetContainerScanRecipeRequest
|
|
1659
1665
|
* @return GetContainerScanRecipeResponse
|
|
1660
1666
|
* @throws OciError when an error occurs
|
|
1661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
|
|
1662
1668
|
*/
|
|
1663
1669
|
getContainerScanRecipe(getContainerScanRecipeRequest) {
|
|
1664
1670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1722,7 +1728,7 @@ class VulnerabilityScanningClient {
|
|
|
1722
1728
|
* @param GetContainerScanResultRequest
|
|
1723
1729
|
* @return GetContainerScanResultResponse
|
|
1724
1730
|
* @throws OciError when an error occurs
|
|
1725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
|
|
1726
1732
|
*/
|
|
1727
1733
|
getContainerScanResult(getContainerScanResultRequest) {
|
|
1728
1734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1786,7 +1792,7 @@ class VulnerabilityScanningClient {
|
|
|
1786
1792
|
* @param GetContainerScanTargetRequest
|
|
1787
1793
|
* @return GetContainerScanTargetResponse
|
|
1788
1794
|
* @throws OciError when an error occurs
|
|
1789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
|
|
1790
1796
|
*/
|
|
1791
1797
|
getContainerScanTarget(getContainerScanTargetRequest) {
|
|
1792
1798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1850,7 +1856,7 @@ class VulnerabilityScanningClient {
|
|
|
1850
1856
|
* @param GetHostAgentScanResultRequest
|
|
1851
1857
|
* @return GetHostAgentScanResultResponse
|
|
1852
1858
|
* @throws OciError when an error occurs
|
|
1853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
|
|
1854
1860
|
*/
|
|
1855
1861
|
getHostAgentScanResult(getHostAgentScanResultRequest) {
|
|
1856
1862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1914,7 +1920,7 @@ class VulnerabilityScanningClient {
|
|
|
1914
1920
|
* @param GetHostCisBenchmarkScanResultRequest
|
|
1915
1921
|
* @return GetHostCisBenchmarkScanResultResponse
|
|
1916
1922
|
* @throws OciError when an error occurs
|
|
1917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
|
|
1918
1924
|
*/
|
|
1919
1925
|
getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest) {
|
|
1920
1926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1978,7 +1984,7 @@ class VulnerabilityScanningClient {
|
|
|
1978
1984
|
* @param GetHostEndpointProtectionScanResultRequest
|
|
1979
1985
|
* @return GetHostEndpointProtectionScanResultResponse
|
|
1980
1986
|
* @throws OciError when an error occurs
|
|
1981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
|
|
1982
1988
|
*/
|
|
1983
1989
|
getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest) {
|
|
1984
1990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2042,7 +2048,7 @@ class VulnerabilityScanningClient {
|
|
|
2042
2048
|
* @param GetHostPortScanResultRequest
|
|
2043
2049
|
* @return GetHostPortScanResultResponse
|
|
2044
2050
|
* @throws OciError when an error occurs
|
|
2045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
|
|
2046
2052
|
*/
|
|
2047
2053
|
getHostPortScanResult(getHostPortScanResultRequest) {
|
|
2048
2054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2106,7 +2112,7 @@ class VulnerabilityScanningClient {
|
|
|
2106
2112
|
* @param GetHostScanRecipeRequest
|
|
2107
2113
|
* @return GetHostScanRecipeResponse
|
|
2108
2114
|
* @throws OciError when an error occurs
|
|
2109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
|
|
2110
2116
|
*/
|
|
2111
2117
|
getHostScanRecipe(getHostScanRecipeRequest) {
|
|
2112
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2170,7 +2176,7 @@ class VulnerabilityScanningClient {
|
|
|
2170
2176
|
* @param GetHostScanTargetRequest
|
|
2171
2177
|
* @return GetHostScanTargetResponse
|
|
2172
2178
|
* @throws OciError when an error occurs
|
|
2173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
|
|
2174
2180
|
*/
|
|
2175
2181
|
getHostScanTarget(getHostScanTargetRequest) {
|
|
2176
2182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2234,7 +2240,7 @@ class VulnerabilityScanningClient {
|
|
|
2234
2240
|
* @param GetHostVulnerabilityRequest
|
|
2235
2241
|
* @return GetHostVulnerabilityResponse
|
|
2236
2242
|
* @throws OciError when an error occurs
|
|
2237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
|
|
2238
2244
|
*/
|
|
2239
2245
|
getHostVulnerability(getHostVulnerabilityRequest) {
|
|
2240
2246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2298,7 +2304,7 @@ class VulnerabilityScanningClient {
|
|
|
2298
2304
|
* @param GetVulnerabilityRequest
|
|
2299
2305
|
* @return GetVulnerabilityResponse
|
|
2300
2306
|
* @throws OciError when an error occurs
|
|
2301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
|
|
2302
2308
|
*/
|
|
2303
2309
|
getVulnerability(getVulnerabilityRequest) {
|
|
2304
2310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2362,7 +2368,7 @@ class VulnerabilityScanningClient {
|
|
|
2362
2368
|
* @param GetWorkRequestRequest
|
|
2363
2369
|
* @return GetWorkRequestResponse
|
|
2364
2370
|
* @throws OciError when an error occurs
|
|
2365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2366
2372
|
*/
|
|
2367
2373
|
getWorkRequest(getWorkRequestRequest) {
|
|
2368
2374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2426,7 +2432,7 @@ class VulnerabilityScanningClient {
|
|
|
2426
2432
|
* @param ListContainerScanRecipesRequest
|
|
2427
2433
|
* @return ListContainerScanRecipesResponse
|
|
2428
2434
|
* @throws OciError when an error occurs
|
|
2429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
|
|
2430
2436
|
*/
|
|
2431
2437
|
listContainerScanRecipes(listContainerScanRecipesRequest) {
|
|
2432
2438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2496,7 +2502,7 @@ class VulnerabilityScanningClient {
|
|
|
2496
2502
|
* @param ListContainerScanResultsRequest
|
|
2497
2503
|
* @return ListContainerScanResultsResponse
|
|
2498
2504
|
* @throws OciError when an error occurs
|
|
2499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
|
|
2500
2506
|
*/
|
|
2501
2507
|
listContainerScanResults(listContainerScanResultsRequest) {
|
|
2502
2508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2571,7 +2577,7 @@ class VulnerabilityScanningClient {
|
|
|
2571
2577
|
* @param ListContainerScanTargetsRequest
|
|
2572
2578
|
* @return ListContainerScanTargetsResponse
|
|
2573
2579
|
* @throws OciError when an error occurs
|
|
2574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
|
|
2575
2581
|
*/
|
|
2576
2582
|
listContainerScanTargets(listContainerScanTargetsRequest) {
|
|
2577
2583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2641,7 +2647,7 @@ class VulnerabilityScanningClient {
|
|
|
2641
2647
|
* @param ListHostAgentScanResultsRequest
|
|
2642
2648
|
* @return ListHostAgentScanResultsResponse
|
|
2643
2649
|
* @throws OciError when an error occurs
|
|
2644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
|
|
2645
2651
|
*/
|
|
2646
2652
|
listHostAgentScanResults(listHostAgentScanResultsRequest) {
|
|
2647
2653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2716,7 +2722,7 @@ class VulnerabilityScanningClient {
|
|
|
2716
2722
|
* @param ListHostCisBenchmarkScanResultsRequest
|
|
2717
2723
|
* @return ListHostCisBenchmarkScanResultsResponse
|
|
2718
2724
|
* @throws OciError when an error occurs
|
|
2719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
|
|
2720
2726
|
*/
|
|
2721
2727
|
listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest) {
|
|
2722
2728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2790,7 +2796,7 @@ class VulnerabilityScanningClient {
|
|
|
2790
2796
|
* @param ListHostEndpointProtectionScanResultsRequest
|
|
2791
2797
|
* @return ListHostEndpointProtectionScanResultsResponse
|
|
2792
2798
|
* @throws OciError when an error occurs
|
|
2793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
|
|
2794
2800
|
*/
|
|
2795
2801
|
listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest) {
|
|
2796
2802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2864,7 +2870,7 @@ class VulnerabilityScanningClient {
|
|
|
2864
2870
|
* @param ListHostPortScanResultsRequest
|
|
2865
2871
|
* @return ListHostPortScanResultsResponse
|
|
2866
2872
|
* @throws OciError when an error occurs
|
|
2867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
|
|
2868
2874
|
*/
|
|
2869
2875
|
listHostPortScanResults(listHostPortScanResultsRequest) {
|
|
2870
2876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2938,7 +2944,7 @@ class VulnerabilityScanningClient {
|
|
|
2938
2944
|
* @param ListHostScanRecipesRequest
|
|
2939
2945
|
* @return ListHostScanRecipesResponse
|
|
2940
2946
|
* @throws OciError when an error occurs
|
|
2941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
|
|
2942
2948
|
*/
|
|
2943
2949
|
listHostScanRecipes(listHostScanRecipesRequest) {
|
|
2944
2950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3008,7 +3014,7 @@ class VulnerabilityScanningClient {
|
|
|
3008
3014
|
* @param ListHostScanTargetErrorsRequest
|
|
3009
3015
|
* @return ListHostScanTargetErrorsResponse
|
|
3010
3016
|
* @throws OciError when an error occurs
|
|
3011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostScanTargetErrors.ts.html |here} to see how to use ListHostScanTargetErrors API.
|
|
3012
3018
|
*/
|
|
3013
3019
|
listHostScanTargetErrors(listHostScanTargetErrorsRequest) {
|
|
3014
3020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3079,7 +3085,7 @@ class VulnerabilityScanningClient {
|
|
|
3079
3085
|
* @param ListHostScanTargetsRequest
|
|
3080
3086
|
* @return ListHostScanTargetsResponse
|
|
3081
3087
|
* @throws OciError when an error occurs
|
|
3082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
|
|
3083
3089
|
*/
|
|
3084
3090
|
listHostScanTargets(listHostScanTargetsRequest) {
|
|
3085
3091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3149,7 +3155,7 @@ class VulnerabilityScanningClient {
|
|
|
3149
3155
|
* @param ListHostVulnerabilitiesRequest
|
|
3150
3156
|
* @return ListHostVulnerabilitiesResponse
|
|
3151
3157
|
* @throws OciError when an error occurs
|
|
3152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
|
|
3153
3159
|
*/
|
|
3154
3160
|
listHostVulnerabilities(listHostVulnerabilitiesRequest) {
|
|
3155
3161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3221,7 +3227,7 @@ class VulnerabilityScanningClient {
|
|
|
3221
3227
|
* @param ListHostVulnerabilityImpactedHostsRequest
|
|
3222
3228
|
* @return ListHostVulnerabilityImpactedHostsResponse
|
|
3223
3229
|
* @throws OciError when an error occurs
|
|
3224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
|
|
3225
3231
|
*/
|
|
3226
3232
|
listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest) {
|
|
3227
3233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3290,7 +3296,7 @@ class VulnerabilityScanningClient {
|
|
|
3290
3296
|
* @param ListVulnerabilitiesRequest
|
|
3291
3297
|
* @return ListVulnerabilitiesResponse
|
|
3292
3298
|
* @throws OciError when an error occurs
|
|
3293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
|
|
3294
3300
|
*/
|
|
3295
3301
|
listVulnerabilities(listVulnerabilitiesRequest) {
|
|
3296
3302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3362,7 +3368,7 @@ class VulnerabilityScanningClient {
|
|
|
3362
3368
|
* @param ListVulnerabilityImpactedContainersRequest
|
|
3363
3369
|
* @return ListVulnerabilityImpactedContainersResponse
|
|
3364
3370
|
* @throws OciError when an error occurs
|
|
3365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
|
|
3366
3372
|
*/
|
|
3367
3373
|
listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest) {
|
|
3368
3374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3431,7 +3437,7 @@ class VulnerabilityScanningClient {
|
|
|
3431
3437
|
* @param ListVulnerabilityImpactedHostsRequest
|
|
3432
3438
|
* @return ListVulnerabilityImpactedHostsResponse
|
|
3433
3439
|
* @throws OciError when an error occurs
|
|
3434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
|
|
3435
3441
|
*/
|
|
3436
3442
|
listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest) {
|
|
3437
3443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3500,7 +3506,7 @@ class VulnerabilityScanningClient {
|
|
|
3500
3506
|
* @param ListWorkRequestErrorsRequest
|
|
3501
3507
|
* @return ListWorkRequestErrorsResponse
|
|
3502
3508
|
* @throws OciError when an error occurs
|
|
3503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3504
3510
|
*/
|
|
3505
3511
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3506
3512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3567,7 +3573,7 @@ class VulnerabilityScanningClient {
|
|
|
3567
3573
|
* @param ListWorkRequestLogsRequest
|
|
3568
3574
|
* @return ListWorkRequestLogsResponse
|
|
3569
3575
|
* @throws OciError when an error occurs
|
|
3570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3571
3577
|
*/
|
|
3572
3578
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3573
3579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3634,7 +3640,7 @@ class VulnerabilityScanningClient {
|
|
|
3634
3640
|
* @param ListWorkRequestsRequest
|
|
3635
3641
|
* @return ListWorkRequestsResponse
|
|
3636
3642
|
* @throws OciError when an error occurs
|
|
3637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3638
3644
|
*/
|
|
3639
3645
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3640
3646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3700,7 +3706,7 @@ class VulnerabilityScanningClient {
|
|
|
3700
3706
|
* @param UpdateContainerScanRecipeRequest
|
|
3701
3707
|
* @return UpdateContainerScanRecipeResponse
|
|
3702
3708
|
* @throws OciError when an error occurs
|
|
3703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
|
|
3704
3710
|
*/
|
|
3705
3711
|
updateContainerScanRecipe(updateContainerScanRecipeRequest) {
|
|
3706
3712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3762,7 +3768,7 @@ class VulnerabilityScanningClient {
|
|
|
3762
3768
|
* @param UpdateContainerScanTargetRequest
|
|
3763
3769
|
* @return UpdateContainerScanTargetResponse
|
|
3764
3770
|
* @throws OciError when an error occurs
|
|
3765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
|
|
3766
3772
|
*/
|
|
3767
3773
|
updateContainerScanTarget(updateContainerScanTargetRequest) {
|
|
3768
3774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3824,7 +3830,7 @@ class VulnerabilityScanningClient {
|
|
|
3824
3830
|
* @param UpdateHostScanRecipeRequest
|
|
3825
3831
|
* @return UpdateHostScanRecipeResponse
|
|
3826
3832
|
* @throws OciError when an error occurs
|
|
3827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
|
|
3828
3834
|
*/
|
|
3829
3835
|
updateHostScanRecipe(updateHostScanRecipeRequest) {
|
|
3830
3836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3886,7 +3892,7 @@ class VulnerabilityScanningClient {
|
|
|
3886
3892
|
* @param UpdateHostScanTargetRequest
|
|
3887
3893
|
* @return UpdateHostScanTargetResponse
|
|
3888
3894
|
* @throws OciError when an error occurs
|
|
3889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
|
|
3890
3896
|
*/
|
|
3891
3897
|
updateHostScanTarget(updateHostScanTargetRequest) {
|
|
3892
3898
|
return __awaiter(this, void 0, void 0, function* () {
|