tencentcloud-sdk-nodejs-intl-en 3.0.1280 → 3.0.1282
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/package.json +1 -1
- package/tencentcloud/apm/v20210622/apm_client.js +241 -65
- package/tencentcloud/apm/v20210622/models.js +3213 -426
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +45 -0
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/lkeap/v20240522/lkeap_client.js +14 -0
- package/tencentcloud/lkeap/v20240522/models.js +138 -0
- package/tencentcloud/ocr/v20181119/models.js +293 -167
- package/tencentcloud/ocr/v20181119/ocr_client.js +16 -2
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/teo/v20220901/models.js +2 -2
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/vm/index.js +1 -1
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/wedata/index.js +1 -1
package/package.json
CHANGED
|
@@ -16,50 +16,83 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
|
-
const
|
|
19
|
+
const DescribeApmAssociationResponse = models.DescribeApmAssociationResponse;
|
|
20
20
|
const ModifyApmInstanceRequest = models.ModifyApmInstanceRequest;
|
|
21
21
|
const ApmInstanceDetail = models.ApmInstanceDetail;
|
|
22
22
|
const CreateApmInstanceRequest = models.CreateApmInstanceRequest;
|
|
23
23
|
const ModifyGeneralApmApplicationConfigRequest = models.ModifyGeneralApmApplicationConfigRequest;
|
|
24
|
-
const
|
|
24
|
+
const DescribeApmServiceMetricRequest = models.DescribeApmServiceMetricRequest;
|
|
25
|
+
const CreateApmPrometheusRuleRequest = models.CreateApmPrometheusRuleRequest;
|
|
25
26
|
const QueryMetricItem = models.QueryMetricItem;
|
|
26
|
-
const
|
|
27
|
+
const ModifyApmPrometheusRuleRequest = models.ModifyApmPrometheusRuleRequest;
|
|
28
|
+
const ModifyGeneralApmApplicationConfigResponse = models.ModifyGeneralApmApplicationConfigResponse;
|
|
27
29
|
const DescribeApmInstancesResponse = models.DescribeApmInstancesResponse;
|
|
30
|
+
const AgentOperationConfigView = models.AgentOperationConfigView;
|
|
28
31
|
const Instrument = models.Instrument;
|
|
29
32
|
const DescribeTagValuesResponse = models.DescribeTagValuesResponse;
|
|
33
|
+
const DescribeTagValuesRequest = models.DescribeTagValuesRequest;
|
|
34
|
+
const DescribeApmPrometheusRuleResponse = models.DescribeApmPrometheusRuleResponse;
|
|
35
|
+
const ServiceDetail = models.ServiceDetail;
|
|
30
36
|
const Span = models.Span;
|
|
31
37
|
const ApmAgentInfo = models.ApmAgentInfo;
|
|
32
|
-
const
|
|
38
|
+
const TerminateApmInstanceRequest = models.TerminateApmInstanceRequest;
|
|
39
|
+
const ApmApplicationConfigView = models.ApmApplicationConfigView;
|
|
33
40
|
const ApmMetricRecord = models.ApmMetricRecord;
|
|
34
41
|
const DescribeServiceOverviewRequest = models.DescribeServiceOverviewRequest;
|
|
42
|
+
const DescribeApmSampleConfigResponse = models.DescribeApmSampleConfigResponse;
|
|
35
43
|
const DescribeApmAgentResponse = models.DescribeApmAgentResponse;
|
|
36
|
-
const
|
|
44
|
+
const CreateApmSampleConfigRequest = models.CreateApmSampleConfigRequest;
|
|
45
|
+
const DescribeApmSampleConfigRequest = models.DescribeApmSampleConfigRequest;
|
|
46
|
+
const ModifyApmInstanceResponse = models.ModifyApmInstanceResponse;
|
|
47
|
+
const SpanLog = models.SpanLog;
|
|
48
|
+
const ApmServiceMetric = models.ApmServiceMetric;
|
|
49
|
+
const ModifyApmSampleConfigResponse = models.ModifyApmSampleConfigResponse;
|
|
50
|
+
const ApmAppConfig = models.ApmAppConfig;
|
|
51
|
+
const CreateApmSampleConfigResponse = models.CreateApmSampleConfigResponse;
|
|
52
|
+
const DescribeApmApplicationConfigRequest = models.DescribeApmApplicationConfigRequest;
|
|
53
|
+
const Filter = models.Filter;
|
|
37
54
|
const ApmField = models.ApmField;
|
|
38
55
|
const Line = models.Line;
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
56
|
+
const DescribeGeneralSpanListResponse = models.DescribeGeneralSpanListResponse;
|
|
57
|
+
const CreateProfileTaskResponse = models.CreateProfileTaskResponse;
|
|
58
|
+
const DescribeGeneralSpanListRequest = models.DescribeGeneralSpanListRequest;
|
|
59
|
+
const ModifyApmPrometheusRuleResponse = models.ModifyApmPrometheusRuleResponse;
|
|
60
|
+
const ApmAssociation = models.ApmAssociation;
|
|
42
61
|
const OrderBy = models.OrderBy;
|
|
62
|
+
const DescribeServiceOverviewResponse = models.DescribeServiceOverviewResponse;
|
|
63
|
+
const DescribeApmServiceMetricResponse = models.DescribeApmServiceMetricResponse;
|
|
64
|
+
const ModifyApmAssociationResponse = models.ModifyApmAssociationResponse;
|
|
43
65
|
const DescribeMetricRecordsResponse = models.DescribeMetricRecordsResponse;
|
|
44
66
|
const DescribeGeneralOTSpanListResponse = models.DescribeGeneralOTSpanListResponse;
|
|
45
|
-
const
|
|
46
|
-
const
|
|
67
|
+
const ApmTag = models.ApmTag;
|
|
68
|
+
const ModifyApmApplicationConfigResponse = models.ModifyApmApplicationConfigResponse;
|
|
69
|
+
const DescribeApmApplicationConfigResponse = models.DescribeApmApplicationConfigResponse;
|
|
70
|
+
const DescribeApmAssociationRequest = models.DescribeApmAssociationRequest;
|
|
71
|
+
const ModifyApmApplicationConfigRequest = models.ModifyApmApplicationConfigRequest;
|
|
47
72
|
const APMKV = models.APMKV;
|
|
48
73
|
const DescribeGeneralOTSpanListRequest = models.DescribeGeneralOTSpanListRequest;
|
|
49
74
|
const DescribeApmAgentRequest = models.DescribeApmAgentRequest;
|
|
50
75
|
const DescribeMetricRecordsRequest = models.DescribeMetricRecordsRequest;
|
|
51
76
|
const DescribeGeneralApmApplicationConfigResponse = models.DescribeGeneralApmApplicationConfigResponse;
|
|
52
77
|
const DescribeGeneralMetricDataRequest = models.DescribeGeneralMetricDataRequest;
|
|
78
|
+
const DescribeApmPrometheusRuleRequest = models.DescribeApmPrometheusRuleRequest;
|
|
53
79
|
const CreateApmInstanceResponse = models.CreateApmInstanceResponse;
|
|
54
80
|
const SpanReference = models.SpanReference;
|
|
81
|
+
const CreateProfileTaskRequest = models.CreateProfileTaskRequest;
|
|
55
82
|
const SpanProcess = models.SpanProcess;
|
|
83
|
+
const DeleteApmSampleConfigResponse = models.DeleteApmSampleConfigResponse;
|
|
84
|
+
const ModifyApmAssociationRequest = models.ModifyApmAssociationRequest;
|
|
85
|
+
const ApmPrometheusRules = models.ApmPrometheusRules;
|
|
86
|
+
const ModifyApmSampleConfigRequest = models.ModifyApmSampleConfigRequest;
|
|
56
87
|
const DescribeGeneralApmApplicationConfigRequest = models.DescribeGeneralApmApplicationConfigRequest;
|
|
57
|
-
const
|
|
88
|
+
const ApmSampleConfig = models.ApmSampleConfig;
|
|
58
89
|
const GeneralFilter = models.GeneralFilter;
|
|
59
90
|
const DescribeApmInstancesRequest = models.DescribeApmInstancesRequest;
|
|
60
91
|
const SpanTag = models.SpanTag;
|
|
61
92
|
const DescribeGeneralMetricDataResponse = models.DescribeGeneralMetricDataResponse;
|
|
62
|
-
const
|
|
93
|
+
const DeleteApmSampleConfigRequest = models.DeleteApmSampleConfigRequest;
|
|
94
|
+
const APMKVItem = models.APMKVItem;
|
|
95
|
+
const CreateApmPrometheusRuleResponse = models.CreateApmPrometheusRuleResponse;
|
|
63
96
|
const TerminateApmInstanceResponse = models.TerminateApmInstanceResponse;
|
|
64
97
|
|
|
65
98
|
|
|
@@ -73,6 +106,50 @@ class ApmClient extends AbstractClient {
|
|
|
73
106
|
super("apm.intl.tencentcloudapi.com", "2021-06-22", credential, region, profile);
|
|
74
107
|
}
|
|
75
108
|
|
|
109
|
+
/**
|
|
110
|
+
* This API is used to modify the APM business system.
|
|
111
|
+
* @param {ModifyApmInstanceRequest} req
|
|
112
|
+
* @param {function(string, ModifyApmInstanceResponse):void} cb
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
ModifyApmInstance(req, cb) {
|
|
116
|
+
let resp = new ModifyApmInstanceResponse();
|
|
117
|
+
this.request("ModifyApmInstance", req, resp, cb);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* General Query Call Chain List.
|
|
122
|
+
* @param {DescribeGeneralSpanListRequest} req
|
|
123
|
+
* @param {function(string, DescribeGeneralSpanListResponse):void} cb
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
DescribeGeneralSpanList(req, cb) {
|
|
127
|
+
let resp = new DescribeGeneralSpanListResponse();
|
|
128
|
+
this.request("DescribeGeneralSpanList", req, resp, cb);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* General Query OpenTelemetry Call Chain List.
|
|
133
|
+
* @param {DescribeGeneralOTSpanListRequest} req
|
|
134
|
+
* @param {function(string, DescribeGeneralOTSpanListResponse):void} cb
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
DescribeGeneralOTSpanList(req, cb) {
|
|
138
|
+
let resp = new DescribeGeneralOTSpanListResponse();
|
|
139
|
+
this.request("DescribeGeneralOTSpanList", req, resp, cb);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* This API is used to create a business purchase in the APM business system.
|
|
144
|
+
* @param {CreateApmInstanceRequest} req
|
|
145
|
+
* @param {function(string, CreateApmInstanceResponse):void} cb
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
CreateApmInstance(req, cb) {
|
|
149
|
+
let resp = new CreateApmInstanceResponse();
|
|
150
|
+
this.request("CreateApmInstance", req, resp, cb);
|
|
151
|
+
}
|
|
152
|
+
|
|
76
153
|
/**
|
|
77
154
|
* This API is used to query the application configuration information.
|
|
78
155
|
* @param {DescribeGeneralApmApplicationConfigRequest} req
|
|
@@ -84,6 +161,128 @@ class ApmClient extends AbstractClient {
|
|
|
84
161
|
this.request("DescribeGeneralApmApplicationConfig", req, resp, cb);
|
|
85
162
|
}
|
|
86
163
|
|
|
164
|
+
/**
|
|
165
|
+
* This API is used to modify the relationship between the apm Business System and other products, including deletion.
|
|
166
|
+
* @param {ModifyApmAssociationRequest} req
|
|
167
|
+
* @param {function(string, ModifyApmAssociationResponse):void} cb
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
ModifyApmAssociation(req, cb) {
|
|
171
|
+
let resp = new ModifyApmAssociationResponse();
|
|
172
|
+
this.request("ModifyApmAssociation", req, resp, cb);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Modify sampling configurations
|
|
177
|
+
* @param {ModifyApmSampleConfigRequest} req
|
|
178
|
+
* @param {function(string, ModifyApmSampleConfigResponse):void} cb
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
ModifyApmSampleConfig(req, cb) {
|
|
182
|
+
let resp = new ModifyApmSampleConfigResponse();
|
|
183
|
+
this.request("ModifyApmSampleConfig", req, resp, cb);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Obtaining APM Access Point.
|
|
188
|
+
* @param {DescribeApmAgentRequest} req
|
|
189
|
+
* @param {function(string, DescribeApmAgentResponse):void} cb
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
DescribeApmAgent(req, cb) {
|
|
193
|
+
let resp = new DescribeApmAgentResponse();
|
|
194
|
+
this.request("DescribeApmAgent", req, resp, cb);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* This API is a general API used to obtain metric data. Users submit request parameters as needed and receive the corresponding metric data.
|
|
199
|
+
The API call frequency is limited to 20 requests per second and 1200 requests per minute. The number of data points per request is limited to 1440.
|
|
200
|
+
* @param {DescribeGeneralMetricDataRequest} req
|
|
201
|
+
* @param {function(string, DescribeGeneralMetricDataResponse):void} cb
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
DescribeGeneralMetricData(req, cb) {
|
|
205
|
+
let resp = new DescribeGeneralMetricDataResponse();
|
|
206
|
+
this.request("DescribeGeneralMetricData", req, resp, cb);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* This API is used to create metric match rules between apm Business System and Prometheus Instance.
|
|
211
|
+
* @param {CreateApmPrometheusRuleRequest} req
|
|
212
|
+
* @param {function(string, CreateApmPrometheusRuleResponse):void} cb
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
CreateApmPrometheusRule(req, cb) {
|
|
216
|
+
let resp = new CreateApmPrometheusRuleResponse();
|
|
217
|
+
this.request("CreateApmPrometheusRule", req, resp, cb);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Termination of APM business system.
|
|
222
|
+
* @param {TerminateApmInstanceRequest} req
|
|
223
|
+
* @param {function(string, TerminateApmInstanceResponse):void} cb
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
TerminateApmInstance(req, cb) {
|
|
227
|
+
let resp = new TerminateApmInstanceResponse();
|
|
228
|
+
this.request("TerminateApmInstance", req, resp, cb);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* This API is used to query the relationship between apm Business System and other product.
|
|
233
|
+
* @param {DescribeApmAssociationRequest} req
|
|
234
|
+
* @param {function(string, DescribeApmAssociationResponse):void} cb
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
DescribeApmAssociation(req, cb) {
|
|
238
|
+
let resp = new DescribeApmAssociationResponse();
|
|
239
|
+
this.request("DescribeApmAssociation", req, resp, cb);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* This API is used to obtain the list of APM application metrics.
|
|
244
|
+
* @param {DescribeApmServiceMetricRequest} req
|
|
245
|
+
* @param {function(string, DescribeApmServiceMetricResponse):void} cb
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
DescribeApmServiceMetric(req, cb) {
|
|
249
|
+
let resp = new DescribeApmServiceMetricResponse();
|
|
250
|
+
this.request("DescribeApmServiceMetric", req, resp, cb);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* This API is used to modify metric match rules between apm Business System and Prometheus Instance.
|
|
255
|
+
* @param {ModifyApmPrometheusRuleRequest} req
|
|
256
|
+
* @param {function(string, ModifyApmPrometheusRuleResponse):void} cb
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
ModifyApmPrometheusRule(req, cb) {
|
|
260
|
+
let resp = new ModifyApmPrometheusRuleResponse();
|
|
261
|
+
this.request("ModifyApmPrometheusRule", req, resp, cb);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Create sampling configurations
|
|
266
|
+
* @param {CreateApmSampleConfigRequest} req
|
|
267
|
+
* @param {function(string, CreateApmSampleConfigResponse):void} cb
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
CreateApmSampleConfig(req, cb) {
|
|
271
|
+
let resp = new CreateApmSampleConfigResponse();
|
|
272
|
+
this.request("CreateApmSampleConfig", req, resp, cb);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* Query sampling configuration
|
|
277
|
+
* @param {DescribeApmSampleConfigRequest} req
|
|
278
|
+
* @param {function(string, DescribeApmSampleConfigResponse):void} cb
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
DescribeApmSampleConfig(req, cb) {
|
|
282
|
+
let resp = new DescribeApmSampleConfigResponse();
|
|
283
|
+
this.request("DescribeApmSampleConfig", req, resp, cb);
|
|
284
|
+
}
|
|
285
|
+
|
|
87
286
|
/**
|
|
88
287
|
* This API is used to query dimensional data by dimension name and filter condition.
|
|
89
288
|
* @param {DescribeTagValuesRequest} req
|
|
@@ -96,14 +295,14 @@ class ApmClient extends AbstractClient {
|
|
|
96
295
|
}
|
|
97
296
|
|
|
98
297
|
/**
|
|
99
|
-
*
|
|
100
|
-
* @param {
|
|
101
|
-
* @param {function(string,
|
|
298
|
+
* This API is used to query the match rule for metrics between apm Business System and Prometheus Instance.
|
|
299
|
+
* @param {DescribeApmPrometheusRuleRequest} req
|
|
300
|
+
* @param {function(string, DescribeApmPrometheusRuleResponse):void} cb
|
|
102
301
|
* @public
|
|
103
302
|
*/
|
|
104
|
-
|
|
105
|
-
let resp = new
|
|
106
|
-
this.request("
|
|
303
|
+
DescribeApmPrometheusRule(req, cb) {
|
|
304
|
+
let resp = new DescribeApmPrometheusRuleResponse();
|
|
305
|
+
this.request("DescribeApmPrometheusRule", req, resp, cb);
|
|
107
306
|
}
|
|
108
307
|
|
|
109
308
|
/**
|
|
@@ -118,36 +317,36 @@ class ApmClient extends AbstractClient {
|
|
|
118
317
|
}
|
|
119
318
|
|
|
120
319
|
/**
|
|
121
|
-
*
|
|
122
|
-
* @param {
|
|
123
|
-
* @param {function(string,
|
|
320
|
+
* Delete sampling configurations
|
|
321
|
+
* @param {DeleteApmSampleConfigRequest} req
|
|
322
|
+
* @param {function(string, DeleteApmSampleConfigResponse):void} cb
|
|
124
323
|
* @public
|
|
125
324
|
*/
|
|
126
|
-
|
|
127
|
-
let resp = new
|
|
128
|
-
this.request("
|
|
325
|
+
DeleteApmSampleConfig(req, cb) {
|
|
326
|
+
let resp = new DeleteApmSampleConfigResponse();
|
|
327
|
+
this.request("DeleteApmSampleConfig", req, resp, cb);
|
|
129
328
|
}
|
|
130
329
|
|
|
131
330
|
/**
|
|
132
|
-
*
|
|
133
|
-
* @param {
|
|
134
|
-
* @param {function(string,
|
|
331
|
+
* This API is used to create an event task.
|
|
332
|
+
* @param {CreateProfileTaskRequest} req
|
|
333
|
+
* @param {function(string, CreateProfileTaskResponse):void} cb
|
|
135
334
|
* @public
|
|
136
335
|
*/
|
|
137
|
-
|
|
138
|
-
let resp = new
|
|
139
|
-
this.request("
|
|
336
|
+
CreateProfileTask(req, cb) {
|
|
337
|
+
let resp = new CreateProfileTaskResponse();
|
|
338
|
+
this.request("CreateProfileTask", req, resp, cb);
|
|
140
339
|
}
|
|
141
340
|
|
|
142
341
|
/**
|
|
143
|
-
* This API is used to
|
|
144
|
-
* @param {
|
|
145
|
-
* @param {function(string,
|
|
342
|
+
* This API is used to query application configuration.
|
|
343
|
+
* @param {DescribeApmApplicationConfigRequest} req
|
|
344
|
+
* @param {function(string, DescribeApmApplicationConfigResponse):void} cb
|
|
146
345
|
* @public
|
|
147
346
|
*/
|
|
148
|
-
|
|
149
|
-
let resp = new
|
|
150
|
-
this.request("
|
|
347
|
+
DescribeApmApplicationConfig(req, cb) {
|
|
348
|
+
let resp = new DescribeApmApplicationConfigResponse();
|
|
349
|
+
this.request("DescribeApmApplicationConfig", req, resp, cb);
|
|
151
350
|
}
|
|
152
351
|
|
|
153
352
|
/**
|
|
@@ -161,18 +360,6 @@ class ApmClient extends AbstractClient {
|
|
|
161
360
|
this.request("ModifyGeneralApmApplicationConfig", req, resp, cb);
|
|
162
361
|
}
|
|
163
362
|
|
|
164
|
-
/**
|
|
165
|
-
* This API is a general API used to obtain metric data. Users submit request parameters as needed and receive the corresponding metric data.
|
|
166
|
-
The API call frequency is limited to 20 requests per second and 1200 requests per minute. The number of data points per request is limited to 1440.
|
|
167
|
-
* @param {DescribeGeneralMetricDataRequest} req
|
|
168
|
-
* @param {function(string, DescribeGeneralMetricDataResponse):void} cb
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
DescribeGeneralMetricData(req, cb) {
|
|
172
|
-
let resp = new DescribeGeneralMetricDataResponse();
|
|
173
|
-
this.request("DescribeGeneralMetricData", req, resp, cb);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
363
|
/**
|
|
177
364
|
* This API is used to query metric list. To query metrics, it is recommended to use the DescribeGeneralMetricData API.
|
|
178
365
|
* @param {DescribeMetricRecordsRequest} req
|
|
@@ -185,25 +372,14 @@ The API call frequency is limited to 20 requests per second and 1200 requests pe
|
|
|
185
372
|
}
|
|
186
373
|
|
|
187
374
|
/**
|
|
188
|
-
*
|
|
189
|
-
* @param {
|
|
190
|
-
* @param {function(string,
|
|
191
|
-
* @public
|
|
192
|
-
*/
|
|
193
|
-
TerminateApmInstance(req, cb) {
|
|
194
|
-
let resp = new TerminateApmInstanceResponse();
|
|
195
|
-
this.request("TerminateApmInstance", req, resp, cb);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* This API is used to create a business purchase in the APM business system.
|
|
200
|
-
* @param {CreateApmInstanceRequest} req
|
|
201
|
-
* @param {function(string, CreateApmInstanceResponse):void} cb
|
|
375
|
+
* Modify application configurations
|
|
376
|
+
* @param {ModifyApmApplicationConfigRequest} req
|
|
377
|
+
* @param {function(string, ModifyApmApplicationConfigResponse):void} cb
|
|
202
378
|
* @public
|
|
203
379
|
*/
|
|
204
|
-
|
|
205
|
-
let resp = new
|
|
206
|
-
this.request("
|
|
380
|
+
ModifyApmApplicationConfig(req, cb) {
|
|
381
|
+
let resp = new ModifyApmApplicationConfigResponse();
|
|
382
|
+
this.request("ModifyApmApplicationConfig", req, resp, cb);
|
|
207
383
|
}
|
|
208
384
|
|
|
209
385
|
/**
|