@alicloud/cms20190101 4.0.1 → 4.0.3
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 +21 -2
- package/dist/client.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/dist/models/DescribeSiteMonitorAttributeResponseBody.d.ts +1 -0
- package/dist/models/DescribeSiteMonitorAttributeResponseBody.js +2 -0
- package/dist/models/DescribeSiteMonitorAttributeResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +22 -2
- package/src/models/CreateSiteMonitorRequest.ts +3 -0
- package/src/models/DescribeSiteMonitorAttributeResponseBody.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
|
@@ -1287,6 +1287,9 @@ class Client extends openapi_core_1.default {
|
|
|
1287
1287
|
if (!$dara.isNull(request.address)) {
|
|
1288
1288
|
query["Address"] = request.address;
|
|
1289
1289
|
}
|
|
1290
|
+
if (!$dara.isNull(request.agentGroup)) {
|
|
1291
|
+
query["AgentGroup"] = request.agentGroup;
|
|
1292
|
+
}
|
|
1290
1293
|
if (!$dara.isNull(request.alertIds)) {
|
|
1291
1294
|
query["AlertIds"] = request.alertIds;
|
|
1292
1295
|
}
|
|
@@ -5221,6 +5224,8 @@ class Client extends openapi_core_1.default {
|
|
|
5221
5224
|
return await this.describeMonitoringAgentHostsWithOptions(request, runtime);
|
|
5222
5225
|
}
|
|
5223
5226
|
/**
|
|
5227
|
+
* 查询指定资源的进程数列表
|
|
5228
|
+
*
|
|
5224
5229
|
* @remarks
|
|
5225
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~).
|
|
5226
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.
|
|
@@ -5252,6 +5257,8 @@ class Client extends openapi_core_1.default {
|
|
|
5252
5257
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMonitoringAgentProcessesResponse({}));
|
|
5253
5258
|
}
|
|
5254
5259
|
/**
|
|
5260
|
+
* 查询指定资源的进程数列表
|
|
5261
|
+
*
|
|
5255
5262
|
* @remarks
|
|
5256
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~).
|
|
5257
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.
|
|
@@ -6778,6 +6785,8 @@ class Client extends openapi_core_1.default {
|
|
|
6778
6785
|
return await this.installMonitoringAgentWithOptions(request, runtime);
|
|
6779
6786
|
}
|
|
6780
6787
|
/**
|
|
6788
|
+
* 修改应用分组内的进程监控
|
|
6789
|
+
*
|
|
6781
6790
|
* @param request - ModifyGroupMonitoringAgentProcessRequest
|
|
6782
6791
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6783
6792
|
* @returns ModifyGroupMonitoringAgentProcessResponse
|
|
@@ -6814,6 +6823,8 @@ class Client extends openapi_core_1.default {
|
|
|
6814
6823
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyGroupMonitoringAgentProcessResponse({}));
|
|
6815
6824
|
}
|
|
6816
6825
|
/**
|
|
6826
|
+
* 修改应用分组内的进程监控
|
|
6827
|
+
*
|
|
6817
6828
|
* @param request - ModifyGroupMonitoringAgentProcessRequest
|
|
6818
6829
|
* @returns ModifyGroupMonitoringAgentProcessResponse
|
|
6819
6830
|
*/
|
|
@@ -6891,6 +6902,8 @@ class Client extends openapi_core_1.default {
|
|
|
6891
6902
|
return await this.modifyHostAvailabilityWithOptions(request, runtime);
|
|
6892
6903
|
}
|
|
6893
6904
|
/**
|
|
6905
|
+
* 修改非阿里云的主机显示信息
|
|
6906
|
+
*
|
|
6894
6907
|
* @remarks
|
|
6895
6908
|
* ***
|
|
6896
6909
|
*
|
|
@@ -6924,6 +6937,8 @@ class Client extends openapi_core_1.default {
|
|
|
6924
6937
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyHostInfoResponse({}));
|
|
6925
6938
|
}
|
|
6926
6939
|
/**
|
|
6940
|
+
* 修改非阿里云的主机显示信息
|
|
6941
|
+
*
|
|
6927
6942
|
* @remarks
|
|
6928
6943
|
* ***
|
|
6929
6944
|
*
|
|
@@ -7223,6 +7238,8 @@ class Client extends openapi_core_1.default {
|
|
|
7223
7238
|
return await this.modifyMetricRuleTemplateWithOptions(request, runtime);
|
|
7224
7239
|
}
|
|
7225
7240
|
/**
|
|
7241
|
+
* 修改应用分组
|
|
7242
|
+
*
|
|
7226
7243
|
* @param request - ModifyMonitorGroupRequest
|
|
7227
7244
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
7228
7245
|
* @returns ModifyMonitorGroupResponse
|
|
@@ -7256,6 +7273,8 @@ class Client extends openapi_core_1.default {
|
|
|
7256
7273
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMonitorGroupResponse({}));
|
|
7257
7274
|
}
|
|
7258
7275
|
/**
|
|
7276
|
+
* 修改应用分组
|
|
7277
|
+
*
|
|
7259
7278
|
* @param request - ModifyMonitorGroupRequest
|
|
7260
7279
|
* @returns ModifyMonitorGroupResponse
|
|
7261
7280
|
*/
|
|
@@ -7264,7 +7283,7 @@ class Client extends openapi_core_1.default {
|
|
|
7264
7283
|
return await this.modifyMonitorGroupWithOptions(request, runtime);
|
|
7265
7284
|
}
|
|
7266
7285
|
/**
|
|
7267
|
-
*
|
|
7286
|
+
* 修改应用分组中的资源
|
|
7268
7287
|
*
|
|
7269
7288
|
* @param request - ModifyMonitorGroupInstancesRequest
|
|
7270
7289
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7296,7 +7315,7 @@ class Client extends openapi_core_1.default {
|
|
|
7296
7315
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMonitorGroupInstancesResponse({}));
|
|
7297
7316
|
}
|
|
7298
7317
|
/**
|
|
7299
|
-
*
|
|
7318
|
+
* 修改应用分组中的资源
|
|
7300
7319
|
*
|
|
7301
7320
|
* @param request - ModifyMonitorGroupInstancesRequest
|
|
7302
7321
|
* @returns ModifyMonitorGroupInstancesResponse
|