tccli 3.0.1005.1__py2.py3-none-any.whl → 3.0.1006.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/examples/cdb/v20170320/CloseAuditService.md +20 -0
 - tccli/examples/cdb/v20170320/CreateAuditRuleTemplate.md +31 -0
 - tccli/examples/cdb/v20170320/DeleteAuditRuleTemplates.md +20 -0
 - tccli/examples/cdb/v20170320/DeleteDatabase.md +21 -0
 - tccli/examples/cdb/v20170320/DescribeAuditInstanceList.md +51 -0
 - tccli/examples/cdb/v20170320/DescribeAuditRuleTemplateModifyHistory.md +70 -0
 - tccli/examples/cdb/v20170320/DescribeAuditRuleTemplates.md +61 -0
 - tccli/examples/cdb/v20170320/ModifyAuditRuleTemplates.md +21 -0
 - tccli/examples/cdb/v20170320/ModifyAuditService.md +23 -0
 - tccli/examples/cfg/v20210820/DescribeTaskPolicyTriggerLog.md +38 -0
 - tccli/examples/cfg/v20210820/TriggerPolicy.md +25 -0
 - tccli/examples/config/v20220802/ListAggregateConfigRules.md +79 -0
 - tccli/examples/config/v20220802/ListConfigRules.md +138 -0
 - tccli/examples/tdmq/v20200217/CreateProCluster.md +3 -3
 - tccli/examples/teo/v20220901/DescribeOverviewL7Data.md +4 -2
 - tccli/examples/teo/v20220901/DescribePrefetchTasks.md +2 -1
 - tccli/examples/teo/v20220901/DescribePurgeTasks.md +2 -1
 - tccli/examples/teo/v20220901/DescribeTimingL4Data.md +4 -1
 - tccli/examples/teo/v20220901/DescribeTimingL7AnalysisData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTimingL7CacheData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTopL7AnalysisData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTopL7CacheData.md +8 -4
 - tccli/examples/teo/v20220901/DownloadL4Logs.md +2 -1
 - tccli/examples/teo/v20220901/DownloadL7Logs.md +2 -1
 - tccli/examples/tke/v20180525/DescribeIPAMD.md +6 -3
 - tccli/examples/tse/v20201207/CloseWafProtection.md +21 -0
 - tccli/examples/tse/v20201207/CreateWafDomains.md +21 -0
 - tccli/examples/tse/v20201207/OpenWafProtection.md +21 -0
 - tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
 - tccli/examples/vrs/v20200824/GetVRSVoiceTypes.md +4 -2
 - tccli/services/__init__.py +3 -0
 - tccli/services/cdb/cdb_client.py +497 -20
 - tccli/services/cdb/v20170320/api.json +1174 -51
 - tccli/services/cdb/v20170320/examples.json +72 -0
 - tccli/services/cfg/cfg_client.py +106 -0
 - tccli/services/cfg/v20210820/api.json +199 -0
 - tccli/services/cfg/v20210820/examples.json +16 -0
 - tccli/services/config/__init__.py +4 -0
 - tccli/services/config/config_client.py +247 -0
 - tccli/services/config/v20220802/api.json +767 -0
 - tccli/services/config/v20220802/examples.json +21 -0
 - tccli/services/hai/v20230812/api.json +11 -0
 - tccli/services/tdmq/v20200217/api.json +50 -30
 - tccli/services/tdmq/v20200217/examples.json +2 -2
 - tccli/services/teo/v20220901/api.json +51 -40
 - tccli/services/teo/v20220901/examples.json +24 -24
 - tccli/services/tke/v20180525/api.json +18 -8
 - tccli/services/tke/v20180525/examples.json +2 -2
 - tccli/services/tse/tse_client.py +159 -0
 - tccli/services/tse/v20201207/api.json +147 -0
 - tccli/services/tse/v20201207/examples.json +24 -0
 - tccli/services/vod/v20180717/api.json +278 -24
 - tccli/services/vod/v20180717/examples.json +4 -4
 - tccli/services/vrs/v20200824/examples.json +1 -1
 - tccli/services/waf/v20180125/api.json +3 -3
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/RECORD +61 -41
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -0,0 +1,21 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "actions": {
         
     | 
| 
      
 3 
     | 
    
         
            +
                "ListAggregateConfigRules": [
         
     | 
| 
      
 4 
     | 
    
         
            +
                  {
         
     | 
| 
      
 5 
     | 
    
         
            +
                    "document": "账号组获取规则列表",
         
     | 
| 
      
 6 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAggregateConfigRules\n<公共请求参数>\n\n\n\n{\n    \"Offset\": 0,\n    \"Limit\": 10,\n    \"OrderType\": \"\",\n    \"RiskLevel\": [],\n    \"State\": \"ACTIVE\",\n    \"ComplianceResult\": [\n        \"abc\"\n    ],\n    \"RuleName\": \"\",\n    \"RuleOwnerId\": 1,\n    \"AccountGroupId\": \"ca-sdfs7734h24h3\"\n}",
         
     | 
| 
      
 7 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"149e116a-90ef-45f3-9d5d-3d77fd1c9eb3\",\n        \"Items\": [\n            {\n                \"RegionsScope\": [\n                    \"ap-shanghai\"\n                ],\n                \"TagsScope\": [\n                    {\n                        \"TagKey\": \"tag1\",\n                        \"TagValue\": \"tag2\"\n                    }\n                ],\n                \"ExcludeResourceIdsScope\": [\n                    \"ins-asdasd\"\n                ],\n                \"Annotation\": null,\n                \"CompliancePackId\": \"cp-xzfz0vu007feuhwi8auv\",\n                \"CompliancePackName\": \"合规1\",\n                \"ComplianceResult\": \"NON_COMPLIANT\",\n                \"ConfigRuleId\": \"cr-13vkg9c31dixgabkepxe\",\n                \"ConfigRuleInvokedTime\": null,\n                \"CreateTime\": \"2022-11-16 14:25:01\",\n                \"Description\": \"帐号访问管理中用户至少关联一个用户组,则符合规则。\",\n                \"Identifier\": \"cam-user-group-bound\",\n                \"IdentifierType\": \"SYSTEM\",\n                \"InputParameter\": [],\n                \"Labels\": [],\n                \"ManageInputParameter\": [],\n                \"ResourceType\": [\n                    \"QCS::CAM::User\"\n                ],\n                \"RiskLevel\": 3,\n                \"RuleName\": \"CAM访问管理子用户必须关联用户组\",\n                \"ServiceFunction\": null,\n                \"SourceCondition\": [\n                    {\n                        \"DesiredValue\": \"1\",\n                        \"EmptyAs\": \"COMPLIANT\",\n                        \"Operator\": \"GreaterOrEquals\",\n                        \"Required\": false,\n                        \"SelectPath\": \"$User.GroupBindNum\"\n                    }\n                ],\n                \"Status\": \"ACTIVE\",\n                \"TriggerType\": [\n                    {\n                        \"MaximumExecutionFrequency\": \"TwentyFour_Hours\",\n                        \"MessageType\": \"ScheduledNotification\"\n                    }\n                ]\n            }\n        ],\n        \"Total\": 1\n    }\n}",
         
     | 
| 
      
 8 
     | 
    
         
            +
                    "title": "账号组获取规则列表"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  }
         
     | 
| 
      
 10 
     | 
    
         
            +
                ],
         
     | 
| 
      
 11 
     | 
    
         
            +
                "ListConfigRules": [
         
     | 
| 
      
 12 
     | 
    
         
            +
                  {
         
     | 
| 
      
 13 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 14 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListConfigRules\n<公共请求参数>\n\n{\n    \"Offset\": 0,\n    \"Limit\": 10,\n    \"OrderType\": \"\",\n    \"RiskLevel\": [],\n    \"State\": \"ACTIVE\",\n    \"ComplianceResult\": [],\n    \"RuleName\": \"\"\n}",
         
     | 
| 
      
 15 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"149e116a-90ef-45f3-9d5d-3d77fd1c9eb3\",\n        \"Items\": [\n            {\n                \"Annotation\": null,\n                \"CompliancePackId\": \"cp-xzfz0vu007feuhwi8auv\",\n                \"CompliancePackName\": \"合规1\",\n                \"ComplianceResult\": \"NON_COMPLIANT\",\n                \"ConfigRuleId\": \"cr-13vkg9c31dixgabkepxe\",\n                \"ConfigRuleInvokedTime\": null,\n                \"CreateTime\": \"2022-11-16 14:25:01\",\n                \"Description\": \"帐号访问管理中用户至少关联一个用户组,则符合规则。\",\n                \"Identifier\": \"cam-user-group-bound\",\n                \"IdentifierType\": \"SYSTEM\",\n                \"InputParameter\": [],\n                \"Labels\": [],\n                \"ManageInputParameter\": [],\n                \"ResourceType\": [\n                    \"QCS::CAM::User\"\n                ],\n                \"RiskLevel\": 3,\n                \"RuleName\": \"CAM访问管理子用户必须关联用户组\",\n                \"ServiceFunction\": null,\n                \"SourceCondition\": [\n                    {\n                        \"DesiredValue\": \"1\",\n                        \"EmptyAs\": \"COMPLIANT\",\n                        \"Operator\": \"GreaterOrEquals\",\n                        \"Required\": false,\n                        \"SelectPath\": \"$User.GroupBindNum\"\n                    }\n                ],\n                \"Status\": \"ACTIVE\",\n                \"TriggerType\": [\n                    {\n                        \"MaximumExecutionFrequency\": \"TwentyFour_Hours\",\n                        \"MessageType\": \"ScheduledNotification\"\n                    }\n                ]\n            },\n            {\n                \"Annotation\": null,\n                \"CompliancePackId\": \"\",\n                \"CompliancePackName\": null,\n                \"ComplianceResult\": \"NON_COMPLIANT\",\n                \"ConfigRuleId\": \"cr-bdunf5kx3aywn0ac5bkk\",\n                \"ConfigRuleInvokedTime\": null,\n                \"CreateTime\": \"2022-11-16 14:22:59\",\n                \"Description\": \"帐号访问管理中用户至少关联一个用户组,则符合规则。\",\n                \"Identifier\": \"cam-user-group-bound\",\n                \"IdentifierType\": \"SYSTEM\",\n                \"InputParameter\": [],\n                \"Labels\": [],\n                \"ManageInputParameter\": [],\n                \"ResourceType\": [\n                    \"QCS::CAM::User\"\n                ],\n                \"RiskLevel\": 3,\n                \"RuleName\": \"CAM访问管理子用户必须关联用户组\",\n                \"ServiceFunction\": null,\n                \"SourceCondition\": [\n                    {\n                        \"DesiredValue\": \"1\",\n                        \"EmptyAs\": \"COMPLIANT\",\n                        \"Operator\": \"GreaterOrEquals\",\n                        \"Required\": false,\n                        \"SelectPath\": \"$User.GroupBindNum\"\n                    }\n                ],\n                \"Status\": \"ACTIVE\",\n                \"TriggerType\": [\n                    {\n                        \"MaximumExecutionFrequency\": \"TwentyFour_Hours\",\n                        \"MessageType\": \"ScheduledNotification\"\n                    }\n                ]\n            },\n            {\n                \"Annotation\": null,\n                \"CompliancePackId\": \"\",\n                \"CompliancePackName\": null,\n                \"ComplianceResult\": \"NON_COMPLIANT\",\n                \"ConfigRuleId\": \"cr-2d3brhnvyazqb9j1el6o\",\n                \"ConfigRuleInvokedTime\": null,\n                \"CreateTime\": \"2022-11-16 11:36:45\",\n                \"Description\": \"帐号访问管理中用户至少关联一个用户组,则符合规则。\",\n                \"Identifier\": \"cam-user-group-bound\",\n                \"IdentifierType\": \"SYSTEM\",\n                \"InputParameter\": [],\n                \"Labels\": [],\n                \"ManageInputParameter\": [],\n                \"ResourceType\": [\n                    \"QCS::CAM::User\"\n                ],\n                \"RiskLevel\": 3,\n                \"RuleName\": \"CAM访问管理子用户必须关联用户组\",\n                \"ServiceFunction\": null,\n                \"SourceCondition\": [\n                    {\n                        \"DesiredValue\": \"1\",\n                        \"EmptyAs\": \"COMPLIANT\",\n                        \"Operator\": \"GreaterOrEquals\",\n                        \"Required\": false,\n                        \"SelectPath\": \"$User.GroupBindNum\"\n                    }\n                ],\n                \"Status\": \"ACTIVE\",\n                \"TriggerType\": [\n                    {\n                        \"MaximumExecutionFrequency\": \"TwentyFour_Hours\",\n                        \"MessageType\": \"ScheduledNotification\"\n                    }\n                ]\n            }\n        ],\n        \"Total\": 3\n    }\n}",
         
     | 
| 
      
 16 
     | 
    
         
            +
                    "title": "获取规则列表"
         
     | 
| 
      
 17 
     | 
    
         
            +
                  }
         
     | 
| 
      
 18 
     | 
    
         
            +
                ]
         
     | 
| 
      
 19 
     | 
    
         
            +
              },
         
     | 
| 
      
 20 
     | 
    
         
            +
              "version": "1.0"
         
     | 
| 
      
 21 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -1132,6 +1132,17 @@ 
     | 
|
| 
       1132 
1132 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       1133 
1133 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1134 
1134 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
      
 1135 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1136 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1137 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1138 
     | 
    
         
            +
                      "document": "系统盘分区盘符\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1139 
     | 
    
         
            +
                      "example": "vda2",
         
     | 
| 
      
 1140 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 1141 
     | 
    
         
            +
                      "name": "DiskName",
         
     | 
| 
      
 1142 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 1143 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 1144 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 1145 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
       1135 
1146 
     | 
    
         
             
                    }
         
     | 
| 
       1136 
1147 
     | 
    
         
             
                  ],
         
     | 
| 
       1137 
1148 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
         @@ -1249,7 +1249,7 @@ 
     | 
|
| 
       1249 
1249 
     | 
    
         
             
                      "example": "1000",
         
     | 
| 
       1250 
1250 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1251 
1251 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
       1252 
     | 
    
         
            -
                      " 
     | 
| 
      
 1252 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1253 
1253 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1254 
1254 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1255 
1255 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1259,7 +1259,7 @@ 
     | 
|
| 
       1259 
1259 
     | 
    
         
             
                      "example": "pulsar-xxxx",
         
     | 
| 
       1260 
1260 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1261 
1261 
     | 
    
         
             
                      "name": "ClusterName",
         
     | 
| 
       1262 
     | 
    
         
            -
                      " 
     | 
| 
      
 1262 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1263 
1263 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1264 
1264 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1265 
1265 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1269,7 +1269,7 @@ 
     | 
|
| 
       1269 
1269 
     | 
    
         
             
                      "example": "test",
         
     | 
| 
       1270 
1270 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1271 
1271 
     | 
    
         
             
                      "name": "Remark",
         
     | 
| 
       1272 
     | 
    
         
            -
                      " 
     | 
| 
      
 1272 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1273 
1273 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1274 
1274 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1275 
1275 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1279,7 +1279,7 @@ 
     | 
|
| 
       1279 
1279 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       1280 
1280 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1281 
1281 
     | 
    
         
             
                      "name": "EndPointNum",
         
     | 
| 
       1282 
     | 
    
         
            -
                      " 
     | 
| 
      
 1282 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1283 
1283 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1284 
1284 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1285 
1285 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1289,7 +1289,7 @@ 
     | 
|
| 
       1289 
1289 
     | 
    
         
             
                      "example": "2021-04-21 19:00:00",
         
     | 
| 
       1290 
1290 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1291 
1291 
     | 
    
         
             
                      "name": "CreateTime",
         
     | 
| 
       1292 
     | 
    
         
            -
                      " 
     | 
| 
      
 1292 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1293 
1293 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1294 
1294 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1295 
1295 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1299,7 +1299,7 @@ 
     | 
|
| 
       1299 
1299 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1300 
1300 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1301 
1301 
     | 
    
         
             
                      "name": "Healthy",
         
     | 
| 
       1302 
     | 
    
         
            -
                      " 
     | 
| 
      
 1302 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1303 
1303 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1304 
1304 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1305 
1305 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1309,7 +1309,7 @@ 
     | 
|
| 
       1309 
1309 
     | 
    
         
             
                      "example": "test",
         
     | 
| 
       1310 
1310 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1311 
1311 
     | 
    
         
             
                      "name": "HealthyInfo",
         
     | 
| 
       1312 
     | 
    
         
            -
                      " 
     | 
| 
      
 1312 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1313 
1313 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1314 
1314 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1315 
1315 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1319,7 +1319,7 @@ 
     | 
|
| 
       1319 
1319 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1320 
1320 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1321 
1321 
     | 
    
         
             
                      "name": "Status",
         
     | 
| 
       1322 
     | 
    
         
            -
                      " 
     | 
| 
      
 1322 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1323 
1323 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1324 
1324 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1325 
1325 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1329,7 +1329,7 @@ 
     | 
|
| 
       1329 
1329 
     | 
    
         
             
                      "example": "100",
         
     | 
| 
       1330 
1330 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1331 
1331 
     | 
    
         
             
                      "name": "MaxNamespaceNum",
         
     | 
| 
       1332 
     | 
    
         
            -
                      " 
     | 
| 
      
 1332 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1333 
1333 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1334 
1334 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1335 
1335 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1339,7 +1339,7 @@ 
     | 
|
| 
       1339 
1339 
     | 
    
         
             
                      "example": "8000",
         
     | 
| 
       1340 
1340 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1341 
1341 
     | 
    
         
             
                      "name": "MaxTopicNum",
         
     | 
| 
       1342 
     | 
    
         
            -
                      " 
     | 
| 
      
 1342 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1343 
1343 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1344 
1344 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1345 
1345 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1349,7 +1349,7 @@ 
     | 
|
| 
       1349 
1349 
     | 
    
         
             
                      "example": "1000",
         
     | 
| 
       1350 
1350 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1351 
1351 
     | 
    
         
             
                      "name": "MaxQps",
         
     | 
| 
       1352 
     | 
    
         
            -
                      " 
     | 
| 
      
 1352 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1353 
1353 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1354 
1354 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1355 
1355 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1359,7 +1359,7 @@ 
     | 
|
| 
       1359 
1359 
     | 
    
         
             
                      "example": "100000000",
         
     | 
| 
       1360 
1360 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1361 
1361 
     | 
    
         
             
                      "name": "MessageRetentionTime",
         
     | 
| 
       1362 
     | 
    
         
            -
                      " 
     | 
| 
      
 1362 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1363 
1363 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1364 
1364 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1365 
1365 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1369,7 +1369,7 @@ 
     | 
|
| 
       1369 
1369 
     | 
    
         
             
                      "example": "1024",
         
     | 
| 
       1370 
1370 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1371 
1371 
     | 
    
         
             
                      "name": "MaxStorageCapacity",
         
     | 
| 
       1372 
     | 
    
         
            -
                      " 
     | 
| 
      
 1372 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1373 
1373 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1374 
1374 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1375 
1375 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1379,7 +1379,7 @@ 
     | 
|
| 
       1379 
1379 
     | 
    
         
             
                      "example": "2.5.1",
         
     | 
| 
       1380 
1380 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1381 
1381 
     | 
    
         
             
                      "name": "Version",
         
     | 
| 
       1382 
     | 
    
         
            -
                      " 
     | 
| 
      
 1382 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1383 
1383 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1384 
1384 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1385 
1385 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1389,7 +1389,7 @@ 
     | 
|
| 
       1389 
1389 
     | 
    
         
             
                      "example": "test",
         
     | 
| 
       1390 
1390 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1391 
1391 
     | 
    
         
             
                      "name": "PublicEndPoint",
         
     | 
| 
       1392 
     | 
    
         
            -
                      " 
     | 
| 
      
 1392 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1393 
1393 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1394 
1394 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1395 
1395 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1399,7 +1399,7 @@ 
     | 
|
| 
       1399 
1399 
     | 
    
         
             
                      "example": "test",
         
     | 
| 
       1400 
1400 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1401 
1401 
     | 
    
         
             
                      "name": "VpcEndPoint",
         
     | 
| 
       1402 
     | 
    
         
            -
                      " 
     | 
| 
      
 1402 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1403 
1403 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1404 
1404 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1405 
1405 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1409,7 +1409,7 @@ 
     | 
|
| 
       1409 
1409 
     | 
    
         
             
                      "example": "2",
         
     | 
| 
       1410 
1410 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1411 
1411 
     | 
    
         
             
                      "name": "NamespaceNum",
         
     | 
| 
       1412 
     | 
    
         
            -
                      " 
     | 
| 
      
 1412 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1413 
1413 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1414 
1414 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1415 
1415 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1419,7 +1419,7 @@ 
     | 
|
| 
       1419 
1419 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       1420 
1420 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1421 
1421 
     | 
    
         
             
                      "name": "UsedStorageBudget",
         
     | 
| 
       1422 
     | 
    
         
            -
                      " 
     | 
| 
      
 1422 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1423 
1423 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1424 
1424 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1425 
1425 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1429,7 +1429,7 @@ 
     | 
|
| 
       1429 
1429 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1430 
1430 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1431 
1431 
     | 
    
         
             
                      "name": "MaxPublishRateInMessages",
         
     | 
| 
       1432 
     | 
    
         
            -
                      " 
     | 
| 
      
 1432 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1433 
1433 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1434 
1434 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1435 
1435 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1439,7 +1439,7 @@ 
     | 
|
| 
       1439 
1439 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1440 
1440 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1441 
1441 
     | 
    
         
             
                      "name": "MaxDispatchRateInMessages",
         
     | 
| 
       1442 
     | 
    
         
            -
                      " 
     | 
| 
      
 1442 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1443 
1443 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1444 
1444 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1445 
1445 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1449,7 +1449,7 @@ 
     | 
|
| 
       1449 
1449 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1450 
1450 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1451 
1451 
     | 
    
         
             
                      "name": "MaxPublishRateInBytes",
         
     | 
| 
       1452 
     | 
    
         
            -
                      " 
     | 
| 
      
 1452 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1453 
1453 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1454 
1454 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1455 
1455 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1459,7 +1459,7 @@ 
     | 
|
| 
       1459 
1459 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1460 
1460 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1461 
1461 
     | 
    
         
             
                      "name": "MaxDispatchRateInBytes",
         
     | 
| 
       1462 
     | 
    
         
            -
                      " 
     | 
| 
      
 1462 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1463 
1463 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1464 
1464 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1465 
1465 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1469,7 +1469,7 @@ 
     | 
|
| 
       1469 
1469 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1470 
1470 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1471 
1471 
     | 
    
         
             
                      "name": "TopicNum",
         
     | 
| 
       1472 
     | 
    
         
            -
                      " 
     | 
| 
      
 1472 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1473 
1473 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1474 
1474 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1475 
1475 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1479,7 +1479,7 @@ 
     | 
|
| 
       1479 
1479 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       1480 
1480 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1481 
1481 
     | 
    
         
             
                      "name": "MaxMessageDelayInSeconds",
         
     | 
| 
       1482 
     | 
    
         
            -
                      " 
     | 
| 
      
 1482 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1483 
1483 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1484 
1484 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1485 
1485 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1489,7 +1489,7 @@ 
     | 
|
| 
       1489 
1489 
     | 
    
         
             
                      "example": "true",
         
     | 
| 
       1490 
1490 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       1491 
1491 
     | 
    
         
             
                      "name": "PublicAccessEnabled",
         
     | 
| 
       1492 
     | 
    
         
            -
                      " 
     | 
| 
      
 1492 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1493 
1493 
     | 
    
         
             
                      "type": "bool",
         
     | 
| 
       1494 
1494 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1495 
1495 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1499,7 +1499,7 @@ 
     | 
|
| 
       1499 
1499 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       1500 
1500 
     | 
    
         
             
                      "member": "Tag",
         
     | 
| 
       1501 
1501 
     | 
    
         
             
                      "name": "Tags",
         
     | 
| 
       1502 
     | 
    
         
            -
                      " 
     | 
| 
      
 1502 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1503 
1503 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       1504 
1504 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1505 
1505 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1509,9 +1509,29 @@ 
     | 
|
| 
       1509 
1509 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       1510 
1510 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1511 
1511 
     | 
    
         
             
                      "name": "PayMode",
         
     | 
| 
       1512 
     | 
    
         
            -
                      " 
     | 
| 
      
 1512 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1513 
1513 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1514 
1514 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
      
 1515 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1516 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1517 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1518 
     | 
    
         
            +
                      "document": "项目ID\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1519 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 1520 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 1521 
     | 
    
         
            +
                      "name": "ProjectId",
         
     | 
| 
      
 1522 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 1523 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 1524 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 1525 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1526 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1527 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1528 
     | 
    
         
            +
                      "document": "项目名字\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1529 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 1530 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 1531 
     | 
    
         
            +
                      "name": "ProjectName",
         
     | 
| 
      
 1532 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 1533 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 1534 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
       1515 
1535 
     | 
    
         
             
                    }
         
     | 
| 
       1516 
1536 
     | 
    
         
             
                  ],
         
     | 
| 
       1517 
1537 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -3242,7 +3262,7 @@ 
     | 
|
| 
       3242 
3262 
     | 
    
         
             
                      "document": "vpc网络标签",
         
     | 
| 
       3243 
3263 
     | 
    
         
             
                      "example": "NULL",
         
     | 
| 
       3244 
3264 
     | 
    
         
             
                      "member": "VpcInfo",
         
     | 
| 
       3245 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 3265 
     | 
    
         
            +
                      "name": "Vpc",
         
     | 
| 
       3246 
3266 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       3247 
3267 
     | 
    
         
             
                      "type": "object"
         
     | 
| 
       3248 
3268 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3267,7 +3287,7 @@ 
     | 
|
| 
       3267 
3287 
     | 
    
         
             
                      "example": "20231020394041338776131",
         
     | 
| 
       3268 
3288 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       3269 
3289 
     | 
    
         
             
                      "name": "DealName",
         
     | 
| 
       3270 
     | 
    
         
            -
                      "output_required":  
     | 
| 
      
 3290 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       3271 
3291 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       3272 
3292 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3273 
3293 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3277,7 +3297,7 @@ 
     | 
|
| 
       3277 
3297 
     | 
    
         
             
                      "example": "20231020394041338776121",
         
     | 
| 
       3278 
3298 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       3279 
3299 
     | 
    
         
             
                      "name": "BigDealId",
         
     | 
| 
       3280 
     | 
    
         
            -
                      "output_required":  
     | 
| 
      
 3300 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       3281 
3301 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       3282 
3302 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3283 
3303 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -86,8 +86,8 @@ 
     | 
|
| 
       86 
86 
     | 
    
         
             
                ],
         
     | 
| 
       87 
87 
     | 
    
         
             
                "CreateProCluster": [
         
     | 
| 
       88 
88 
     | 
    
         
             
                  {
         
     | 
| 
       89 
     | 
    
         
            -
                    "document": "",
         
     | 
| 
       90 
     | 
    
         
            -
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProCluster\n<公共请求参数>\n\n{\n    \"ZoneIds\": \"abc\",\n    \"ProductName\": \"abc\",\n    \"StorageSize\": 0,\n    \"AutoRenewFlag\": 0,\n    \"TimeSpan\": 0,\n    \" 
     | 
| 
      
 89 
     | 
    
         
            +
                    "document": "创建专业集群 -- 仅通过api调用",
         
     | 
| 
      
 90 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProCluster\n<公共请求参数>\n\n{\n    \"ZoneIds\": \"abc\",\n    \"ProductName\": \"abc\",\n    \"StorageSize\": 0,\n    \"AutoRenewFlag\": 0,\n    \"TimeSpan\": 0,\n    \"Vpc\": {\n        \"VpcId\": \"abc\",\n        \"SubnetId\": \"abc\"\n    },\n    \"Tags\": [\n        {\n            \"TagKey\": \"abc\",\n            \"TagValue\": \"abc\"\n        }\n    ],\n    \"ClusterName\": \"abc\",\n    \"AutoVoucher\": 0\n}",
         
     | 
| 
       91 
91 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"DealName\": \"abc\",\n        \"BigDealId\": \"abc\",\n        \"ClusterId\": \"abc\",\n        \"ClusterName\": \"abc\",\n        \"RequestId\": \"abc\"\n    }\n}",
         
     | 
| 
       92 
92 
     | 
    
         
             
                    "title": "创建专业集群"
         
     | 
| 
       93 
93 
     | 
    
         
             
                  }
         
     |