@alicloud/cms20240330 10.0.0 → 10.0.1
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 +114 -60
- package/dist/client.js +163 -61
- package/dist/client.js.map +1 -1
- package/dist/models/AlertRuleCondition.d.ts +120 -158
- package/dist/models/AlertRuleCondition.js +45 -1
- package/dist/models/AlertRuleCondition.js.map +1 -1
- package/dist/models/AlertRuleQuery.d.ts +78 -75
- package/dist/models/AlertRuleQuery.js +41 -1
- package/dist/models/AlertRuleQuery.js.map +1 -1
- package/dist/models/AlertRuleTemplate.d.ts +5 -56
- package/dist/models/AlertRuleTemplate.js +10 -0
- package/dist/models/AlertRuleTemplate.js.map +1 -1
- package/dist/models/AlertRuleV2.d.ts +16 -2
- package/dist/models/AlertRuleV2.js +10 -3
- package/dist/models/AlertRuleV2.js.map +1 -1
- package/dist/models/ApmCompositeCompareConfig.d.ts +10 -0
- package/dist/models/ApmCompositeCompareConfig.js +4 -0
- package/dist/models/ApmCompositeCompareConfig.js.map +1 -1
- package/dist/models/ApmThresholdConfig.d.ts +2 -8
- package/dist/models/ApmThresholdConfig.js +4 -0
- package/dist/models/ApmThresholdConfig.js.map +1 -1
- package/dist/models/CloudMonitoringCompositeEscalation.d.ts +34 -0
- package/dist/models/CloudMonitoringCompositeEscalation.js +68 -0
- package/dist/models/CloudMonitoringCompositeEscalation.js.map +1 -0
- package/dist/models/CloudMonitoringCompositeEscalationEntry.d.ts +19 -0
- package/dist/models/CloudMonitoringCompositeEscalationEntry.js +68 -0
- package/dist/models/CloudMonitoringCompositeEscalationEntry.js.map +1 -0
- package/dist/models/CloudMonitoringExpressEscalation.d.ts +28 -0
- package/dist/models/CloudMonitoringExpressEscalation.js +62 -0
- package/dist/models/CloudMonitoringExpressEscalation.js.map +1 -0
- package/dist/models/CloudMonitoringPrometheusEscalation.d.ts +28 -0
- package/dist/models/CloudMonitoringPrometheusEscalation.js +62 -0
- package/dist/models/CloudMonitoringPrometheusEscalation.js.map +1 -0
- package/dist/models/CloudMonitoringSimpleEscalation.d.ts +29 -0
- package/dist/models/CloudMonitoringSimpleEscalation.js +66 -0
- package/dist/models/CloudMonitoringSimpleEscalation.js.map +1 -0
- package/dist/models/CloudMonitoringSimpleEscalationEntry.d.ts +19 -0
- package/dist/models/CloudMonitoringSimpleEscalationEntry.js +68 -0
- package/dist/models/CloudMonitoringSimpleEscalationEntry.js.map +1 -0
- package/dist/models/ConditionConfigUnified.d.ts +24 -34
- package/dist/models/ConditionConfigUnified.js +58 -0
- package/dist/models/ConditionConfigUnified.js.map +1 -1
- package/dist/models/CreateAggTaskGroupRequest.d.ts +20 -20
- package/dist/models/CreateAggTaskGroupResponseBody.d.ts +6 -6
- package/dist/models/CreatePrometheusInstanceRequest.d.ts +25 -22
- package/dist/models/CreatePrometheusInstanceRequest.js +2 -0
- package/dist/models/CreatePrometheusInstanceRequest.js.map +1 -1
- package/dist/models/CreatePrometheusInstanceResponseBody.d.ts +1 -1
- package/dist/models/CreatePrometheusViewRequest.d.ts +12 -12
- package/dist/models/CreatePrometheusViewResponseBody.d.ts +2 -2
- package/dist/models/DatasourceConfigUnified.d.ts +15 -0
- package/dist/models/DatasourceConfigUnified.js +6 -0
- package/dist/models/DatasourceConfigUnified.js.map +1 -1
- package/dist/models/DatasourceTypeFilter.d.ts +18 -0
- package/dist/models/DatasourceTypeFilter.js +58 -0
- package/dist/models/DatasourceTypeFilter.js.map +1 -0
- package/dist/models/DescribeMetricMetaListRequest.d.ts +23 -20
- package/dist/models/DescribeMetricMetaListRequest.js.map +1 -1
- package/dist/models/DescribeMetricMetaListResponseBody.d.ts +25 -17
- package/dist/models/DescribeMetricMetaListResponseBody.js.map +1 -1
- package/dist/models/DescribeMetricMetaListShrinkRequest.d.ts +21 -18
- package/dist/models/DescribeMetricMetaListShrinkRequest.js.map +1 -1
- package/dist/models/GetCloudResourceDataRequest.d.ts +5 -5
- package/dist/models/GetCloudResourceDataResponseBody.d.ts +66 -2
- package/dist/models/GetCloudResourceDataResponseBody.js.map +1 -1
- package/dist/models/GetDeliveryTaskResponseBody.d.ts +15 -15
- package/dist/models/GetIntegrationPolicyResponseBody.d.ts +49 -49
- package/dist/models/GetMemoryStoreResponseBody.d.ts +15 -15
- package/dist/models/GetPrometheusInstanceRequest.d.ts +2 -2
- package/dist/models/GetPrometheusInstanceResponseBody.d.ts +36 -31
- package/dist/models/GetPrometheusInstanceResponseBody.js.map +1 -1
- package/dist/models/GetPrometheusViewRequest.d.ts +2 -2
- package/dist/models/GetPrometheusViewResponseBody.d.ts +35 -21
- package/dist/models/GetPrometheusViewResponseBody.js.map +1 -1
- package/dist/models/ListAggTaskGroupsRequest.d.ts +13 -8
- package/dist/models/ListAggTaskGroupsRequest.js.map +1 -1
- package/dist/models/ListAggTaskGroupsResponseBody.d.ts +15 -15
- package/dist/models/ListAggTaskGroupsShrinkRequest.d.ts +13 -8
- package/dist/models/ListAggTaskGroupsShrinkRequest.js.map +1 -1
- package/dist/models/ListAlertRobotsRequest.d.ts +5 -5
- package/dist/models/ListAlertRobotsResponseBody.d.ts +7 -6
- package/dist/models/ListAlertRobotsResponseBody.js +2 -0
- package/dist/models/ListAlertRobotsResponseBody.js.map +1 -1
- package/dist/models/ListAlertRobotsShrinkRequest.d.ts +5 -5
- package/dist/models/ListDeliveryTasksRequest.d.ts +4 -4
- package/dist/models/ListDeliveryTasksResponseBody.d.ts +22 -22
- package/dist/models/ListDeliveryTasksShrinkRequest.d.ts +4 -4
- package/dist/models/ListEventMetaCacheAllKeysDataResult.d.ts +37 -0
- package/dist/models/ListEventMetaCacheAllKeysDataResult.js +71 -0
- package/dist/models/ListEventMetaCacheAllKeysDataResult.js.map +1 -0
- package/dist/models/ListIntegrationPoliciesRequest.d.ts +9 -9
- package/dist/models/ListIntegrationPoliciesResponseBody.d.ts +24 -20
- package/dist/models/ListIntegrationPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListIntegrationPoliciesShrinkRequest.d.ts +9 -9
- package/dist/models/ListPipelinesRequest.d.ts +3 -3
- package/dist/models/ListPipelinesResponseBody.d.ts +6 -6
- package/dist/models/ListPrometheusInstancesRequest.d.ts +13 -5
- package/dist/models/ListPrometheusInstancesRequest.js.map +1 -1
- package/dist/models/ListPrometheusInstancesResponseBody.d.ts +21 -9
- package/dist/models/ListPrometheusInstancesResponseBody.js +2 -0
- package/dist/models/ListPrometheusInstancesResponseBody.js.map +1 -1
- package/dist/models/ListPrometheusInstancesShrinkRequest.d.ts +13 -5
- package/dist/models/ListPrometheusInstancesShrinkRequest.js.map +1 -1
- package/dist/models/ListPrometheusViewsRequest.d.ts +5 -5
- package/dist/models/ListPrometheusViewsResponseBody.d.ts +20 -10
- package/dist/models/ListPrometheusViewsResponseBody.js +2 -0
- package/dist/models/ListPrometheusViewsResponseBody.js.map +1 -1
- package/dist/models/ListPrometheusViewsShrinkRequest.d.ts +5 -5
- package/dist/models/ManageAlertRulesRequest.d.ts +1 -1
- package/dist/models/ManageAlertRulesResult.d.ts +10 -0
- package/dist/models/ManageAlertRulesResult.js +7 -0
- package/dist/models/ManageAlertRulesResult.js.map +1 -1
- package/dist/models/ManageAlertRulesShrinkRequest.d.ts +1 -1
- package/dist/models/ManageAlertRulesUnifiedActionInput.d.ts +2 -62
- package/dist/models/ManageAlertRulesUnifiedActionInput.js +4 -0
- package/dist/models/ManageAlertRulesUnifiedActionInput.js.map +1 -1
- package/dist/models/MetricSetMultiTrigger.d.ts +24 -0
- package/dist/models/MetricSetMultiTrigger.js +80 -0
- package/dist/models/MetricSetMultiTrigger.js.map +1 -0
- package/dist/models/MetricSetNamedQueryEntry.d.ts +18 -0
- package/dist/models/MetricSetNamedQueryEntry.js +68 -0
- package/dist/models/MetricSetNamedQueryEntry.js.map +1 -0
- package/dist/models/MetricSetTriggerCompositeExpression.d.ts +17 -0
- package/dist/models/MetricSetTriggerCompositeExpression.js +66 -0
- package/dist/models/MetricSetTriggerCompositeExpression.js.map +1 -0
- package/dist/models/MetricSetTriggerSimpleExpression.d.ts +19 -0
- package/dist/models/MetricSetTriggerSimpleExpression.js +68 -0
- package/dist/models/MetricSetTriggerSimpleExpression.js.map +1 -0
- package/dist/models/NotifyConfigUnified.d.ts +1 -28
- package/dist/models/NotifyConfigUnified.js +5 -0
- package/dist/models/NotifyConfigUnified.js.map +1 -1
- package/dist/models/NotifyStrategyIdFilter.d.ts +18 -0
- package/dist/models/NotifyStrategyIdFilter.js +58 -0
- package/dist/models/NotifyStrategyIdFilter.js.map +1 -0
- package/dist/models/ObserveGroup.d.ts +132 -0
- package/dist/models/ObserveGroup.js +119 -0
- package/dist/models/ObserveGroup.js.map +1 -0
- package/dist/models/ObserveGroupDetail.d.ts +123 -0
- package/dist/models/ObserveGroupDetail.js +116 -0
- package/dist/models/ObserveGroupDetail.js.map +1 -0
- package/dist/models/ObserveGroupDiscoverRule.d.ts +176 -0
- package/dist/models/ObserveGroupDiscoverRule.js +197 -0
- package/dist/models/ObserveGroupDiscoverRule.js.map +1 -0
- package/dist/models/ObserveGroupInstance.d.ts +72 -0
- package/dist/models/ObserveGroupInstance.js +84 -0
- package/dist/models/ObserveGroupInstance.js.map +1 -0
- package/dist/models/ObserveResourceGlobalScopeFilter.d.ts +18 -0
- package/dist/models/ObserveResourceGlobalScopeFilter.js +58 -0
- package/dist/models/ObserveResourceGlobalScopeFilter.js.map +1 -0
- package/dist/models/ObserveResourceListFilter.d.ts +18 -0
- package/dist/models/ObserveResourceListFilter.js +61 -0
- package/dist/models/ObserveResourceListFilter.js.map +1 -0
- package/dist/models/ObserveResourceTypeFilter.d.ts +18 -0
- package/dist/models/ObserveResourceTypeFilter.js +58 -0
- package/dist/models/ObserveResourceTypeFilter.js.map +1 -0
- package/dist/models/OpenCmsServiceResponseBody.d.ts +2 -2
- package/dist/models/PartitionKeyFilter.d.ts +18 -0
- package/dist/models/PartitionKeyFilter.js +58 -0
- package/dist/models/PartitionKeyFilter.js.map +1 -0
- package/dist/models/QueryAlertRulesFilter.d.ts +16 -4
- package/dist/models/QueryAlertRulesFilter.js +38 -4
- package/dist/models/QueryAlertRulesFilter.js.map +1 -1
- package/dist/models/QueryAlertRulesRequest.d.ts +4 -4
- package/dist/models/QueryAlertRulesShrinkRequest.d.ts +4 -4
- package/dist/models/QueryConfigUnified.d.ts +15 -52
- package/dist/models/QueryConfigUnified.js +29 -0
- package/dist/models/QueryConfigUnified.js.map +1 -1
- package/dist/models/SearchMemoriesRequest.d.ts +7 -4
- package/dist/models/SearchMemoriesRequest.js.map +1 -1
- package/dist/models/SearchMemoriesResponseBody.d.ts +4 -4
- package/dist/models/SeverityLevelsFilter.d.ts +18 -0
- package/dist/models/SeverityLevelsFilter.js +61 -0
- package/dist/models/SeverityLevelsFilter.js.map +1 -0
- package/dist/models/SubscriptionForModify.d.ts +16 -9
- package/dist/models/SubscriptionForModify.js +2 -0
- package/dist/models/SubscriptionForModify.js.map +1 -1
- package/dist/models/SubscriptionForView.d.ts +12 -5
- package/dist/models/SubscriptionForView.js +2 -0
- package/dist/models/SubscriptionForView.js.map +1 -1
- package/dist/models/UpdateContextStoreRequest.d.ts +6 -6
- package/dist/models/UpdateDeliveryTaskRequest.d.ts +8 -8
- package/dist/models/UpdateDeliveryTaskResponseBody.d.ts +1 -1
- package/dist/models/UpdatePrometheusInstanceRequest.d.ts +16 -10
- package/dist/models/UpdatePrometheusInstanceRequest.js.map +1 -1
- package/dist/models/UpdatePrometheusInstanceResponseBody.d.ts +2 -2
- package/dist/models/UpdateSubscriptionRequest.d.ts +1 -1
- package/dist/models/UpdateSubscriptionResponseBody.d.ts +1 -1
- package/dist/models/model.d.ts +30 -0
- package/dist/models/model.js +86 -25
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +164 -61
- package/src/models/AlertRuleCondition.ts +155 -158
- package/src/models/AlertRuleQuery.ts +111 -77
- package/src/models/AlertRuleTemplate.ts +15 -56
- package/src/models/AlertRuleV2.ts +26 -5
- package/src/models/ApmCompositeCompareConfig.ts +14 -0
- package/src/models/ApmThresholdConfig.ts +6 -8
- package/src/models/CloudMonitoringCompositeEscalation.ts +56 -0
- package/src/models/CloudMonitoringCompositeEscalationEntry.ts +42 -0
- package/src/models/CloudMonitoringExpressEscalation.ts +45 -0
- package/src/models/CloudMonitoringPrometheusEscalation.ts +45 -0
- package/src/models/CloudMonitoringSimpleEscalation.ts +49 -0
- package/src/models/CloudMonitoringSimpleEscalationEntry.ts +42 -0
- package/src/models/ConditionConfigUnified.ts +77 -34
- package/src/models/CreateAggTaskGroupRequest.ts +20 -20
- package/src/models/CreateAggTaskGroupResponseBody.ts +6 -6
- package/src/models/CreatePrometheusInstanceRequest.ts +27 -22
- package/src/models/CreatePrometheusInstanceResponseBody.ts +1 -1
- package/src/models/CreatePrometheusViewRequest.ts +12 -12
- package/src/models/CreatePrometheusViewResponseBody.ts +2 -2
- package/src/models/DatasourceConfigUnified.ts +21 -0
- package/src/models/DatasourceTypeFilter.ts +31 -0
- package/src/models/DescribeMetricMetaListRequest.ts +23 -20
- package/src/models/DescribeMetricMetaListResponseBody.ts +25 -17
- package/src/models/DescribeMetricMetaListShrinkRequest.ts +21 -18
- package/src/models/GetCloudResourceDataRequest.ts +5 -5
- package/src/models/GetCloudResourceDataResponseBody.ts +66 -2
- package/src/models/GetDeliveryTaskResponseBody.ts +15 -15
- package/src/models/GetIntegrationPolicyResponseBody.ts +49 -49
- package/src/models/GetMemoryStoreResponseBody.ts +15 -15
- package/src/models/GetPrometheusInstanceRequest.ts +2 -2
- package/src/models/GetPrometheusInstanceResponseBody.ts +36 -31
- package/src/models/GetPrometheusViewRequest.ts +2 -2
- package/src/models/GetPrometheusViewResponseBody.ts +35 -21
- package/src/models/ListAggTaskGroupsRequest.ts +13 -8
- package/src/models/ListAggTaskGroupsResponseBody.ts +15 -15
- package/src/models/ListAggTaskGroupsShrinkRequest.ts +13 -8
- package/src/models/ListAlertRobotsRequest.ts +5 -5
- package/src/models/ListAlertRobotsResponseBody.ts +9 -6
- package/src/models/ListAlertRobotsShrinkRequest.ts +5 -5
- package/src/models/ListDeliveryTasksRequest.ts +4 -4
- package/src/models/ListDeliveryTasksResponseBody.ts +22 -22
- package/src/models/ListDeliveryTasksShrinkRequest.ts +4 -4
- package/src/models/ListEventMetaCacheAllKeysDataResult.ts +63 -0
- package/src/models/ListIntegrationPoliciesRequest.ts +9 -9
- package/src/models/ListIntegrationPoliciesResponseBody.ts +24 -20
- package/src/models/ListIntegrationPoliciesShrinkRequest.ts +9 -9
- package/src/models/ListPipelinesRequest.ts +3 -3
- package/src/models/ListPipelinesResponseBody.ts +6 -6
- package/src/models/ListPrometheusInstancesRequest.ts +13 -5
- package/src/models/ListPrometheusInstancesResponseBody.ts +23 -9
- package/src/models/ListPrometheusInstancesShrinkRequest.ts +13 -5
- package/src/models/ListPrometheusViewsRequest.ts +5 -5
- package/src/models/ListPrometheusViewsResponseBody.ts +22 -10
- package/src/models/ListPrometheusViewsShrinkRequest.ts +5 -5
- package/src/models/ManageAlertRulesRequest.ts +1 -1
- package/src/models/ManageAlertRulesResult.ts +17 -0
- package/src/models/ManageAlertRulesShrinkRequest.ts +1 -1
- package/src/models/ManageAlertRulesUnifiedActionInput.ts +6 -62
- package/src/models/MetricSetMultiTrigger.ts +58 -0
- package/src/models/MetricSetNamedQueryEntry.ts +40 -0
- package/src/models/MetricSetTriggerCompositeExpression.ts +37 -0
- package/src/models/MetricSetTriggerSimpleExpression.ts +42 -0
- package/src/models/NotifyConfigUnified.ts +6 -28
- package/src/models/NotifyStrategyIdFilter.ts +31 -0
- package/src/models/ObserveGroup.ts +195 -0
- package/src/models/ObserveGroupDetail.ts +185 -0
- package/src/models/ObserveGroupDiscoverRule.ts +292 -0
- package/src/models/ObserveGroupInstance.ts +107 -0
- package/src/models/ObserveResourceGlobalScopeFilter.ts +31 -0
- package/src/models/ObserveResourceListFilter.ts +34 -0
- package/src/models/ObserveResourceTypeFilter.ts +31 -0
- package/src/models/OpenCmsServiceResponseBody.ts +2 -2
- package/src/models/PartitionKeyFilter.ts +31 -0
- package/src/models/QueryAlertRulesFilter.ts +47 -8
- package/src/models/QueryAlertRulesRequest.ts +4 -4
- package/src/models/QueryAlertRulesShrinkRequest.ts +4 -4
- package/src/models/QueryConfigUnified.ts +41 -52
- package/src/models/SearchMemoriesRequest.ts +7 -4
- package/src/models/SearchMemoriesResponseBody.ts +4 -4
- package/src/models/SeverityLevelsFilter.ts +34 -0
- package/src/models/SubscriptionForModify.ts +18 -9
- package/src/models/SubscriptionForView.ts +14 -5
- package/src/models/UpdateContextStoreRequest.ts +6 -6
- package/src/models/UpdateDeliveryTaskRequest.ts +8 -8
- package/src/models/UpdateDeliveryTaskResponseBody.ts +1 -1
- package/src/models/UpdatePrometheusInstanceRequest.ts +16 -10
- package/src/models/UpdatePrometheusInstanceResponseBody.ts +2 -2
- package/src/models/UpdateSubscriptionRequest.ts +1 -1
- package/src/models/UpdateSubscriptionResponseBody.ts +1 -1
- package/src/models/model.ts +30 -0
package/dist/client.js
CHANGED
|
@@ -48,7 +48,52 @@ __exportStar(require("./models/model"), exports);
|
|
|
48
48
|
class Client extends openapi_core_1.default {
|
|
49
49
|
constructor(config) {
|
|
50
50
|
super(config);
|
|
51
|
-
this._endpointRule = "";
|
|
51
|
+
this._endpointRule = "regional";
|
|
52
|
+
this._endpointMap = {
|
|
53
|
+
'us-west-1': "metrics.us-west-1.aliyuncs.com",
|
|
54
|
+
'us-southeast-1': "metrics.us-southeast-1.aliyuncs.com",
|
|
55
|
+
'us-east-1': "metrics.us-east-1.aliyuncs.com",
|
|
56
|
+
'na-south-1': "metrics.na-south-1.aliyuncs.com",
|
|
57
|
+
'me-east-1': "metrics.me-east-1.aliyuncs.com",
|
|
58
|
+
'me-central-1': "metrics.me-central-1.aliyuncs.com",
|
|
59
|
+
'eu-west-2': "metrics.eu-west-2.aliyuncs.com",
|
|
60
|
+
'eu-west-1': "metrics.eu-west-1.aliyuncs.com",
|
|
61
|
+
'eu-central-1': "metrics.eu-central-1.aliyuncs.com",
|
|
62
|
+
'cn-zhongwei': "metrics.cn-zhongwei.aliyuncs.com",
|
|
63
|
+
'cn-zhengzhou-jva': "metrics.cn-zhengzhou-jva.aliyuncs.com",
|
|
64
|
+
'cn-zhangjiakou': "metrics.cn-zhangjiakou.aliyuncs.com",
|
|
65
|
+
'cn-wulanchabu-gic-1': "metrics.cn-wulanchabu-gic-1.aliyuncs.com",
|
|
66
|
+
'cn-wulanchabu': "metrics.cn-wulanchabu.aliyuncs.com",
|
|
67
|
+
'cn-wuhan-lr': "metrics.cn-wuhan-lr.aliyuncs.com",
|
|
68
|
+
'cn-shenzhen-finance-1': "metrics.cn-shenzhen-finance-1.aliyuncs.com",
|
|
69
|
+
'cn-shenzhen': "metrics.cn-shenzhen.aliyuncs.com",
|
|
70
|
+
'cn-shanghai-finance-1': "metrics.cn-shanghai-finance-1.aliyuncs.com",
|
|
71
|
+
'cn-shanghai': "metrics.cn-shanghai.aliyuncs.com",
|
|
72
|
+
'cn-qingdao': "metrics.cn-qingdao.aliyuncs.com",
|
|
73
|
+
'cn-north-2-gov-1': "metrics.cn-north-2-gov-1.aliyuncs.com",
|
|
74
|
+
'cn-nanjing': "metrics.cn-nanjing.aliyuncs.com",
|
|
75
|
+
'cn-huhehaote': "metrics.cn-huhehaote.aliyuncs.com",
|
|
76
|
+
'cn-hongkong': "metrics.cn-hongkong.aliyuncs.com",
|
|
77
|
+
'cn-heyuan-acdr-1': "metrics.cn-heyuan-acdr-1.aliyuncs.com",
|
|
78
|
+
'cn-heyuan': "metrics.cn-heyuan.aliyuncs.com",
|
|
79
|
+
'cn-hangzhou-finance': "metrics.cn-hangzhou-finance.aliyuncs.com",
|
|
80
|
+
'cn-hangzhou': "metrics.cn-hangzhou.aliyuncs.com",
|
|
81
|
+
'cn-guangzhou': "metrics.cn-guangzhou.aliyuncs.com",
|
|
82
|
+
'cn-fuzhou': "metrics.cn-fuzhou.aliyuncs.com",
|
|
83
|
+
'cn-chengdu': "metrics.cn-chengdu.aliyuncs.com",
|
|
84
|
+
'cn-beijing-finance-1': "metrics.cn-beijing-finance-1.aliyuncs.com",
|
|
85
|
+
'cn-beijing': "metrics.cn-beijing.aliyuncs.com",
|
|
86
|
+
'ap-southeast-8': "metrics.ap-southeast-8.aliyuncs.com",
|
|
87
|
+
'ap-southeast-7': "metrics.ap-southeast-7.aliyuncs.com",
|
|
88
|
+
'ap-southeast-6': "metrics.ap-southeast-6.aliyuncs.com",
|
|
89
|
+
'ap-southeast-5': "metrics.ap-southeast-5.aliyuncs.com",
|
|
90
|
+
'ap-southeast-3': "metrics.ap-southeast-3.aliyuncs.com",
|
|
91
|
+
'ap-southeast-2': "metrics.ap-southeast-2.aliyuncs.com",
|
|
92
|
+
'ap-southeast-1': "metrics.ap-southeast-1.aliyuncs.com",
|
|
93
|
+
'ap-south-1': "metrics.ap-south-1.aliyuncs.com",
|
|
94
|
+
'ap-northeast-2': "metrics.ap-northeast-2.aliyuncs.com",
|
|
95
|
+
'ap-northeast-1': "metrics.ap-northeast-1.aliyuncs.com",
|
|
96
|
+
};
|
|
52
97
|
this.checkConfig(config);
|
|
53
98
|
this._endpoint = this.getEndpoint("cms", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
54
99
|
}
|
|
@@ -302,7 +347,7 @@ class Client extends openapi_core_1.default {
|
|
|
302
347
|
return await this.createAddonReleaseWithOptions(policyId, request, headers, runtime);
|
|
303
348
|
}
|
|
304
349
|
/**
|
|
305
|
-
*
|
|
350
|
+
* Create an aggregation task group.
|
|
306
351
|
*
|
|
307
352
|
* @param request - CreateAggTaskGroupRequest
|
|
308
353
|
* @param headers - map
|
|
@@ -383,7 +428,7 @@ class Client extends openapi_core_1.default {
|
|
|
383
428
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAggTaskGroupResponse({}));
|
|
384
429
|
}
|
|
385
430
|
/**
|
|
386
|
-
*
|
|
431
|
+
* Create an aggregation task group.
|
|
387
432
|
*
|
|
388
433
|
* @param request - CreateAggTaskGroupRequest
|
|
389
434
|
* @returns CreateAggTaskGroupResponse
|
|
@@ -977,7 +1022,7 @@ class Client extends openapi_core_1.default {
|
|
|
977
1022
|
return await this.createPipelineWithOptions(workspace, request, headers, runtime);
|
|
978
1023
|
}
|
|
979
1024
|
/**
|
|
980
|
-
* Creates a
|
|
1025
|
+
* Creates a Managed Service for Prometheus instance.
|
|
981
1026
|
*
|
|
982
1027
|
* @param request - CreatePrometheusInstanceRequest
|
|
983
1028
|
* @param headers - map
|
|
@@ -1011,6 +1056,9 @@ class Client extends openapi_core_1.default {
|
|
|
1011
1056
|
if (!$dara.isNull(request.prometheusInstanceName)) {
|
|
1012
1057
|
body["prometheusInstanceName"] = request.prometheusInstanceName;
|
|
1013
1058
|
}
|
|
1059
|
+
if (!$dara.isNull(request.resourceGroupId)) {
|
|
1060
|
+
body["resourceGroupId"] = request.resourceGroupId;
|
|
1061
|
+
}
|
|
1014
1062
|
if (!$dara.isNull(request.status)) {
|
|
1015
1063
|
body["status"] = request.status;
|
|
1016
1064
|
}
|
|
@@ -1041,7 +1089,7 @@ class Client extends openapi_core_1.default {
|
|
|
1041
1089
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePrometheusInstanceResponse({}));
|
|
1042
1090
|
}
|
|
1043
1091
|
/**
|
|
1044
|
-
* Creates a
|
|
1092
|
+
* Creates a Managed Service for Prometheus instance.
|
|
1045
1093
|
*
|
|
1046
1094
|
* @param request - CreatePrometheusInstanceRequest
|
|
1047
1095
|
* @returns CreatePrometheusInstanceResponse
|
|
@@ -1055,7 +1103,7 @@ class Client extends openapi_core_1.default {
|
|
|
1055
1103
|
* Creates a Prometheus view.
|
|
1056
1104
|
*
|
|
1057
1105
|
* @remarks
|
|
1058
|
-
*
|
|
1106
|
+
* Creates a site monitoring task.
|
|
1059
1107
|
*
|
|
1060
1108
|
* @param request - CreatePrometheusViewRequest
|
|
1061
1109
|
* @param headers - map
|
|
@@ -1116,7 +1164,7 @@ class Client extends openapi_core_1.default {
|
|
|
1116
1164
|
* Creates a Prometheus view.
|
|
1117
1165
|
*
|
|
1118
1166
|
* @remarks
|
|
1119
|
-
*
|
|
1167
|
+
* Creates a site monitoring task.
|
|
1120
1168
|
*
|
|
1121
1169
|
* @param request - CreatePrometheusViewRequest
|
|
1122
1170
|
* @returns CreatePrometheusViewResponse
|
|
@@ -2383,10 +2431,10 @@ class Client extends openapi_core_1.default {
|
|
|
2383
2431
|
return await this.deleteWorkspaceWithOptions(workspaceName, request, headers, runtime);
|
|
2384
2432
|
}
|
|
2385
2433
|
/**
|
|
2386
|
-
*
|
|
2434
|
+
* Queries metric metadata.
|
|
2387
2435
|
*
|
|
2388
2436
|
* @remarks
|
|
2389
|
-
* Queries the details of CloudMonitor
|
|
2437
|
+
* Queries the details of CloudMonitor monitoring metrics metadata.
|
|
2390
2438
|
*
|
|
2391
2439
|
* @param tmpReq - DescribeMetricMetaListRequest
|
|
2392
2440
|
* @param headers - map
|
|
@@ -2440,10 +2488,10 @@ class Client extends openapi_core_1.default {
|
|
|
2440
2488
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMetricMetaListResponse({}));
|
|
2441
2489
|
}
|
|
2442
2490
|
/**
|
|
2443
|
-
*
|
|
2491
|
+
* Queries metric metadata.
|
|
2444
2492
|
*
|
|
2445
2493
|
* @remarks
|
|
2446
|
-
* Queries the details of CloudMonitor
|
|
2494
|
+
* Queries the details of CloudMonitor monitoring metrics metadata.
|
|
2447
2495
|
*
|
|
2448
2496
|
* @param request - DescribeMetricMetaListRequest
|
|
2449
2497
|
* @returns DescribeMetricMetaListResponse
|
|
@@ -2844,7 +2892,15 @@ class Client extends openapi_core_1.default {
|
|
|
2844
2892
|
return await this.getCloudResourceWithOptions(headers, runtime);
|
|
2845
2893
|
}
|
|
2846
2894
|
/**
|
|
2847
|
-
* Queries
|
|
2895
|
+
* Queries all entity information of a specific cloud service within a specified time range.
|
|
2896
|
+
*
|
|
2897
|
+
* @remarks
|
|
2898
|
+
* ## Operation description
|
|
2899
|
+
* - This operation queries all entities of a specific cloud service within a specified time range.
|
|
2900
|
+
* - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
|
|
2901
|
+
* - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
|
|
2902
|
+
* - If you need only specific fields, use the `project` clause in `spl` to filter them.
|
|
2903
|
+
* - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
|
|
2848
2904
|
*
|
|
2849
2905
|
* @param request - GetCloudResourceDataRequest
|
|
2850
2906
|
* @param headers - map
|
|
@@ -2881,7 +2937,15 @@ class Client extends openapi_core_1.default {
|
|
|
2881
2937
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCloudResourceDataResponse({}));
|
|
2882
2938
|
}
|
|
2883
2939
|
/**
|
|
2884
|
-
* Queries
|
|
2940
|
+
* Queries all entity information of a specific cloud service within a specified time range.
|
|
2941
|
+
*
|
|
2942
|
+
* @remarks
|
|
2943
|
+
* ## Operation description
|
|
2944
|
+
* - This operation queries all entities of a specific cloud service within a specified time range.
|
|
2945
|
+
* - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
|
|
2946
|
+
* - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
|
|
2947
|
+
* - If you need only specific fields, use the `project` clause in `spl` to filter them.
|
|
2948
|
+
* - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
|
|
2885
2949
|
*
|
|
2886
2950
|
* @param request - GetCloudResourceDataRequest
|
|
2887
2951
|
* @returns GetCloudResourceDataResponse
|
|
@@ -3059,7 +3123,10 @@ class Client extends openapi_core_1.default {
|
|
|
3059
3123
|
return await this.getDatasetWithOptions(workspace, datasetName, request, headers, runtime);
|
|
3060
3124
|
}
|
|
3061
3125
|
/**
|
|
3062
|
-
*
|
|
3126
|
+
* Retrieves the details of a data delivery task.
|
|
3127
|
+
*
|
|
3128
|
+
* @remarks
|
|
3129
|
+
* Deletes a specified site monitoring task.
|
|
3063
3130
|
*
|
|
3064
3131
|
* @param request - GetDeliveryTaskRequest
|
|
3065
3132
|
* @param headers - map
|
|
@@ -3085,7 +3152,10 @@ class Client extends openapi_core_1.default {
|
|
|
3085
3152
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDeliveryTaskResponse({}));
|
|
3086
3153
|
}
|
|
3087
3154
|
/**
|
|
3088
|
-
*
|
|
3155
|
+
* Retrieves the details of a data delivery task.
|
|
3156
|
+
*
|
|
3157
|
+
* @remarks
|
|
3158
|
+
* Deletes a specified site monitoring task.
|
|
3089
3159
|
*
|
|
3090
3160
|
* @param request - GetDeliveryTaskRequest
|
|
3091
3161
|
* @returns GetDeliveryTaskResponse
|
|
@@ -3188,7 +3258,7 @@ class Client extends openapi_core_1.default {
|
|
|
3188
3258
|
return await this.getEntityStoreDataWithOptions(workspace, request, headers, runtime);
|
|
3189
3259
|
}
|
|
3190
3260
|
/**
|
|
3191
|
-
*
|
|
3261
|
+
* Query integration center policy information.
|
|
3192
3262
|
*
|
|
3193
3263
|
* @param request - GetIntegrationPolicyRequest
|
|
3194
3264
|
* @param headers - map
|
|
@@ -3214,7 +3284,7 @@ class Client extends openapi_core_1.default {
|
|
|
3214
3284
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIntegrationPolicyResponse({}));
|
|
3215
3285
|
}
|
|
3216
3286
|
/**
|
|
3217
|
-
*
|
|
3287
|
+
* Query integration center policy information.
|
|
3218
3288
|
*
|
|
3219
3289
|
* @param request - GetIntegrationPolicyRequest
|
|
3220
3290
|
* @returns GetIntegrationPolicyResponse
|
|
@@ -3410,7 +3480,12 @@ class Client extends openapi_core_1.default {
|
|
|
3410
3480
|
return await this.getMemoryHistoryWithOptions(workspace, memoryStoreName, memoryId, request, headers, runtime);
|
|
3411
3481
|
}
|
|
3412
3482
|
/**
|
|
3413
|
-
*
|
|
3483
|
+
* Queries a memory store.
|
|
3484
|
+
*
|
|
3485
|
+
* @remarks
|
|
3486
|
+
* Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
|
|
3487
|
+
* ## Request type
|
|
3488
|
+
* POST|GET.
|
|
3414
3489
|
*
|
|
3415
3490
|
* @param request - GetMemoryStoreRequest
|
|
3416
3491
|
* @param headers - map
|
|
@@ -3436,7 +3511,12 @@ class Client extends openapi_core_1.default {
|
|
|
3436
3511
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMemoryStoreResponse({}));
|
|
3437
3512
|
}
|
|
3438
3513
|
/**
|
|
3439
|
-
*
|
|
3514
|
+
* Queries a memory store.
|
|
3515
|
+
*
|
|
3516
|
+
* @remarks
|
|
3517
|
+
* Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
|
|
3518
|
+
* ## Request type
|
|
3519
|
+
* POST|GET.
|
|
3440
3520
|
*
|
|
3441
3521
|
* @param request - GetMemoryStoreRequest
|
|
3442
3522
|
* @returns GetMemoryStoreResponse
|
|
@@ -3484,10 +3564,10 @@ class Client extends openapi_core_1.default {
|
|
|
3484
3564
|
return await this.getPipelineWithOptions(workspace, pipelineName, request, headers, runtime);
|
|
3485
3565
|
}
|
|
3486
3566
|
/**
|
|
3487
|
-
*
|
|
3567
|
+
* Queries the details of a specified Managed Service for Prometheus instance.
|
|
3488
3568
|
*
|
|
3489
3569
|
* @remarks
|
|
3490
|
-
*
|
|
3570
|
+
* Retrieves the details of a Managed Service for Prometheus instance.
|
|
3491
3571
|
*
|
|
3492
3572
|
* @param request - GetPrometheusInstanceRequest
|
|
3493
3573
|
* @param headers - map
|
|
@@ -3521,10 +3601,10 @@ class Client extends openapi_core_1.default {
|
|
|
3521
3601
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPrometheusInstanceResponse({}));
|
|
3522
3602
|
}
|
|
3523
3603
|
/**
|
|
3524
|
-
*
|
|
3604
|
+
* Queries the details of a specified Managed Service for Prometheus instance.
|
|
3525
3605
|
*
|
|
3526
3606
|
* @remarks
|
|
3527
|
-
*
|
|
3607
|
+
* Retrieves the details of a Managed Service for Prometheus instance.
|
|
3528
3608
|
*
|
|
3529
3609
|
* @param request - GetPrometheusInstanceRequest
|
|
3530
3610
|
* @returns GetPrometheusInstanceResponse
|
|
@@ -3577,10 +3657,10 @@ class Client extends openapi_core_1.default {
|
|
|
3577
3657
|
return await this.getPrometheusUserSettingWithOptions(request, headers, runtime);
|
|
3578
3658
|
}
|
|
3579
3659
|
/**
|
|
3580
|
-
*
|
|
3660
|
+
* Queries the details of a specified Prometheus view instance.
|
|
3581
3661
|
*
|
|
3582
3662
|
* @remarks
|
|
3583
|
-
*
|
|
3663
|
+
* Queries a specified Prometheus view instance.
|
|
3584
3664
|
*
|
|
3585
3665
|
* @param request - GetPrometheusViewRequest
|
|
3586
3666
|
* @param headers - map
|
|
@@ -3614,10 +3694,10 @@ class Client extends openapi_core_1.default {
|
|
|
3614
3694
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPrometheusViewResponse({}));
|
|
3615
3695
|
}
|
|
3616
3696
|
/**
|
|
3617
|
-
*
|
|
3697
|
+
* Queries the details of a specified Prometheus view instance.
|
|
3618
3698
|
*
|
|
3619
3699
|
* @remarks
|
|
3620
|
-
*
|
|
3700
|
+
* Queries a specified Prometheus view instance.
|
|
3621
3701
|
*
|
|
3622
3702
|
* @param request - GetPrometheusViewRequest
|
|
3623
3703
|
* @returns GetPrometheusViewResponse
|
|
@@ -3986,7 +4066,7 @@ class Client extends openapi_core_1.default {
|
|
|
3986
4066
|
return await this.listAddonsWithOptions(request, headers, runtime);
|
|
3987
4067
|
}
|
|
3988
4068
|
/**
|
|
3989
|
-
* Queries
|
|
4069
|
+
* Queries the list of aggregation task groups.
|
|
3990
4070
|
*
|
|
3991
4071
|
* @param tmpReq - ListAggTaskGroupsRequest
|
|
3992
4072
|
* @param headers - map
|
|
@@ -4043,7 +4123,7 @@ class Client extends openapi_core_1.default {
|
|
|
4043
4123
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAggTaskGroupsResponse({}));
|
|
4044
4124
|
}
|
|
4045
4125
|
/**
|
|
4046
|
-
* Queries
|
|
4126
|
+
* Queries the list of aggregation task groups.
|
|
4047
4127
|
*
|
|
4048
4128
|
* @param request - ListAggTaskGroupsRequest
|
|
4049
4129
|
* @returns ListAggTaskGroupsResponse
|
|
@@ -4113,7 +4193,7 @@ class Client extends openapi_core_1.default {
|
|
|
4113
4193
|
return await this.listAlertActionsWithOptions(request, headers, runtime);
|
|
4114
4194
|
}
|
|
4115
4195
|
/**
|
|
4116
|
-
* Queries
|
|
4196
|
+
* Queries alert chatbots.
|
|
4117
4197
|
*
|
|
4118
4198
|
* @param tmpReq - ListAlertRobotsRequest
|
|
4119
4199
|
* @param headers - map
|
|
@@ -4167,7 +4247,7 @@ class Client extends openapi_core_1.default {
|
|
|
4167
4247
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAlertRobotsResponse({}));
|
|
4168
4248
|
}
|
|
4169
4249
|
/**
|
|
4170
|
-
* Queries
|
|
4250
|
+
* Queries alert chatbots.
|
|
4171
4251
|
*
|
|
4172
4252
|
* @param request - ListAlertRobotsRequest
|
|
4173
4253
|
* @returns ListAlertRobotsResponse
|
|
@@ -4618,10 +4698,10 @@ class Client extends openapi_core_1.default {
|
|
|
4618
4698
|
return await this.listDeliveryTasksWithOptions(request, headers, runtime);
|
|
4619
4699
|
}
|
|
4620
4700
|
/**
|
|
4621
|
-
* Queries
|
|
4701
|
+
* Queries the list of access center policies.
|
|
4622
4702
|
*
|
|
4623
4703
|
* @remarks
|
|
4624
|
-
* Queries
|
|
4704
|
+
* Queries the integration list.
|
|
4625
4705
|
*
|
|
4626
4706
|
* @param tmpReq - ListIntegrationPoliciesRequest
|
|
4627
4707
|
* @param headers - map
|
|
@@ -4696,10 +4776,10 @@ class Client extends openapi_core_1.default {
|
|
|
4696
4776
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIntegrationPoliciesResponse({}));
|
|
4697
4777
|
}
|
|
4698
4778
|
/**
|
|
4699
|
-
* Queries
|
|
4779
|
+
* Queries the list of access center policies.
|
|
4700
4780
|
*
|
|
4701
4781
|
* @remarks
|
|
4702
|
-
* Queries
|
|
4782
|
+
* Queries the integration list.
|
|
4703
4783
|
*
|
|
4704
4784
|
* @param request - ListIntegrationPoliciesRequest
|
|
4705
4785
|
* @returns ListIntegrationPoliciesResponse
|
|
@@ -5109,7 +5189,7 @@ class Client extends openapi_core_1.default {
|
|
|
5109
5189
|
return await this.listMemoryStoresWithOptions(workspace, request, headers, runtime);
|
|
5110
5190
|
}
|
|
5111
5191
|
/**
|
|
5112
|
-
*
|
|
5192
|
+
* Lists pipelines.
|
|
5113
5193
|
*
|
|
5114
5194
|
* @param request - ListPipelinesRequest
|
|
5115
5195
|
* @param headers - map
|
|
@@ -5146,7 +5226,7 @@ class Client extends openapi_core_1.default {
|
|
|
5146
5226
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPipelinesResponse({}));
|
|
5147
5227
|
}
|
|
5148
5228
|
/**
|
|
5149
|
-
*
|
|
5229
|
+
* Lists pipelines.
|
|
5150
5230
|
*
|
|
5151
5231
|
* @param request - ListPipelinesRequest
|
|
5152
5232
|
* @returns ListPipelinesResponse
|
|
@@ -5208,10 +5288,10 @@ class Client extends openapi_core_1.default {
|
|
|
5208
5288
|
return await this.listPrometheusDashboardsWithOptions(prometheusInstanceId, request, headers, runtime);
|
|
5209
5289
|
}
|
|
5210
5290
|
/**
|
|
5211
|
-
*
|
|
5291
|
+
* Retrieves a list of Managed Service for Prometheus instances.
|
|
5212
5292
|
*
|
|
5213
5293
|
* @remarks
|
|
5214
|
-
*
|
|
5294
|
+
* Retrieves a list of Managed Service for Prometheus instances.
|
|
5215
5295
|
*
|
|
5216
5296
|
* @param tmpReq - ListPrometheusInstancesRequest
|
|
5217
5297
|
* @param headers - map
|
|
@@ -5274,10 +5354,10 @@ class Client extends openapi_core_1.default {
|
|
|
5274
5354
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPrometheusInstancesResponse({}));
|
|
5275
5355
|
}
|
|
5276
5356
|
/**
|
|
5277
|
-
*
|
|
5357
|
+
* Retrieves a list of Managed Service for Prometheus instances.
|
|
5278
5358
|
*
|
|
5279
5359
|
* @remarks
|
|
5280
|
-
*
|
|
5360
|
+
* Retrieves a list of Managed Service for Prometheus instances.
|
|
5281
5361
|
*
|
|
5282
5362
|
* @param request - ListPrometheusInstancesRequest
|
|
5283
5363
|
* @returns ListPrometheusInstancesResponse
|
|
@@ -5288,10 +5368,10 @@ class Client extends openapi_core_1.default {
|
|
|
5288
5368
|
return await this.listPrometheusInstancesWithOptions(request, headers, runtime);
|
|
5289
5369
|
}
|
|
5290
5370
|
/**
|
|
5291
|
-
*
|
|
5371
|
+
* Queries the list of Prometheus view instances.
|
|
5292
5372
|
*
|
|
5293
5373
|
* @remarks
|
|
5294
|
-
*
|
|
5374
|
+
* Queries the list of Prometheus view instances.
|
|
5295
5375
|
*
|
|
5296
5376
|
* @param tmpReq - ListPrometheusViewsRequest
|
|
5297
5377
|
* @param headers - map
|
|
@@ -5354,10 +5434,10 @@ class Client extends openapi_core_1.default {
|
|
|
5354
5434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPrometheusViewsResponse({}));
|
|
5355
5435
|
}
|
|
5356
5436
|
/**
|
|
5357
|
-
*
|
|
5437
|
+
* Queries the list of Prometheus view instances.
|
|
5358
5438
|
*
|
|
5359
5439
|
* @remarks
|
|
5360
|
-
*
|
|
5440
|
+
* Queries the list of Prometheus view instances.
|
|
5361
5441
|
*
|
|
5362
5442
|
* @param request - ListPrometheusViewsRequest
|
|
5363
5443
|
* @returns ListPrometheusViewsResponse
|
|
@@ -5649,7 +5729,7 @@ class Client extends openapi_core_1.default {
|
|
|
5649
5729
|
return await this.manageAlertRulesWithOptions(request, headers, runtime);
|
|
5650
5730
|
}
|
|
5651
5731
|
/**
|
|
5652
|
-
*
|
|
5732
|
+
* Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
|
|
5653
5733
|
*
|
|
5654
5734
|
* @param request - OpenCmsServiceRequest
|
|
5655
5735
|
* @param headers - map
|
|
@@ -5675,7 +5755,7 @@ class Client extends openapi_core_1.default {
|
|
|
5675
5755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenCmsServiceResponse({}));
|
|
5676
5756
|
}
|
|
5677
5757
|
/**
|
|
5678
|
-
*
|
|
5758
|
+
* Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
|
|
5679
5759
|
*
|
|
5680
5760
|
* @param request - OpenCmsServiceRequest
|
|
5681
5761
|
* @returns OpenCmsServiceResponse
|
|
@@ -5734,10 +5814,10 @@ class Client extends openapi_core_1.default {
|
|
|
5734
5814
|
return await this.putWorkspaceWithOptions(workspaceName, request, headers, runtime);
|
|
5735
5815
|
}
|
|
5736
5816
|
/**
|
|
5737
|
-
*
|
|
5817
|
+
* Queries alert rules.
|
|
5738
5818
|
*
|
|
5739
5819
|
* @remarks
|
|
5740
|
-
* This topic provides an example
|
|
5820
|
+
* This topic provides an example on how to query a list of alert templates. The response shows that the alert template list contains two alert templates: `ECS_Template1` and `ECS_Template2`.
|
|
5741
5821
|
*
|
|
5742
5822
|
* @param tmpReq - QueryAlertRulesRequest
|
|
5743
5823
|
* @param headers - map
|
|
@@ -5784,10 +5864,10 @@ class Client extends openapi_core_1.default {
|
|
|
5784
5864
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAlertRulesResponse({}));
|
|
5785
5865
|
}
|
|
5786
5866
|
/**
|
|
5787
|
-
*
|
|
5867
|
+
* Queries alert rules.
|
|
5788
5868
|
*
|
|
5789
5869
|
* @remarks
|
|
5790
|
-
* This topic provides an example
|
|
5870
|
+
* This topic provides an example on how to query a list of alert templates. The response shows that the alert template list contains two alert templates: `ECS_Template1` and `ECS_Template2`.
|
|
5791
5871
|
*
|
|
5792
5872
|
* @param request - QueryAlertRulesRequest
|
|
5793
5873
|
* @returns QueryAlertRulesResponse
|
|
@@ -5855,7 +5935,11 @@ class Client extends openapi_core_1.default {
|
|
|
5855
5935
|
return await this.searchContextWithOptions(workspace, contextStoreName, request, headers, runtime);
|
|
5856
5936
|
}
|
|
5857
5937
|
/**
|
|
5858
|
-
*
|
|
5938
|
+
* Searches for memories based on query conditions and filters.
|
|
5939
|
+
*
|
|
5940
|
+
* @remarks
|
|
5941
|
+
* This topic provides an example on how to create a threshold alert rule for the cpu_total metric of the Elastic Computing Service `acs_ecs_dashboard` instance `i-uf6j91r34rnwawoo****`. The alert contact group of the alert rule is `ECS_Group`, the alert rule name is `test123`, the alert rule ID is `a151cd6023eacee2f0978e03863cc1697c89508****`, the statistical method for the Critical level is `Average`, the comparison operator for the Critical level is `GreaterThanOrEqualToThreshold`, the threshold for the Critical level is `90`, and the retry count for the Critical level is `3`.
|
|
5942
|
+
* > 2024-08-15: Statistics validation is added. Only the Statistics value that corresponds to the metric can be specified. For information about how to obtain the value of this parameter, see [Cloud service monitoring metrics](https://www.alibabacloud.com/help/en/cms/support/appendix-1-metrics).
|
|
5859
5943
|
*
|
|
5860
5944
|
* @param request - SearchMemoriesRequest
|
|
5861
5945
|
* @param headers - map
|
|
@@ -5916,7 +6000,11 @@ class Client extends openapi_core_1.default {
|
|
|
5916
6000
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchMemoriesResponse({}));
|
|
5917
6001
|
}
|
|
5918
6002
|
/**
|
|
5919
|
-
*
|
|
6003
|
+
* Searches for memories based on query conditions and filters.
|
|
6004
|
+
*
|
|
6005
|
+
* @remarks
|
|
6006
|
+
* This topic provides an example on how to create a threshold alert rule for the cpu_total metric of the Elastic Computing Service `acs_ecs_dashboard` instance `i-uf6j91r34rnwawoo****`. The alert contact group of the alert rule is `ECS_Group`, the alert rule name is `test123`, the alert rule ID is `a151cd6023eacee2f0978e03863cc1697c89508****`, the statistical method for the Critical level is `Average`, the comparison operator for the Critical level is `GreaterThanOrEqualToThreshold`, the threshold for the Critical level is `90`, and the retry count for the Critical level is `3`.
|
|
6007
|
+
* > 2024-08-15: Statistics validation is added. Only the Statistics value that corresponds to the metric can be specified. For information about how to obtain the value of this parameter, see [Cloud service monitoring metrics](https://www.alibabacloud.com/help/en/cms/support/appendix-1-metrics).
|
|
5920
6008
|
*
|
|
5921
6009
|
* @param request - SearchMemoriesRequest
|
|
5922
6010
|
* @returns SearchMemoriesResponse
|
|
@@ -6376,7 +6464,11 @@ class Client extends openapi_core_1.default {
|
|
|
6376
6464
|
return await this.updateContextWithOptions(workspace, contextStoreName, contextId, request, headers, runtime);
|
|
6377
6465
|
}
|
|
6378
6466
|
/**
|
|
6379
|
-
*
|
|
6467
|
+
* Modifies the configuration of a context store.
|
|
6468
|
+
*
|
|
6469
|
+
* @remarks
|
|
6470
|
+
* Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
|
|
6471
|
+
* This topic provides an example of how to create a one-time detection task. The detection task is named `task1`, the detection address is `http://www.aliyun.com`, the detection type is `HTTP`, and the number of detection points is `1`.
|
|
6380
6472
|
*
|
|
6381
6473
|
* @param request - UpdateContextStoreRequest
|
|
6382
6474
|
* @param headers - map
|
|
@@ -6416,7 +6508,11 @@ class Client extends openapi_core_1.default {
|
|
|
6416
6508
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateContextStoreResponse({}));
|
|
6417
6509
|
}
|
|
6418
6510
|
/**
|
|
6419
|
-
*
|
|
6511
|
+
* Modifies the configuration of a context store.
|
|
6512
|
+
*
|
|
6513
|
+
* @remarks
|
|
6514
|
+
* Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
|
|
6515
|
+
* This topic provides an example of how to create a one-time detection task. The detection task is named `task1`, the detection address is `http://www.aliyun.com`, the detection type is `HTTP`, and the number of detection points is `1`.
|
|
6420
6516
|
*
|
|
6421
6517
|
* @param request - UpdateContextStoreRequest
|
|
6422
6518
|
* @returns UpdateContextStoreResponse
|
|
@@ -6469,7 +6565,10 @@ class Client extends openapi_core_1.default {
|
|
|
6469
6565
|
return await this.updateDatasetWithOptions(workspace, datasetName, request, headers, runtime);
|
|
6470
6566
|
}
|
|
6471
6567
|
/**
|
|
6472
|
-
* Updates a delivery task.
|
|
6568
|
+
* Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
|
|
6569
|
+
*
|
|
6570
|
+
* @remarks
|
|
6571
|
+
* Deletes a specified site monitoring task.
|
|
6473
6572
|
*
|
|
6474
6573
|
* @param request - UpdateDeliveryTaskRequest
|
|
6475
6574
|
* @param headers - map
|
|
@@ -6524,7 +6623,10 @@ class Client extends openapi_core_1.default {
|
|
|
6524
6623
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDeliveryTaskResponse({}));
|
|
6525
6624
|
}
|
|
6526
6625
|
/**
|
|
6527
|
-
* Updates a delivery task.
|
|
6626
|
+
* Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
|
|
6627
|
+
*
|
|
6628
|
+
* @remarks
|
|
6629
|
+
* Deletes a specified site monitoring task.
|
|
6528
6630
|
*
|
|
6529
6631
|
* @param request - UpdateDeliveryTaskRequest
|
|
6530
6632
|
* @returns UpdateDeliveryTaskResponse
|
|
@@ -6779,10 +6881,10 @@ class Client extends openapi_core_1.default {
|
|
|
6779
6881
|
return await this.updatePipelineWithOptions(workspace, pipelineName, request, headers, runtime);
|
|
6780
6882
|
}
|
|
6781
6883
|
/**
|
|
6782
|
-
* Updates the information of a Prometheus instance.
|
|
6884
|
+
* Updates the information of a Managed Service for Prometheus instance.
|
|
6783
6885
|
*
|
|
6784
6886
|
* @remarks
|
|
6785
|
-
*
|
|
6887
|
+
* Updates the information of a Managed Service for Prometheus instance.
|
|
6786
6888
|
*
|
|
6787
6889
|
* @param request - UpdatePrometheusInstanceRequest
|
|
6788
6890
|
* @param headers - map
|
|
@@ -6843,10 +6945,10 @@ class Client extends openapi_core_1.default {
|
|
|
6843
6945
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePrometheusInstanceResponse({}));
|
|
6844
6946
|
}
|
|
6845
6947
|
/**
|
|
6846
|
-
* Updates the information of a Prometheus instance.
|
|
6948
|
+
* Updates the information of a Managed Service for Prometheus instance.
|
|
6847
6949
|
*
|
|
6848
6950
|
* @remarks
|
|
6849
|
-
*
|
|
6951
|
+
* Updates the information of a Managed Service for Prometheus instance.
|
|
6850
6952
|
*
|
|
6851
6953
|
* @param request - UpdatePrometheusInstanceRequest
|
|
6852
6954
|
* @returns UpdatePrometheusInstanceResponse
|