tccli 3.0.847.1__py2.py3-none-any.whl → 3.0.849.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +1 -0
  3. tccli/services/billing/v20180709/api.json +1 -9
  4. tccli/services/billing/v20180709/examples.json +1 -1
  5. tccli/services/bma/v20221115/api.json +9 -0
  6. tccli/services/bma/v20221115/examples.json +1 -1
  7. tccli/services/cdn/v20180606/api.json +0 -14
  8. tccli/services/cdn/v20180606/examples.json +2 -2
  9. tccli/services/cfs/v20190719/api.json +2 -2
  10. tccli/services/ckafka/ckafka_client.py +61 -8
  11. tccli/services/ckafka/v20190819/api.json +78 -15
  12. tccli/services/ckafka/v20190819/examples.json +11 -3
  13. tccli/services/cwp/cwp_client.py +61 -8
  14. tccli/services/cwp/v20180228/api.json +361 -117
  15. tccli/services/cwp/v20180228/examples.json +25 -17
  16. tccli/services/dcdb/v20180411/api.json +8 -50
  17. tccli/services/dcdb/v20180411/examples.json +3 -3
  18. tccli/services/dlc/v20210125/api.json +1 -1
  19. tccli/services/ess/v20201111/api.json +51 -2
  20. tccli/services/ess/v20201111/examples.json +1 -1
  21. tccli/services/live/v20180801/api.json +0 -4
  22. tccli/services/live/v20180801/examples.json +1 -1
  23. tccli/services/mariadb/v20170312/api.json +8 -55
  24. tccli/services/mariadb/v20170312/examples.json +3 -3
  25. tccli/services/mongodb/v20190725/api.json +5 -20
  26. tccli/services/mongodb/v20190725/examples.json +5 -5
  27. tccli/services/monitor/v20180724/api.json +2 -32
  28. tccli/services/ocr/v20181119/api.json +20 -1
  29. tccli/services/ocr/v20181119/examples.json +1 -1
  30. tccli/services/region/v20220627/api.json +16 -6
  31. tccli/services/region/v20220627/examples.json +7 -7
  32. tccli/services/ssl/v20191205/api.json +18 -53
  33. tccli/services/ssl/v20191205/examples.json +6 -6
  34. tccli/services/tcb/v20180608/api.json +16 -137
  35. tccli/services/tcb/v20180608/examples.json +10 -10
  36. tccli/services/tcr/v20190924/api.json +4 -4
  37. tccli/services/tdmq/v20200217/api.json +0 -2
  38. tccli/services/tdmq/v20200217/examples.json +2 -2
  39. tccli/services/thpc/thpc_client.py +13 -8
  40. tccli/services/thpc/v20230321/api.json +2414 -0
  41. tccli/services/thpc/v20230321/examples.json +125 -0
  42. tccli/services/tiw/tiw_client.py +53 -0
  43. tccli/services/tiw/v20190919/api.json +216 -0
  44. tccli/services/tiw/v20190919/examples.json +8 -0
  45. tccli/services/trtc/v20190722/api.json +5 -17
  46. tccli/services/tse/v20201207/api.json +45 -2
  47. tccli/services/tts/v20190823/api.json +10 -21
  48. tccli/services/tts/v20190823/examples.json +1 -1
  49. tccli/services/vod/v20180717/api.json +20 -12
  50. tccli/services/vod/v20180717/examples.json +1 -1
  51. tccli/services/vpc/v20170312/api.json +6 -5
  52. tccli/services/vpc/v20170312/examples.json +2 -2
  53. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/METADATA +2 -2
  54. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/RECORD +58 -56
  55. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/LICENSE +0 -0
  56. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/top_level.txt +0 -0
@@ -146,10 +146,10 @@
146
146
  ],
147
147
  "DescribeSlowLogs": [
148
148
  {
149
- "document": "",
150
- "input": "https://mongodb.tencentcloudapi.com/?Action=DescribeSlowLogs\n&InstanceId=cmgo-a3bm93hf\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&<公共请求参数>",
149
+ "document": "以下示例为获取一实例的慢日志信息。",
150
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSlowLogs\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"StartTime\": \"2020-09-22 00:00:00\",\n \"EndTime\": \"2020-09-22 00:00:00\",\n \"SlowMS\": 1,\n \"Offset\": 1,\n \"Limit\": 1,\n \"Format\": \"abc\"\n}",
151
151
  "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}",
152
- "title": "获取数据库实例慢日志信息"
152
+ "title": "获取实例慢日志信息"
153
153
  }
154
154
  ],
155
155
  "DescribeSpecInfo": [
@@ -178,10 +178,10 @@
178
178
  ],
179
179
  "InquirePriceModifyDBInstanceSpec": [
180
180
  {
181
- "document": "",
181
+ "document": "查询指定实例变配后的价格",
182
182
  "input": "https://mongodb.tencentcloudapi.com/?Action=InquirePriceModifyDBInstanceSpec\n&InstanceId=cmgo-8oij5631\n&Memory=8\n&Volume=200\n&<公共请求参数>",
183
183
  "output": "{\n \"Response\": {\n \"Price\": {\n \"DiscountPrice\": 449.36,\n \"OriginalPrice\": 660.82,\n \"UnitPrice\": 0\n },\n \"RequestId\": \"ac618a97-5a29-4003-8489-fd8a1e1cc8e9\"\n }\n}",
184
- "title": "查询调整数据库配置价格"
184
+ "title": "示例一"
185
185
  }
186
186
  ],
187
187
  "InquirePriceRenewDBInstances": [
@@ -848,11 +848,11 @@
848
848
  "status": "online"
849
849
  },
850
850
  "PutMonitorData": {
851
- "document": "默认接口请求频率限制:50次/秒。\n默认单租户指标上限:100个。\n单次上报最多 30 个指标/值对,请求返回错误时,请求中所有的指标/值均不会被保存。\n\n上报的时间戳为期望保存的时间戳,建议构造整数分钟时刻的时间戳。\n时间戳时间范围必须为当前时间到 300 秒前之间。\n同一 IP 指标对的数据需按分钟先后顺序上报。",
851
+ "document": "对应的功能控制台及后端服务已于2年前下线,剩余该API接口未下线。\n\n默认接口请求频率限制:50次/秒。\n默认单租户指标上限:100个。\n单次上报最多 30 个指标/值对,请求返回错误时,请求中所有的指标/值均不会被保存。\n\n上报的时间戳为期望保存的时间戳,建议构造整数分钟时刻的时间戳。\n时间戳时间范围必须为当前时间到 300 秒前之间。\n同一 IP 指标对的数据需按分钟先后顺序上报。",
852
852
  "input": "PutMonitorDataRequest",
853
853
  "name": "自定义监控上报数据",
854
854
  "output": "PutMonitorDataResponse",
855
- "status": "online"
855
+ "status": "deprecated"
856
856
  },
857
857
  "ResumeGrafanaInstance": {
858
858
  "document": "恢复 Grafana 实例",
@@ -15406,7 +15406,6 @@
15406
15406
  "document": "Prometheus 服务响应体",
15407
15407
  "members": [
15408
15408
  {
15409
- "default": "",
15410
15409
  "document": "实例ID。",
15411
15410
  "example": "prom-123456",
15412
15411
  "member": "string",
@@ -15416,7 +15415,6 @@
15416
15415
  "value_allowed_null": false
15417
15416
  },
15418
15417
  {
15419
- "default": "",
15420
15418
  "document": "实例名称。",
15421
15419
  "example": "test",
15422
15420
  "member": "string",
@@ -15426,7 +15424,6 @@
15426
15424
  "value_allowed_null": false
15427
15425
  },
15428
15426
  {
15429
- "default": "",
15430
15427
  "document": "实例计费模式。取值范围:\n<ul>\n<li>2:包年包月</li>\n<li>3:按量</li>\n</ul>",
15431
15428
  "example": "2",
15432
15429
  "member": "int64",
@@ -15436,7 +15433,6 @@
15436
15433
  "value_allowed_null": false
15437
15434
  },
15438
15435
  {
15439
- "default": "",
15440
15436
  "document": "地域 ID",
15441
15437
  "example": "1",
15442
15438
  "member": "int64",
@@ -15446,7 +15442,6 @@
15446
15442
  "value_allowed_null": false
15447
15443
  },
15448
15444
  {
15449
- "default": "",
15450
15445
  "document": "可用区",
15451
15446
  "example": "ap-guangzhou-1",
15452
15447
  "member": "string",
@@ -15456,7 +15451,6 @@
15456
15451
  "value_allowed_null": false
15457
15452
  },
15458
15453
  {
15459
- "default": "",
15460
15454
  "document": "VPC ID",
15461
15455
  "example": "vpc-123456",
15462
15456
  "member": "string",
@@ -15466,7 +15460,6 @@
15466
15460
  "value_allowed_null": false
15467
15461
  },
15468
15462
  {
15469
- "default": "",
15470
15463
  "document": "子网 ID",
15471
15464
  "example": "subnet-123456",
15472
15465
  "member": "string",
@@ -15476,7 +15469,6 @@
15476
15469
  "value_allowed_null": false
15477
15470
  },
15478
15471
  {
15479
- "default": "",
15480
15472
  "document": "存储周期\n注意:此字段可能返回 null,表示取不到有效值。",
15481
15473
  "example": "15",
15482
15474
  "member": "int64",
@@ -15486,7 +15478,6 @@
15486
15478
  "value_allowed_null": true
15487
15479
  },
15488
15480
  {
15489
- "default": "",
15490
15481
  "document": "实例业务状态。取值范围:\n<ul>\n<li>1:正在创建</li>\n<li>2:运行中</li>\n<li>3:异常</li>\n<li>4:重建中</li>\n<li>5:销毁中</li>\n<li>6:已停服</li>\n<li>8:欠费停服中</li>\n<li>9:欠费已停服</li>\n</ul>",
15491
15482
  "example": "2",
15492
15483
  "member": "int64",
@@ -15496,7 +15487,6 @@
15496
15487
  "value_allowed_null": false
15497
15488
  },
15498
15489
  {
15499
- "default": "",
15500
15490
  "document": "Grafana 面板 URL\n注意:此字段可能返回 null,表示取不到有效值。",
15501
15491
  "example": "https://url",
15502
15492
  "member": "string",
@@ -15506,7 +15496,6 @@
15506
15496
  "value_allowed_null": true
15507
15497
  },
15508
15498
  {
15509
- "default": "",
15510
15499
  "document": "创建时间",
15511
15500
  "example": "2021-01-01 00:00:00",
15512
15501
  "member": "string",
@@ -15516,7 +15505,6 @@
15516
15505
  "value_allowed_null": false
15517
15506
  },
15518
15507
  {
15519
- "default": "",
15520
15508
  "document": "是否开启 Grafana\n<li>0:不开启</li>\n<li>1:开启</li>",
15521
15509
  "example": "1",
15522
15510
  "member": "int64",
@@ -15526,7 +15514,6 @@
15526
15514
  "value_allowed_null": false
15527
15515
  },
15528
15516
  {
15529
- "default": "",
15530
15517
  "document": "实例IPV4地址\n注意:此字段可能返回 null,表示取不到有效值。",
15531
15518
  "example": "192.168.1.2",
15532
15519
  "member": "string",
@@ -15536,7 +15523,6 @@
15536
15523
  "value_allowed_null": true
15537
15524
  },
15538
15525
  {
15539
- "default": "",
15540
15526
  "document": "实例关联的标签列表。\n注意:此字段可能返回 null,表示取不到有效值。",
15541
15527
  "example": "null",
15542
15528
  "member": "PrometheusTag",
@@ -15546,7 +15532,6 @@
15546
15532
  "value_allowed_null": true
15547
15533
  },
15548
15534
  {
15549
- "default": "",
15550
15535
  "document": "购买的实例过期时间\n注意:此字段可能返回 null,表示取不到有效值。",
15551
15536
  "example": "2021-01-01 00:00:00",
15552
15537
  "member": "string",
@@ -15556,7 +15541,6 @@
15556
15541
  "value_allowed_null": true
15557
15542
  },
15558
15543
  {
15559
- "default": "",
15560
15544
  "document": "计费状态\n<ul>\n<li>1:正常</li>\n<li>2:过期</li>\n<li>3:销毁</li>\n<li>4:分配中</li>\n<li>5:分配失败</li>\n</ul>\n注意:此字段可能返回 null,表示取不到有效值。",
15561
15545
  "example": "1",
15562
15546
  "member": "int64",
@@ -15566,7 +15550,6 @@
15566
15550
  "value_allowed_null": true
15567
15551
  },
15568
15552
  {
15569
- "default": "",
15570
15553
  "document": "规格名称\n注意:此字段可能返回 null,表示取不到有效值。",
15571
15554
  "example": "基础1",
15572
15555
  "member": "string",
@@ -15576,7 +15559,6 @@
15576
15559
  "value_allowed_null": true
15577
15560
  },
15578
15561
  {
15579
- "default": "",
15580
15562
  "document": "自动续费标记\n<ul>\n<li>0:不自动续费</li>\n<li>1:开启自动续费</li>\n<li>2:禁止自动续费</li>\n<li>-1:无效</ii>\n</ul>\n注意:此字段可能返回 null,表示取不到有效值。",
15581
15563
  "example": "1",
15582
15564
  "member": "int64",
@@ -15586,7 +15568,6 @@
15586
15568
  "value_allowed_null": true
15587
15569
  },
15588
15570
  {
15589
- "default": "",
15590
15571
  "document": "是否快过期\n<ul>\n<li>0:否</li>\n<li>1:快过期</li>\n</ul>\n注意:此字段可能返回 null,表示取不到有效值。",
15591
15572
  "example": "0",
15592
15573
  "member": "int64",
@@ -15596,7 +15577,6 @@
15596
15577
  "value_allowed_null": true
15597
15578
  },
15598
15579
  {
15599
- "default": "",
15600
15580
  "document": "数据写入需要的 Token\n注意:此字段可能返回 null,表示取不到有效值。",
15601
15581
  "example": "token",
15602
15582
  "member": "string",
@@ -15606,7 +15586,6 @@
15606
15586
  "value_allowed_null": true
15607
15587
  },
15608
15588
  {
15609
- "default": "",
15610
15589
  "document": "Prometheus Remote Write 的地址\n注意:此字段可能返回 null,表示取不到有效值。",
15611
15590
  "example": "http://url",
15612
15591
  "member": "string",
@@ -15616,7 +15595,6 @@
15616
15595
  "value_allowed_null": true
15617
15596
  },
15618
15597
  {
15619
- "default": "",
15620
15598
  "document": "Prometheus HTTP Api 根地址\n注意:此字段可能返回 null,表示取不到有效值。",
15621
15599
  "example": "http://url",
15622
15600
  "member": "string",
@@ -15626,7 +15604,6 @@
15626
15604
  "value_allowed_null": true
15627
15605
  },
15628
15606
  {
15629
- "default": "",
15630
15607
  "document": "Proxy 的地址\n注意:此字段可能返回 null,表示取不到有效值。",
15631
15608
  "example": "http://url",
15632
15609
  "member": "string",
@@ -15636,7 +15613,6 @@
15636
15613
  "value_allowed_null": true
15637
15614
  },
15638
15615
  {
15639
- "default": "",
15640
15616
  "document": "Grafana 运行状态\n<ul>\n<li>1:正在创建</li>\n<li>2:运行中</li>\n<li>3:异常</li>\n<li>4:重启中</li>\n<li>5:销毁中</li>\n<li>6:已停机</li>\n<li>7:已删除</li>\n</ul>\n注意:此字段可能返回 null,表示取不到有效值。",
15641
15617
  "example": "2",
15642
15618
  "member": "int64",
@@ -15646,7 +15622,6 @@
15646
15622
  "value_allowed_null": true
15647
15623
  },
15648
15624
  {
15649
- "default": "",
15650
15625
  "document": "Grafana IP 白名单列表,使用英文分号分隔\n注意:此字段可能返回 null,表示取不到有效值。",
15651
15626
  "example": "192.168.1.2",
15652
15627
  "member": "string",
@@ -15656,7 +15631,6 @@
15656
15631
  "value_allowed_null": true
15657
15632
  },
15658
15633
  {
15659
- "default": "",
15660
15634
  "document": "实例的授权信息\n注意:此字段可能返回 null,表示取不到有效值。",
15661
15635
  "example": "null",
15662
15636
  "member": "PrometheusInstanceGrantInfo",
@@ -15666,7 +15640,6 @@
15666
15640
  "value_allowed_null": true
15667
15641
  },
15668
15642
  {
15669
- "default": "",
15670
15643
  "document": "绑定的 Grafana 实例 ID\n注意:此字段可能返回 null,表示取不到有效值。",
15671
15644
  "example": "grafana-xxxx",
15672
15645
  "member": "string",
@@ -15676,7 +15649,6 @@
15676
15649
  "value_allowed_null": true
15677
15650
  },
15678
15651
  {
15679
- "default": "",
15680
15652
  "document": "告警规则限制\n注意:此字段可能返回 null,表示取不到有效值。",
15681
15653
  "example": "150",
15682
15654
  "member": "int64",
@@ -15686,7 +15658,6 @@
15686
15658
  "value_allowed_null": true
15687
15659
  },
15688
15660
  {
15689
- "default": "",
15690
15661
  "document": "预聚合规则限制\n注意:此字段可能返回 null,表示取不到有效值。",
15691
15662
  "example": "150",
15692
15663
  "member": "int64",
@@ -15696,7 +15667,6 @@
15696
15667
  "value_allowed_null": true
15697
15668
  },
15698
15669
  {
15699
- "default": "",
15700
15670
  "document": "迁移状态,0-不在迁移中,1-迁移中、原实例,2-迁移中、目标实例\n注意:此字段可能返回 null,表示取不到有效值。",
15701
15671
  "example": "1",
15702
15672
  "member": "int64",
@@ -7810,7 +7810,26 @@
7810
7810
  },
7811
7811
  "SmartFormFileUrl": {
7812
7812
  "document": "智慧表单上传文件信息",
7813
- "members": [],
7813
+ "members": [
7814
+ {
7815
+ "document": "文件url地址",
7816
+ "example": "无",
7817
+ "member": "string",
7818
+ "name": "FileUrl",
7819
+ "required": true,
7820
+ "type": "string",
7821
+ "value_allowed_null": false
7822
+ },
7823
+ {
7824
+ "document": "文件的顺序,顺序从1开始",
7825
+ "example": "1",
7826
+ "member": "uint64",
7827
+ "name": "FileOrderNumber",
7828
+ "required": true,
7829
+ "type": "int",
7830
+ "value_allowed_null": false
7831
+ }
7832
+ ],
7814
7833
  "usage": "in"
7815
7834
  },
7816
7835
  "SmartStructuralOCRRequest": {
@@ -75,7 +75,7 @@
75
75
  "CreateAIFormTask": [
76
76
  {
77
77
  "document": "创建文件识别任务示例",
78
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAIFormTask\nVersion:2018-11-19\nRegion:ap-beijing\n<公共请求参数>\n\n{\n \"FileList\": [\n {},\n {}\n ]\n}",
78
+ "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAIFormTask\nVersion:2018-11-19\nRegion:ap-beijing\n<公共请求参数>\n\n{\n \"FileList\": [\n {\n \"FileUrl\": \"https://xxx.jpg\",\n \"FileOrderNumber\": 1\n },\n {\n \"FileUrl\": \"https://xxx.jpg\",\n \"FileOrderNumber\": 2\n }\n ]\n}",
79
79
  "output": "{\n \"Response\": {\n \"RequestId\": \"e522a812-cb79-1ed4-77ab-908572ghu6qq\",\n \"TaskId\": \"209fef6e-117c-11ed-9368-525400e51a47\",\n \"OperateUrl\": \"https://ocr.smartform.cloud.tencent.com?taskId=209fef6e-117c-11ed-9368-525400e51a47\"\n }\n}",
80
80
  "title": "创建文件识别任务示例"
81
81
  }
@@ -87,13 +87,20 @@
87
87
  "document": "DescribeRegions请求参数结构体",
88
88
  "members": [
89
89
  {
90
- "default": "",
91
90
  "document": "待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口",
92
91
  "example": "cvm",
93
92
  "member": "string",
94
93
  "name": "Product",
95
94
  "required": true,
96
95
  "type": "string"
96
+ },
97
+ {
98
+ "document": "不传或者0表示不查询【可选业务白名单】,1表示查询【可选业务白名单】,该参数设置了1,只有在业务白名单查不到情况下,才会查该白名单",
99
+ "example": "1",
100
+ "member": "int64",
101
+ "name": "Scene",
102
+ "required": false,
103
+ "type": "int"
97
104
  }
98
105
  ],
99
106
  "type": "object"
@@ -106,7 +113,6 @@
106
113
  "example": "1",
107
114
  "member": "uint64",
108
115
  "name": "TotalCount",
109
- "required": true,
110
116
  "type": "int",
111
117
  "value_allowed_null": false
112
118
  },
@@ -115,7 +121,6 @@
115
121
  "example": "参考输出示例",
116
122
  "member": "RegionInfo",
117
123
  "name": "RegionSet",
118
- "required": true,
119
124
  "type": "list",
120
125
  "value_allowed_null": false
121
126
  },
@@ -132,13 +137,20 @@
132
137
  "document": "DescribeZones请求参数结构体",
133
138
  "members": [
134
139
  {
135
- "default": "",
136
140
  "document": "待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口",
137
141
  "example": "cvm",
138
142
  "member": "string",
139
143
  "name": "Product",
140
144
  "required": true,
141
145
  "type": "string"
146
+ },
147
+ {
148
+ "document": "不传或者0表示不查询【可选业务白名单】,1表示查询【可选业务白名单】,该参数设置了1,只有在业务白名单查不到情况下,才会查该白名单",
149
+ "example": "1",
150
+ "member": "int64",
151
+ "name": "Scene",
152
+ "required": false,
153
+ "type": "int"
142
154
  }
143
155
  ],
144
156
  "type": "object"
@@ -151,7 +163,6 @@
151
163
  "example": "1",
152
164
  "member": "uint64",
153
165
  "name": "TotalCount",
154
- "required": true,
155
166
  "type": "int",
156
167
  "value_allowed_null": false
157
168
  },
@@ -160,7 +171,6 @@
160
171
  "example": "参开输出示例",
161
172
  "member": "ZoneInfo",
162
173
  "name": "ZoneSet",
163
- "required": true,
164
174
  "type": "list",
165
175
  "value_allowed_null": false
166
176
  },
@@ -10,17 +10,17 @@
10
10
  ],
11
11
  "DescribeRegions": [
12
12
  {
13
- "document": "",
14
- "input": "POST / HTTP/1.1\nHost: region.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegions\n<公共请求参数>\n\n{\n \"Product\": \"xx\"\n}",
15
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RegionSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionName\": \"华南地区(广州)\",\n \"RegionState\": \"AVAILABLE\"\n }\n ],\n \"RequestId\": \"f252873e-fbbd-4651-ba75-205c7e5ba6fc\"\n }\n}",
16
- "title": "请求例子"
13
+ "document": "查询产品支持的地域列表",
14
+ "input": "POST / HTTP/1.1\nHost: region.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegions\n<公共请求参数>\n\n{\n \"Product\": \"cvm\",\n \"Scene\": 1\n}",
15
+ "output": "{\n \"Response\": {\n \"TotalCount\": 21,\n \"RequestId\": \"2b41c59d-93c8-43e2-a2f0-6c5df9735d21\",\n \"RegionSet\": [\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-guangzhou\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华南地区(广州)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-shanghai\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华东地区(上海)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-nanjing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华东地区(南京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-beijing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华北地区(北京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-chengdu\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(成都)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-chongqing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(重庆)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-xian-ec\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西北地区(西安)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-hongkong\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"港澳台地区(中国香港)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-guiyang\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(贵阳)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-seoul\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东北(首尔)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-tokyo\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东北(东京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-singapore\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(新加坡)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-bangkok\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(曼谷)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-jakarta\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(雅加达)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-siliconvalley\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"美国西部(硅谷)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"eu-frankfurt\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"欧洲地区(法兰克福)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"eu-moscow\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"欧洲地区(莫斯科)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-mumbai\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太南部(孟买)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-ashburn\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"美国东部(弗吉尼亚)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"sa-saopaulo\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"南美地区(圣保罗)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-toronto\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"北美地区(多伦多)\"\n }\n ]\n }\n}",
16
+ "title": "查询产品支持的地域列表"
17
17
  }
18
18
  ],
19
19
  "DescribeZones": [
20
20
  {
21
- "document": "",
22
- "input": "POST / HTTP/1.1\nHost: region.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\nX-TC-Language: zh-CN\n<公共请求参数>\n\n{\n \"Product\": \"xx\"\n}",
23
- "output": "{\n \"Response\": {\n \"TotalCount\": 5,\n \"ZoneSet\": [\n {\n \"ZoneState\": \"UNAVAILABLE\",\n \"ZoneId\": \"100001\",\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneName\": \"广州一区\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100002\",\n \"Zone\": \"ap-guangzhou-2\",\n \"ZoneName\": \"广州二区\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100003\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"广州三区\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100004\",\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"广州四区\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100005\",\n \"Zone\": \"ap-guangzhou-5\",\n \"ZoneName\": \"广州五区\"\n }\n ],\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
21
+ "document": "查询可用区信息(可用区中文名称)",
22
+ "input": "POST / HTTP/1.1\nHost: region.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\nX-TC-Language: zh-CN\n<公共请求参数>\n\n{\n \"Product\": \"cvm\",\n \"Scene\": 1\n}",
23
+ "output": "{\n \"Response\": {\n \"TotalCount\": 7,\n \"RequestId\": \"6c3323bd-c855-49d7-85fb-7d6e0d8e1c55\",\n \"ZoneSet\": [\n {\n \"Zone\": \"ap-beijing-2\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"800002\",\n \"ParentZoneName\": \"\",\n \"ParentZoneId\": \"\",\n \"ParentZone\": \"\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"availability-zone\",\n \"ZoneName\": \"北京二区\"\n },\n {\n \"Zone\": \"ap-beijing-3\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"800003\",\n \"ParentZoneName\": \"\",\n \"ParentZoneId\": \"\",\n \"ParentZone\": \"\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"availability-zone\",\n \"ZoneName\": \"北京三区\"\n },\n {\n \"Zone\": \"ap-beijing-4\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"800004\",\n \"ParentZoneName\": \"\",\n \"ParentZoneId\": \"\",\n \"ParentZone\": \"\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"availability-zone\",\n \"ZoneName\": \"北京四区\"\n },\n {\n \"Zone\": \"ap-beijing-5\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"800005\",\n \"ParentZoneName\": \"\",\n \"ParentZoneId\": \"\",\n \"ParentZone\": \"\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"availability-zone\",\n \"ZoneName\": \"北京五区\"\n },\n {\n \"Zone\": \"ap-beijing-6\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"800006\",\n \"ParentZoneName\": \"\",\n \"ParentZoneId\": \"\",\n \"ParentZone\": \"\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"availability-zone\",\n \"ZoneName\": \"北京六区\"\n },\n {\n \"Zone\": \"ap-beijing-7\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"800007\",\n \"ParentZoneName\": \"\",\n \"ParentZoneId\": \"\",\n \"ParentZone\": \"\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"availability-zone\",\n \"ZoneName\": \"北京七区\"\n },\n {\n \"Zone\": \"ap-beijing-tez-changchun-1\",\n \"ZoneIdMC\": null,\n \"ZoneId\": \"2100080001\",\n \"ParentZoneName\": \"北京三区\",\n \"ParentZoneId\": \"800003\",\n \"ParentZone\": \"ap-beijing-3\",\n \"ZoneState\": \"AVAILABLE\",\n \"MachineRoomTypeMC\": null,\n \"ZoneType\": \"edge-zone\",\n \"ZoneName\": \"长春边缘一区\"\n }\n ]\n }\n}",
24
24
  "title": "查询可用区信息(可用区中文名称)"
25
25
  }
26
26
  ]