oci-managementagent 2.25.0 → 2.28.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/lib/client.d.ts +24 -23
- package/lib/client.js +93 -46
- package/lib/client.js.map +1 -1
- package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/deploy-plugins-request.d.ts +1 -1
- package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/get-management-agent-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-availability-histories-request.d.ts +1 -1
- package/lib/request/list-management-agent-images-request.d.ts +1 -1
- package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
- package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
- package/lib/request/list-management-agents-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/set-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
- package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
- package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/update-management-agent-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -63,6 +63,7 @@ class ManagementAgentClient {
|
|
|
63
63
|
this["_defaultHeaders"] = {};
|
|
64
64
|
this._circuitBreaker = null;
|
|
65
65
|
this._httpOptions = undefined;
|
|
66
|
+
this.targetService = "ManagementAgent";
|
|
66
67
|
const requestSigner = params.authenticationDetailsProvider
|
|
67
68
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
68
69
|
: null;
|
|
@@ -159,12 +160,14 @@ class ManagementAgentClient {
|
|
|
159
160
|
* @param CreateManagementAgentInstallKeyRequest
|
|
160
161
|
* @return CreateManagementAgentInstallKeyResponse
|
|
161
162
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
163
164
|
*/
|
|
164
165
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
|
|
165
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
166
167
|
if (this.logger)
|
|
167
168
|
this.logger.debug("Calling operation ManagementAgentClient#createManagementAgentInstallKey.");
|
|
169
|
+
const operationName = "createManagementAgentInstallKey";
|
|
170
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentInstallKey/CreateManagementAgentInstallKey";
|
|
168
171
|
const pathParams = {};
|
|
169
172
|
const queryParams = {};
|
|
170
173
|
let headerParams = {
|
|
@@ -187,7 +190,7 @@ class ManagementAgentClient {
|
|
|
187
190
|
queryParams: queryParams
|
|
188
191
|
});
|
|
189
192
|
try {
|
|
190
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
193
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
191
194
|
const sdkResponse = oci_common_2.composeResponse({
|
|
192
195
|
responseObject: {},
|
|
193
196
|
body: yield response.json(),
|
|
@@ -220,12 +223,14 @@ class ManagementAgentClient {
|
|
|
220
223
|
* @param DeleteManagementAgentRequest
|
|
221
224
|
* @return DeleteManagementAgentResponse
|
|
222
225
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
224
227
|
*/
|
|
225
228
|
deleteManagementAgent(deleteManagementAgentRequest) {
|
|
226
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
227
230
|
if (this.logger)
|
|
228
231
|
this.logger.debug("Calling operation ManagementAgentClient#deleteManagementAgent.");
|
|
232
|
+
const operationName = "deleteManagementAgent";
|
|
233
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/DeleteManagementAgent";
|
|
229
234
|
const pathParams = {
|
|
230
235
|
"{managementAgentId}": deleteManagementAgentRequest.managementAgentId
|
|
231
236
|
};
|
|
@@ -249,7 +254,7 @@ class ManagementAgentClient {
|
|
|
249
254
|
queryParams: queryParams
|
|
250
255
|
});
|
|
251
256
|
try {
|
|
252
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
257
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
253
258
|
const sdkResponse = oci_common_2.composeResponse({
|
|
254
259
|
responseObject: {},
|
|
255
260
|
responseHeaders: [
|
|
@@ -273,12 +278,14 @@ class ManagementAgentClient {
|
|
|
273
278
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
274
279
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
275
280
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
277
282
|
*/
|
|
278
283
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
|
|
279
284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
280
285
|
if (this.logger)
|
|
281
286
|
this.logger.debug("Calling operation ManagementAgentClient#deleteManagementAgentInstallKey.");
|
|
287
|
+
const operationName = "deleteManagementAgentInstallKey";
|
|
288
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentInstallKey/DeleteManagementAgentInstallKey";
|
|
282
289
|
const pathParams = {
|
|
283
290
|
"{managementAgentInstallKeyId}": deleteManagementAgentInstallKeyRequest.managementAgentInstallKeyId
|
|
284
291
|
};
|
|
@@ -302,7 +309,7 @@ class ManagementAgentClient {
|
|
|
302
309
|
queryParams: queryParams
|
|
303
310
|
});
|
|
304
311
|
try {
|
|
305
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
312
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
306
313
|
const sdkResponse = oci_common_2.composeResponse({
|
|
307
314
|
responseObject: {},
|
|
308
315
|
responseHeaders: [
|
|
@@ -326,12 +333,14 @@ class ManagementAgentClient {
|
|
|
326
333
|
* @param DeleteWorkRequestRequest
|
|
327
334
|
* @return DeleteWorkRequestResponse
|
|
328
335
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
330
337
|
*/
|
|
331
338
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
332
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
333
340
|
if (this.logger)
|
|
334
341
|
this.logger.debug("Calling operation ManagementAgentClient#deleteWorkRequest.");
|
|
342
|
+
const operationName = "deleteWorkRequest";
|
|
343
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/WorkRequest/DeleteWorkRequest";
|
|
335
344
|
const pathParams = {
|
|
336
345
|
"{workRequestId}": deleteWorkRequestRequest.workRequestId
|
|
337
346
|
};
|
|
@@ -355,7 +364,7 @@ class ManagementAgentClient {
|
|
|
355
364
|
queryParams: queryParams
|
|
356
365
|
});
|
|
357
366
|
try {
|
|
358
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
367
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
359
368
|
const sdkResponse = oci_common_2.composeResponse({
|
|
360
369
|
responseObject: {},
|
|
361
370
|
responseHeaders: [
|
|
@@ -380,12 +389,14 @@ class ManagementAgentClient {
|
|
|
380
389
|
* @param DeployPluginsRequest
|
|
381
390
|
* @return DeployPluginsResponse
|
|
382
391
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
384
393
|
*/
|
|
385
394
|
deployPlugins(deployPluginsRequest) {
|
|
386
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
387
396
|
if (this.logger)
|
|
388
397
|
this.logger.debug("Calling operation ManagementAgentClient#deployPlugins.");
|
|
398
|
+
const operationName = "deployPlugins";
|
|
399
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/DeployPlugins";
|
|
389
400
|
const pathParams = {};
|
|
390
401
|
const queryParams = {};
|
|
391
402
|
let headerParams = {
|
|
@@ -408,7 +419,7 @@ class ManagementAgentClient {
|
|
|
408
419
|
queryParams: queryParams
|
|
409
420
|
});
|
|
410
421
|
try {
|
|
411
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
422
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
412
423
|
const sdkResponse = oci_common_2.composeResponse({
|
|
413
424
|
responseObject: {},
|
|
414
425
|
responseHeaders: [
|
|
@@ -439,12 +450,14 @@ class ManagementAgentClient {
|
|
|
439
450
|
* @param GetAutoUpgradableConfigRequest
|
|
440
451
|
* @return GetAutoUpgradableConfigResponse
|
|
441
452
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
443
454
|
*/
|
|
444
455
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
|
|
445
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
446
457
|
if (this.logger)
|
|
447
458
|
this.logger.debug("Calling operation ManagementAgentClient#getAutoUpgradableConfig.");
|
|
459
|
+
const operationName = "getAutoUpgradableConfig";
|
|
460
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/GetAutoUpgradableConfig";
|
|
448
461
|
const pathParams = {};
|
|
449
462
|
const queryParams = {
|
|
450
463
|
"compartmentId": getAutoUpgradableConfigRequest.compartmentId
|
|
@@ -467,7 +480,7 @@ class ManagementAgentClient {
|
|
|
467
480
|
queryParams: queryParams
|
|
468
481
|
});
|
|
469
482
|
try {
|
|
470
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
483
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
471
484
|
const sdkResponse = oci_common_2.composeResponse({
|
|
472
485
|
responseObject: {},
|
|
473
486
|
body: yield response.json(),
|
|
@@ -495,12 +508,14 @@ class ManagementAgentClient {
|
|
|
495
508
|
* @param GetManagementAgentRequest
|
|
496
509
|
* @return GetManagementAgentResponse
|
|
497
510
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
499
512
|
*/
|
|
500
513
|
getManagementAgent(getManagementAgentRequest) {
|
|
501
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
502
515
|
if (this.logger)
|
|
503
516
|
this.logger.debug("Calling operation ManagementAgentClient#getManagementAgent.");
|
|
517
|
+
const operationName = "getManagementAgent";
|
|
518
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/GetManagementAgent";
|
|
504
519
|
const pathParams = {
|
|
505
520
|
"{managementAgentId}": getManagementAgentRequest.managementAgentId
|
|
506
521
|
};
|
|
@@ -523,7 +538,7 @@ class ManagementAgentClient {
|
|
|
523
538
|
queryParams: queryParams
|
|
524
539
|
});
|
|
525
540
|
try {
|
|
526
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
541
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
527
542
|
const sdkResponse = oci_common_2.composeResponse({
|
|
528
543
|
responseObject: {},
|
|
529
544
|
body: yield response.json(),
|
|
@@ -556,12 +571,14 @@ class ManagementAgentClient {
|
|
|
556
571
|
* @param GetManagementAgentInstallKeyRequest
|
|
557
572
|
* @return GetManagementAgentInstallKeyResponse
|
|
558
573
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
560
575
|
*/
|
|
561
576
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
|
|
562
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
563
578
|
if (this.logger)
|
|
564
579
|
this.logger.debug("Calling operation ManagementAgentClient#getManagementAgentInstallKey.");
|
|
580
|
+
const operationName = "getManagementAgentInstallKey";
|
|
581
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentInstallKey/GetManagementAgentInstallKey";
|
|
565
582
|
const pathParams = {
|
|
566
583
|
"{managementAgentInstallKeyId}": getManagementAgentInstallKeyRequest.managementAgentInstallKeyId
|
|
567
584
|
};
|
|
@@ -584,7 +601,7 @@ class ManagementAgentClient {
|
|
|
584
601
|
queryParams: queryParams
|
|
585
602
|
});
|
|
586
603
|
try {
|
|
587
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
604
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
588
605
|
const sdkResponse = oci_common_2.composeResponse({
|
|
589
606
|
responseObject: {},
|
|
590
607
|
body: yield response.json(),
|
|
@@ -618,12 +635,14 @@ class ManagementAgentClient {
|
|
|
618
635
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
619
636
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
620
637
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
622
639
|
*/
|
|
623
640
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
|
|
624
641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
625
642
|
if (this.logger)
|
|
626
643
|
this.logger.debug("Calling operation ManagementAgentClient#getManagementAgentInstallKeyContent.");
|
|
644
|
+
const operationName = "getManagementAgentInstallKeyContent";
|
|
645
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentInstallKey/GetManagementAgentInstallKeyContent";
|
|
627
646
|
const pathParams = {
|
|
628
647
|
"{managementAgentInstallKeyId}": getManagementAgentInstallKeyContentRequest.managementAgentInstallKeyId
|
|
629
648
|
};
|
|
@@ -648,7 +667,7 @@ class ManagementAgentClient {
|
|
|
648
667
|
queryParams: queryParams
|
|
649
668
|
});
|
|
650
669
|
try {
|
|
651
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
670
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
652
671
|
const sdkResponse = oci_common_2.composeResponse({
|
|
653
672
|
responseObject: {},
|
|
654
673
|
body: response.body,
|
|
@@ -685,12 +704,14 @@ class ManagementAgentClient {
|
|
|
685
704
|
* @param GetWorkRequestRequest
|
|
686
705
|
* @return GetWorkRequestResponse
|
|
687
706
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
689
708
|
*/
|
|
690
709
|
getWorkRequest(getWorkRequestRequest) {
|
|
691
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
692
711
|
if (this.logger)
|
|
693
712
|
this.logger.debug("Calling operation ManagementAgentClient#getWorkRequest.");
|
|
713
|
+
const operationName = "getWorkRequest";
|
|
714
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/WorkRequest/GetWorkRequest";
|
|
694
715
|
const pathParams = {
|
|
695
716
|
"{workRequestId}": getWorkRequestRequest.workRequestId
|
|
696
717
|
};
|
|
@@ -713,7 +734,7 @@ class ManagementAgentClient {
|
|
|
713
734
|
queryParams: queryParams
|
|
714
735
|
});
|
|
715
736
|
try {
|
|
716
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
737
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
717
738
|
const sdkResponse = oci_common_2.composeResponse({
|
|
718
739
|
responseObject: {},
|
|
719
740
|
body: yield response.json(),
|
|
@@ -751,12 +772,14 @@ class ManagementAgentClient {
|
|
|
751
772
|
* @param ListAvailabilityHistoriesRequest
|
|
752
773
|
* @return ListAvailabilityHistoriesResponse
|
|
753
774
|
* @throws OciError when an error occurs
|
|
754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
755
776
|
*/
|
|
756
777
|
listAvailabilityHistories(listAvailabilityHistoriesRequest) {
|
|
757
778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
758
779
|
if (this.logger)
|
|
759
780
|
this.logger.debug("Calling operation ManagementAgentClient#listAvailabilityHistories.");
|
|
781
|
+
const operationName = "listAvailabilityHistories";
|
|
782
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/ListAvailabilityHistories";
|
|
760
783
|
const pathParams = {
|
|
761
784
|
"{managementAgentId}": listAvailabilityHistoriesRequest.managementAgentId
|
|
762
785
|
};
|
|
@@ -786,7 +809,7 @@ class ManagementAgentClient {
|
|
|
786
809
|
queryParams: queryParams
|
|
787
810
|
});
|
|
788
811
|
try {
|
|
789
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
812
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
790
813
|
const sdkResponse = oci_common_2.composeResponse({
|
|
791
814
|
responseObject: {},
|
|
792
815
|
body: yield response.json(),
|
|
@@ -860,12 +883,14 @@ class ManagementAgentClient {
|
|
|
860
883
|
* @param ListManagementAgentImagesRequest
|
|
861
884
|
* @return ListManagementAgentImagesResponse
|
|
862
885
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
864
887
|
*/
|
|
865
888
|
listManagementAgentImages(listManagementAgentImagesRequest) {
|
|
866
889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
867
890
|
if (this.logger)
|
|
868
891
|
this.logger.debug("Calling operation ManagementAgentClient#listManagementAgentImages.");
|
|
892
|
+
const operationName = "listManagementAgentImages";
|
|
893
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentImage/ListManagementAgentImages";
|
|
869
894
|
const pathParams = {};
|
|
870
895
|
const queryParams = {
|
|
871
896
|
"compartmentId": listManagementAgentImagesRequest.compartmentId,
|
|
@@ -896,7 +921,7 @@ class ManagementAgentClient {
|
|
|
896
921
|
queryParams: queryParams
|
|
897
922
|
});
|
|
898
923
|
try {
|
|
899
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
924
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
900
925
|
const sdkResponse = oci_common_2.composeResponse({
|
|
901
926
|
responseObject: {},
|
|
902
927
|
body: yield response.json(),
|
|
@@ -970,12 +995,14 @@ class ManagementAgentClient {
|
|
|
970
995
|
* @param ListManagementAgentInstallKeysRequest
|
|
971
996
|
* @return ListManagementAgentInstallKeysResponse
|
|
972
997
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
974
999
|
*/
|
|
975
1000
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
|
|
976
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
977
1002
|
if (this.logger)
|
|
978
1003
|
this.logger.debug("Calling operation ManagementAgentClient#listManagementAgentInstallKeys.");
|
|
1004
|
+
const operationName = "listManagementAgentInstallKeys";
|
|
1005
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentInstallKey/ListManagementAgentInstallKeys";
|
|
979
1006
|
const pathParams = {};
|
|
980
1007
|
const queryParams = {
|
|
981
1008
|
"compartmentId": listManagementAgentInstallKeysRequest.compartmentId,
|
|
@@ -1005,7 +1032,7 @@ class ManagementAgentClient {
|
|
|
1005
1032
|
queryParams: queryParams
|
|
1006
1033
|
});
|
|
1007
1034
|
try {
|
|
1008
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1035
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1009
1036
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1010
1037
|
responseObject: {},
|
|
1011
1038
|
body: yield response.json(),
|
|
@@ -1079,12 +1106,14 @@ class ManagementAgentClient {
|
|
|
1079
1106
|
* @param ListManagementAgentPluginsRequest
|
|
1080
1107
|
* @return ListManagementAgentPluginsResponse
|
|
1081
1108
|
* @throws OciError when an error occurs
|
|
1082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
1083
1110
|
*/
|
|
1084
1111
|
listManagementAgentPlugins(listManagementAgentPluginsRequest) {
|
|
1085
1112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1086
1113
|
if (this.logger)
|
|
1087
1114
|
this.logger.debug("Calling operation ManagementAgentClient#listManagementAgentPlugins.");
|
|
1115
|
+
const operationName = "listManagementAgentPlugins";
|
|
1116
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentPlugin/ListManagementAgentPlugins";
|
|
1088
1117
|
const pathParams = {};
|
|
1089
1118
|
const queryParams = {
|
|
1090
1119
|
"compartmentId": listManagementAgentPluginsRequest.compartmentId,
|
|
@@ -1114,7 +1143,7 @@ class ManagementAgentClient {
|
|
|
1114
1143
|
queryParams: queryParams
|
|
1115
1144
|
});
|
|
1116
1145
|
try {
|
|
1117
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1146
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1118
1147
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1119
1148
|
responseObject: {},
|
|
1120
1149
|
body: yield response.json(),
|
|
@@ -1189,12 +1218,14 @@ class ManagementAgentClient {
|
|
|
1189
1218
|
* @param ListManagementAgentsRequest
|
|
1190
1219
|
* @return ListManagementAgentsResponse
|
|
1191
1220
|
* @throws OciError when an error occurs
|
|
1192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
1193
1222
|
*/
|
|
1194
1223
|
listManagementAgents(listManagementAgentsRequest) {
|
|
1195
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1196
1225
|
if (this.logger)
|
|
1197
1226
|
this.logger.debug("Calling operation ManagementAgentClient#listManagementAgents.");
|
|
1227
|
+
const operationName = "listManagementAgents";
|
|
1228
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/ListManagementAgents";
|
|
1198
1229
|
const pathParams = {};
|
|
1199
1230
|
const queryParams = {
|
|
1200
1231
|
"compartmentId": listManagementAgentsRequest.compartmentId,
|
|
@@ -1230,7 +1261,7 @@ class ManagementAgentClient {
|
|
|
1230
1261
|
queryParams: queryParams
|
|
1231
1262
|
});
|
|
1232
1263
|
try {
|
|
1233
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1264
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1234
1265
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1235
1266
|
responseObject: {},
|
|
1236
1267
|
body: yield response.json(),
|
|
@@ -1304,12 +1335,14 @@ class ManagementAgentClient {
|
|
|
1304
1335
|
* @param ListWorkRequestErrorsRequest
|
|
1305
1336
|
* @return ListWorkRequestErrorsResponse
|
|
1306
1337
|
* @throws OciError when an error occurs
|
|
1307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1308
1339
|
*/
|
|
1309
1340
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1310
1341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1311
1342
|
if (this.logger)
|
|
1312
1343
|
this.logger.debug("Calling operation ManagementAgentClient#listWorkRequestErrors.");
|
|
1344
|
+
const operationName = "listWorkRequestErrors";
|
|
1345
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/WorkRequestError/ListWorkRequestErrors";
|
|
1313
1346
|
const pathParams = {
|
|
1314
1347
|
"{workRequestId}": listWorkRequestErrorsRequest.workRequestId
|
|
1315
1348
|
};
|
|
@@ -1337,7 +1370,7 @@ class ManagementAgentClient {
|
|
|
1337
1370
|
queryParams: queryParams
|
|
1338
1371
|
});
|
|
1339
1372
|
try {
|
|
1340
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1373
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1341
1374
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1342
1375
|
responseObject: {},
|
|
1343
1376
|
body: yield response.json(),
|
|
@@ -1411,12 +1444,14 @@ class ManagementAgentClient {
|
|
|
1411
1444
|
* @param ListWorkRequestLogsRequest
|
|
1412
1445
|
* @return ListWorkRequestLogsResponse
|
|
1413
1446
|
* @throws OciError when an error occurs
|
|
1414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1415
1448
|
*/
|
|
1416
1449
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1417
1450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1418
1451
|
if (this.logger)
|
|
1419
1452
|
this.logger.debug("Calling operation ManagementAgentClient#listWorkRequestLogs.");
|
|
1453
|
+
const operationName = "listWorkRequestLogs";
|
|
1454
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/WorkRequestLogEntry/ListWorkRequestLogs";
|
|
1420
1455
|
const pathParams = {
|
|
1421
1456
|
"{workRequestId}": listWorkRequestLogsRequest.workRequestId
|
|
1422
1457
|
};
|
|
@@ -1444,7 +1479,7 @@ class ManagementAgentClient {
|
|
|
1444
1479
|
queryParams: queryParams
|
|
1445
1480
|
});
|
|
1446
1481
|
try {
|
|
1447
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1482
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1448
1483
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1449
1484
|
responseObject: {},
|
|
1450
1485
|
body: yield response.json(),
|
|
@@ -1518,12 +1553,14 @@ class ManagementAgentClient {
|
|
|
1518
1553
|
* @param ListWorkRequestsRequest
|
|
1519
1554
|
* @return ListWorkRequestsResponse
|
|
1520
1555
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1522
1557
|
*/
|
|
1523
1558
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1524
1559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1525
1560
|
if (this.logger)
|
|
1526
1561
|
this.logger.debug("Calling operation ManagementAgentClient#listWorkRequests.");
|
|
1562
|
+
const operationName = "listWorkRequests";
|
|
1563
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/WorkRequest/ListWorkRequests";
|
|
1527
1564
|
const pathParams = {};
|
|
1528
1565
|
const queryParams = {
|
|
1529
1566
|
"compartmentId": listWorkRequestsRequest.compartmentId,
|
|
@@ -1553,7 +1590,7 @@ class ManagementAgentClient {
|
|
|
1553
1590
|
queryParams: queryParams
|
|
1554
1591
|
});
|
|
1555
1592
|
try {
|
|
1556
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1593
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1557
1594
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1558
1595
|
responseObject: {},
|
|
1559
1596
|
body: yield response.json(),
|
|
@@ -1628,12 +1665,14 @@ class ManagementAgentClient {
|
|
|
1628
1665
|
* @param SetAutoUpgradableConfigRequest
|
|
1629
1666
|
* @return SetAutoUpgradableConfigResponse
|
|
1630
1667
|
* @throws OciError when an error occurs
|
|
1631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
1632
1669
|
*/
|
|
1633
1670
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
|
|
1634
1671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1635
1672
|
if (this.logger)
|
|
1636
1673
|
this.logger.debug("Calling operation ManagementAgentClient#setAutoUpgradableConfig.");
|
|
1674
|
+
const operationName = "setAutoUpgradableConfig";
|
|
1675
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/SetAutoUpgradableConfig";
|
|
1637
1676
|
const pathParams = {};
|
|
1638
1677
|
const queryParams = {};
|
|
1639
1678
|
let headerParams = {
|
|
@@ -1656,7 +1695,7 @@ class ManagementAgentClient {
|
|
|
1656
1695
|
queryParams: queryParams
|
|
1657
1696
|
});
|
|
1658
1697
|
try {
|
|
1659
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1698
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1660
1699
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1661
1700
|
responseObject: {},
|
|
1662
1701
|
body: yield response.json(),
|
|
@@ -1686,12 +1725,14 @@ class ManagementAgentClient {
|
|
|
1686
1725
|
* @param SummarizeManagementAgentCountsRequest
|
|
1687
1726
|
* @return SummarizeManagementAgentCountsResponse
|
|
1688
1727
|
* @throws OciError when an error occurs
|
|
1689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
1690
1729
|
*/
|
|
1691
1730
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
|
|
1692
1731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1693
1732
|
if (this.logger)
|
|
1694
1733
|
this.logger.debug("Calling operation ManagementAgentClient#summarizeManagementAgentCounts.");
|
|
1734
|
+
const operationName = "summarizeManagementAgentCounts";
|
|
1735
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/SummarizeManagementAgentCounts";
|
|
1695
1736
|
const pathParams = {};
|
|
1696
1737
|
const queryParams = {
|
|
1697
1738
|
"compartmentId": summarizeManagementAgentCountsRequest.compartmentId,
|
|
@@ -1718,7 +1759,7 @@ class ManagementAgentClient {
|
|
|
1718
1759
|
queryParams: queryParams
|
|
1719
1760
|
});
|
|
1720
1761
|
try {
|
|
1721
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1762
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1722
1763
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1723
1764
|
responseObject: {},
|
|
1724
1765
|
body: yield response.json(),
|
|
@@ -1753,12 +1794,14 @@ class ManagementAgentClient {
|
|
|
1753
1794
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
1754
1795
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
1755
1796
|
* @throws OciError when an error occurs
|
|
1756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
1757
1798
|
*/
|
|
1758
1799
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
|
|
1759
1800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1760
1801
|
if (this.logger)
|
|
1761
1802
|
this.logger.debug("Calling operation ManagementAgentClient#summarizeManagementAgentPluginCounts.");
|
|
1803
|
+
const operationName = "summarizeManagementAgentPluginCounts";
|
|
1804
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/SummarizeManagementAgentPluginCounts";
|
|
1762
1805
|
const pathParams = {};
|
|
1763
1806
|
const queryParams = {
|
|
1764
1807
|
"compartmentId": summarizeManagementAgentPluginCountsRequest.compartmentId,
|
|
@@ -1783,7 +1826,7 @@ class ManagementAgentClient {
|
|
|
1783
1826
|
queryParams: queryParams
|
|
1784
1827
|
});
|
|
1785
1828
|
try {
|
|
1786
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1829
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1787
1830
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1788
1831
|
responseObject: {},
|
|
1789
1832
|
body: yield response.json(),
|
|
@@ -1817,12 +1860,14 @@ class ManagementAgentClient {
|
|
|
1817
1860
|
* @param UpdateManagementAgentRequest
|
|
1818
1861
|
* @return UpdateManagementAgentResponse
|
|
1819
1862
|
* @throws OciError when an error occurs
|
|
1820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
1821
1864
|
*/
|
|
1822
1865
|
updateManagementAgent(updateManagementAgentRequest) {
|
|
1823
1866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1824
1867
|
if (this.logger)
|
|
1825
1868
|
this.logger.debug("Calling operation ManagementAgentClient#updateManagementAgent.");
|
|
1869
|
+
const operationName = "updateManagementAgent";
|
|
1870
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgent/UpdateManagementAgent";
|
|
1826
1871
|
const pathParams = {
|
|
1827
1872
|
"{managementAgentId}": updateManagementAgentRequest.managementAgentId
|
|
1828
1873
|
};
|
|
@@ -1848,7 +1893,7 @@ class ManagementAgentClient {
|
|
|
1848
1893
|
queryParams: queryParams
|
|
1849
1894
|
});
|
|
1850
1895
|
try {
|
|
1851
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1896
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1852
1897
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1853
1898
|
responseObject: {},
|
|
1854
1899
|
body: yield response.json(),
|
|
@@ -1882,12 +1927,14 @@ class ManagementAgentClient {
|
|
|
1882
1927
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
1883
1928
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
1884
1929
|
* @throws OciError when an error occurs
|
|
1885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
1886
1931
|
*/
|
|
1887
1932
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
|
|
1888
1933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1889
1934
|
if (this.logger)
|
|
1890
1935
|
this.logger.debug("Calling operation ManagementAgentClient#updateManagementAgentInstallKey.");
|
|
1936
|
+
const operationName = "updateManagementAgentInstallKey";
|
|
1937
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/management-agent/20200202/ManagementAgentInstallKey/UpdateManagementAgentInstallKey";
|
|
1891
1938
|
const pathParams = {
|
|
1892
1939
|
"{managementAgentInstallKeyId}": updateManagementAgentInstallKeyRequest.managementAgentInstallKeyId
|
|
1893
1940
|
};
|
|
@@ -1913,7 +1960,7 @@ class ManagementAgentClient {
|
|
|
1913
1960
|
queryParams: queryParams
|
|
1914
1961
|
});
|
|
1915
1962
|
try {
|
|
1916
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1963
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1917
1964
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1918
1965
|
responseObject: {},
|
|
1919
1966
|
body: yield response.json(),
|