oci-stackmonitoring 2.84.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 +68 -64
- package/lib/client.js +72 -65
- package/lib/client.js.map +1 -1
- package/lib/model/associated-monitored-resource.d.ts +10 -0
- package/lib/model/associated-monitored-resource.js.map +1 -1
- package/lib/model/associated-resources-summary.d.ts +10 -0
- package/lib/model/associated-resources-summary.js.map +1 -1
- package/lib/model/create-monitored-resource-type-details.d.ts +10 -0
- package/lib/model/create-monitored-resource-type-details.js.map +1 -1
- package/lib/model/discovery-job-log-summary.d.ts +10 -0
- package/lib/model/discovery-job-log-summary.js.map +1 -1
- package/lib/model/import-oci-telemetry-resources-task-details.d.ts +56 -0
- package/lib/model/import-oci-telemetry-resources-task-details.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/monitored-resource-member-summary.d.ts +10 -0
- package/lib/model/monitored-resource-member-summary.js.map +1 -1
- package/lib/model/monitored-resource-summary.d.ts +10 -0
- package/lib/model/monitored-resource-summary.js.map +1 -1
- package/lib/model/monitored-resource-type-summary.d.ts +10 -0
- package/lib/model/monitored-resource-type-summary.js.map +1 -1
- package/lib/model/monitored-resource-type.d.ts +10 -0
- package/lib/model/monitored-resource-type.js.map +1 -1
- package/lib/model/monitored-resource.d.ts +10 -0
- package/lib/model/monitored-resource.js.map +1 -1
- package/lib/model/resource-category.d.ts +30 -0
- package/lib/model/resource-category.js +41 -0
- package/lib/model/resource-category.js.map +1 -0
- package/lib/model/search-monitored-resources-details.d.ts +18 -0
- package/lib/model/search-monitored-resources-details.js +34 -2
- package/lib/model/search-monitored-resources-details.js.map +1 -1
- package/lib/model/source-type.d.ts +39 -0
- package/lib/model/source-type.js +50 -0
- package/lib/model/source-type.js.map +1 -0
- package/lib/model/update-monitored-resource-type-details.d.ts +10 -0
- package/lib/model/update-monitored-resource-type-details.js.map +1 -1
- package/lib/request/associate-monitored-resources-request.d.ts +1 -1
- package/lib/request/change-config-compartment-request.d.ts +1 -1
- package/lib/request/change-metric-extension-compartment-request.d.ts +1 -1
- package/lib/request/change-monitored-resource-compartment-request.d.ts +1 -1
- package/lib/request/change-monitored-resource-task-compartment-request.d.ts +1 -1
- package/lib/request/change-process-set-compartment-request.d.ts +1 -1
- package/lib/request/create-baselineable-metric-request.d.ts +1 -1
- package/lib/request/create-config-request.d.ts +1 -1
- package/lib/request/create-discovery-job-request.d.ts +1 -1
- package/lib/request/create-metric-extension-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/create-process-set-request.d.ts +1 -1
- package/lib/request/delete-baselineable-metric-request.d.ts +1 -1
- package/lib/request/delete-config-request.d.ts +1 -1
- package/lib/request/delete-discovery-job-request.d.ts +1 -1
- package/lib/request/delete-metric-extension-request.d.ts +1 -1
- package/lib/request/delete-monitored-resource-request.d.ts +1 -1
- package/lib/request/delete-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/delete-process-set-request.d.ts +1 -1
- package/lib/request/disable-external-database-request.d.ts +1 -1
- package/lib/request/disable-metric-extension-request.d.ts +1 -1
- package/lib/request/disassociate-monitored-resources-request.d.ts +1 -1
- package/lib/request/enable-metric-extension-request.d.ts +1 -1
- package/lib/request/evaluate-baselineable-metric-request.d.ts +1 -1
- package/lib/request/export-metric-extension-request.d.ts +1 -1
- package/lib/request/get-baselineable-metric-request.d.ts +1 -1
- package/lib/request/get-config-request.d.ts +1 -1
- package/lib/request/get-discovery-job-request.d.ts +1 -1
- package/lib/request/get-metric-extension-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/get-process-set-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-baselineable-metrics-request.d.ts +1 -1
- package/lib/request/list-configs-request.d.ts +1 -1
- package/lib/request/list-discovery-job-logs-request.d.ts +1 -1
- package/lib/request/list-discovery-jobs-request.d.ts +1 -1
- package/lib/request/list-metric-extensions-request.d.ts +1 -1
- package/lib/request/list-monitored-resource-tasks-request.d.ts +1 -1
- package/lib/request/list-monitored-resource-types-request.d.ts +1 -1
- package/lib/request/list-monitored-resources-request.d.ts +5 -1
- package/lib/request/list-process-sets-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/manage-license-request.d.ts +1 -1
- package/lib/request/publish-metric-extension-request.d.ts +1 -1
- package/lib/request/request-monitored-resources-summarized-count-request.d.ts +1 -1
- package/lib/request/search-associated-resources-request.d.ts +1 -1
- package/lib/request/search-monitored-resource-associations-request.d.ts +1 -1
- package/lib/request/search-monitored-resource-members-request.d.ts +1 -1
- package/lib/request/search-monitored-resources-request.d.ts +1 -1
- package/lib/request/test-metric-extension-request.d.ts +1 -1
- package/lib/request/update-and-propagate-tags-request.d.ts +1 -1
- package/lib/request/update-baselineable-metric-request.d.ts +1 -1
- package/lib/request/update-config-request.d.ts +1 -1
- package/lib/request/update-metric-extension-request.d.ts +1 -1
- package/lib/request/update-monitored-resource-request.d.ts +1 -1
- package/lib/request/update-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/update-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/update-process-set-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -190,6 +190,12 @@ class StackMonitoringClient {
|
|
|
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
|
* Create an association between two monitored resources. Associations can be created
|
|
195
201
|
* between resources from different compartments as long they are in same tenancy.
|
|
@@ -199,7 +205,7 @@ class StackMonitoringClient {
|
|
|
199
205
|
* @param AssociateMonitoredResourcesRequest
|
|
200
206
|
* @return AssociateMonitoredResourcesResponse
|
|
201
207
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/AssociateMonitoredResources.ts.html |here} to see how to use AssociateMonitoredResources API.
|
|
203
209
|
*/
|
|
204
210
|
associateMonitoredResources(associateMonitoredResourcesRequest) {
|
|
205
211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -274,7 +280,7 @@ class StackMonitoringClient {
|
|
|
274
280
|
* @param ChangeConfigCompartmentRequest
|
|
275
281
|
* @return ChangeConfigCompartmentResponse
|
|
276
282
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ChangeConfigCompartment.ts.html |here} to see how to use ChangeConfigCompartment API.
|
|
278
284
|
*/
|
|
279
285
|
changeConfigCompartment(changeConfigCompartmentRequest) {
|
|
280
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +339,7 @@ class StackMonitoringClient {
|
|
|
333
339
|
* @param ChangeMetricExtensionCompartmentRequest
|
|
334
340
|
* @return ChangeMetricExtensionCompartmentResponse
|
|
335
341
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ChangeMetricExtensionCompartment.ts.html |here} to see how to use ChangeMetricExtensionCompartment API.
|
|
337
343
|
*/
|
|
338
344
|
changeMetricExtensionCompartment(changeMetricExtensionCompartmentRequest) {
|
|
339
345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -392,7 +398,7 @@ class StackMonitoringClient {
|
|
|
392
398
|
* @param ChangeMonitoredResourceCompartmentRequest
|
|
393
399
|
* @return ChangeMonitoredResourceCompartmentResponse
|
|
394
400
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ChangeMonitoredResourceCompartment.ts.html |here} to see how to use ChangeMonitoredResourceCompartment API.
|
|
396
402
|
*/
|
|
397
403
|
changeMonitoredResourceCompartment(changeMonitoredResourceCompartmentRequest) {
|
|
398
404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -455,14 +461,14 @@ class StackMonitoringClient {
|
|
|
455
461
|
* @param ChangeMonitoredResourceTaskCompartmentRequest
|
|
456
462
|
* @return ChangeMonitoredResourceTaskCompartmentResponse
|
|
457
463
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ChangeMonitoredResourceTaskCompartment.ts.html |here} to see how to use ChangeMonitoredResourceTaskCompartment API.
|
|
459
465
|
*/
|
|
460
466
|
changeMonitoredResourceTaskCompartment(changeMonitoredResourceTaskCompartmentRequest) {
|
|
461
467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
462
468
|
if (this.logger)
|
|
463
469
|
this.logger.debug("Calling operation StackMonitoringClient#changeMonitoredResourceTaskCompartment.");
|
|
464
470
|
const operationName = "changeMonitoredResourceTaskCompartment";
|
|
465
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/stack-monitoring/20210330/
|
|
471
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/stack-monitoring/20210330/MonitoredResourceTask/ChangeMonitoredResourceTaskCompartment";
|
|
466
472
|
const pathParams = {
|
|
467
473
|
"{monitoredResourceTaskId}": changeMonitoredResourceTaskCompartmentRequest.monitoredResourceTaskId
|
|
468
474
|
};
|
|
@@ -513,7 +519,7 @@ class StackMonitoringClient {
|
|
|
513
519
|
* @param ChangeProcessSetCompartmentRequest
|
|
514
520
|
* @return ChangeProcessSetCompartmentResponse
|
|
515
521
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ChangeProcessSetCompartment.ts.html |here} to see how to use ChangeProcessSetCompartment API.
|
|
517
523
|
*/
|
|
518
524
|
changeProcessSetCompartment(changeProcessSetCompartmentRequest) {
|
|
519
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -570,7 +576,7 @@ class StackMonitoringClient {
|
|
|
570
576
|
* @param CreateBaselineableMetricRequest
|
|
571
577
|
* @return CreateBaselineableMetricResponse
|
|
572
578
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateBaselineableMetric.ts.html |here} to see how to use CreateBaselineableMetric API.
|
|
574
580
|
*/
|
|
575
581
|
createBaselineableMetric(createBaselineableMetricRequest) {
|
|
576
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +651,7 @@ class StackMonitoringClient {
|
|
|
645
651
|
* @param CreateConfigRequest
|
|
646
652
|
* @return CreateConfigResponse
|
|
647
653
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateConfig.ts.html |here} to see how to use CreateConfig API.
|
|
649
655
|
*/
|
|
650
656
|
createConfig(createConfigRequest) {
|
|
651
657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +715,7 @@ class StackMonitoringClient {
|
|
|
709
715
|
* @param CreateDiscoveryJobRequest
|
|
710
716
|
* @return CreateDiscoveryJobResponse
|
|
711
717
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateDiscoveryJob.ts.html |here} to see how to use CreateDiscoveryJob API.
|
|
713
719
|
*/
|
|
714
720
|
createDiscoveryJob(createDiscoveryJobRequest) {
|
|
715
721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -773,7 +779,7 @@ class StackMonitoringClient {
|
|
|
773
779
|
* @param CreateMetricExtensionRequest
|
|
774
780
|
* @return CreateMetricExtensionResponse
|
|
775
781
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateMetricExtension.ts.html |here} to see how to use CreateMetricExtension API.
|
|
777
783
|
*/
|
|
778
784
|
createMetricExtension(createMetricExtensionRequest) {
|
|
779
785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -844,7 +850,7 @@ class StackMonitoringClient {
|
|
|
844
850
|
* @param CreateMonitoredResourceRequest
|
|
845
851
|
* @return CreateMonitoredResourceResponse
|
|
846
852
|
* @throws OciError when an error occurs
|
|
847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateMonitoredResource.ts.html |here} to see how to use CreateMonitoredResource API.
|
|
848
854
|
*/
|
|
849
855
|
createMonitoredResource(createMonitoredResourceRequest) {
|
|
850
856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +934,7 @@ class StackMonitoringClient {
|
|
|
928
934
|
* @param CreateMonitoredResourceTaskRequest
|
|
929
935
|
* @return CreateMonitoredResourceTaskResponse
|
|
930
936
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateMonitoredResourceTask.ts.html |here} to see how to use CreateMonitoredResourceTask API.
|
|
932
938
|
*/
|
|
933
939
|
createMonitoredResourceTask(createMonitoredResourceTaskRequest) {
|
|
934
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -996,7 +1002,7 @@ class StackMonitoringClient {
|
|
|
996
1002
|
* @param CreateMonitoredResourceTypeRequest
|
|
997
1003
|
* @return CreateMonitoredResourceTypeResponse
|
|
998
1004
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateMonitoredResourceType.ts.html |here} to see how to use CreateMonitoredResourceType API.
|
|
1000
1006
|
*/
|
|
1001
1007
|
createMonitoredResourceType(createMonitoredResourceTypeRequest) {
|
|
1002
1008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1065,7 @@ class StackMonitoringClient {
|
|
|
1059
1065
|
* @param CreateProcessSetRequest
|
|
1060
1066
|
* @return CreateProcessSetResponse
|
|
1061
1067
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/CreateProcessSet.ts.html |here} to see how to use CreateProcessSet API.
|
|
1063
1069
|
*/
|
|
1064
1070
|
createProcessSet(createProcessSetRequest) {
|
|
1065
1071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1122,7 +1128,7 @@ class StackMonitoringClient {
|
|
|
1122
1128
|
* @param DeleteBaselineableMetricRequest
|
|
1123
1129
|
* @return DeleteBaselineableMetricResponse
|
|
1124
1130
|
* @throws OciError when an error occurs
|
|
1125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteBaselineableMetric.ts.html |here} to see how to use DeleteBaselineableMetric API.
|
|
1126
1132
|
*/
|
|
1127
1133
|
deleteBaselineableMetric(deleteBaselineableMetricRequest) {
|
|
1128
1134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1182,7 +1188,7 @@ class StackMonitoringClient {
|
|
|
1182
1188
|
* @param DeleteConfigRequest
|
|
1183
1189
|
* @return DeleteConfigResponse
|
|
1184
1190
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteConfig.ts.html |here} to see how to use DeleteConfig API.
|
|
1186
1192
|
*/
|
|
1187
1193
|
deleteConfig(deleteConfigRequest) {
|
|
1188
1194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1237,7 +1243,7 @@ class StackMonitoringClient {
|
|
|
1237
1243
|
* @param DeleteDiscoveryJobRequest
|
|
1238
1244
|
* @return DeleteDiscoveryJobResponse
|
|
1239
1245
|
* @throws OciError when an error occurs
|
|
1240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteDiscoveryJob.ts.html |here} to see how to use DeleteDiscoveryJob API.
|
|
1241
1247
|
*/
|
|
1242
1248
|
deleteDiscoveryJob(deleteDiscoveryJobRequest) {
|
|
1243
1249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,7 +1298,7 @@ class StackMonitoringClient {
|
|
|
1292
1298
|
* @param DeleteMetricExtensionRequest
|
|
1293
1299
|
* @return DeleteMetricExtensionResponse
|
|
1294
1300
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteMetricExtension.ts.html |here} to see how to use DeleteMetricExtension API.
|
|
1296
1302
|
*/
|
|
1297
1303
|
deleteMetricExtension(deleteMetricExtensionRequest) {
|
|
1298
1304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1351,7 +1357,7 @@ class StackMonitoringClient {
|
|
|
1351
1357
|
* @param DeleteMonitoredResourceRequest
|
|
1352
1358
|
* @return DeleteMonitoredResourceResponse
|
|
1353
1359
|
* @throws OciError when an error occurs
|
|
1354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteMonitoredResource.ts.html |here} to see how to use DeleteMonitoredResource API.
|
|
1355
1361
|
*/
|
|
1356
1362
|
deleteMonitoredResource(deleteMonitoredResourceRequest) {
|
|
1357
1363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1413,7 +1419,7 @@ class StackMonitoringClient {
|
|
|
1413
1419
|
* @param DeleteMonitoredResourceTypeRequest
|
|
1414
1420
|
* @return DeleteMonitoredResourceTypeResponse
|
|
1415
1421
|
* @throws OciError when an error occurs
|
|
1416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteMonitoredResourceType.ts.html |here} to see how to use DeleteMonitoredResourceType API.
|
|
1417
1423
|
*/
|
|
1418
1424
|
deleteMonitoredResourceType(deleteMonitoredResourceTypeRequest) {
|
|
1419
1425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1468,7 +1474,7 @@ class StackMonitoringClient {
|
|
|
1468
1474
|
* @param DeleteProcessSetRequest
|
|
1469
1475
|
* @return DeleteProcessSetResponse
|
|
1470
1476
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DeleteProcessSet.ts.html |here} to see how to use DeleteProcessSet API.
|
|
1472
1478
|
*/
|
|
1473
1479
|
deleteProcessSet(deleteProcessSetRequest) {
|
|
1474
1480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1525,7 +1531,7 @@ class StackMonitoringClient {
|
|
|
1525
1531
|
* @param DisableExternalDatabaseRequest
|
|
1526
1532
|
* @return DisableExternalDatabaseResponse
|
|
1527
1533
|
* @throws OciError when an error occurs
|
|
1528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DisableExternalDatabase.ts.html |here} to see how to use DisableExternalDatabase API.
|
|
1529
1535
|
*/
|
|
1530
1536
|
disableExternalDatabase(disableExternalDatabaseRequest) {
|
|
1531
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1587,7 +1593,7 @@ class StackMonitoringClient {
|
|
|
1587
1593
|
* @param DisableMetricExtensionRequest
|
|
1588
1594
|
* @return DisableMetricExtensionResponse
|
|
1589
1595
|
* @throws OciError when an error occurs
|
|
1590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DisableMetricExtension.ts.html |here} to see how to use DisableMetricExtension API.
|
|
1591
1597
|
*/
|
|
1592
1598
|
disableMetricExtension(disableMetricExtensionRequest) {
|
|
1593
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1649,7 +1655,7 @@ class StackMonitoringClient {
|
|
|
1649
1655
|
* @param DisassociateMonitoredResourcesRequest
|
|
1650
1656
|
* @return DisassociateMonitoredResourcesResponse
|
|
1651
1657
|
* @throws OciError when an error occurs
|
|
1652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/DisassociateMonitoredResources.ts.html |here} to see how to use DisassociateMonitoredResources API.
|
|
1653
1659
|
*/
|
|
1654
1660
|
disassociateMonitoredResources(disassociateMonitoredResourcesRequest) {
|
|
1655
1661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1705,7 +1711,7 @@ class StackMonitoringClient {
|
|
|
1705
1711
|
* @param EnableMetricExtensionRequest
|
|
1706
1712
|
* @return EnableMetricExtensionResponse
|
|
1707
1713
|
* @throws OciError when an error occurs
|
|
1708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/EnableMetricExtension.ts.html |here} to see how to use EnableMetricExtension API.
|
|
1709
1715
|
*/
|
|
1710
1716
|
enableMetricExtension(enableMetricExtensionRequest) {
|
|
1711
1717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1767,7 +1773,7 @@ class StackMonitoringClient {
|
|
|
1767
1773
|
* @param EvaluateBaselineableMetricRequest
|
|
1768
1774
|
* @return EvaluateBaselineableMetricResponse
|
|
1769
1775
|
* @throws OciError when an error occurs
|
|
1770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/EvaluateBaselineableMetric.ts.html |here} to see how to use EvaluateBaselineableMetric API.
|
|
1771
1777
|
*/
|
|
1772
1778
|
evaluateBaselineableMetric(evaluateBaselineableMetricRequest) {
|
|
1773
1779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1835,7 +1841,7 @@ class StackMonitoringClient {
|
|
|
1835
1841
|
* @param ExportMetricExtensionRequest
|
|
1836
1842
|
* @return ExportMetricExtensionResponse
|
|
1837
1843
|
* @throws OciError when an error occurs
|
|
1838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ExportMetricExtension.ts.html |here} to see how to use ExportMetricExtension API.
|
|
1839
1845
|
*/
|
|
1840
1846
|
exportMetricExtension(exportMetricExtensionRequest) {
|
|
1841
1847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1899,7 +1905,7 @@ class StackMonitoringClient {
|
|
|
1899
1905
|
* @param GetBaselineableMetricRequest
|
|
1900
1906
|
* @return GetBaselineableMetricResponse
|
|
1901
1907
|
* @throws OciError when an error occurs
|
|
1902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetBaselineableMetric.ts.html |here} to see how to use GetBaselineableMetric API.
|
|
1903
1909
|
*/
|
|
1904
1910
|
getBaselineableMetric(getBaselineableMetricRequest) {
|
|
1905
1911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1967,7 +1973,7 @@ class StackMonitoringClient {
|
|
|
1967
1973
|
* @param GetConfigRequest
|
|
1968
1974
|
* @return GetConfigResponse
|
|
1969
1975
|
* @throws OciError when an error occurs
|
|
1970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetConfig.ts.html |here} to see how to use GetConfig API.
|
|
1971
1977
|
*/
|
|
1972
1978
|
getConfig(getConfigRequest) {
|
|
1973
1979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2031,7 +2037,7 @@ class StackMonitoringClient {
|
|
|
2031
2037
|
* @param GetDiscoveryJobRequest
|
|
2032
2038
|
* @return GetDiscoveryJobResponse
|
|
2033
2039
|
* @throws OciError when an error occurs
|
|
2034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetDiscoveryJob.ts.html |here} to see how to use GetDiscoveryJob API.
|
|
2035
2041
|
*/
|
|
2036
2042
|
getDiscoveryJob(getDiscoveryJobRequest) {
|
|
2037
2043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2094,7 +2100,7 @@ class StackMonitoringClient {
|
|
|
2094
2100
|
* @param GetMetricExtensionRequest
|
|
2095
2101
|
* @return GetMetricExtensionResponse
|
|
2096
2102
|
* @throws OciError when an error occurs
|
|
2097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetMetricExtension.ts.html |here} to see how to use GetMetricExtension API.
|
|
2098
2104
|
*/
|
|
2099
2105
|
getMetricExtension(getMetricExtensionRequest) {
|
|
2100
2106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2158,7 +2164,7 @@ class StackMonitoringClient {
|
|
|
2158
2164
|
* @param GetMonitoredResourceRequest
|
|
2159
2165
|
* @return GetMonitoredResourceResponse
|
|
2160
2166
|
* @throws OciError when an error occurs
|
|
2161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetMonitoredResource.ts.html |here} to see how to use GetMonitoredResource API.
|
|
2162
2168
|
*/
|
|
2163
2169
|
getMonitoredResource(getMonitoredResourceRequest) {
|
|
2164
2170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2221,7 +2227,7 @@ class StackMonitoringClient {
|
|
|
2221
2227
|
* @param GetMonitoredResourceTaskRequest
|
|
2222
2228
|
* @return GetMonitoredResourceTaskResponse
|
|
2223
2229
|
* @throws OciError when an error occurs
|
|
2224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetMonitoredResourceTask.ts.html |here} to see how to use GetMonitoredResourceTask API.
|
|
2225
2231
|
*/
|
|
2226
2232
|
getMonitoredResourceTask(getMonitoredResourceTaskRequest) {
|
|
2227
2233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2284,7 +2290,7 @@ class StackMonitoringClient {
|
|
|
2284
2290
|
* @param GetMonitoredResourceTypeRequest
|
|
2285
2291
|
* @return GetMonitoredResourceTypeResponse
|
|
2286
2292
|
* @throws OciError when an error occurs
|
|
2287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetMonitoredResourceType.ts.html |here} to see how to use GetMonitoredResourceType API.
|
|
2288
2294
|
*/
|
|
2289
2295
|
getMonitoredResourceType(getMonitoredResourceTypeRequest) {
|
|
2290
2296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2347,7 +2353,7 @@ class StackMonitoringClient {
|
|
|
2347
2353
|
* @param GetProcessSetRequest
|
|
2348
2354
|
* @return GetProcessSetResponse
|
|
2349
2355
|
* @throws OciError when an error occurs
|
|
2350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetProcessSet.ts.html |here} to see how to use GetProcessSet API.
|
|
2351
2357
|
*/
|
|
2352
2358
|
getProcessSet(getProcessSetRequest) {
|
|
2353
2359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2410,7 +2416,7 @@ class StackMonitoringClient {
|
|
|
2410
2416
|
* @param GetWorkRequestRequest
|
|
2411
2417
|
* @return GetWorkRequestResponse
|
|
2412
2418
|
* @throws OciError when an error occurs
|
|
2413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2414
2420
|
*/
|
|
2415
2421
|
getWorkRequest(getWorkRequestRequest) {
|
|
2416
2422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2473,7 +2479,7 @@ class StackMonitoringClient {
|
|
|
2473
2479
|
* @param ListBaselineableMetricsRequest
|
|
2474
2480
|
* @return ListBaselineableMetricsResponse
|
|
2475
2481
|
* @throws OciError when an error occurs
|
|
2476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListBaselineableMetrics.ts.html |here} to see how to use ListBaselineableMetrics API.
|
|
2477
2483
|
*/
|
|
2478
2484
|
listBaselineableMetrics(listBaselineableMetricsRequest) {
|
|
2479
2485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2550,7 +2556,7 @@ class StackMonitoringClient {
|
|
|
2550
2556
|
* @param ListConfigsRequest
|
|
2551
2557
|
* @return ListConfigsResponse
|
|
2552
2558
|
* @throws OciError when an error occurs
|
|
2553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListConfigs.ts.html |here} to see how to use ListConfigs API.
|
|
2554
2560
|
*/
|
|
2555
2561
|
listConfigs(listConfigsRequest) {
|
|
2556
2562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2621,7 +2627,7 @@ class StackMonitoringClient {
|
|
|
2621
2627
|
* @param ListDiscoveryJobLogsRequest
|
|
2622
2628
|
* @return ListDiscoveryJobLogsResponse
|
|
2623
2629
|
* @throws OciError when an error occurs
|
|
2624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListDiscoveryJobLogs.ts.html |here} to see how to use ListDiscoveryJobLogs API.
|
|
2625
2631
|
*/
|
|
2626
2632
|
listDiscoveryJobLogs(listDiscoveryJobLogsRequest) {
|
|
2627
2633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2691,7 +2697,7 @@ class StackMonitoringClient {
|
|
|
2691
2697
|
* @param ListDiscoveryJobsRequest
|
|
2692
2698
|
* @return ListDiscoveryJobsResponse
|
|
2693
2699
|
* @throws OciError when an error occurs
|
|
2694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListDiscoveryJobs.ts.html |here} to see how to use ListDiscoveryJobs API.
|
|
2695
2701
|
*/
|
|
2696
2702
|
listDiscoveryJobs(listDiscoveryJobsRequest) {
|
|
2697
2703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2759,7 +2765,7 @@ class StackMonitoringClient {
|
|
|
2759
2765
|
* @param ListMetricExtensionsRequest
|
|
2760
2766
|
* @return ListMetricExtensionsResponse
|
|
2761
2767
|
* @throws OciError when an error occurs
|
|
2762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListMetricExtensions.ts.html |here} to see how to use ListMetricExtensions API.
|
|
2763
2769
|
*/
|
|
2764
2770
|
listMetricExtensions(listMetricExtensionsRequest) {
|
|
2765
2771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2832,7 +2838,7 @@ class StackMonitoringClient {
|
|
|
2832
2838
|
* @param ListMonitoredResourceTasksRequest
|
|
2833
2839
|
* @return ListMonitoredResourceTasksResponse
|
|
2834
2840
|
* @throws OciError when an error occurs
|
|
2835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListMonitoredResourceTasks.ts.html |here} to see how to use ListMonitoredResourceTasks API.
|
|
2836
2842
|
*/
|
|
2837
2843
|
listMonitoredResourceTasks(listMonitoredResourceTasksRequest) {
|
|
2838
2844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2911,7 +2917,7 @@ class StackMonitoringClient {
|
|
|
2911
2917
|
* @param ListMonitoredResourceTypesRequest
|
|
2912
2918
|
* @return ListMonitoredResourceTypesResponse
|
|
2913
2919
|
* @throws OciError when an error occurs
|
|
2914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListMonitoredResourceTypes.ts.html |here} to see how to use ListMonitoredResourceTypes API.
|
|
2915
2921
|
*/
|
|
2916
2922
|
listMonitoredResourceTypes(listMonitoredResourceTypesRequest) {
|
|
2917
2923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2989,7 +2995,7 @@ class StackMonitoringClient {
|
|
|
2989
2995
|
* @param ListMonitoredResourcesRequest
|
|
2990
2996
|
* @return ListMonitoredResourcesResponse
|
|
2991
2997
|
* @throws OciError when an error occurs
|
|
2992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListMonitoredResources.ts.html |here} to see how to use ListMonitoredResources API.
|
|
2993
2999
|
*/
|
|
2994
3000
|
listMonitoredResources(listMonitoredResourcesRequest) {
|
|
2995
3001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3002,6 +3008,7 @@ class StackMonitoringClient {
|
|
|
3002
3008
|
"compartmentId": listMonitoredResourcesRequest.compartmentId,
|
|
3003
3009
|
"name": listMonitoredResourcesRequest.name,
|
|
3004
3010
|
"workRequestId": listMonitoredResourcesRequest.workRequestId,
|
|
3011
|
+
"status": listMonitoredResourcesRequest.status,
|
|
3005
3012
|
"sortBy": listMonitoredResourcesRequest.sortBy,
|
|
3006
3013
|
"sortOrder": listMonitoredResourcesRequest.sortOrder,
|
|
3007
3014
|
"limit": listMonitoredResourcesRequest.limit,
|
|
@@ -3063,7 +3070,7 @@ class StackMonitoringClient {
|
|
|
3063
3070
|
* @param ListProcessSetsRequest
|
|
3064
3071
|
* @return ListProcessSetsResponse
|
|
3065
3072
|
* @throws OciError when an error occurs
|
|
3066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListProcessSets.ts.html |here} to see how to use ListProcessSets API.
|
|
3067
3074
|
*/
|
|
3068
3075
|
listProcessSets(listProcessSetsRequest) {
|
|
3069
3076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3132,7 +3139,7 @@ class StackMonitoringClient {
|
|
|
3132
3139
|
* @param ListWorkRequestErrorsRequest
|
|
3133
3140
|
* @return ListWorkRequestErrorsResponse
|
|
3134
3141
|
* @throws OciError when an error occurs
|
|
3135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3136
3143
|
*/
|
|
3137
3144
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3138
3145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3201,7 +3208,7 @@ class StackMonitoringClient {
|
|
|
3201
3208
|
* @param ListWorkRequestLogsRequest
|
|
3202
3209
|
* @return ListWorkRequestLogsResponse
|
|
3203
3210
|
* @throws OciError when an error occurs
|
|
3204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3205
3212
|
*/
|
|
3206
3213
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3207
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3270,7 +3277,7 @@ class StackMonitoringClient {
|
|
|
3270
3277
|
* @param ListWorkRequestsRequest
|
|
3271
3278
|
* @return ListWorkRequestsResponse
|
|
3272
3279
|
* @throws OciError when an error occurs
|
|
3273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3274
3281
|
*/
|
|
3275
3282
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3276
3283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3345,7 +3352,7 @@ class StackMonitoringClient {
|
|
|
3345
3352
|
* @param ManageLicenseRequest
|
|
3346
3353
|
* @return ManageLicenseResponse
|
|
3347
3354
|
* @throws OciError when an error occurs
|
|
3348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/ManageLicense.ts.html |here} to see how to use ManageLicense API.
|
|
3349
3356
|
*/
|
|
3350
3357
|
manageLicense(manageLicenseRequest) {
|
|
3351
3358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3402,7 +3409,7 @@ class StackMonitoringClient {
|
|
|
3402
3409
|
* @param PublishMetricExtensionRequest
|
|
3403
3410
|
* @return PublishMetricExtensionResponse
|
|
3404
3411
|
* @throws OciError when an error occurs
|
|
3405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/PublishMetricExtension.ts.html |here} to see how to use PublishMetricExtension API.
|
|
3406
3413
|
*/
|
|
3407
3414
|
publishMetricExtension(publishMetricExtensionRequest) {
|
|
3408
3415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3473,7 +3480,7 @@ class StackMonitoringClient {
|
|
|
3473
3480
|
* @param RequestMonitoredResourcesSummarizedCountRequest
|
|
3474
3481
|
* @return RequestMonitoredResourcesSummarizedCountResponse
|
|
3475
3482
|
* @throws OciError when an error occurs
|
|
3476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/RequestMonitoredResourcesSummarizedCount.ts.html |here} to see how to use RequestMonitoredResourcesSummarizedCount API.
|
|
3477
3484
|
*/
|
|
3478
3485
|
requestMonitoredResourcesSummarizedCount(requestMonitoredResourcesSummarizedCountRequest) {
|
|
3479
3486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3550,7 +3557,7 @@ class StackMonitoringClient {
|
|
|
3550
3557
|
* @param SearchAssociatedResourcesRequest
|
|
3551
3558
|
* @return SearchAssociatedResourcesResponse
|
|
3552
3559
|
* @throws OciError when an error occurs
|
|
3553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/SearchAssociatedResources.ts.html |here} to see how to use SearchAssociatedResources API.
|
|
3554
3561
|
*/
|
|
3555
3562
|
searchAssociatedResources(searchAssociatedResourcesRequest) {
|
|
3556
3563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3625,7 +3632,7 @@ class StackMonitoringClient {
|
|
|
3625
3632
|
* @param SearchMonitoredResourceAssociationsRequest
|
|
3626
3633
|
* @return SearchMonitoredResourceAssociationsResponse
|
|
3627
3634
|
* @throws OciError when an error occurs
|
|
3628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/SearchMonitoredResourceAssociations.ts.html |here} to see how to use SearchMonitoredResourceAssociations API.
|
|
3629
3636
|
*/
|
|
3630
3637
|
searchMonitoredResourceAssociations(searchMonitoredResourceAssociationsRequest) {
|
|
3631
3638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3698,7 +3705,7 @@ class StackMonitoringClient {
|
|
|
3698
3705
|
* @param SearchMonitoredResourceMembersRequest
|
|
3699
3706
|
* @return SearchMonitoredResourceMembersResponse
|
|
3700
3707
|
* @throws OciError when an error occurs
|
|
3701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/SearchMonitoredResourceMembers.ts.html |here} to see how to use SearchMonitoredResourceMembers API.
|
|
3702
3709
|
*/
|
|
3703
3710
|
searchMonitoredResourceMembers(searchMonitoredResourceMembersRequest) {
|
|
3704
3711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3775,7 +3782,7 @@ class StackMonitoringClient {
|
|
|
3775
3782
|
* @param SearchMonitoredResourcesRequest
|
|
3776
3783
|
* @return SearchMonitoredResourcesResponse
|
|
3777
3784
|
* @throws OciError when an error occurs
|
|
3778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/SearchMonitoredResources.ts.html |here} to see how to use SearchMonitoredResources API.
|
|
3779
3786
|
*/
|
|
3780
3787
|
searchMonitoredResources(searchMonitoredResourcesRequest) {
|
|
3781
3788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3849,7 +3856,7 @@ class StackMonitoringClient {
|
|
|
3849
3856
|
* @param TestMetricExtensionRequest
|
|
3850
3857
|
* @return TestMetricExtensionResponse
|
|
3851
3858
|
* @throws OciError when an error occurs
|
|
3852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/TestMetricExtension.ts.html |here} to see how to use TestMetricExtension API.
|
|
3853
3860
|
*/
|
|
3854
3861
|
testMetricExtension(testMetricExtensionRequest) {
|
|
3855
3862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3924,7 +3931,7 @@ class StackMonitoringClient {
|
|
|
3924
3931
|
* @param UpdateAndPropagateTagsRequest
|
|
3925
3932
|
* @return UpdateAndPropagateTagsResponse
|
|
3926
3933
|
* @throws OciError when an error occurs
|
|
3927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateAndPropagateTags.ts.html |here} to see how to use UpdateAndPropagateTags API.
|
|
3928
3935
|
*/
|
|
3929
3936
|
updateAndPropagateTags(updateAndPropagateTagsRequest) {
|
|
3930
3937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3986,7 +3993,7 @@ class StackMonitoringClient {
|
|
|
3986
3993
|
* @param UpdateBaselineableMetricRequest
|
|
3987
3994
|
* @return UpdateBaselineableMetricResponse
|
|
3988
3995
|
* @throws OciError when an error occurs
|
|
3989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateBaselineableMetric.ts.html |here} to see how to use UpdateBaselineableMetric API.
|
|
3990
3997
|
*/
|
|
3991
3998
|
updateBaselineableMetric(updateBaselineableMetricRequest) {
|
|
3992
3999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4056,7 +4063,7 @@ class StackMonitoringClient {
|
|
|
4056
4063
|
* @param UpdateConfigRequest
|
|
4057
4064
|
* @return UpdateConfigResponse
|
|
4058
4065
|
* @throws OciError when an error occurs
|
|
4059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateConfig.ts.html |here} to see how to use UpdateConfig API.
|
|
4060
4067
|
*/
|
|
4061
4068
|
updateConfig(updateConfigRequest) {
|
|
4062
4069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4121,7 +4128,7 @@ class StackMonitoringClient {
|
|
|
4121
4128
|
* @param UpdateMetricExtensionRequest
|
|
4122
4129
|
* @return UpdateMetricExtensionResponse
|
|
4123
4130
|
* @throws OciError when an error occurs
|
|
4124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateMetricExtension.ts.html |here} to see how to use UpdateMetricExtension API.
|
|
4125
4132
|
*/
|
|
4126
4133
|
updateMetricExtension(updateMetricExtensionRequest) {
|
|
4127
4134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4194,7 +4201,7 @@ class StackMonitoringClient {
|
|
|
4194
4201
|
* @param UpdateMonitoredResourceRequest
|
|
4195
4202
|
* @return UpdateMonitoredResourceResponse
|
|
4196
4203
|
* @throws OciError when an error occurs
|
|
4197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateMonitoredResource.ts.html |here} to see how to use UpdateMonitoredResource API.
|
|
4198
4205
|
*/
|
|
4199
4206
|
updateMonitoredResource(updateMonitoredResourceRequest) {
|
|
4200
4207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4256,7 +4263,7 @@ class StackMonitoringClient {
|
|
|
4256
4263
|
* @param UpdateMonitoredResourceTaskRequest
|
|
4257
4264
|
* @return UpdateMonitoredResourceTaskResponse
|
|
4258
4265
|
* @throws OciError when an error occurs
|
|
4259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateMonitoredResourceTask.ts.html |here} to see how to use UpdateMonitoredResourceTask API.
|
|
4260
4267
|
*/
|
|
4261
4268
|
updateMonitoredResourceTask(updateMonitoredResourceTaskRequest) {
|
|
4262
4269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4322,7 +4329,7 @@ class StackMonitoringClient {
|
|
|
4322
4329
|
* @param UpdateMonitoredResourceTypeRequest
|
|
4323
4330
|
* @return UpdateMonitoredResourceTypeResponse
|
|
4324
4331
|
* @throws OciError when an error occurs
|
|
4325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateMonitoredResourceType.ts.html |here} to see how to use UpdateMonitoredResourceType API.
|
|
4326
4333
|
*/
|
|
4327
4334
|
updateMonitoredResourceType(updateMonitoredResourceTypeRequest) {
|
|
4328
4335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4387,7 +4394,7 @@ class StackMonitoringClient {
|
|
|
4387
4394
|
* @param UpdateProcessSetRequest
|
|
4388
4395
|
* @return UpdateProcessSetResponse
|
|
4389
4396
|
* @throws OciError when an error occurs
|
|
4390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/stackmonitoring/UpdateProcessSet.ts.html |here} to see how to use UpdateProcessSet API.
|
|
4391
4398
|
*/
|
|
4392
4399
|
updateProcessSet(updateProcessSetRequest) {
|
|
4393
4400
|
return __awaiter(this, void 0, void 0, function* () {
|