tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1344.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.
Files changed (79) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/ams/v20201229/api.json +46 -46
  4. tccli/services/ams/v20201229/examples.json +1 -1
  5. tccli/services/batch/batch_client.py +53 -0
  6. tccli/services/batch/v20170312/api.json +125 -0
  7. tccli/services/batch/v20170312/examples.json +8 -0
  8. tccli/services/bh/v20230418/api.json +282 -1
  9. tccli/services/bh/v20230418/examples.json +3 -3
  10. tccli/services/bi/v20220105/api.json +9 -0
  11. tccli/services/ccc/v20200210/api.json +9 -0
  12. tccli/services/cdb/v20170320/api.json +38 -38
  13. tccli/services/cdb/v20170320/examples.json +3 -3
  14. tccli/services/cdwch/cdwch_client.py +53 -0
  15. tccli/services/cdwch/v20200915/api.json +410 -0
  16. tccli/services/cdwch/v20200915/examples.json +8 -0
  17. tccli/services/cdwdoris/v20211228/api.json +22 -2
  18. tccli/services/cfg/v20210820/api.json +72 -0
  19. tccli/services/ckafka/v20190819/api.json +21 -1
  20. tccli/services/csip/csip_client.py +163 -4
  21. tccli/services/csip/v20221121/api.json +967 -164
  22. tccli/services/csip/v20221121/examples.json +29 -5
  23. tccli/services/cvm/v20170312/api.json +16 -5
  24. tccli/services/cvm/v20170312/examples.json +1 -1
  25. tccli/services/dlc/v20210125/api.json +61 -0
  26. tccli/services/emr/emr_client.py +167 -8
  27. tccli/services/emr/v20190103/api.json +809 -14
  28. tccli/services/emr/v20190103/examples.json +24 -0
  29. tccli/services/es/v20250101/examples.json +2 -2
  30. tccli/services/ess/v20201111/api.json +15 -6
  31. tccli/services/essbasic/v20210526/api.json +2 -2
  32. tccli/services/gs/v20191118/api.json +40 -1
  33. tccli/services/gs/v20191118/examples.json +2 -2
  34. tccli/services/hunyuan/v20230901/api.json +1 -1
  35. tccli/services/igtm/__init__.py +4 -0
  36. tccli/services/igtm/igtm_client.py +1373 -0
  37. tccli/services/igtm/v20231024/api.json +3569 -0
  38. tccli/services/igtm/v20231024/examples.json +207 -0
  39. tccli/services/ims/v20201229/api.json +20 -28
  40. tccli/services/ioa/ioa_client.py +114 -8
  41. tccli/services/ioa/v20220601/api.json +218 -3
  42. tccli/services/ioa/v20220601/examples.json +16 -0
  43. tccli/services/iss/v20230517/api.json +11 -2
  44. tccli/services/kms/v20190118/api.json +4 -4
  45. tccli/services/lighthouse/v20200324/api.json +1 -1
  46. tccli/services/mps/v20190612/api.json +43 -5
  47. tccli/services/ocr/v20181119/api.json +127 -118
  48. tccli/services/partners/v20180321/api.json +1 -1
  49. tccli/services/securitylake/__init__.py +4 -0
  50. tccli/services/securitylake/securitylake_client.py +207 -0
  51. tccli/services/securitylake/v20240117/api.json +723 -0
  52. tccli/services/securitylake/v20240117/examples.json +13 -0
  53. tccli/services/tcbr/v20220217/api.json +70 -0
  54. tccli/services/tdmq/v20200217/api.json +263 -5
  55. tccli/services/tdmq/v20200217/examples.json +1 -1
  56. tccli/services/teo/v20220901/api.json +40 -30
  57. tccli/services/teo/v20220901/examples.json +19 -19
  58. tccli/services/tione/tione_client.py +57 -4
  59. tccli/services/tione/v20211111/api.json +283 -1
  60. tccli/services/tione/v20211111/examples.json +8 -0
  61. tccli/services/tke/v20180525/api.json +37 -28
  62. tccli/services/tms/v20201229/api.json +14 -21
  63. tccli/services/trocket/v20230308/api.json +80 -80
  64. tccli/services/trocket/v20230308/examples.json +1 -1
  65. tccli/services/tsf/tsf_client.py +61 -8
  66. tccli/services/tsf/v20180326/api.json +3161 -2106
  67. tccli/services/tsf/v20180326/examples.json +8 -0
  68. tccli/services/vdb/v20230616/api.json +49 -0
  69. tccli/services/vdb/v20230616/examples.json +1 -1
  70. tccli/services/vm/v20210922/api.json +8 -8
  71. tccli/services/vpc/v20170312/api.json +1 -1
  72. tccli/services/wav/v20210129/api.json +10 -10
  73. tccli/services/wav/v20210129/examples.json +3 -3
  74. tccli/services/wedata/v20210820/api.json +11 -0
  75. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
  76. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +79 -71
  77. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
  78. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
  79. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,13 @@
1
+ {
2
+ "actions": {
3
+ "DescribeSecurityAlarmTableList": [
4
+ {
5
+ "document": "查询告警列表",
6
+ "input": "POST / HTTP/1.1\nHost: securitylake.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityAlarmTableList\n<公共请求参数>\n\n{\n \"By\": \"Timestamp\",\n \"Order\": \"desc\",\n \"Offset\": 0,\n \"Limit\": 50,\n \"StartTime\": 1745403304826,\n \"EndTime\": 1745489704826,\n \"Filters\": [],\n \"SdlId\": \"sdl-free0224\"\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eb067154-b4a6-480a-bb06-1fbb29f72a7d\",\n \"TotalCount\": 1,\n \"Limit\": 50,\n \"Offset\": 0,\n \"AlarmList\": [\n {\n \"AlarmId\": 45993,\n \"AlarmName\": \"发生命中威胁情报 风险IP 59.43.234.26-gulu\",\n \"EventTime\": \"\",\n \"Timestamp\": \"2025-04-24T18:13:54+08:00\",\n \"Severity\": 4,\n \"Score\": 80,\n \"Category\": \"恶意程序\",\n \"SubCategory\": \"其他恶意程序\",\n \"Tags\": \"yujie,流量分析,命中IOC\",\n \"Payload\": \"\",\n \"Result\": \"可疑\",\n \"Confidence\": 5,\n \"Status\": \"TODO\",\n \"RuleTopic\": \"\",\n \"HandleTime\": \"\",\n \"Suggestion\": \"1、建议配置防火墙对59.43.234.26:3205 进行封禁阻断\\n2、检查分析与233.201.0.12相关资产近期行为,排查横向移动\",\n \"Description\": \"\",\n \"SourceName\": \"gulu_new_yujie424a2\",\n \"AppId\": 1302597666,\n \"RuleId\": 59,\n \"RuleName\": \"gulu_yujie告警透传ioc_alert\",\n \"RuleType\": \"detect\",\n \"AttackNum\": 0,\n \"AlarmCount\": 0,\n \"AttackSubTechnique\": \"T1557.001\",\n \"AttackTechnique\": \"T1557\",\n \"AttackTactic\": \"TA0006\",\n \"AttackSubTechniqueName\": \"LLMNR/NBT-NS 中毒和 SMB 中继(: LLMNR/NBT-NS Poisoning and SMB Relay)\",\n \"AttackTechniqueName\": \"中间人(Adversary-in-the-Middle)\",\n \"AttackTacticName\": \"凭证访问(Credential Access)\",\n \"StartTime\": \"2025-04-24T18:12:51+08:00\",\n \"EndTime\": \"2025-04-24T18:13:51+08:00\",\n \"RuleExpression\": \"SELECT * FROM tcm._security_log WHERE sourcetype ='yujie_ioc_alert'\",\n \"ExpressionType\": \"\",\n \"DrillDownExpression\": \"SELECT * FROM tcm._security_log WHERE sourcetype ='yujie_ioc_alert' ORDER BY sourcetime desc\",\n \"AttackDirection\": \"\",\n \"TrafficDirection\": \"\",\n \"SrcIp\": \"59.43.234.26\",\n \"SrcPort\": 3205,\n \"DstIp\": \"233.201.0.12\",\n \"DstPort\": 8087,\n \"HostIp\": \"233.201.0.12\",\n \"HostAsset\": \"\",\n \"AttackerIp\": \"59.43.234.26\",\n \"AttackerAsset\": \"\",\n \"VictimIp\": \"233.201.0.12\",\n \"VictimAsset\": \"\",\n \"SdlId\": \"sdl-free0224\",\n \"RichCustomInfos\": [\n \"{\\\"action\\\":\\\"放行\\\"}\",\n \"{\\\"src_mac\\\":\\\"B0:2D:6F:9A:A3:45\\\"}\",\n \"{\\\"dst_mac\\\":\\\"00:0C:29:12:EC:E0\\\"}\",\n \"{\\\"sourcelog\\\":\\\"{ \\\\\\\"app_proto\\\\\\\": \\\\\\\"dns\\\\\\\", \\\\\\\"confidence\\\\\\\": 5, \\\\\\\"dns\\\\\\\": { \\\\\\\"answers\\\\\\\": [ { \\\\\\\"rdata\\\\\\\": \\\\\\\"6.6.6.6\\\\\\\", \\\\\\\"rrname\\\\\\\": \\\\\\\"urchintelemetry.com\\\\\\\", \\\\\\\"rrtype\\\\\\\": \\\\\\\"A\\\\\\\", \\\\\\\"ttl\\\\\\\": 80 } ], \\\\\\\"authorities\\\\\\\": [ { \\\\\\\"rrname\\\\\\\": \\\\\\\"urchintelemetry.com\\\\\\\", \\\\\\\"rrtype\\\\\\\": \\\\\\\"NS\\\\\\\", \\\\\\\"ttl\\\\\\\": 23763 }, { \\\\\\\"rrname\\\\\\\": \\\\\\\"urchintelemetry.com\\\\\\\", \\\\\\\"rrtype\\\\\\\": \\\\\\\"NS\\\\\\\", \\\\\\\"ttl\\\\\\\": 23763 } ], \\\\\\\"flags\\\\\\\": \\\\\\\"8180\\\\\\\", \\\\\\\"grouped\\\\\\\": { \\\\\\\"A\\\\\\\": [ \\\\\\\"204.11.56.48\\\\\\\" ] }, \\\\\\\"id\\\\\\\": 22847, \\\\\\\"qr\\\\\\\": true, \\\\\\\"ra\\\\\\\": true, \\\\\\\"rcode\\\\\\\": \\\\\\\"NOERROR\\\\\\\", \\\\\\\"rd\\\\\\\": true, \\\\\\\"rrname\\\\\\\": \\\\\\\"1.2.3.233\\\\\\\", \\\\\\\"rrname_salted_md5\\\\\\\": [ \\\\\\\"6c6b7d725ccf107a6e2536e5a982ff63\\\\\\\" ], \\\\\\\"rrtype\\\\\\\": \\\\\\\"A\\\\\\\", \\\\\\\"tx_id\\\\\\\": 1, \\\\\\\"type\\\\\\\": \\\\\\\"answer\\\\\\\", \\\\\\\"version\\\\\\\": 2 }, \\\\\\\"dst_info\\\\\\\": \\\\\\\"local\\\\\\\", \\\\\\\"dst_ip\\\\\\\": \\\\\\\"233.201.0.12\\\\\\\", \\\\\\\"dst_mac\\\\\\\": \\\\\\\"00:0C:29:12:EC:E0\\\\\\\", \\\\\\\"dst_port\\\\\\\": 8087, \\\\\\\"event_type\\\\\\\":\\\\\\\"ioc_alert\\\\\\\", \\\\\\\"flow_id\\\\\\\": 970043689132787, \\\\\\\"ioc\\\\\\\": \\\\\\\"6c6b7d725ccf107a6e2536e5a982ff63\\\\\\\", \\\\\\\"ioc_basic_info\\\\\\\": { \\\\\\\"registrar\\\\\\\": \\\\\\\"Domainsoverboard.com LLC\\\\\\\", \\\\\\\"status\\\\\\\": \\\\\\\"正常\\\\\\\", \\\\\\\"update_time\\\\\\\": \\\\\\\"2017-12-09 22:00:11 UTC\\\\\\\" }, \\\\\\\"ioc_context\\\\\\\": { \\\\\\\"black_md5_contain_domain\\\\\\\": [], \\\\\\\"black_md5_download_from_domain\\\\\\\": [], \\\\\\\"black_md5_visit_domain\\\\\\\": [], \\\\\\\"black_url_of_domain\\\\\\\": [], \\\\\\\"resolution_ip\\\\\\\": [ { \\\\\\\"end_time\\\\\\\": \\\\\\\"20191223\\\\\\\", \\\\\\\"ip\\\\\\\": \\\\\\\"47.75.69.19\\\\\\\" }, { \\\\\\\"end_time\\\\\\\": \\\\\\\"20191205\\\\\\\", \\\\\\\"ip\\\\\\\": \\\\\\\"209.99.40.222\\\\\\\" }, { \\\\\\\"end_time\\\\\\\": \\\\\\\"20190713\\\\\\\", \\\\\\\"ip\\\\\\\": \\\\\\\"8.8.8.8\\\\\\\" } ], \\\\\\\"threat_info\\\\\\\": [ { \\\\\\\"desc\\\\\\\": \\\\\\\"bondat相关情报\\\\\\\", \\\\\\\"time\\\\\\\": \\\\\\\"2019-12-28 14:04:28\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"bondat\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\" https://blog.360totalsecurity.com/en/bondat-worm-struck-again-built-botnets-for-mining-cryptocurrency-and-attacking-wordpress/\\\\\\\" } ] }, \\\\\\\"ioc_level1_tags\\\\\\\": [ \\\\\\\"Ransomware\\\\\\\", \\\\\\\"Miner\\\\\\\" ], \\\\\\\"ioc_plaintext\\\\\\\": \\\\\\\"urchintelemetry.com\\\\\\\", \\\\\\\"ioc_tags\\\\\\\": [ \\\\\\\"bondat\\\\\\\", \\\\\\\"bondatminer\\\\\\\", \\\\\\\"ransomware\\\\\\\", \\\\\\\"miner\\\\\\\" ], \\\\\\\"ioc_type\\\\\\\": \\\\\\\"ip\\\\\\\", \\\\\\\"original_id\\\\\\\": \\\\\\\"AAAAAIHlxV+7AgsAZkcBAA==\\\\\\\", \\\\\\\"pcap_cnt\\\\\\\": 672, \\\\\\\"pcap_filename\\\\\\\": \\\\\\\"/backup/test/POC/pcaps/ioc_urchintelemetry.com.pcap\\\\\\\", \\\\\\\"proto\\\\\\\": \\\\\\\"UDP\\\\\\\", \\\\\\\"score\\\\\\\": 80, \\\\\\\"sensor_id\\\\\\\": \\\\\\\"246e968f7c08\\\\\\\", \\\\\\\"severity\\\\\\\":4, \\\\\\\"src_info\\\\\\\": \\\\\\\"local\\\\\\\", \\\\\\\"src_ip\\\\\\\": \\\\\\\"59.43.234.26\\\\\\\", \\\\\\\"src_mac\\\\\\\": \\\\\\\"B0:2D:6F:9A:A3:45\\\\\\\", \\\\\\\"src_port\\\\\\\": 3205, \\\\\\\"suggestion\\\\\\\": \\\\\\\"生成事件2335\\\\\\\", \\\\\\\"timestamp\\\\\\\": \\\\\\\"2025-04-24T11:38:05.713686+0800\\\\\\\", \\\\\\\"vlan\\\\\\\": 3, \\\\\\\"dst\\\\\\\": [], \\\\\\\"src\\\\\\\": [], \\\\\\\"id\\\\\\\": \\\\\\\"AAAAAIHlxV+7AgsAZkcBAA==\\\\\\\", \\\\\\\"esIndex\\\\\\\": \\\\\\\"logstash-ioc_alert-20201201\\\\\\\", \\\\\\\"dst_ipCountry\\\\\\\": \\\\\\\"内网\\\\\\\", \\\\\\\"src_ipCountry\\\\\\\": \\\\\\\"内网\\\\\\\"}\\\"}\"\n ]\n }\n ]\n }\n}",
8
+ "title": "示例"
9
+ }
10
+ ]
11
+ },
12
+ "version": "1.0"
13
+ }
@@ -1790,6 +1790,17 @@
1790
1790
  "required": false,
1791
1791
  "type": "string",
1792
1792
  "value_allowed_null": true
1793
+ },
1794
+ {
1795
+ "disabled": false,
1796
+ "document": "Vpc 配置参数",
1797
+ "example": "{\"VpcId\": \"\", \"VpcCIDR\": \"\",\"SubnetId\": \"\",\"SubnetCIDR\":\"\"}",
1798
+ "member": "VpcConf",
1799
+ "name": "VpcConf",
1800
+ "output_required": false,
1801
+ "required": false,
1802
+ "type": "object",
1803
+ "value_allowed_null": false
1793
1804
  }
1794
1805
  ],
1795
1806
  "usage": "both"
@@ -2360,6 +2371,15 @@
2360
2371
  "name": "ServerConfig",
2361
2372
  "required": true,
2362
2373
  "type": "object"
2374
+ },
2375
+ {
2376
+ "disabled": false,
2377
+ "document": "业务类型,默认tcr",
2378
+ "example": "tcb",
2379
+ "member": "string",
2380
+ "name": "Business",
2381
+ "required": false,
2382
+ "type": "string"
2363
2383
  }
2364
2384
  ],
2365
2385
  "type": "object"
@@ -2451,6 +2471,56 @@
2451
2471
  }
2452
2472
  ],
2453
2473
  "usage": "in"
2474
+ },
2475
+ "VpcConf": {
2476
+ "document": "云托管服务 Vpc 配置",
2477
+ "members": [
2478
+ {
2479
+ "disabled": false,
2480
+ "document": "vpc id",
2481
+ "example": "\"vpc-xxx\"",
2482
+ "member": "string",
2483
+ "name": "VpcId",
2484
+ "output_required": false,
2485
+ "required": false,
2486
+ "type": "string",
2487
+ "value_allowed_null": false
2488
+ },
2489
+ {
2490
+ "disabled": false,
2491
+ "document": "vpc 网段",
2492
+ "example": "\"192.168.0.0/24\"",
2493
+ "member": "string",
2494
+ "name": "VpcCIDR",
2495
+ "output_required": false,
2496
+ "required": false,
2497
+ "type": "string",
2498
+ "value_allowed_null": false
2499
+ },
2500
+ {
2501
+ "disabled": false,
2502
+ "document": "subnet id",
2503
+ "example": "\"subnet-xxx\"",
2504
+ "member": "string",
2505
+ "name": "SubnetId",
2506
+ "output_required": false,
2507
+ "required": false,
2508
+ "type": "string",
2509
+ "value_allowed_null": false
2510
+ },
2511
+ {
2512
+ "disabled": false,
2513
+ "document": "subnet 网段",
2514
+ "example": "\"192.168.0.0/25\"",
2515
+ "member": "string",
2516
+ "name": "SubnetCIDR",
2517
+ "output_required": false,
2518
+ "required": false,
2519
+ "type": "string",
2520
+ "value_allowed_null": false
2521
+ }
2522
+ ],
2523
+ "usage": "both"
2454
2524
  }
2455
2525
  },
2456
2526
  "version": "1.0"
@@ -1333,6 +1333,89 @@
1333
1333
  ],
1334
1334
  "usage": "out"
1335
1335
  },
1336
+ "CertificateInfo": {
1337
+ "document": "Pulsar集群TLS证书信息",
1338
+ "members": [
1339
+ {
1340
+ "disabled": false,
1341
+ "document": "SSL证书管理中的id",
1342
+ "example": "Mpn1cTtO",
1343
+ "member": "string",
1344
+ "name": "CertificateId",
1345
+ "output_required": false,
1346
+ "required": true,
1347
+ "type": "string",
1348
+ "value_allowed_null": false
1349
+ },
1350
+ {
1351
+ "disabled": false,
1352
+ "document": "证书到期时间",
1353
+ "example": "2027-12-12 23:02:59",
1354
+ "member": "string",
1355
+ "name": "ExpireTime",
1356
+ "output_required": false,
1357
+ "required": true,
1358
+ "type": "string",
1359
+ "value_allowed_null": false
1360
+ },
1361
+ {
1362
+ "disabled": false,
1363
+ "document": "证书绑定的域名",
1364
+ "example": "pulsar-a82d8nxw9vo2.sap-uf1f3s6o.tdmq.ap-gz.public.tencenttdmq.com",
1365
+ "member": "string",
1366
+ "name": "DomainName",
1367
+ "output_required": false,
1368
+ "required": true,
1369
+ "type": "string",
1370
+ "value_allowed_null": false
1371
+ },
1372
+ {
1373
+ "disabled": false,
1374
+ "document": "证书状态:0 已签发\n1 即将过期\n2 未启用\n3 已过期\n4 不可用",
1375
+ "example": "1",
1376
+ "member": "string",
1377
+ "name": "Status",
1378
+ "output_required": false,
1379
+ "required": true,
1380
+ "type": "string",
1381
+ "value_allowed_null": false
1382
+ },
1383
+ {
1384
+ "disabled": false,
1385
+ "document": "证书类型:0:根证书,1:服务端证书",
1386
+ "example": "1",
1387
+ "member": "string",
1388
+ "name": "Type",
1389
+ "output_required": false,
1390
+ "required": true,
1391
+ "type": "string",
1392
+ "value_allowed_null": false
1393
+ },
1394
+ {
1395
+ "disabled": false,
1396
+ "document": "TencentCloud:SSL证书;Default:TDMQ官方默认证书",
1397
+ "example": "TencentCloud",
1398
+ "member": "string",
1399
+ "name": "Origin",
1400
+ "output_required": false,
1401
+ "required": true,
1402
+ "type": "string",
1403
+ "value_allowed_null": false
1404
+ },
1405
+ {
1406
+ "disabled": false,
1407
+ "document": "证书添加/更新时间",
1408
+ "example": "2027-12-12 23:02:59",
1409
+ "member": "string",
1410
+ "name": "ModifyTime",
1411
+ "output_required": false,
1412
+ "required": true,
1413
+ "type": "string",
1414
+ "value_allowed_null": false
1415
+ }
1416
+ ],
1417
+ "usage": "both"
1418
+ },
1336
1419
  "ClearCmqQueueRequest": {
1337
1420
  "document": "ClearCmqQueue请求参数结构体",
1338
1421
  "members": [
@@ -3891,6 +3974,15 @@
3891
3974
  "name": "EnablePublicAccess",
3892
3975
  "required": false,
3893
3976
  "type": "bool"
3977
+ },
3978
+ {
3979
+ "disabled": false,
3980
+ "document": "是否打开集群删除保护,不传默认为 false",
3981
+ "example": "false",
3982
+ "member": "bool",
3983
+ "name": "EnableDeletionProtection",
3984
+ "required": false,
3985
+ "type": "bool"
3894
3986
  }
3895
3987
  ],
3896
3988
  "type": "object"
@@ -8730,7 +8822,7 @@
8730
8822
  "members": [
8731
8823
  {
8732
8824
  "disabled": false,
8733
- "document": "集群 ID",
8825
+ "document": "实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。",
8734
8826
  "example": "amqp-jero744g",
8735
8827
  "member": "string",
8736
8828
  "name": "ClusterId",
@@ -8813,6 +8905,16 @@
8813
8905
  "type": "object",
8814
8906
  "value_allowed_null": false
8815
8907
  },
8908
+ {
8909
+ "disabled": false,
8910
+ "document": "用户配额信息",
8911
+ "example": "{\"MaxUser\":20,\"UsedUser\":1}",
8912
+ "member": "RabbitMQUserQuota",
8913
+ "name": "UserQuota",
8914
+ "output_required": false,
8915
+ "type": "object",
8916
+ "value_allowed_null": false
8917
+ },
8816
8918
  {
8817
8919
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8818
8920
  "member": "string",
@@ -13649,7 +13751,7 @@
13649
13751
  },
13650
13752
  {
13651
13753
  "disabled": false,
13652
- "document": "集群名称",
13754
+ "document": "集群名称,不填则不修改。非空字符串时必须 3-64 个字符,只能包含数字、字母、“-”和“_”",
13653
13755
  "example": "prod_rabbitmq",
13654
13756
  "member": "string",
13655
13757
  "name": "ClusterName",
@@ -13658,12 +13760,21 @@
13658
13760
  },
13659
13761
  {
13660
13762
  "disabled": false,
13661
- "document": "备注",
13763
+ "document": "备注,不填则不修改",
13662
13764
  "example": "生产使用集群",
13663
13765
  "member": "string",
13664
13766
  "name": "Remark",
13665
13767
  "required": false,
13666
13768
  "type": "string"
13769
+ },
13770
+ {
13771
+ "disabled": false,
13772
+ "document": "是否开启删除保护,不填则不修改",
13773
+ "example": "false",
13774
+ "member": "bool",
13775
+ "name": "EnableDeletionProtection",
13776
+ "required": false,
13777
+ "type": "bool"
13667
13778
  }
13668
13779
  ],
13669
13780
  "type": "object"
@@ -15086,6 +15197,26 @@
15086
15197
  "output_required": false,
15087
15198
  "type": "string",
15088
15199
  "value_allowed_null": true
15200
+ },
15201
+ {
15202
+ "disabled": false,
15203
+ "document": "是否开启TLS加密",
15204
+ "example": "true",
15205
+ "member": "bool",
15206
+ "name": "Tls",
15207
+ "output_required": false,
15208
+ "type": "bool",
15209
+ "value_allowed_null": false
15210
+ },
15211
+ {
15212
+ "disabled": false,
15213
+ "document": "接入点自定义域名",
15214
+ "example": "http://aaa.example.com:8443",
15215
+ "member": "string",
15216
+ "name": "CustomUrl",
15217
+ "output_required": false,
15218
+ "type": "string",
15219
+ "value_allowed_null": false
15089
15220
  }
15090
15221
  ],
15091
15222
  "usage": "out"
@@ -15524,6 +15655,16 @@
15524
15655
  "output_required": false,
15525
15656
  "type": "string",
15526
15657
  "value_allowed_null": false
15658
+ },
15659
+ {
15660
+ "disabled": false,
15661
+ "document": "集群的证书列表",
15662
+ "example": "[{}]",
15663
+ "member": "CertificateInfo",
15664
+ "name": "CertificateList",
15665
+ "output_required": false,
15666
+ "type": "list",
15667
+ "value_allowed_null": false
15527
15668
  }
15528
15669
  ],
15529
15670
  "usage": "out"
@@ -15812,6 +15953,16 @@
15812
15953
  "output_required": false,
15813
15954
  "type": "object",
15814
15955
  "value_allowed_null": false
15956
+ },
15957
+ {
15958
+ "disabled": false,
15959
+ "document": "TLS加密的数据流公网接入点",
15960
+ "example": "amqps://amqp-xxx.amqp.tencenttdmq.com:5672",
15961
+ "member": "string",
15962
+ "name": "PublicTlsAccessEndpoint",
15963
+ "output_required": false,
15964
+ "type": "string",
15965
+ "value_allowed_null": false
15815
15966
  }
15816
15967
  ],
15817
15968
  "usage": "out"
@@ -16078,6 +16229,26 @@
16078
16229
  "output_required": false,
16079
16230
  "type": "bool",
16080
16231
  "value_allowed_null": false
16232
+ },
16233
+ {
16234
+ "disabled": false,
16235
+ "document": "标签列表",
16236
+ "example": "无",
16237
+ "member": "Tag",
16238
+ "name": "Tags",
16239
+ "output_required": false,
16240
+ "type": "list",
16241
+ "value_allowed_null": false
16242
+ },
16243
+ {
16244
+ "disabled": false,
16245
+ "document": "是否已开启删除保护",
16246
+ "example": "false",
16247
+ "member": "bool",
16248
+ "name": "EnableDeletionProtection",
16249
+ "output_required": false,
16250
+ "type": "bool",
16251
+ "value_allowed_null": false
16081
16252
  }
16082
16253
  ],
16083
16254
  "usage": "out"
@@ -16900,6 +17071,32 @@
16900
17071
  ],
16901
17072
  "usage": "out"
16902
17073
  },
17074
+ "RabbitMQUserQuota": {
17075
+ "document": "RabbitMQ 实例用户配额信息",
17076
+ "members": [
17077
+ {
17078
+ "disabled": false,
17079
+ "document": "最大可创建用户数",
17080
+ "example": "20",
17081
+ "member": "int64",
17082
+ "name": "MaxUser",
17083
+ "output_required": true,
17084
+ "type": "int",
17085
+ "value_allowed_null": false
17086
+ },
17087
+ {
17088
+ "disabled": false,
17089
+ "document": "已使用用户数",
17090
+ "example": "1",
17091
+ "member": "int64",
17092
+ "name": "UsedUser",
17093
+ "output_required": true,
17094
+ "type": "int",
17095
+ "value_allowed_null": false
17096
+ }
17097
+ ],
17098
+ "usage": "out"
17099
+ },
16903
17100
  "RabbitMQVipInstance": {
16904
17101
  "document": "RabbitMQ 托管版实例信息",
16905
17102
  "members": [
@@ -17095,7 +17292,7 @@
17095
17292
  },
17096
17293
  {
17097
17294
  "disabled": false,
17098
- "document": "实例类型,0 专享版、1 Serverless 版",
17295
+ "document": "实例类型,0 托管版、1 Serverless 版",
17099
17296
  "example": "0",
17100
17297
  "member": "uint64",
17101
17298
  "name": "InstanceType",
@@ -17105,13 +17302,33 @@
17105
17302
  },
17106
17303
  {
17107
17304
  "disabled": false,
17108
- "document": "隔离时间,毫秒为单位",
17305
+ "document": "隔离时间,毫秒为单位。unix 时间戳",
17109
17306
  "example": "1666257531143",
17110
17307
  "member": "uint64",
17111
17308
  "name": "IsolatedTime",
17112
17309
  "output_required": false,
17113
17310
  "type": "int",
17114
17311
  "value_allowed_null": false
17312
+ },
17313
+ {
17314
+ "disabled": false,
17315
+ "document": "是否已开启删除保护",
17316
+ "example": "false",
17317
+ "member": "bool",
17318
+ "name": "EnableDeletionProtection",
17319
+ "output_required": false,
17320
+ "type": "bool",
17321
+ "value_allowed_null": false
17322
+ },
17323
+ {
17324
+ "disabled": false,
17325
+ "document": "标签列表",
17326
+ "example": "无",
17327
+ "member": "Tag",
17328
+ "name": "Tags",
17329
+ "output_required": false,
17330
+ "type": "list",
17331
+ "value_allowed_null": false
17115
17332
  }
17116
17333
  ],
17117
17334
  "usage": "out"
@@ -21236,6 +21453,36 @@
21236
21453
  "output_required": true,
21237
21454
  "type": "int",
21238
21455
  "value_allowed_null": false
21456
+ },
21457
+ {
21458
+ "disabled": false,
21459
+ "document": "单个 vhost 下允许的最大连接数",
21460
+ "example": "1000",
21461
+ "member": "int64",
21462
+ "name": "MaxConnectionPerVhost",
21463
+ "output_required": false,
21464
+ "type": "int",
21465
+ "value_allowed_null": false
21466
+ },
21467
+ {
21468
+ "disabled": false,
21469
+ "document": "单个 vhost 下允许的最大交换机数",
21470
+ "example": "1000",
21471
+ "member": "int64",
21472
+ "name": "MaxExchangePerVhost",
21473
+ "output_required": false,
21474
+ "type": "int",
21475
+ "value_allowed_null": false
21476
+ },
21477
+ {
21478
+ "disabled": false,
21479
+ "document": "单个 vhost 下允许的最大队列机数",
21480
+ "example": "1000",
21481
+ "member": "int64",
21482
+ "name": "MaxQueuePerVhost",
21483
+ "output_required": false,
21484
+ "type": "int",
21485
+ "value_allowed_null": false
21239
21486
  }
21240
21487
  ],
21241
21488
  "usage": "out"
@@ -21380,6 +21627,17 @@
21380
21627
  "required": false,
21381
21628
  "type": "string",
21382
21629
  "value_allowed_null": false
21630
+ },
21631
+ {
21632
+ "disabled": false,
21633
+ "document": "TLS加密的数据流接入点",
21634
+ "example": "amqps://amqp-xxx.amqp.tencenttdmq.com:5671",
21635
+ "member": "string",
21636
+ "name": "VpcTlsEndpoint",
21637
+ "output_required": false,
21638
+ "required": false,
21639
+ "type": "string",
21640
+ "value_allowed_null": false
21383
21641
  }
21384
21642
  ],
21385
21643
  "usage": "both"
@@ -616,7 +616,7 @@
616
616
  ],
617
617
  "DescribeRabbitMQVipInstance": [
618
618
  {
619
- "document": "-",
619
+ "document": "",
620
620
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"ClusterId\": \"amqp-jero744g\"\n}",
621
621
  "output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"AutoRenewFlag\": 1,\n \"ChannelNumber\": 1,\n \"ClusterId\": \"amqp-jero744g\",\n \"ClusterName\": \"tencent_cloud\",\n \"ClusterStatus\": 1,\n \"ClusterVersion\": \"3.8.30\",\n \"ConnectionNumber\": 1,\n \"ConsumerNumber\": 1,\n \"CreateTime\": 1728982428000,\n \"ExceptionInformation\": null,\n \"ExchangeNumber\": 10,\n \"ExpireTime\": 1731660828257,\n \"MessageConsumeRate\": 0,\n \"MessagePublishRate\": 0,\n \"MessageStackNumber\": 3021165,\n \"MirrorQueuePolicyFlag\": 1,\n \"PayMode\": 1,\n \"QueueNumber\": 1112,\n \"Region\": \"ap-qingyuan\",\n \"Remark\": \"\",\n \"VirtualHostNumber\": 1,\n \"Vpcs\": [\n {\n \"SubnetId\": \"subnet-67y9wil4\",\n \"VpcDataStreamEndpointStatus\": \"ON\",\n \"VpcEndpoint\": \"amqp://10.0.0.2:5672\",\n \"VpcId\": \"vpc-5ghsr4p9\"\n }\n ],\n \"ZoneIds\": [\n 540001\n ]\n },\n \"ClusterNetInfo\": {\n \"PrometheusEndpointInfo\": {\n \"NodePrometheusAddress\": [],\n \"PrometheusEndpointStatus\": \"OFF\",\n \"VpcEndpointInfo\": null,\n \"VpcPrometheusEndpoint\": []\n },\n \"PublicAccessEndpoint\": \"amqp://127.0.0.1:5672\",\n \"PublicAccessEndpointStatus\": true,\n \"PublicControlConsoleSwitchStatus\": true,\n \"PublicDataStreamStatus\": \"ON\",\n \"PublicWebConsoleSwitchStatus\": \"ON\",\n \"VpcControlConsoleSwitchStatus\": false,\n \"VpcWebConsoleEndpoint\": \"http://127.0.0.1:15672\",\n \"VpcWebConsoleSwitchStatus\": \"OFF\",\n \"WebConsoleDomainEndpoint\": \"http://amqp-jero744g.dashboard.rabbitmq.xx.public.tencenttdmq.com:15672\",\n \"WebConsoleEndpoint\": \"http://127.0.0.1:15672\",\n \"WebConsolePassword\": \"Fs78DBo2C3IuN4L0\",\n \"WebConsoleUsername\": \"admin\"\n },\n \"ClusterSpecInfo\": {\n \"MaxBandWidth\": 15,\n \"MaxStorage\": 200,\n \"MaxTps\": 800,\n \"NodeCount\": 1,\n \"PublicNetworkTps\": 5,\n \"SpecName\": \"体验型\"\n },\n \"ClusterWhiteListInfo\": {\n \"PublicControlConsoleWhiteList\": \"127.0.0.1\",\n \"PublicControlConsoleWhiteListStatus\": \"ON\",\n \"PublicDataStreamWhiteList\": \"127.0.0.1\",\n \"PublicDataStreamWhiteListStatus\": \"ON\",\n \"WhiteList\": \"127.0.0.1\"\n },\n \"ExchangeQuota\": {\n \"MaxExchange\": 1000,\n \"UsedExchange\": 10\n },\n \"QueueQuota\": {\n \"MaxQueue\": 1000,\n \"UsedQueue\": 1112\n },\n \"RequestId\": \"2a48bbf4-4675-4984-93d9-8ed0f4dfa598\",\n \"VirtualHostQuota\": {\n \"MaxVirtualHost\": 20,\n \"UsedVirtualHost\": 1\n }\n }\n}",
622
622
  "title": "获取单个 RabbitMQ 托管版实例信息"