@alicloud/cms20190101 4.0.0 → 4.0.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/dist/client.d.ts +18 -2
- package/dist/client.js +24 -2
- package/dist/client.js.map +1 -1
- package/dist/models/CreateInstantSiteMonitorRequest.d.ts +1 -0
- package/dist/models/CreateInstantSiteMonitorRequest.js +2 -0
- package/dist/models/CreateInstantSiteMonitorRequest.js.map +1 -1
- package/dist/models/CreateSiteMonitorRequest.d.ts +1 -0
- package/dist/models/CreateSiteMonitorRequest.js +2 -0
- package/dist/models/CreateSiteMonitorRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +26 -2
- package/src/models/CreateInstantSiteMonitorRequest.ts +3 -0
- package/src/models/CreateSiteMonitorRequest.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -1845,6 +1845,8 @@ export default class Client extends OpenApi {
|
|
|
1845
1845
|
*/
|
|
1846
1846
|
describeMonitoringAgentHosts(request: $_model.DescribeMonitoringAgentHostsRequest): Promise<$_model.DescribeMonitoringAgentHostsResponse>;
|
|
1847
1847
|
/**
|
|
1848
|
+
* 查询指定资源的进程数列表
|
|
1849
|
+
*
|
|
1848
1850
|
* @remarks
|
|
1849
1851
|
* > Before you call this operation, call the CreateMonitoringAgentProcess operation to create processes. For more information, see [CreateMonitoringAgentProcess](https://help.aliyun.com/document_detail/114951.html~).
|
|
1850
1852
|
* This topic provides an example of how to query the processes of the `i-hp3hl3cx1pbahzy8****` instance. The response indicates the details of the `NGINX` and `HTTP` processes.
|
|
@@ -1855,6 +1857,8 @@ export default class Client extends OpenApi {
|
|
|
1855
1857
|
*/
|
|
1856
1858
|
describeMonitoringAgentProcessesWithOptions(request: $_model.DescribeMonitoringAgentProcessesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeMonitoringAgentProcessesResponse>;
|
|
1857
1859
|
/**
|
|
1860
|
+
* 查询指定资源的进程数列表
|
|
1861
|
+
*
|
|
1858
1862
|
* @remarks
|
|
1859
1863
|
* > Before you call this operation, call the CreateMonitoringAgentProcess operation to create processes. For more information, see [CreateMonitoringAgentProcess](https://help.aliyun.com/document_detail/114951.html~).
|
|
1860
1864
|
* This topic provides an example of how to query the processes of the `i-hp3hl3cx1pbahzy8****` instance. The response indicates the details of the `NGINX` and `HTTP` processes.
|
|
@@ -2412,12 +2416,16 @@ export default class Client extends OpenApi {
|
|
|
2412
2416
|
*/
|
|
2413
2417
|
installMonitoringAgent(request: $_model.InstallMonitoringAgentRequest): Promise<$_model.InstallMonitoringAgentResponse>;
|
|
2414
2418
|
/**
|
|
2419
|
+
* 修改应用分组内的进程监控
|
|
2420
|
+
*
|
|
2415
2421
|
* @param request - ModifyGroupMonitoringAgentProcessRequest
|
|
2416
2422
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2417
2423
|
* @returns ModifyGroupMonitoringAgentProcessResponse
|
|
2418
2424
|
*/
|
|
2419
2425
|
modifyGroupMonitoringAgentProcessWithOptions(request: $_model.ModifyGroupMonitoringAgentProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyGroupMonitoringAgentProcessResponse>;
|
|
2420
2426
|
/**
|
|
2427
|
+
* 修改应用分组内的进程监控
|
|
2428
|
+
*
|
|
2421
2429
|
* @param request - ModifyGroupMonitoringAgentProcessRequest
|
|
2422
2430
|
* @returns ModifyGroupMonitoringAgentProcessResponse
|
|
2423
2431
|
*/
|
|
@@ -2444,6 +2452,8 @@ export default class Client extends OpenApi {
|
|
|
2444
2452
|
*/
|
|
2445
2453
|
modifyHostAvailability(request: $_model.ModifyHostAvailabilityRequest): Promise<$_model.ModifyHostAvailabilityResponse>;
|
|
2446
2454
|
/**
|
|
2455
|
+
* 修改非阿里云的主机显示信息
|
|
2456
|
+
*
|
|
2447
2457
|
* @remarks
|
|
2448
2458
|
* ***
|
|
2449
2459
|
*
|
|
@@ -2453,6 +2463,8 @@ export default class Client extends OpenApi {
|
|
|
2453
2463
|
*/
|
|
2454
2464
|
modifyHostInfoWithOptions(request: $_model.ModifyHostInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyHostInfoResponse>;
|
|
2455
2465
|
/**
|
|
2466
|
+
* 修改非阿里云的主机显示信息
|
|
2467
|
+
*
|
|
2456
2468
|
* @remarks
|
|
2457
2469
|
* ***
|
|
2458
2470
|
*
|
|
@@ -2560,18 +2572,22 @@ export default class Client extends OpenApi {
|
|
|
2560
2572
|
*/
|
|
2561
2573
|
modifyMetricRuleTemplate(request: $_model.ModifyMetricRuleTemplateRequest): Promise<$_model.ModifyMetricRuleTemplateResponse>;
|
|
2562
2574
|
/**
|
|
2575
|
+
* 修改应用分组
|
|
2576
|
+
*
|
|
2563
2577
|
* @param request - ModifyMonitorGroupRequest
|
|
2564
2578
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2565
2579
|
* @returns ModifyMonitorGroupResponse
|
|
2566
2580
|
*/
|
|
2567
2581
|
modifyMonitorGroupWithOptions(request: $_model.ModifyMonitorGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyMonitorGroupResponse>;
|
|
2568
2582
|
/**
|
|
2583
|
+
* 修改应用分组
|
|
2584
|
+
*
|
|
2569
2585
|
* @param request - ModifyMonitorGroupRequest
|
|
2570
2586
|
* @returns ModifyMonitorGroupResponse
|
|
2571
2587
|
*/
|
|
2572
2588
|
modifyMonitorGroup(request: $_model.ModifyMonitorGroupRequest): Promise<$_model.ModifyMonitorGroupResponse>;
|
|
2573
2589
|
/**
|
|
2574
|
-
*
|
|
2590
|
+
* 修改应用分组中的资源
|
|
2575
2591
|
*
|
|
2576
2592
|
* @param request - ModifyMonitorGroupInstancesRequest
|
|
2577
2593
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2579,7 +2595,7 @@ export default class Client extends OpenApi {
|
|
|
2579
2595
|
*/
|
|
2580
2596
|
modifyMonitorGroupInstancesWithOptions(request: $_model.ModifyMonitorGroupInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyMonitorGroupInstancesResponse>;
|
|
2581
2597
|
/**
|
|
2582
|
-
*
|
|
2598
|
+
* 修改应用分组中的资源
|
|
2583
2599
|
*
|
|
2584
2600
|
* @param request - ModifyMonitorGroupInstancesRequest
|
|
2585
2601
|
* @returns ModifyMonitorGroupInstancesResponse
|
package/dist/client.js
CHANGED
|
@@ -753,6 +753,9 @@ class Client extends openapi_core_1.default {
|
|
|
753
753
|
if (!$dara.isNull(request.address)) {
|
|
754
754
|
query["Address"] = request.address;
|
|
755
755
|
}
|
|
756
|
+
if (!$dara.isNull(request.agentGroup)) {
|
|
757
|
+
query["AgentGroup"] = request.agentGroup;
|
|
758
|
+
}
|
|
756
759
|
if (!$dara.isNull(request.ispCities)) {
|
|
757
760
|
query["IspCities"] = request.ispCities;
|
|
758
761
|
}
|
|
@@ -1284,6 +1287,9 @@ class Client extends openapi_core_1.default {
|
|
|
1284
1287
|
if (!$dara.isNull(request.address)) {
|
|
1285
1288
|
query["Address"] = request.address;
|
|
1286
1289
|
}
|
|
1290
|
+
if (!$dara.isNull(request.agentGroup)) {
|
|
1291
|
+
query["AgentGroup"] = request.agentGroup;
|
|
1292
|
+
}
|
|
1287
1293
|
if (!$dara.isNull(request.alertIds)) {
|
|
1288
1294
|
query["AlertIds"] = request.alertIds;
|
|
1289
1295
|
}
|
|
@@ -5218,6 +5224,8 @@ class Client extends openapi_core_1.default {
|
|
|
5218
5224
|
return await this.describeMonitoringAgentHostsWithOptions(request, runtime);
|
|
5219
5225
|
}
|
|
5220
5226
|
/**
|
|
5227
|
+
* 查询指定资源的进程数列表
|
|
5228
|
+
*
|
|
5221
5229
|
* @remarks
|
|
5222
5230
|
* > Before you call this operation, call the CreateMonitoringAgentProcess operation to create processes. For more information, see [CreateMonitoringAgentProcess](https://help.aliyun.com/document_detail/114951.html~).
|
|
5223
5231
|
* This topic provides an example of how to query the processes of the `i-hp3hl3cx1pbahzy8****` instance. The response indicates the details of the `NGINX` and `HTTP` processes.
|
|
@@ -5249,6 +5257,8 @@ class Client extends openapi_core_1.default {
|
|
|
5249
5257
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMonitoringAgentProcessesResponse({}));
|
|
5250
5258
|
}
|
|
5251
5259
|
/**
|
|
5260
|
+
* 查询指定资源的进程数列表
|
|
5261
|
+
*
|
|
5252
5262
|
* @remarks
|
|
5253
5263
|
* > Before you call this operation, call the CreateMonitoringAgentProcess operation to create processes. For more information, see [CreateMonitoringAgentProcess](https://help.aliyun.com/document_detail/114951.html~).
|
|
5254
5264
|
* This topic provides an example of how to query the processes of the `i-hp3hl3cx1pbahzy8****` instance. The response indicates the details of the `NGINX` and `HTTP` processes.
|
|
@@ -6775,6 +6785,8 @@ class Client extends openapi_core_1.default {
|
|
|
6775
6785
|
return await this.installMonitoringAgentWithOptions(request, runtime);
|
|
6776
6786
|
}
|
|
6777
6787
|
/**
|
|
6788
|
+
* 修改应用分组内的进程监控
|
|
6789
|
+
*
|
|
6778
6790
|
* @param request - ModifyGroupMonitoringAgentProcessRequest
|
|
6779
6791
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6780
6792
|
* @returns ModifyGroupMonitoringAgentProcessResponse
|
|
@@ -6811,6 +6823,8 @@ class Client extends openapi_core_1.default {
|
|
|
6811
6823
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyGroupMonitoringAgentProcessResponse({}));
|
|
6812
6824
|
}
|
|
6813
6825
|
/**
|
|
6826
|
+
* 修改应用分组内的进程监控
|
|
6827
|
+
*
|
|
6814
6828
|
* @param request - ModifyGroupMonitoringAgentProcessRequest
|
|
6815
6829
|
* @returns ModifyGroupMonitoringAgentProcessResponse
|
|
6816
6830
|
*/
|
|
@@ -6888,6 +6902,8 @@ class Client extends openapi_core_1.default {
|
|
|
6888
6902
|
return await this.modifyHostAvailabilityWithOptions(request, runtime);
|
|
6889
6903
|
}
|
|
6890
6904
|
/**
|
|
6905
|
+
* 修改非阿里云的主机显示信息
|
|
6906
|
+
*
|
|
6891
6907
|
* @remarks
|
|
6892
6908
|
* ***
|
|
6893
6909
|
*
|
|
@@ -6921,6 +6937,8 @@ class Client extends openapi_core_1.default {
|
|
|
6921
6937
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyHostInfoResponse({}));
|
|
6922
6938
|
}
|
|
6923
6939
|
/**
|
|
6940
|
+
* 修改非阿里云的主机显示信息
|
|
6941
|
+
*
|
|
6924
6942
|
* @remarks
|
|
6925
6943
|
* ***
|
|
6926
6944
|
*
|
|
@@ -7220,6 +7238,8 @@ class Client extends openapi_core_1.default {
|
|
|
7220
7238
|
return await this.modifyMetricRuleTemplateWithOptions(request, runtime);
|
|
7221
7239
|
}
|
|
7222
7240
|
/**
|
|
7241
|
+
* 修改应用分组
|
|
7242
|
+
*
|
|
7223
7243
|
* @param request - ModifyMonitorGroupRequest
|
|
7224
7244
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
7225
7245
|
* @returns ModifyMonitorGroupResponse
|
|
@@ -7253,6 +7273,8 @@ class Client extends openapi_core_1.default {
|
|
|
7253
7273
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMonitorGroupResponse({}));
|
|
7254
7274
|
}
|
|
7255
7275
|
/**
|
|
7276
|
+
* 修改应用分组
|
|
7277
|
+
*
|
|
7256
7278
|
* @param request - ModifyMonitorGroupRequest
|
|
7257
7279
|
* @returns ModifyMonitorGroupResponse
|
|
7258
7280
|
*/
|
|
@@ -7261,7 +7283,7 @@ class Client extends openapi_core_1.default {
|
|
|
7261
7283
|
return await this.modifyMonitorGroupWithOptions(request, runtime);
|
|
7262
7284
|
}
|
|
7263
7285
|
/**
|
|
7264
|
-
*
|
|
7286
|
+
* 修改应用分组中的资源
|
|
7265
7287
|
*
|
|
7266
7288
|
* @param request - ModifyMonitorGroupInstancesRequest
|
|
7267
7289
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7293,7 +7315,7 @@ class Client extends openapi_core_1.default {
|
|
|
7293
7315
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMonitorGroupInstancesResponse({}));
|
|
7294
7316
|
}
|
|
7295
7317
|
/**
|
|
7296
|
-
*
|
|
7318
|
+
* 修改应用分组中的资源
|
|
7297
7319
|
*
|
|
7298
7320
|
* @param request - ModifyMonitorGroupInstancesRequest
|
|
7299
7321
|
* @returns ModifyMonitorGroupInstancesResponse
|