tccli 3.0.1138.1__py2.py3-none-any.whl → 3.0.1140.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/cbs/v20170312/api.json +5 -8
- tccli/services/cls/v20201016/api.json +20 -0
- tccli/services/cwp/cwp_client.py +61 -114
- tccli/services/cwp/v20180228/api.json +0 -70
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/emr/v20190103/api.json +543 -15
- tccli/services/emr/v20190103/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +13 -13
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +14 -14
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +132 -92
- tccli/services/iotexplorer/v20190423/api.json +49 -0
- tccli/services/iss/iss_client.py +114 -8
- tccli/services/iss/v20230517/api.json +221 -0
- tccli/services/iss/v20230517/examples.json +16 -0
- tccli/services/mps/v20190612/api.json +163 -115
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +19 -0
- tccli/services/rum/v20210622/api.json +1 -0
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ses/ses_client.py +228 -16
- tccli/services/ses/v20201002/api.json +266 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +93 -3
- tccli/services/ssl/v20191205/examples.json +9 -1
- tccli/services/tcr/v20190924/api.json +5 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +166 -19
- tccli/services/tdmq/v20200217/examples.json +6 -6
- tccli/services/vclm/__init__.py +4 -0
- tccli/services/vclm/v20240523/api.json +695 -0
- tccli/services/vclm/v20240523/examples.json +73 -0
- tccli/services/vclm/vclm_client.py +513 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/RECORD +49 -45
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/license_files/LICENSE +0 -0
| @@ -3,7 +3,7 @@ | |
| 3 3 | 
             
                "AcknowledgeMessage": {
         | 
| 4 4 | 
             
                  "document": "根据提供的 MessageID 确认指定 topic 中的消息",
         | 
| 5 5 | 
             
                  "input": "AcknowledgeMessageRequest",
         | 
| 6 | 
            -
                  "name": " | 
| 6 | 
            +
                  "name": "确认pulsar消息",
         | 
| 7 7 | 
             
                  "output": "AcknowledgeMessageResponse",
         | 
| 8 8 | 
             
                  "status": "online"
         | 
| 9 9 | 
             
                },
         | 
| @@ -1241,7 +1241,7 @@ | |
| 1241 1241 | 
             
                      "example": "sssss",
         | 
| 1242 1242 | 
             
                      "member": "string",
         | 
| 1243 1243 | 
             
                      "name": "ErrorMsg",
         | 
| 1244 | 
            -
                      " | 
| 1244 | 
            +
                      "output_required": true,
         | 
| 1245 1245 | 
             
                      "type": "string",
         | 
| 1246 1246 | 
             
                      "value_allowed_null": true
         | 
| 1247 1247 | 
             
                    },
         | 
| @@ -3591,7 +3591,7 @@ | |
| 3591 3591 | 
             
                    },
         | 
| 3592 3592 | 
             
                    {
         | 
| 3593 3593 | 
             
                      "disabled": false,
         | 
| 3594 | 
            -
                      "document": " | 
| 3594 | 
            +
                      "document": "预付费使用。自动续费,不传默认为true",
         | 
| 3595 3595 | 
             
                      "example": "true",
         | 
| 3596 3596 | 
             
                      "member": "bool",
         | 
| 3597 3597 | 
             
                      "name": "AutoRenewFlag",
         | 
| @@ -3606,6 +3606,51 @@ | |
| 3606 3606 | 
             
                      "name": "TimeSpan",
         | 
| 3607 3607 | 
             
                      "required": false,
         | 
| 3608 3608 | 
             
                      "type": "int"
         | 
| 3609 | 
            +
                    },
         | 
| 3610 | 
            +
                    {
         | 
| 3611 | 
            +
                      "disabled": false,
         | 
| 3612 | 
            +
                      "document": "付费方式,0 为后付费,即按量计费;1 为预付费,即包年包月。默认包年包月",
         | 
| 3613 | 
            +
                      "example": "1",
         | 
| 3614 | 
            +
                      "member": "uint64",
         | 
| 3615 | 
            +
                      "name": "PayMode",
         | 
| 3616 | 
            +
                      "required": false,
         | 
| 3617 | 
            +
                      "type": "int"
         | 
| 3618 | 
            +
                    },
         | 
| 3619 | 
            +
                    {
         | 
| 3620 | 
            +
                      "disabled": false,
         | 
| 3621 | 
            +
                      "document": "集群版本,不传默认为 3.8.30,可选值为 3.8.30 和 3.11.8",
         | 
| 3622 | 
            +
                      "example": "3.8.30",
         | 
| 3623 | 
            +
                      "member": "string",
         | 
| 3624 | 
            +
                      "name": "ClusterVersion",
         | 
| 3625 | 
            +
                      "required": false,
         | 
| 3626 | 
            +
                      "type": "string"
         | 
| 3627 | 
            +
                    },
         | 
| 3628 | 
            +
                    {
         | 
| 3629 | 
            +
                      "disabled": false,
         | 
| 3630 | 
            +
                      "document": "是否国际站请求,默认 false",
         | 
| 3631 | 
            +
                      "example": "false",
         | 
| 3632 | 
            +
                      "member": "bool",
         | 
| 3633 | 
            +
                      "name": "IsIntl",
         | 
| 3634 | 
            +
                      "required": false,
         | 
| 3635 | 
            +
                      "type": "bool"
         | 
| 3636 | 
            +
                    },
         | 
| 3637 | 
            +
                    {
         | 
| 3638 | 
            +
                      "disabled": false,
         | 
| 3639 | 
            +
                      "document": "资源标签列表",
         | 
| 3640 | 
            +
                      "example": "[{\"tagKey\":\"pulsar_create_clu_tag_50632\",\"tagValue\":\"num77083\"}]",
         | 
| 3641 | 
            +
                      "member": "Tag",
         | 
| 3642 | 
            +
                      "name": "ResourceTags",
         | 
| 3643 | 
            +
                      "required": false,
         | 
| 3644 | 
            +
                      "type": "list"
         | 
| 3645 | 
            +
                    },
         | 
| 3646 | 
            +
                    {
         | 
| 3647 | 
            +
                      "disabled": false,
         | 
| 3648 | 
            +
                      "document": "公网带宽大小,单位 M",
         | 
| 3649 | 
            +
                      "example": "5",
         | 
| 3650 | 
            +
                      "member": "uint64",
         | 
| 3651 | 
            +
                      "name": "Bandwidth",
         | 
| 3652 | 
            +
                      "required": false,
         | 
| 3653 | 
            +
                      "type": "int"
         | 
| 3609 3654 | 
             
                    }
         | 
| 3610 3655 | 
             
                  ],
         | 
| 3611 3656 | 
             
                  "type": "object"
         | 
| @@ -3619,6 +3664,7 @@ | |
| 3619 3664 | 
             
                      "example": "20230110002025620411234",
         | 
| 3620 3665 | 
             
                      "member": "string",
         | 
| 3621 3666 | 
             
                      "name": "TranId",
         | 
| 3667 | 
            +
                      "output_required": true,
         | 
| 3622 3668 | 
             
                      "type": "string",
         | 
| 3623 3669 | 
             
                      "value_allowed_null": true
         | 
| 3624 3670 | 
             
                    },
         | 
| @@ -3628,6 +3674,7 @@ | |
| 3628 3674 | 
             
                      "example": "amqp-aegnagjg",
         | 
| 3629 3675 | 
             
                      "member": "string",
         | 
| 3630 3676 | 
             
                      "name": "InstanceId",
         | 
| 3677 | 
            +
                      "output_required": true,
         | 
| 3631 3678 | 
             
                      "type": "string",
         | 
| 3632 3679 | 
             
                      "value_allowed_null": true
         | 
| 3633 3680 | 
             
                    },
         | 
| @@ -4876,6 +4923,15 @@ | |
| 4876 4923 | 
             
                      "name": "InstanceId",
         | 
| 4877 4924 | 
             
                      "required": true,
         | 
| 4878 4925 | 
             
                      "type": "string"
         | 
| 4926 | 
            +
                    },
         | 
| 4927 | 
            +
                    {
         | 
| 4928 | 
            +
                      "disabled": false,
         | 
| 4929 | 
            +
                      "document": "是否国际站请求,默认 false",
         | 
| 4930 | 
            +
                      "example": "false",
         | 
| 4931 | 
            +
                      "member": "bool",
         | 
| 4932 | 
            +
                      "name": "IsIntl",
         | 
| 4933 | 
            +
                      "required": false,
         | 
| 4934 | 
            +
                      "type": "bool"
         | 
| 4879 4935 | 
             
                    }
         | 
| 4880 4936 | 
             
                  ],
         | 
| 4881 4937 | 
             
                  "type": "object"
         | 
| @@ -10577,7 +10633,7 @@ | |
| 10577 10633 | 
             
                      "example": "无",
         | 
| 10578 10634 | 
             
                      "member": "RocketMQClusterInfo",
         | 
| 10579 10635 | 
             
                      "name": "ClusterInfo",
         | 
| 10580 | 
            -
                      " | 
| 10636 | 
            +
                      "output_required": true,
         | 
| 10581 10637 | 
             
                      "type": "object",
         | 
| 10582 10638 | 
             
                      "value_allowed_null": false
         | 
| 10583 10639 | 
             
                    },
         | 
| @@ -10587,7 +10643,7 @@ | |
| 10587 10643 | 
             
                      "example": "无",
         | 
| 10588 10644 | 
             
                      "member": "RocketMQInstanceConfig",
         | 
| 10589 10645 | 
             
                      "name": "InstanceConfig",
         | 
| 10590 | 
            -
                      " | 
| 10646 | 
            +
                      "output_required": true,
         | 
| 10591 10647 | 
             
                      "type": "object",
         | 
| 10592 10648 | 
             
                      "value_allowed_null": false
         | 
| 10593 10649 | 
             
                    },
         | 
| @@ -11358,6 +11414,7 @@ | |
| 11358 11414 | 
             
                      "example": "xxx",
         | 
| 11359 11415 | 
             
                      "member": "string",
         | 
| 11360 11416 | 
             
                      "name": "MsgId",
         | 
| 11417 | 
            +
                      "output_required": true,
         | 
| 11361 11418 | 
             
                      "type": "string",
         | 
| 11362 11419 | 
             
                      "value_allowed_null": false
         | 
| 11363 11420 | 
             
                    },
         | 
| @@ -11367,6 +11424,7 @@ | |
| 11367 11424 | 
             
                      "example": "2021-11-23 21:21:26",
         | 
| 11368 11425 | 
             
                      "member": "int64",
         | 
| 11369 11426 | 
             
                      "name": "BornTimestamp",
         | 
| 11427 | 
            +
                      "output_required": true,
         | 
| 11370 11428 | 
             
                      "type": "int",
         | 
| 11371 11429 | 
             
                      "value_allowed_null": true
         | 
| 11372 11430 | 
             
                    },
         | 
| @@ -11376,6 +11434,7 @@ | |
| 11376 11434 | 
             
                      "example": "2021-11-23 21:21:26",
         | 
| 11377 11435 | 
             
                      "member": "int64",
         | 
| 11378 11436 | 
             
                      "name": "StoreTimestamp",
         | 
| 11437 | 
            +
                      "output_required": true,
         | 
| 11379 11438 | 
             
                      "type": "int",
         | 
| 11380 11439 | 
             
                      "value_allowed_null": true
         | 
| 11381 11440 | 
             
                    },
         | 
| @@ -11385,6 +11444,7 @@ | |
| 11385 11444 | 
             
                      "example": "无",
         | 
| 11386 11445 | 
             
                      "member": "string",
         | 
| 11387 11446 | 
             
                      "name": "BornHost",
         | 
| 11447 | 
            +
                      "output_required": true,
         | 
| 11388 11448 | 
             
                      "type": "string",
         | 
| 11389 11449 | 
             
                      "value_allowed_null": true
         | 
| 11390 11450 | 
             
                    },
         | 
| @@ -11394,6 +11454,7 @@ | |
| 11394 11454 | 
             
                      "example": "无",
         | 
| 11395 11455 | 
             
                      "member": "string",
         | 
| 11396 11456 | 
             
                      "name": "MsgTag",
         | 
| 11457 | 
            +
                      "output_required": true,
         | 
| 11397 11458 | 
             
                      "type": "string",
         | 
| 11398 11459 | 
             
                      "value_allowed_null": true
         | 
| 11399 11460 | 
             
                    },
         | 
| @@ -11403,6 +11464,7 @@ | |
| 11403 11464 | 
             
                      "example": "无",
         | 
| 11404 11465 | 
             
                      "member": "string",
         | 
| 11405 11466 | 
             
                      "name": "MsgKey",
         | 
| 11467 | 
            +
                      "output_required": true,
         | 
| 11406 11468 | 
             
                      "type": "string",
         | 
| 11407 11469 | 
             
                      "value_allowed_null": true
         | 
| 11408 11470 | 
             
                    },
         | 
| @@ -11412,6 +11474,7 @@ | |
| 11412 11474 | 
             
                      "example": "{\"xxx\":\"aaa\"}",
         | 
| 11413 11475 | 
             
                      "member": "string",
         | 
| 11414 11476 | 
             
                      "name": "Properties",
         | 
| 11477 | 
            +
                      "output_required": true,
         | 
| 11415 11478 | 
             
                      "type": "string",
         | 
| 11416 11479 | 
             
                      "value_allowed_null": true
         | 
| 11417 11480 | 
             
                    },
         | 
| @@ -11421,6 +11484,7 @@ | |
| 11421 11484 | 
             
                      "example": "0",
         | 
| 11422 11485 | 
             
                      "member": "uint64",
         | 
| 11423 11486 | 
             
                      "name": "ReConsumeTimes",
         | 
| 11487 | 
            +
                      "output_required": true,
         | 
| 11424 11488 | 
             
                      "type": "int",
         | 
| 11425 11489 | 
             
                      "value_allowed_null": true
         | 
| 11426 11490 | 
             
                    },
         | 
| @@ -11430,6 +11494,7 @@ | |
| 11430 11494 | 
             
                      "example": "xxx",
         | 
| 11431 11495 | 
             
                      "member": "string",
         | 
| 11432 11496 | 
             
                      "name": "MsgBody",
         | 
| 11497 | 
            +
                      "output_required": true,
         | 
| 11433 11498 | 
             
                      "type": "string",
         | 
| 11434 11499 | 
             
                      "value_allowed_null": true
         | 
| 11435 11500 | 
             
                    },
         | 
| @@ -11439,6 +11504,7 @@ | |
| 11439 11504 | 
             
                      "example": "0",
         | 
| 11440 11505 | 
             
                      "member": "int64",
         | 
| 11441 11506 | 
             
                      "name": "MsgBodyCRC",
         | 
| 11507 | 
            +
                      "output_required": true,
         | 
| 11442 11508 | 
             
                      "type": "int",
         | 
| 11443 11509 | 
             
                      "value_allowed_null": true
         | 
| 11444 11510 | 
             
                    },
         | 
| @@ -11448,6 +11514,7 @@ | |
| 11448 11514 | 
             
                      "example": "1024",
         | 
| 11449 11515 | 
             
                      "member": "uint64",
         | 
| 11450 11516 | 
             
                      "name": "MsgBodySize",
         | 
| 11517 | 
            +
                      "output_required": true,
         | 
| 11451 11518 | 
             
                      "type": "int",
         | 
| 11452 11519 | 
             
                      "value_allowed_null": false
         | 
| 11453 11520 | 
             
                    },
         | 
| @@ -15371,6 +15438,26 @@ | |
| 15371 15438 | 
             
                      "output_required": true,
         | 
| 15372 15439 | 
             
                      "type": "string",
         | 
| 15373 15440 | 
             
                      "value_allowed_null": false
         | 
| 15441 | 
            +
                    },
         | 
| 15442 | 
            +
                    {
         | 
| 15443 | 
            +
                      "disabled": false,
         | 
| 15444 | 
            +
                      "document": "单个用户最大可用连接数\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 15445 | 
            +
                      "example": "100",
         | 
| 15446 | 
            +
                      "member": "int64",
         | 
| 15447 | 
            +
                      "name": "MaxConnections",
         | 
| 15448 | 
            +
                      "output_required": false,
         | 
| 15449 | 
            +
                      "type": "int",
         | 
| 15450 | 
            +
                      "value_allowed_null": true
         | 
| 15451 | 
            +
                    },
         | 
| 15452 | 
            +
                    {
         | 
| 15453 | 
            +
                      "disabled": false,
         | 
| 15454 | 
            +
                      "document": "单个用户最大可用通道数\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 15455 | 
            +
                      "example": "1000",
         | 
| 15456 | 
            +
                      "member": "int64",
         | 
| 15457 | 
            +
                      "name": "MaxChannels",
         | 
| 15458 | 
            +
                      "output_required": false,
         | 
| 15459 | 
            +
                      "type": "int",
         | 
| 15460 | 
            +
                      "value_allowed_null": true
         | 
| 15374 15461 | 
             
                    }
         | 
| 15375 15462 | 
             
                  ],
         | 
| 15376 15463 | 
             
                  "usage": "out"
         | 
| @@ -15557,6 +15644,16 @@ | |
| 15557 15644 | 
             
                      "output_required": false,
         | 
| 15558 15645 | 
             
                      "type": "list",
         | 
| 15559 15646 | 
             
                      "value_allowed_null": true
         | 
| 15647 | 
            +
                    },
         | 
| 15648 | 
            +
                    {
         | 
| 15649 | 
            +
                      "disabled": false,
         | 
| 15650 | 
            +
                      "document": "创建时间,毫秒为单位\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 15651 | 
            +
                      "example": "1666257531143",
         | 
| 15652 | 
            +
                      "member": "uint64",
         | 
| 15653 | 
            +
                      "name": "CreateTime",
         | 
| 15654 | 
            +
                      "output_required": false,
         | 
| 15655 | 
            +
                      "type": "int",
         | 
| 15656 | 
            +
                      "value_allowed_null": true
         | 
| 15560 15657 | 
             
                    }
         | 
| 15561 15658 | 
             
                  ],
         | 
| 15562 15659 | 
             
                  "usage": "out"
         | 
| @@ -16974,7 +17071,7 @@ | |
| 16974 17071 | 
             
                      "example": "8000",
         | 
| 16975 17072 | 
             
                      "member": "uint64",
         | 
| 16976 17073 | 
             
                      "name": "MaxTpsPerNamespace",
         | 
| 16977 | 
            -
                      " | 
| 17074 | 
            +
                      "output_required": true,
         | 
| 16978 17075 | 
             
                      "type": "int",
         | 
| 16979 17076 | 
             
                      "value_allowed_null": false
         | 
| 16980 17077 | 
             
                    },
         | 
| @@ -16984,7 +17081,7 @@ | |
| 16984 17081 | 
             
                      "example": "10",
         | 
| 16985 17082 | 
             
                      "member": "uint64",
         | 
| 16986 17083 | 
             
                      "name": "MaxNamespaceNum",
         | 
| 16987 | 
            -
                      " | 
| 17084 | 
            +
                      "output_required": true,
         | 
| 16988 17085 | 
             
                      "type": "int",
         | 
| 16989 17086 | 
             
                      "value_allowed_null": false
         | 
| 16990 17087 | 
             
                    },
         | 
| @@ -16994,7 +17091,7 @@ | |
| 16994 17091 | 
             
                      "example": "3",
         | 
| 16995 17092 | 
             
                      "member": "uint64",
         | 
| 16996 17093 | 
             
                      "name": "UsedNamespaceNum",
         | 
| 16997 | 
            -
                      " | 
| 17094 | 
            +
                      "output_required": true,
         | 
| 16998 17095 | 
             
                      "type": "int",
         | 
| 16999 17096 | 
             
                      "value_allowed_null": false
         | 
| 17000 17097 | 
             
                    },
         | 
| @@ -17004,7 +17101,7 @@ | |
| 17004 17101 | 
             
                      "example": "1000",
         | 
| 17005 17102 | 
             
                      "member": "uint64",
         | 
| 17006 17103 | 
             
                      "name": "MaxTopicNum",
         | 
| 17007 | 
            -
                      " | 
| 17104 | 
            +
                      "output_required": true,
         | 
| 17008 17105 | 
             
                      "type": "int",
         | 
| 17009 17106 | 
             
                      "value_allowed_null": false
         | 
| 17010 17107 | 
             
                    },
         | 
| @@ -17014,7 +17111,7 @@ | |
| 17014 17111 | 
             
                      "example": "8",
         | 
| 17015 17112 | 
             
                      "member": "uint64",
         | 
| 17016 17113 | 
             
                      "name": "UsedTopicNum",
         | 
| 17017 | 
            -
                      " | 
| 17114 | 
            +
                      "output_required": true,
         | 
| 17018 17115 | 
             
                      "type": "int",
         | 
| 17019 17116 | 
             
                      "value_allowed_null": false
         | 
| 17020 17117 | 
             
                    },
         | 
| @@ -17024,7 +17121,7 @@ | |
| 17024 17121 | 
             
                      "example": "10000",
         | 
| 17025 17122 | 
             
                      "member": "uint64",
         | 
| 17026 17123 | 
             
                      "name": "MaxGroupNum",
         | 
| 17027 | 
            -
                      " | 
| 17124 | 
            +
                      "output_required": true,
         | 
| 17028 17125 | 
             
                      "type": "int",
         | 
| 17029 17126 | 
             
                      "value_allowed_null": false
         | 
| 17030 17127 | 
             
                    },
         | 
| @@ -17034,7 +17131,7 @@ | |
| 17034 17131 | 
             
                      "example": "10",
         | 
| 17035 17132 | 
             
                      "member": "uint64",
         | 
| 17036 17133 | 
             
                      "name": "UsedGroupNum",
         | 
| 17037 | 
            -
                      " | 
| 17134 | 
            +
                      "output_required": true,
         | 
| 17038 17135 | 
             
                      "type": "int",
         | 
| 17039 17136 | 
             
                      "value_allowed_null": false
         | 
| 17040 17137 | 
             
                    },
         | 
| @@ -17044,7 +17141,7 @@ | |
| 17044 17141 | 
             
                      "example": "标准版",
         | 
| 17045 17142 | 
             
                      "member": "string",
         | 
| 17046 17143 | 
             
                      "name": "ConfigDisplay",
         | 
| 17047 | 
            -
                      " | 
| 17144 | 
            +
                      "output_required": true,
         | 
| 17048 17145 | 
             
                      "type": "string",
         | 
| 17049 17146 | 
             
                      "value_allowed_null": false
         | 
| 17050 17147 | 
             
                    },
         | 
| @@ -17054,7 +17151,7 @@ | |
| 17054 17151 | 
             
                      "example": "2",
         | 
| 17055 17152 | 
             
                      "member": "uint64",
         | 
| 17056 17153 | 
             
                      "name": "NodeCount",
         | 
| 17057 | 
            -
                      " | 
| 17154 | 
            +
                      "output_required": true,
         | 
| 17058 17155 | 
             
                      "type": "int",
         | 
| 17059 17156 | 
             
                      "value_allowed_null": false
         | 
| 17060 17157 | 
             
                    },
         | 
| @@ -17064,7 +17161,7 @@ | |
| 17064 17161 | 
             
                      "example": "无",
         | 
| 17065 17162 | 
             
                      "member": "InstanceNodeDistribution",
         | 
| 17066 17163 | 
             
                      "name": "NodeDistribution",
         | 
| 17067 | 
            -
                      " | 
| 17164 | 
            +
                      "output_required": true,
         | 
| 17068 17165 | 
             
                      "type": "list",
         | 
| 17069 17166 | 
             
                      "value_allowed_null": false
         | 
| 17070 17167 | 
             
                    },
         | 
| @@ -17074,7 +17171,7 @@ | |
| 17074 17171 | 
             
                      "example": "无",
         | 
| 17075 17172 | 
             
                      "member": "RocketMQTopicDistribution",
         | 
| 17076 17173 | 
             
                      "name": "TopicDistribution",
         | 
| 17077 | 
            -
                      " | 
| 17174 | 
            +
                      "output_required": true,
         | 
| 17078 17175 | 
             
                      "type": "list",
         | 
| 17079 17176 | 
             
                      "value_allowed_null": false
         | 
| 17080 17177 | 
             
                    },
         | 
| @@ -17084,7 +17181,57 @@ | |
| 17084 17181 | 
             
                      "example": "16",
         | 
| 17085 17182 | 
             
                      "member": "uint64",
         | 
| 17086 17183 | 
             
                      "name": "MaxQueuesPerTopic",
         | 
| 17087 | 
            -
                      " | 
| 17184 | 
            +
                      "output_required": true,
         | 
| 17185 | 
            +
                      "type": "int",
         | 
| 17186 | 
            +
                      "value_allowed_null": true
         | 
| 17187 | 
            +
                    },
         | 
| 17188 | 
            +
                    {
         | 
| 17189 | 
            +
                      "disabled": false,
         | 
| 17190 | 
            +
                      "document": "最大可设置消息保留时间,小时为单位\t\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 17191 | 
            +
                      "example": "168",
         | 
| 17192 | 
            +
                      "member": "int64",
         | 
| 17193 | 
            +
                      "name": "MaxRetention",
         | 
| 17194 | 
            +
                      "output_required": true,
         | 
| 17195 | 
            +
                      "type": "int",
         | 
| 17196 | 
            +
                      "value_allowed_null": true
         | 
| 17197 | 
            +
                    },
         | 
| 17198 | 
            +
                    {
         | 
| 17199 | 
            +
                      "disabled": false,
         | 
| 17200 | 
            +
                      "document": "最小可设置消息保留时间,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 17201 | 
            +
                      "example": "24",
         | 
| 17202 | 
            +
                      "member": "int64",
         | 
| 17203 | 
            +
                      "name": "MinRetention",
         | 
| 17204 | 
            +
                      "output_required": true,
         | 
| 17205 | 
            +
                      "type": "int",
         | 
| 17206 | 
            +
                      "value_allowed_null": true
         | 
| 17207 | 
            +
                    },
         | 
| 17208 | 
            +
                    {
         | 
| 17209 | 
            +
                      "disabled": false,
         | 
| 17210 | 
            +
                      "document": "实例消息保留时间,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 17211 | 
            +
                      "example": "72",
         | 
| 17212 | 
            +
                      "member": "int64",
         | 
| 17213 | 
            +
                      "name": "Retention",
         | 
| 17214 | 
            +
                      "output_required": true,
         | 
| 17215 | 
            +
                      "type": "int",
         | 
| 17216 | 
            +
                      "value_allowed_null": true
         | 
| 17217 | 
            +
                    },
         | 
| 17218 | 
            +
                    {
         | 
| 17219 | 
            +
                      "disabled": false,
         | 
| 17220 | 
            +
                      "document": "Topic个数最小配额,即免费额度,默认为集群规格单节点最小配额*节点个数\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 17221 | 
            +
                      "example": "无",
         | 
| 17222 | 
            +
                      "member": "int64",
         | 
| 17223 | 
            +
                      "name": "TopicNumLowerLimit",
         | 
| 17224 | 
            +
                      "output_required": false,
         | 
| 17225 | 
            +
                      "type": "int",
         | 
| 17226 | 
            +
                      "value_allowed_null": true
         | 
| 17227 | 
            +
                    },
         | 
| 17228 | 
            +
                    {
         | 
| 17229 | 
            +
                      "disabled": false,
         | 
| 17230 | 
            +
                      "document": "Topic个数最大配额,默认为集群规格单节点最大配额*节点个数\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 17231 | 
            +
                      "example": "无",
         | 
| 17232 | 
            +
                      "member": "int64",
         | 
| 17233 | 
            +
                      "name": "TopicNumUpperLimit",
         | 
| 17234 | 
            +
                      "output_required": false,
         | 
| 17088 17235 | 
             
                      "type": "int",
         | 
| 17089 17236 | 
             
                      "value_allowed_null": true
         | 
| 17090 17237 | 
             
                    }
         | 
| @@ -18455,7 +18602,7 @@ | |
| 18455 18602 | 
             
                      "example": "true",
         | 
| 18456 18603 | 
             
                      "member": "bool",
         | 
| 18457 18604 | 
             
                      "name": "Result",
         | 
| 18458 | 
            -
                      " | 
| 18605 | 
            +
                      "output_required": true,
         | 
| 18459 18606 | 
             
                      "type": "bool",
         | 
| 18460 18607 | 
             
                      "value_allowed_null": false
         | 
| 18461 18608 | 
             
                    },
         | 
| @@ -18465,7 +18612,7 @@ | |
| 18465 18612 | 
             
                      "example": "7F0000013AEC18B4AAC278B640D30002",
         | 
| 18466 18613 | 
             
                      "member": "string",
         | 
| 18467 18614 | 
             
                      "name": "MsgId",
         | 
| 18468 | 
            -
                      " | 
| 18615 | 
            +
                      "output_required": true,
         | 
| 18469 18616 | 
             
                      "type": "string",
         | 
| 18470 18617 | 
             
                      "value_allowed_null": true
         | 
| 18471 18618 | 
             
                    },
         | 
| @@ -584,7 +584,7 @@ | |
| 584 584 | 
             
                  {
         | 
| 585 585 | 
             
                    "document": "-",
         | 
| 586 586 | 
             
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n    \"InstanceId\": \"amqp-44w9928j\"\n}",
         | 
| 587 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"dsfsdfs\",\n        \"RabbitMQUserList\": [\n            {\n                \"ModifyTime\": \"1\",\n                \"CreateTime\": \"1\",\n                \"Type\": \"1\",\n                \"InstanceId\": \"amqp-xxx\",\n                \"User\": \"testVhost\",\n                \"Password\": \"123\",\n                \"Description\": \"hello\",\n                \"Tags\": [\n                    \"shop\"\n                ]\n            }\n        ],\n        \"TotalCount\": 1\n    }\n}",
         | 
| 587 | 
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"dsfsdfs\",\n        \"RabbitMQUserList\": [\n            {\n                \"ModifyTime\": \"1\",\n                \"CreateTime\": \"1\",\n                \"MaxChannels\": 1,\n                \"MaxConnections\": 1,\n                \"Type\": \"1\",\n                \"InstanceId\": \"amqp-xxx\",\n                \"User\": \"testVhost\",\n                \"Password\": \"123\",\n                \"Description\": \"hello\",\n                \"Tags\": [\n                    \"shop\"\n                ]\n            }\n        ],\n        \"TotalCount\": 1\n    }\n}",
         | 
| 588 588 | 
             
                    "title": "查询RabbitMQ 用户列表"
         | 
| 589 589 | 
             
                  }
         | 
| 590 590 | 
             
                ],
         | 
| @@ -810,7 +810,7 @@ | |
| 810 810 | 
             
                  {
         | 
| 811 811 | 
             
                    "document": "",
         | 
| 812 812 | 
             
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstanceDetail\n<公共请求参数>\n\n{\n    \"ClusterId\": \"rocketmq-rd3545bkkj49\"\n}",
         | 
| 813 | 
            -
                    "output": "{\n    \"Response\": {\n        \" | 
| 813 | 
            +
                    "output": "{\n    \"Response\": {\n        \"ClusterInfo\": {\n            \"ClusterId\": \"abc\",\n            \"ClusterName\": \"abc\",\n            \"Region\": \"abc\",\n            \"CreateTime\": 1,\n            \"Remark\": \"abc\",\n            \"PublicEndPoint\": \"abc\",\n            \"VpcEndPoint\": \"abc\",\n            \"SupportNamespaceEndpoint\": true,\n            \"Vpcs\": [\n                {\n                    \"VpcId\": \"abc\",\n                    \"SubnetId\": \"abc\"\n                }\n            ],\n            \"IsVip\": true,\n            \"RocketMQFlag\": true,\n            \"Status\": 0,\n            \"IsolateTime\": 0,\n            \"HttpPublicEndpoint\": \"abc\",\n            \"HttpVpcEndpoint\": \"abc\",\n            \"InternalEndpoint\": \"abc\",\n            \"HttpInternalEndpoint\": \"abc\",\n            \"AclEnabled\": true,\n            \"PublicClbId\": \"abc\",\n            \"Vip\": \"abc\",\n            \"VpcId\": \"abc\",\n            \"SupportMigration\": true,\n            \"InstanceStatus\": 0,\n            \"ZoneId\": 0,\n            \"ZoneIds\": [\n                0\n            ]\n        },\n        \"InstanceConfig\": {\n            \"MaxTpsPerNamespace\": 1,\n            \"MaxNamespaceNum\": 1,\n            \"UsedNamespaceNum\": 1,\n            \"MaxTopicNum\": 1,\n            \"UsedTopicNum\": 1,\n            \"MaxGroupNum\": 1,\n            \"UsedGroupNum\": 1,\n            \"ConfigDisplay\": \"abc\",\n            \"NodeCount\": 1,\n            \"NodeDistribution\": [\n                {\n                    \"ZoneName\": \"abc\",\n                    \"ZoneId\": \"abc\",\n                    \"NodeCount\": 1\n                }\n            ],\n            \"TopicDistribution\": [\n                {\n                    \"TopicType\": \"abc\",\n                    \"Count\": 1\n                }\n            ],\n            \"MaxQueuesPerTopic\": 1,\n            \"MaxRetention\": 0,\n            \"MinRetention\": 0,\n            \"Retention\": 0,\n            \"TopicNumLowerLimit\": 0,\n            \"TopicNumUpperLimit\": 0\n        },\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 814 814 | 
             
                    "title": "huo"
         | 
| 815 815 | 
             
                  }
         | 
| 816 816 | 
             
                ],
         | 
| @@ -857,8 +857,8 @@ | |
| 857 857 | 
             
                "ExportRocketMQMessageDetail": [
         | 
| 858 858 | 
             
                  {
         | 
| 859 859 | 
             
                    "document": "导出消息详情",
         | 
| 860 | 
            -
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRocketMQMessageDetail\n<公共请求参数>\n\n{\n    \"ClusterId\": \" | 
| 861 | 
            -
                    "output": "{\n    \"Response\": {\n        \"MsgId\": \" | 
| 860 | 
            +
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRocketMQMessageDetail\n<公共请求参数>\n\n{\n    \"ClusterId\": \"abc\",\n    \"EnvironmentId\": \"abc\",\n    \"TopicName\": \"abc\",\n    \"MsgId\": \"abc\",\n    \"DeadLetterMsg\": true,\n    \"IncludeMsgBody\": true\n}",
         | 
| 861 | 
            +
                    "output": "{\n    \"Response\": {\n        \"MsgId\": \"abc\",\n        \"BornTimestamp\": 0,\n        \"StoreTimestamp\": 0,\n        \"BornHost\": \"abc\",\n        \"MsgTag\": \"abc\",\n        \"MsgKey\": \"abc\",\n        \"Properties\": \"abc\",\n        \"ReConsumeTimes\": 1,\n        \"MsgBody\": \"abc\",\n        \"MsgBodyCRC\": 0,\n        \"MsgBodySize\": 1,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 862 862 | 
             
                    "title": "demo"
         | 
| 863 863 | 
             
                  }
         | 
| 864 864 | 
             
                ],
         | 
| @@ -1119,8 +1119,8 @@ | |
| 1119 1119 | 
             
                "SendRocketMQMessage": [
         | 
| 1120 1120 | 
             
                  {
         | 
| 1121 1121 | 
             
                    "document": "",
         | 
| 1122 | 
            -
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendRocketMQMessage\n<公共请求参数>\n\n{\n    \" | 
| 1123 | 
            -
                    "output": "{\n    \"Response\": {\n        \" | 
| 1122 | 
            +
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendRocketMQMessage\n<公共请求参数>\n\n{\n    \"ClusterId\": \"abc\",\n    \"NamespaceId\": \"abc\",\n    \"TopicName\": \"abc\",\n    \"MsgKey\": \"abc\",\n    \"MsgTag\": \"abc\",\n    \"MsgBody\": \"abc\"\n}",
         | 
| 1123 | 
            +
                    "output": "{\n    \"Response\": {\n        \"Result\": true,\n        \"MsgId\": \"abc\",\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 1124 1124 | 
             
                    "title": "示例"
         | 
| 1125 1125 | 
             
                  }
         | 
| 1126 1126 | 
             
                ],
         |