tccli 3.0.1398.1__py2.py3-none-any.whl → 3.0.1400.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/ai3d/v20250513/api.json +19 -1
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +33 -0
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +76 -14
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +31 -11
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +66 -0
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dbbrain/dbbrain_client.py +114 -61
- tccli/services/dbbrain/v20191016/api.json +63 -61
- tccli/services/dbbrain/v20210527/api.json +324 -163
- tccli/services/dbbrain/v20210527/examples.json +11 -3
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +54 -54
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +118 -3
- tccli/services/essbasic/v20210526/api.json +117 -2
- tccli/services/hai/v20230812/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +11 -0
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +234 -71
- tccli/services/lke/v20231130/examples.json +23 -23
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +6 -0
- tccli/services/mongodb/v20190725/api.json +323 -314
- tccli/services/mongodb/v20190725/examples.json +17 -17
- tccli/services/monitor/v20180724/api.json +5 -4
- tccli/services/monitor/v20180724/examples.json +8 -2
- tccli/services/mps/v20190612/api.json +33 -2
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/postgres/v20170312/api.json +24 -14
- tccli/services/redis/v20180412/api.json +13 -13
- tccli/services/rum/v20210622/api.json +4 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/teo/teo_client.py +166 -7
- tccli/services/teo/v20220901/api.json +341 -0
- tccli/services/teo/v20220901/examples.json +27 -3
- tccli/services/tke/v20180525/api.json +6 -6
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +20 -1
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/RECORD +50 -50
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/license_files/LICENSE +0 -0
@@ -83,8 +83,8 @@
|
|
83
83
|
"DescribeBackupDownloadTask": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "
|
87
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
86
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupDownloadTask\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-fdzf****\",\n \"Status\": [\n \"2\"\n ]\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c7c0c495-4826-4938-a6d7-32146cad2632\",\n \"Tasks\": [\n {\n \"BackupDesc\": \"系统后台每日定时自动备份\",\n \"BackupMethod\": 0,\n \"BackupName\": \"cmgo-fdzf****_2025-09-23 22:03\",\n \"BackupSize\": 5747378,\n \"Bucket\": \"sh-backup-remote-125758****\",\n \"CreateTime\": \"2025-09-24 10:58:55\",\n \"Percent\": 100,\n \"Region\": \"ap-shanghai\",\n \"ReplicaSetId\": \"cmgo-fdzf******\",\n \"Status\": 2,\n \"TimeSpend\": 1,\n \"Url\": \"https://sh-backup-remote-tar-**************\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
88
88
|
"title": "查询备份下载任务"
|
89
89
|
}
|
90
90
|
],
|
@@ -107,16 +107,16 @@
|
|
107
107
|
"DescribeCurrentOp": [
|
108
108
|
{
|
109
109
|
"document": "查询云数据库实例的当前操作",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCurrentOp\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-
|
111
|
-
"output": "{\n \"Response\": {\n \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCurrentOp\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-r3p8****\",\n \"State\": \"primary\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"CurrentOps\": [\n {\n \"ExecNode\": \"主节点\",\n \"MicrosecsRunning\": 103,\n \"NodeName\": \"**.**.**.**:****:*********\",\n \"Ns\": \"admin.$cmd.aggregate\",\n \"Op\": \"command\",\n \"OpId\": 42431451,\n \"Operation\": \"{\\\"Active\\\":true,\\\"AppName\\\":\\\"CMongo\\\",\\\"Client\\\":\\\"**.**.**.**:**\\\",\\\"ClientMetadata\\\":{\\\"application\\\":{\\\"name\\\":\\\"CMongo\\\"},\\\"driver\\\":{\\\"name\\\":\\\"mongo-go-driver\\\",\\\"version\\\":\\\"v1.*.*\\\"},\\\"os\\\":{\\\"architecture\\\":\\\"amd64\\\",\\\"type\\\":\\\"linux\\\"},\\\"platform\\\":\\\"***.**.*\\\"},\\\"Command\\\":{\\\"$db\\\":\\\"admin\\\",\\\"$readPreference\\\":{\\\"mode\\\":\\\"primaryPreferred\\\"},\\\"currentOp\\\":1,\\\"lsid\\\":{\\\"id\\\":{\\\"Data\\\":\\\"************************==\\\",\\\"Subtype\\\":4}},\\\"microsecs_running\\\":{\\\"$gt\\\":0}},\\\"ConnectionId\\\":********,\\\"CurrentOpTime\\\":\\\"2025-09-25T17:41:42.146+0800\\\",\\\"Desc\\\":\\\"conn*******\\\",\\\"Host\\\":\\\"*******64.site:7029\\\",\\\"Insert\\\":null,\\\"KillPending\\\":false,\\\"LockStats\\\":{},\\\"Locks\\\":{},\\\"Lsid\\\":{\\\"id\\\":{\\\"Data\\\":\\\"*******************==\\\",\\\"Subtype\\\":4},\\\"uid\\\":{\\\"Data\\\":\\\"********************************=\\\",\\\"Subtype\\\":0}},\\\"MicroSecsRunning\\\":103,\\\"Msg\\\":\\\"\\\",\\\"Ns\\\":\\\"admin.$cmd.aggregate\\\",\\\"NumYields\\\":0,\\\"Op\\\":\\\"command\\\",\\\"OpId\\\":********,\\\"OriginatingCommand\\\":null,\\\"PlanSummary\\\":\\\"\\\",\\\"Progress\\\":null,\\\"Query\\\":null,\\\"SecsRunning\\\":0,\\\"Transaction\\\":null,\\\"WaitingForLock\\\":false}\",\n \"Query\": \"{\\\"$db\\\":\\\"admin\\\",\\\"$readPreference\\\":{\\\"mode\\\":\\\"primaryPreferred\\\"},\\\"currentOp\\\":1,\\\"lsid\\\":{\\\"id\\\":{\\\"Data\\\":\\\"***********************==\\\",\\\"Subtype\\\":4}},\\\"microsecs_running\\\":{\\\"$gt\\\":0}}\",\n \"ReplicaSetName\": \"cmgo-r3p8****_0\",\n \"State\": \"primary\"\n }\n ],\n \"RequestId\": \"a1f20aaa-83c2-4062-b4f3-7c46ad2e1157\",\n \"TotalCount\": 1\n }\n}",
|
112
112
|
"title": "查询云数据库实例的当前操作"
|
113
113
|
}
|
114
114
|
],
|
115
115
|
"DescribeDBBackups": [
|
116
116
|
{
|
117
117
|
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBBackups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-
|
119
|
-
"output": "{\n \"Response\": {\n \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBBackups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-fdzf****\",\n \"BackupMethod\": 0\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"BackupList\": [\n {\n \"BackId\": 10657020,\n \"BackupDesc\": \"系统后台每日定时自动备份\",\n \"BackupMethod\": 0,\n \"BackupName\": \"cmgo-fdzf****_2025-09-17 22:01\",\n \"BackupRegion\": \"\",\n \"BackupSize\": 5747379,\n \"BackupType\": 0,\n \"DeleteTime\": \"2025-09-24 22:01:58\",\n \"EndTime\": \"2025-09-17 22:01:58\",\n \"InstanceId\": \"cmgo-fdzf****\",\n \"RestoreTime\": \"\",\n \"StartTime\": \"2025-09-17 22:01:52\",\n \"Status\": 2\n },\n {\n \"BackId\": 10688339,\n \"BackupDesc\": \"系统后台每日定时自动备份\",\n \"BackupMethod\": 0,\n \"BackupName\": \"cmgo-fdzf****_2025-09-18 22:03\",\n \"BackupRegion\": \"ap-shanghai\",\n \"BackupSize\": 5747378,\n \"BackupType\": 0,\n \"DeleteTime\": \"2025-09-20 22:03:37\",\n \"EndTime\": \"2025-09-18 22:03:44\",\n \"InstanceId\": \"cmgo-fdzf****\",\n \"RestoreTime\": \"\",\n \"StartTime\": \"2025-09-18 22:03:42\",\n \"Status\": 2\n }\n ],\n \"RequestId\": \"0e2eb0e1-f775-4ba8-af9f-e5650a55dce1\",\n \"TotalCount\": 2\n }\n}",
|
120
120
|
"title": "查询云数据库实例的备份文件信息"
|
121
121
|
}
|
122
122
|
],
|
@@ -133,7 +133,7 @@
|
|
133
133
|
"document": "输入参数 DbName 为空时,查看当前实例全部数据库列表。",
|
134
134
|
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceNamespace\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-qny2****\"\n}",
|
135
135
|
"output": "{\n \"Response\": {\n \"Databases\": [\n \"demo_db7\",\n \"demo_db8\",\n \"demo_db9\"\n ],\n \"RequestId\": \"18cfe2bf-6934-4f17-a089-8d2e5d6cfc53\"\n }\n}",
|
136
|
-
"title": "查询当前实例的DB
|
136
|
+
"title": "查询当前实例的DB列表"
|
137
137
|
},
|
138
138
|
{
|
139
139
|
"document": "指定 DbName,查询该数据库下的所有集合信息。",
|
@@ -185,8 +185,8 @@
|
|
185
185
|
"DescribeDetailedSlowLogs": [
|
186
186
|
{
|
187
187
|
"document": "",
|
188
|
-
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDetailedSlowLogs\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-
|
189
|
-
"output": "{\n \"Response\": {\n \"DetailedSlowLogs\": [\n {\n \"Log\": \"
|
188
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDetailedSlowLogs\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-r3p8****\",\n \"StartTime\": \"2025-09-22 11:53:15\",\n \"EndTime\": \"2025-09-23 11:53:15\"\n}",
|
189
|
+
"output": "{\n \"Response\": {\n \"DetailedSlowLogs\": [\n {\n \"Log\": \"Mon Sep 22 20:30:19.980 I COMMAND [conn3725696] command admin.$cmd command: saslContinue { saslContinue: 1, conversationId: 1, payload: BinData(0, ), $clusterTime: { clusterTime: Timestamp(1758544211, 1), signature: { hash: BinData(0, C28B5E1C1EE29**************************), keyId: 75428892796********* } }, $db: \\\"admin\\\", $readPreference: { mode: \\\"primaryPreferred\\\" } } numYields:0 reslen:204 locks:{} protocol:op_msg 184ms\",\n \"NodeName\": \"cmgo-r3p8****_0-node-primary\",\n \"QueryHash\": \"admin..****Continue\"\n }\n ],\n \"RequestId\": \"5e35a1bd-60e6-4a45-8792-d033581b9209\",\n \"TotalCount\": 1\n }\n}",
|
190
190
|
"title": "查询慢日志详情"
|
191
191
|
}
|
192
192
|
],
|
@@ -202,14 +202,14 @@
|
|
202
202
|
{
|
203
203
|
"document": "查询当前实例已绑定的全部安全组",
|
204
204
|
"input": "https://mongodb.tencentcloudapi.com/?Action=DescribeSecurityGroup\n&InstanceId=cmgo-p8vn****\n&<公共请求参数>",
|
205
|
-
"output": "{\n \"Response\": {\n \"Groups\": [\n {\n \"
|
205
|
+
"output": "{\n \"Response\": {\n \"Groups\": [\n {\n \"CreateTime\": \"2022-06-08 17:06:38\",\n \"Inbound\": [\n {\n \"Action\": \"ACCEPT\",\n \"AddressModule\": \"\",\n \"CidrIp\": \"**.**.**.**/24\",\n \"Desc\": \"\",\n \"Id\": \"\",\n \"IpProtocol\": \"tcp\",\n \"PortRange\": \"8086\",\n \"ServiceModule\": \"\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AddressModule\": \"\",\n \"CidrIp\": \"**.**.**.**/24\",\n \"Desc\": \"\",\n \"Id\": \"\",\n \"IpProtocol\": \"tcp\",\n \"PortRange\": \"****\",\n \"ServiceModule\": \"\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AddressModule\": \"\",\n \"CidrIp\": \"**.**.**.**/24\",\n \"Desc\": \"\",\n \"Id\": \"\",\n \"IpProtocol\": \"tcp\",\n \"PortRange\": \"****\",\n \"ServiceModule\": \"\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AddressModule\": \"\",\n \"CidrIp\": \"**.**.**.**/24\",\n \"Desc\": \"\",\n \"Id\": \"\",\n \"IpProtocol\": \"tcp\",\n \"PortRange\": \"****\",\n \"ServiceModule\": \"\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AddressModule\": \"\",\n \"CidrIp\": \"**.**.**.**/24\",\n \"Desc\": \"\",\n \"Id\": \"\",\n \"IpProtocol\": \"tcp\",\n \"PortRange\": \"****\",\n \"ServiceModule\": \"\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AddressModule\": \"ipm-pvcdf2ty\",\n \"CidrIp\": \"\",\n \"Desc\": \"\",\n \"Id\": \"\",\n \"IpProtocol\": \"tcp\",\n \"PortRange\": \"**,**,**,****,**,****\",\n \"ServiceModule\": \"\"\n }\n ],\n \"Outbound\": [],\n \"ProjectId\": 0,\n \"SecurityGroupId\": \"sg-0klp****\",\n \"SecurityGroupName\": \"default\",\n \"SecurityGroupRemark\": \"System created security group\"\n }\n ],\n \"RequestId\": \"21d6a495-f46d-4440-bd25-d4e36f51afdd\"\n }\n}",
|
206
206
|
"title": "查询实例安全组"
|
207
207
|
}
|
208
208
|
],
|
209
209
|
"DescribeSlowLogPatterns": [
|
210
210
|
{
|
211
211
|
"document": "",
|
212
|
-
"input": "https://mongodb.tencentcloudapi.com/?Action=DescribeSlowLogPatterns\n&InstanceId=cmgo-
|
212
|
+
"input": "https://mongodb.tencentcloudapi.com/?Action=DescribeSlowLogPatterns\n&InstanceId=cmgo-a3bm****\n&StartTime=2020-04-20 00:00:00\n&EndTime=2020-04-20 22:00:00\n&SlowMS=100\n&Offset=0\n&Limit=100\n&<公共请求参数>",
|
213
213
|
"output": "{\n \"Response\": {\n \"Count\": 2,\n \"RequestId\": \"895de939-f726-4cb0-bb02-3890289479e3\",\n \"SlowLogPatterns\": [\n {\n \"AverageTime\": 699,\n \"MaxTime\": 5335,\n \"Pattern\": \"admin.$cmd.command\",\n \"Total\": 12\n },\n {\n \"AverageTime\": 271,\n \"MaxTime\": 423,\n \"Pattern\": \"local.system.replset.command\",\n \"Total\": 8\n }\n ]\n }\n}",
|
214
214
|
"title": "查询数据库慢日志统计信息"
|
215
215
|
}
|
@@ -217,8 +217,8 @@
|
|
217
217
|
"DescribeSlowLogs": [
|
218
218
|
{
|
219
219
|
"document": "以下示例为获取一实例的慢日志信息。",
|
220
|
-
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSlowLogs\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-
|
221
|
-
"output": "{\n \"Response\": {\n \"Count\": 20,\n \"RequestId\": \"3a36aa6e-67e2-42a9-adfe-fc694334cc78\",\n \"SlowLogs\": [\n \"Mon Apr 20 13:55:21.623 I COMMAND [conn16903] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362114, 1), signature: { hash: BinData(0, 259955995BDC7E0CA35C4276EB23341C03910A48), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362108, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 5335ms\",\n \"Mon Apr 20 14:01:00.309 I COMMAND [conn1313] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362457, 1), signature: { hash: BinData(0, DC2B16681C70845D7B6C8C6C97400D4DFB394CA0), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362455, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 1264ms\",\n \"Mon Apr 20 14:20:15.283 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587363613, 1), signature: { hash: BinData(0, 72D24884320C8A9A26AF8C4DD1127874085DFAE5), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587363603, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 426ms\",\n \"Mon Apr 20 10:25:45.487 I COMMAND [conn48] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.112.91.43:7009\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"10.53.61.24:7004\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { wtimeout: 0, w: 1 }, replicaSetId: ObjectId('5e9d08160c269352426f9575') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 423ms\",\n \"Mon Apr 20 10:25:34.934 I COMMAND [conn28] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 2, protocolVersion: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.112.91.43:7009\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d08160c269352426f9575') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 414ms\",\n \"Mon Apr 20 10:24:52.278 I COMMAND [conn30] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 2, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"100.93.44.26:7012\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d07ebf3f99b58c95a33fb') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 406ms\",\n \"Mon Apr 20 10:25:02.675 I COMMAND [conn50] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"100.93.44.26:7012\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"9.34.46.139:7003\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d07ebf3f99b58c95a33fb') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 373ms\",\n \"Mon Apr 20 18:35:15.103 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587378913, 1), signature: { hash: BinData(0, A3C176F81B64A7473F88F3F40B84C59EC9E1E1AE), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587378912, 1), t: 2 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 248ms\",\n \"Mon Apr 20 10:27:38.171 I COMMAND [conn281] command admin.$cmd command: setFeatureCompatibilityVersion { setFeatureCompatibilityVersion: \\\"4.0\\\", $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 212ms\",\n \"Mon Apr 20 10:26:27.924 I COMMAND [conn111] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_2\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.112.90.165:7002\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.53.80.6:7012\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"100.93.44.26:7013\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d0841f0f688fc992fd087') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 212ms\",\n \"Mon Apr 20 13:55:15.051 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362114, 1), signature: { hash: BinData(0, 259955995BDC7E0CA35C4276EB23341C03910A48), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362085, 6), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 192ms\",\n \"Mon Apr 20 10:27:39.400 I COMMAND [conn213] command admin.$cmd command: setFeatureCompatibilityVersion { setFeatureCompatibilityVersion: \\\"4.0\\\", $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 183ms\",\n \"Mon Apr 20 10:26:09.357 I COMMAND [conn36] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_2\\\", version: 1, members: [ { _id: 1, host: \\\"10.112.90.165:7002\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 59 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 134ms\",\n \"Mon Apr 20 13:00:16.363 I COMMAND [conn16903] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587358814, 1), signature: { hash: BinData(0, 90BD7BB9B481B9825527D89A3579B52E6C0C3915), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587358809, 2), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 123ms\",\n \"Mon Apr 20 13:35:14.983 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587360912, 1), signature: { hash: BinData(0, 06A84575A66B9316D1ECBFB9FB1C7B2F605AB3A8), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587360909, 5), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 122ms\",\n \"Mon Apr 20 10:24:43.760 I COMMAND [conn16] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 39 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 112ms\",\n \"Mon Apr 20 10:25:26.300 I COMMAND [conn15] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 24 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 7 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 110ms\",\n \"Mon Apr 20 10:27:39.400 I COMMAND [conn213] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 107ms\",\n \"Mon Apr 20 10:27:38.065 I COMMAND [conn281] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 1, W: 1 } }, Collection: { acquireCount: { w: 1 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_msg 107ms\",\n \"Mon Apr 20 10:27:38.170 I COMMAND [conn281] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 105ms\"\n ]\n }\n}",
|
220
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSlowLogs\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-r3p8****\",\n \"StartTime\": \"2025-09-22 00:00:00\",\n \"EndTime\": \"2025-09-23 00:00:00\",\n \"SlowMS\": 100,\n \"Offset\": 1,\n \"Limit\": 1,\n \"Format\": \"json\"\n}",
|
221
|
+
"output": "{\n \"Response\": {\n \"Count\": 1,\n \"RequestId\": \"ec514cb8-55a6-41d4-a6e4-896da43886db\",\n \"SlowLogs\": [\n \"Mon Sep 22 20:30:19.980 I COMMAND [conn3725696] command admin.$cmd command: ****Continue { ****Continue: 1, conversationId: 1, payload: BinData(0, ), $clusterTime: { clusterTime: Timestamp(1758544211, 1), signature: { hash: BinData(0, *************************************), keyId: 7542889************ } }, $db: \\\"admin\\\", $readPreference: { mode: \\\"primaryPreferred\\\" } } numYields:0 reslen:204 locks:{} protocol:op_msg 184ms\"\n ]\n }\n}",
|
222
222
|
"title": "获取实例慢日志信息"
|
223
223
|
}
|
224
224
|
],
|
@@ -234,7 +234,7 @@
|
|
234
234
|
{
|
235
235
|
"document": "",
|
236
236
|
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTransparentDataEncryptionStatus\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-igjy****\"\n}",
|
237
|
-
"output": "{\n \"Response\": {\n \"
|
237
|
+
"output": "{\n \"Response\": {\n \"KeyInfoList\": [\n {\n \"CreateTime\": \"2025-08-01 11:22:18\",\n \"KeyId\": \"***********************************\",\n \"KeyName\": \"******_test\",\n \"KeyOrigin\": \"******_KMS\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"KmsRegion\": \"ap-guangzhou\",\n \"Status\": \"Enabled\"\n }\n ],\n \"RequestId\": \"38cac06f-7c6e-4596-9bd1-64eba8ed3e36\",\n \"TransparentDataEncryptionStatus\": \"open\"\n }\n}",
|
238
238
|
"title": "获取当前实例是否已开启数据加密"
|
239
239
|
}
|
240
240
|
],
|
@@ -345,13 +345,13 @@
|
|
345
345
|
"document": "广州二区和三区共删除2个从节点,最终节点数量变更为3",
|
346
346
|
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSpec\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-abcdef\",\n \"Memory\": 4,\n \"Volume\": 100,\n \"OplogSize\": 30,\n \"NodeNum\": 3,\n \"ReplicateSetNum\": 1,\n \"InMaintenance\": 1,\n \"RemoveNodeList\": [\n {\n \"NodeName\": \"cmgo-3iecwbfx_0-node0\",\n \"Role\": \"SECONDARY\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"NodeName\": \"cmgo-3iecwbfx_0-node1\",\n \"Role\": \"SECONDARY\",\n \"Zone\": \"ap-guangzhou-3\"\n }\n ]\n}",
|
347
347
|
"output": "{\n \"Response\": {\n \"DealId\": \"7142863\",\n \"RequestId\": \"d88095e5-50e8-4245-a0cf-993a536f9b20\"\n }\n}",
|
348
|
-
"title": "删除
|
348
|
+
"title": "删除 mongodb 云数据库实例从节点"
|
349
349
|
},
|
350
350
|
{
|
351
351
|
"document": "广州二区和三区共新增2个从节点,最终节点数量变更为5",
|
352
|
-
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSpec\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-
|
352
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSpec\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-p8vn****\",\n \"Memory\": 4,\n \"Volume\": 100,\n \"OplogSize\": 30,\n \"NodeNum\": 5,\n \"ReplicateSetNum\": 1,\n \"InMaintenance\": 1,\n \"AddNodeList\": [\n {\n \"Role\": \"SECONDARY\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"Role\": \"SECONDARY\",\n \"Zone\": \"ap-guangzhou-3\"\n }\n ]\n}",
|
353
353
|
"output": "{\n \"Response\": {\n \"DealId\": \"7142863\",\n \"RequestId\": \"d88095e5-50e8-4245-a0cf-993a536f9b20\"\n }\n}",
|
354
|
-
"title": "新增
|
354
|
+
"title": "新增 mongodb 云数据库实例从节点"
|
355
355
|
}
|
356
356
|
],
|
357
357
|
"ModifyInstanceParams": [
|
@@ -6931,7 +6931,7 @@
|
|
6931
6931
|
{
|
6932
6932
|
"disabled": false,
|
6933
6933
|
"document": "固定值,为\"monitor\"",
|
6934
|
-
"example": "",
|
6934
|
+
"example": "monitor",
|
6935
6935
|
"member": "string",
|
6936
6936
|
"name": "Module",
|
6937
6937
|
"required": true,
|
@@ -6940,7 +6940,7 @@
|
|
6940
6940
|
{
|
6941
6941
|
"disabled": false,
|
6942
6942
|
"document": "监控类型过滤 \"MT_QCE\"=云产品监控",
|
6943
|
-
"example": "",
|
6943
|
+
"example": "MT_QCE",
|
6944
6944
|
"member": "string",
|
6945
6945
|
"name": "MonitorType",
|
6946
6946
|
"required": true,
|
@@ -6949,7 +6949,7 @@
|
|
6949
6949
|
{
|
6950
6950
|
"disabled": false,
|
6951
6951
|
"document": "告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device",
|
6952
|
-
"example": "",
|
6952
|
+
"example": "cvm_device",
|
6953
6953
|
"member": "string",
|
6954
6954
|
"name": "Namespace",
|
6955
6955
|
"required": true,
|
@@ -6964,9 +6964,10 @@
|
|
6964
6964
|
{
|
6965
6965
|
"disabled": false,
|
6966
6966
|
"document": "告警指标列表",
|
6967
|
-
"example": "",
|
6967
|
+
"example": "无",
|
6968
6968
|
"member": "Metric",
|
6969
6969
|
"name": "Metrics",
|
6970
|
+
"output_required": true,
|
6970
6971
|
"type": "list",
|
6971
6972
|
"value_allowed_null": false
|
6972
6973
|
},
|
@@ -205,9 +205,15 @@
|
|
205
205
|
"CreateGrafanaInstance": [
|
206
206
|
{
|
207
207
|
"document": "创建Grafana实例",
|
208
|
-
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGrafanaInstance\n<公共请求参数>\n\n{\n \"SubnetIds\": [\n \"subnet-123\"\n ],\n \"VpcId\": \"vpc-123\",\n \"InstanceName\": \"
|
208
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGrafanaInstance\n<公共请求参数>\n\n{\n \"SubnetIds\": [\n \"subnet-123\"\n ],\n \"VpcId\": \"vpc-123\",\n \"InstanceName\": \"my-instance\",\n \"GrafanaInitPassword\": \"sfduyxoewqx\",\n \"EnableInternet\": true\n}",
|
209
209
|
"output": "{\n \"Response\": {\n \"InstanceId\": \"grafana-c1enzs01\",\n \"RequestId\": \"fpllngzieyoh54e1244ols7k2hh3gdny\"\n }\n}",
|
210
210
|
"title": "创建 Grafana 实例"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"document": "子用户没有支付权限时,调用接口会报错 CamNoAuth",
|
214
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGrafanaInstance\n<公共请求参数>\n\n{\n \"SubnetIds\": [\n \"subnet-123\"\n ],\n \"VpcId\": \"vpc-123\",\n \"InstanceName\": \"my-instance\",\n \"GrafanaInitPassword\": \"sfduyxoewqx\",\n \"EnableInternet\": true\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"UnauthorizedOperation.CamNoAuth\",\n \"Message\": \"uin: no pay auth for ownerUin:\"\n },\n \"RequestId\": \"fpllngzieyoh54e1244ols7k2hh3gdny\"\n }\n}",
|
216
|
+
"title": "创建 Grafana 实例无支付权限"
|
211
217
|
}
|
212
218
|
],
|
213
219
|
"CreateGrafanaIntegration": [
|
@@ -556,7 +562,7 @@
|
|
556
562
|
{
|
557
563
|
"document": "查询“云服务器-基础监控”的告警指标列表",
|
558
564
|
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmMetrics\n<公共请求参数>\n\n{\n \"Module\": \"monitor\",\n \"MonitorType\": \"MT_QCE\",\n \"Namespace\": \"cvm_device\"\n}",
|
559
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"92hg92hj1-2h352h25hj-2h235h\",\n \"Metrics\": [\n {\n \"Namespace\": \"cvm_device\",\n \"MetricName\": \"cpu_usage\",\n \"Description\": \"CPU使用率\",\n \"Max\": 100,\n \"Min\": 0,\n \"Dimensions\": [\n \"InstanceId\",\n \"UUID\"\n ],\n \"Unit\": \"%\",\n \"MetricConfig\": {\n \"Operator\": [\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\"\n ],\n \"Period\": [\n 60,\n 300\n ],\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ]\n }\n }\n ]\n }\n}",
|
565
|
+
"output": "{\n \"Response\": {\n \"Metrics\": [\n {\n \"Description\": \"CPU利用率\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"CpuUsage\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"%\"\n },\n {\n \"Description\": \"基础CPU利用率\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"BaseCpuUsage\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"%\"\n },\n {\n \"Description\": \"内存利用率\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"MemUsage\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"%\"\n },\n {\n \"Description\": \"内存使用量\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"MemUsed\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"MB\"\n },\n {\n \"Description\": \"磁盘利用率\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"CvmDiskUsage\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"%\"\n },\n {\n \"Description\": \"磁盘读流量(适用于i3机型)\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"DiskReadTraffic\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"KB/s\"\n },\n {\n \"Description\": \"磁盘写流量(适用于i3机型)\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"DiskWriteTraffic\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"KB/s\"\n },\n {\n \"Description\": \"磁盘IO等待(适用于i3机型)\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 3600000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"DiskIoAwait\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"毫秒\"\n },\n {\n \"Description\": \"内网入包量\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"LanInpkg\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"个/秒\"\n },\n {\n \"Description\": \"内网出包量\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"LanOutpkg\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"个/秒\"\n },\n {\n \"Description\": \"外网入带宽\",\n \"Dimensions\": [\n \"InstanceId\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"WanIntraffic\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"Mbps\"\n },\n {\n \"Description\": \"外网出带宽\",\n \"Dimensions\": [\n \"InstanceId\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"WanOuttraffic\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"Mbps\"\n },\n {\n \"Description\": \"外网入包量\",\n \"Dimensions\": [\n \"InstanceId\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"WanInpkg\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"个/秒\"\n },\n {\n \"Description\": \"外网出包量\",\n \"Dimensions\": [\n \"InstanceId\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"WanOutpkg\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"个/秒\"\n },\n {\n \"Description\": \"外网出带宽使用率\",\n \"Dimensions\": [\n \"InstanceId\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 100,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"Outratio\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"%\"\n },\n {\n \"Description\": \"TCP连接数\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"TcpCurrEstab\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"个\"\n },\n {\n \"Description\": \"内网入带宽\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"LanIntraffic\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"Mbps\"\n },\n {\n \"Description\": \"内网出带宽\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"LanOuttraffic\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"Mbps\"\n },\n {\n \"Description\": \"CPU一分钟平均负载\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"CpuLoadavg\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"\"\n },\n {\n \"Description\": \"CPU五分钟平均负载\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"Cpuloadavg5m\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"\"\n },\n {\n \"Description\": \"CPU十五分钟平均负载\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"Cpuloadavg15m\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"\"\n },\n {\n \"Description\": \"子机utc时间和ntp时间差值\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60\n ]\n },\n \"MetricName\": \"Timeoffset\",\n \"Min\": -100,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"s\"\n },\n {\n \"Description\": \"连接跟踪丢包\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"NfctDrop\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"Count\"\n },\n {\n \"Description\": \"插入失败\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 10000000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"no_data\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"NfctInsertFail\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"Count\"\n },\n {\n \"Description\": \"用户实际使用内存\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1000000,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"day_increase\",\n \"day_decrease\",\n \"week_increase\",\n \"week_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\",\n \"day_wave\",\n \"week_wave\"\n ],\n \"Period\": [\n 60,\n 300\n ]\n },\n \"MetricName\": \"MemTotalUsed\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"MB\"\n },\n {\n \"Description\": \"GPU_nvidia_smi命令卡住\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\"\n ],\n \"Period\": [\n 300\n ]\n },\n \"MetricName\": \"GpuNvidiaHung\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"None\"\n },\n {\n \"Description\": \"Nvidia_fabricmanager服务状态\",\n \"Dimensions\": [\n \"vm_uuid\"\n ],\n \"IsAdvanced\": 0,\n \"IsLatenessMetric\": 0,\n \"IsOpen\": 0,\n \"Max\": 1,\n \"MetricConfig\": {\n \"ContinuePeriod\": [\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"Operator\": [\n \"cycle_increase\",\n \"cycle_decrease\",\n \"gt\",\n \"ge\",\n \"lt\",\n \"le\",\n \"eq\",\n \"ne\",\n \"cycle_wave\"\n ],\n \"Period\": [\n 300\n ]\n },\n \"MetricName\": \"FabricmanagerService\",\n \"Min\": 0,\n \"Namespace\": \"cvm_device\",\n \"Operators\": [],\n \"Periods\": null,\n \"ProductId\": 0,\n \"Unit\": \"None\"\n }\n ],\n \"RequestId\": \"3e097fc4-5fb5-4105-bdc9-d466e021e83c\"\n }\n}",
|
560
566
|
"title": "查询告警指标列表"
|
561
567
|
}
|
562
568
|
],
|
@@ -1982,6 +1982,28 @@
|
|
1982
1982
|
"required": false,
|
1983
1983
|
"type": "string",
|
1984
1984
|
"value_allowed_null": true
|
1985
|
+
},
|
1986
|
+
{
|
1987
|
+
"disabled": false,
|
1988
|
+
"document": "字幕输出格式。取值{\"WebVTT\",\"TTML\"}。\n默认值:\"WebVTT\"",
|
1989
|
+
"example": "WebVTT",
|
1990
|
+
"member": "string",
|
1991
|
+
"name": "OutputFormat",
|
1992
|
+
"output_required": false,
|
1993
|
+
"required": false,
|
1994
|
+
"type": "string",
|
1995
|
+
"value_allowed_null": false
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
"disabled": false,
|
1999
|
+
"document": "默认字幕轨道。为true时指定当前字幕为默认字幕轨道,最多可指定1条默认字幕轨道。\n默认值:false",
|
2000
|
+
"example": "false",
|
2001
|
+
"member": "bool",
|
2002
|
+
"name": "DefaultTrack",
|
2003
|
+
"output_required": false,
|
2004
|
+
"required": false,
|
2005
|
+
"type": "bool",
|
2006
|
+
"value_allowed_null": false
|
1985
2007
|
}
|
1986
2008
|
],
|
1987
2009
|
"usage": "both"
|
@@ -16737,13 +16759,22 @@
|
|
16737
16759
|
"members": [
|
16738
16760
|
{
|
16739
16761
|
"disabled": false,
|
16740
|
-
"document": "
|
16762
|
+
"document": "任务状态过滤条件,可选值:\n- WAITING(等待中)\n- PROCESSING(处理中)\n- FINISH(已完成)。",
|
16741
16763
|
"example": "FINISH",
|
16742
16764
|
"member": "string",
|
16743
16765
|
"name": "Status",
|
16744
16766
|
"required": true,
|
16745
16767
|
"type": "string"
|
16746
16768
|
},
|
16769
|
+
{
|
16770
|
+
"disabled": false,
|
16771
|
+
"document": "任务结束时子任务是否有失败。",
|
16772
|
+
"example": "false",
|
16773
|
+
"member": "bool",
|
16774
|
+
"name": "SubTaskHasFailed",
|
16775
|
+
"required": false,
|
16776
|
+
"type": "bool"
|
16777
|
+
},
|
16747
16778
|
{
|
16748
16779
|
"disabled": false,
|
16749
16780
|
"document": "返回记录条数,默认值:10,最大值:100。",
|
@@ -28614,7 +28645,7 @@
|
|
28614
28645
|
"members": [
|
28615
28646
|
{
|
28616
28647
|
"disabled": false,
|
28617
|
-
"document": "异常类型,取值范围:\nJitter:抖动,\nBlur:模糊,\nLowLighting:低光照,\nHighLighting:过曝,\nCrashScreen:花屏,\nBlackWhiteEdge:黑白边,\nSolidColorScreen:纯色屏,\nNoise:噪点,\nMosaic:马赛克,\nQRCode:二维码,\nAppletCode:小程序码,\nBarCode:条形码,\nLowVoice:低音,\nHighVoice:爆音,\nNoVoice:静音,\nLowEvaluation
|
28648
|
+
"document": "异常类型,取值范围:\nJitter:抖动,\nBlur:模糊,\nLowLighting:低光照,\nHighLighting:过曝,\nCrashScreen:花屏,\nBlackWhiteEdge:黑白边,\nSolidColorScreen:纯色屏,\nNoise:噪点,\nMosaic:马赛克,\nQRCode:二维码,\nAppletCode:小程序码,\nBarCode:条形码,\nLowVoice:低音,\nHighVoice:爆音,\nNoVoice:静音,\nLowEvaluation:视频无参考评分(MOS)低于阈值,\nAudioEvaluation:音频无参考评分(MOS)低于阈值,\nAudioNoise:音频噪声。",
|
28618
28649
|
"example": "Jitter",
|
28619
28650
|
"member": "string",
|
28620
28651
|
"name": "Type",
|
@@ -6973,7 +6973,7 @@
|
|
6973
6973
|
{
|
6974
6974
|
"disabled": false,
|
6975
6975
|
"document": "场景字段,默认不用填写。\n可选值:only_hw 表示只输出手写体识别结果,过滤印刷体。",
|
6976
|
-
"example": "
|
6976
|
+
"example": "-无-",
|
6977
6977
|
"member": "string",
|
6978
6978
|
"name": "Scene",
|
6979
6979
|
"required": false,
|
@@ -7016,7 +7016,7 @@
|
|
7016
7016
|
{
|
7017
7017
|
"disabled": true,
|
7018
7018
|
"document": "图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href=\"https://cloud.tencent.com/document/product/866/45139\">如何纠正倾斜文本</a>",
|
7019
|
-
"example": "0",
|
7019
|
+
"example": "0.0",
|
7020
7020
|
"member": "float",
|
7021
7021
|
"name": "Angel",
|
7022
7022
|
"output_required": true,
|
@@ -7026,7 +7026,7 @@
|
|
7026
7026
|
{
|
7027
7027
|
"disabled": false,
|
7028
7028
|
"document": "图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href=\"https://cloud.tencent.com/document/product/866/45139\">如何纠正倾斜文本</a>",
|
7029
|
-
"example": "0",
|
7029
|
+
"example": "0.0",
|
7030
7030
|
"member": "float",
|
7031
7031
|
"name": "Angle",
|
7032
7032
|
"output_required": true,
|
@@ -3252,7 +3252,7 @@
|
|
3252
3252
|
{
|
3253
3253
|
"disabled": false,
|
3254
3254
|
"document": "实例绑定的标签信息。",
|
3255
|
-
"example": "
|
3255
|
+
"example": "无",
|
3256
3256
|
"member": "Tag",
|
3257
3257
|
"name": "TagList",
|
3258
3258
|
"output_required": true,
|
@@ -3302,7 +3302,7 @@
|
|
3302
3302
|
{
|
3303
3303
|
"disabled": false,
|
3304
3304
|
"document": "实例的节点信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3305
|
-
"example": "
|
3305
|
+
"example": "无",
|
3306
3306
|
"member": "DBNode",
|
3307
3307
|
"name": "DBNodeSet",
|
3308
3308
|
"output_required": true,
|
@@ -3332,7 +3332,7 @@
|
|
3332
3332
|
{
|
3333
3333
|
"disabled": false,
|
3334
3334
|
"document": "数据库引擎的配置信息,配置格式如下:\n{\"$key1\":\"$value1\", \"$key2\":\"$value2\"}\n各引擎支持如下:\nmssql_compatible引擎:\n<li>migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。</li>\n<li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:\n\"af_ZA\", \"sq_AL\", \"ar_DZ\", \"ar_BH\", \"ar_EG\", \"ar_IQ\", \"ar_JO\", \"ar_KW\", \"ar_LB\", \"ar_LY\", \"ar_MA\", \"ar_OM\", \"ar_QA\", \"ar_SA\", \"ar_SY\", \"ar_TN\", \"ar_AE\", \"ar_YE\", \"hy_AM\", \"az_Cyrl_AZ\", \"az_Latn_AZ\", \"eu_ES\", \"be_BY\", \"bg_BG\", \"ca_ES\", \"zh_HK\", \"zh_MO\", \"zh_CN\", \"zh_SG\", \"zh_TW\", \"hr_HR\", \"cs_CZ\", \"da_DK\", \"nl_BE\", \"nl_NL\", \"en_AU\", \"en_BZ\", \"en_CA\", \"en_IE\", \"en_JM\", \"en_NZ\", \"en_PH\", \"en_ZA\", \"en_TT\", \"en_GB\", \"en_US\", \"en_ZW\", \"et_EE\", \"fo_FO\", \"fa_IR\", \"fi_FI\", \"fr_BE\", \"fr_CA\", \"fr_FR\", \"fr_LU\", \"fr_MC\", \"fr_CH\", \"mk_MK\", \"ka_GE\", \"de_AT\", \"de_DE\", \"de_LI\", \"de_LU\", \"de_CH\", \"el_GR\", \"gu_IN\", \"he_IL\", \"hi_IN\", \"hu_HU\", \"is_IS\", \"id_ID\", \"it_IT\", \"it_CH\", \"ja_JP\", \"kn_IN\", \"kok_IN\", \"ko_KR\", \"ky_KG\", \"lv_LV\", \"lt_LT\", \"ms_BN\", \"ms_MY\", \"mr_IN\", \"mn_MN\", \"nb_NO\", \"nn_NO\", \"pl_PL\", \"pt_BR\", \"pt_PT\", \"pa_IN\", \"ro_RO\", \"ru_RU\", \"sa_IN\", \"sr_Cyrl_RS\", \"sr_Latn_RS\", \"sk_SK\", \"sl_SI\", \"es_AR\", \"es_BO\", \"es_CL\", \"es_CO\", \"es_CR\", \"es_DO\", \"es_EC\", \"es_SV\", \"es_GT\", \"es_HN\", \"es_MX\", \"es_NI\", \"es_PA\", \"es_PY\",\"es_PE\", \"es_PR\", \"es_ES\", \"es_TRADITIONAL\", \"es_UY\", \"es_VE\", \"sw_KE\", \"sv_FI\", \"sv_SE\", \"tt_RU\", \"te_IN\", \"th_TH\", \"tr_TR\", \"uk_UA\", \"ur_IN\", \"ur_PK\", \"uz_Cyrl_UZ\", \"uz_Latn_UZ\", \"vi_VN\"。</li>\n<li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:\"bbf_unicode_general_ci_as\", \"bbf_unicode_cp1_ci_as\", \"bbf_unicode_CP1250_ci_as\", \"bbf_unicode_CP1251_ci_as\", \"bbf_unicode_cp1253_ci_as\", \"bbf_unicode_cp1254_ci_as\", \"bbf_unicode_cp1255_ci_as\", \"bbf_unicode_cp1256_ci_as\", \"bbf_unicode_cp1257_ci_as\", \"bbf_unicode_cp1258_ci_as\", \"bbf_unicode_cp874_ci_as\", \"sql_latin1_general_cp1250_ci_as\", \"sql_latin1_general_cp1251_ci_as\", \"sql_latin1_general_cp1_ci_as\", \"sql_latin1_general_cp1253_ci_as\", \"sql_latin1_general_cp1254_ci_as\", \"sql_latin1_general_cp1255_ci_as\",\"sql_latin1_general_cp1256_ci_as\", \"sql_latin1_general_cp1257_ci_as\", \"sql_latin1_general_cp1258_ci_as\", \"chinese_prc_ci_as\", \"cyrillic_general_ci_as\", \"finnish_swedish_ci_as\", \"french_ci_as\", \"japanese_ci_as\", \"korean_wansung_ci_as\", \"latin1_general_ci_as\", \"modern_spanish_ci_as\", \"polish_ci_as\", \"thai_ci_as\", \"traditional_spanish_ci_as\", \"turkish_ci_as\", \"ukrainian_ci_as\", \"vietnamese_ci_as\"。</li>",
|
3335
|
-
"example": "{ \"migrationMode\": \"single-db\", \"
|
3335
|
+
"example": "{ \"migrationMode\": \"single-db\", \"DefaultLocale\": \"zh_CN\", \"serverCollationName\": \"sql_latin1_general_cp1250_ci_as\" }",
|
3336
3336
|
"member": "string",
|
3337
3337
|
"name": "DBEngineConfig",
|
3338
3338
|
"output_required": true,
|
@@ -3358,6 +3358,16 @@
|
|
3358
3358
|
"output_required": true,
|
3359
3359
|
"type": "int",
|
3360
3360
|
"value_allowed_null": false
|
3361
|
+
},
|
3362
|
+
{
|
3363
|
+
"disabled": false,
|
3364
|
+
"document": "实例已经弹性扩容的cpu核数",
|
3365
|
+
"example": "1",
|
3366
|
+
"member": "uint64",
|
3367
|
+
"name": "ExpandedCpu",
|
3368
|
+
"output_required": false,
|
3369
|
+
"type": "int",
|
3370
|
+
"value_allowed_null": false
|
3361
3371
|
}
|
3362
3372
|
],
|
3363
3373
|
"usage": "out"
|
@@ -6365,8 +6375,8 @@
|
|
6365
6375
|
"members": [
|
6366
6376
|
{
|
6367
6377
|
"disabled": false,
|
6368
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-master-instance-id:按照主实例过滤,类型为string。\nread-only-group-id:按照只读组ID过滤,类型为string
|
6369
|
-
"example": "
|
6378
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-master-instance-id:按照主实例过滤,类型为string。\nread-only-group-id:按照只读组ID过滤,类型为string。\n注:该参数的过滤条件中,db-master-instance-id为必须指定项。",
|
6379
|
+
"example": "无",
|
6370
6380
|
"member": "Filter",
|
6371
6381
|
"name": "Filters",
|
6372
6382
|
"required": false,
|
@@ -6374,7 +6384,7 @@
|
|
6374
6384
|
},
|
6375
6385
|
{
|
6376
6386
|
"disabled": false,
|
6377
|
-
"document": "查询每一页的条数,默认为10",
|
6387
|
+
"document": "查询每一页的条数,默认为10,最大值99。",
|
6378
6388
|
"example": "1",
|
6379
6389
|
"member": "int64",
|
6380
6390
|
"name": "PageSize",
|
@@ -6392,7 +6402,7 @@
|
|
6392
6402
|
},
|
6393
6403
|
{
|
6394
6404
|
"disabled": false,
|
6395
|
-
"document": "查询排序依据,目前支持:ROGroupId,CreateTime,Name",
|
6405
|
+
"document": "查询排序依据,目前支持:ROGroupId,CreateTime,Name。默认值CreateTime",
|
6396
6406
|
"example": "ROGroupId",
|
6397
6407
|
"member": "string",
|
6398
6408
|
"name": "OrderBy",
|
@@ -6401,7 +6411,7 @@
|
|
6401
6411
|
},
|
6402
6412
|
{
|
6403
6413
|
"disabled": false,
|
6404
|
-
"document": "查询排序依据类型,目前支持:desc,asc",
|
6414
|
+
"document": "查询排序依据类型,目前支持:desc,asc。默认值asc。",
|
6405
6415
|
"example": "desc",
|
6406
6416
|
"member": "string",
|
6407
6417
|
"name": "OrderByType",
|
@@ -6417,7 +6427,7 @@
|
|
6417
6427
|
{
|
6418
6428
|
"disabled": false,
|
6419
6429
|
"document": "只读组列表",
|
6420
|
-
"example": "
|
6430
|
+
"example": "无",
|
6421
6431
|
"member": "ReadOnlyGroup",
|
6422
6432
|
"name": "ReadOnlyGroupList",
|
6423
6433
|
"output_required": true,
|
@@ -9799,7 +9809,7 @@
|
|
9799
9809
|
},
|
9800
9810
|
{
|
9801
9811
|
"disabled": false,
|
9802
|
-
"document": "
|
9812
|
+
"document": "延迟空间大小阈值。单位MB。",
|
9803
9813
|
"example": "0",
|
9804
9814
|
"member": "int64",
|
9805
9815
|
"name": "MaxReplayLatency",
|
@@ -9809,7 +9819,7 @@
|
|
9809
9819
|
},
|
9810
9820
|
{
|
9811
9821
|
"disabled": false,
|
9812
|
-
"document": "
|
9822
|
+
"document": "延迟大小开关。0 - 关闭; 1 - 开启。",
|
9813
9823
|
"example": "0",
|
9814
9824
|
"member": "int64",
|
9815
9825
|
"name": "ReplayLatencyEliminate",
|
@@ -9819,7 +9829,7 @@
|
|
9819
9829
|
},
|
9820
9830
|
{
|
9821
9831
|
"disabled": false,
|
9822
|
-
"document": "
|
9832
|
+
"document": "延迟时间大小阈值,单位:秒。",
|
9823
9833
|
"example": "0",
|
9824
9834
|
"member": "float",
|
9825
9835
|
"name": "MaxReplayLag",
|
@@ -9829,7 +9839,7 @@
|
|
9829
9839
|
},
|
9830
9840
|
{
|
9831
9841
|
"disabled": false,
|
9832
|
-
"document": "
|
9842
|
+
"document": "延迟时间开关。0 - 关闭; 1 - 开启。",
|
9833
9843
|
"example": "0",
|
9834
9844
|
"member": "int64",
|
9835
9845
|
"name": "ReplayLagEliminate",
|
@@ -9879,7 +9889,7 @@
|
|
9879
9889
|
},
|
9880
9890
|
{
|
9881
9891
|
"disabled": false,
|
9882
|
-
"document": "
|
9892
|
+
"document": "状态。枚举值:creating、ok、modifying、deleting、deleted",
|
9883
9893
|
"example": "ok",
|
9884
9894
|
"member": "string",
|
9885
9895
|
"name": "Status",
|