tccli 3.0.1141.1__py2.py3-none-any.whl → 3.0.1143.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/aiart/aiart_client.py +53 -0
 - tccli/services/aiart/v20221229/api.json +108 -0
 - tccli/services/aiart/v20221229/examples.json +8 -0
 - tccli/services/clb/v20180317/api.json +37 -37
 - tccli/services/csip/v20221121/api.json +158 -159
 - tccli/services/csip/v20221121/examples.json +12 -12
 - tccli/services/dcdb/v20180411/api.json +21 -11
 - tccli/services/dts/v20211206/api.json +11 -0
 - tccli/services/ess/v20201111/api.json +1 -1
 - tccli/services/essbasic/v20210526/api.json +6 -8
 - tccli/services/gaap/gaap_client.py +61 -8
 - tccli/services/gaap/v20180529/api.json +52 -0
 - tccli/services/gaap/v20180529/examples.json +8 -0
 - tccli/services/ims/v20201229/api.json +2 -2
 - tccli/services/mariadb/v20170312/api.json +21 -11
 - tccli/services/monitor/v20180724/api.json +9 -0
 - tccli/services/ocr/v20181119/api.json +41 -4
 - tccli/services/ocr/v20181119/examples.json +2 -2
 - tccli/services/organization/v20210331/api.json +2 -2
 - tccli/services/redis/v20180412/api.json +29 -29
 - tccli/services/redis/v20180412/examples.json +1 -1
 - tccli/services/scf/v20180416/api.json +0 -1
 - tccli/services/scf/v20180416/examples.json +1 -1
 - tccli/services/ssl/v20191205/examples.json +2 -2
 - tccli/services/tdmq/v20200217/api.json +22 -3
 - tccli/services/tdmq/v20200217/examples.json +2 -2
 - tccli/services/teo/v20220901/api.json +76 -13
 - tccli/services/teo/v20220901/examples.json +6 -0
 - tccli/services/tmt/v20180321/api.json +36 -0
 - tccli/services/tmt/v20180321/examples.json +6 -0
 - tccli/services/vpc/v20170312/api.json +87 -6
 - tccli/services/vpc/v20170312/examples.json +4 -4
 - tccli/services/waf/v20180125/api.json +273 -222
 - tccli/services/waf/v20180125/examples.json +14 -14
 - {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/RECORD +40 -40
 - {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -5985,7 +5985,7 @@ 
     | 
|
| 
       5985 
5985 
     | 
    
         
             
                      "example": "tdsql-xxx",
         
     | 
| 
       5986 
5986 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5987 
5987 
     | 
    
         
             
                      "name": "InstanceId",
         
     | 
| 
       5988 
     | 
    
         
            -
                      " 
     | 
| 
      
 5988 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5989 
5989 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       5990 
5990 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       5991 
5991 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -5995,7 +5995,7 @@ 
     | 
|
| 
       5995 
5995 
     | 
    
         
             
                      "example": "tdsql-xxx",
         
     | 
| 
       5996 
5996 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5997 
5997 
     | 
    
         
             
                      "name": "InstanceName",
         
     | 
| 
       5998 
     | 
    
         
            -
                      " 
     | 
| 
      
 5998 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       5999 
5999 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6000 
6000 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6001 
6001 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6005,7 +6005,7 @@ 
     | 
|
| 
       6005 
6005 
     | 
    
         
             
                      "example": "2",
         
     | 
| 
       6006 
6006 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       6007 
6007 
     | 
    
         
             
                      "name": "InstanceStatus",
         
     | 
| 
       6008 
     | 
    
         
            -
                      " 
     | 
| 
      
 6008 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6009 
6009 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       6010 
6010 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6011 
6011 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6015,7 +6015,7 @@ 
     | 
|
| 
       6015 
6015 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       6016 
6016 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6017 
6017 
     | 
    
         
             
                      "name": "ShardId",
         
     | 
| 
       6018 
     | 
    
         
            -
                      " 
     | 
| 
      
 6018 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6019 
6019 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6020 
6020 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       6021 
6021 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6025,7 +6025,7 @@ 
     | 
|
| 
       6025 
6025 
     | 
    
         
             
                      "example": "/backup/xxx.lz4",
         
     | 
| 
       6026 
6026 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6027 
6027 
     | 
    
         
             
                      "name": "FilePath",
         
     | 
| 
       6028 
     | 
    
         
            -
                      " 
     | 
| 
      
 6028 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6029 
6029 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6030 
6030 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6031 
6031 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6035,7 +6035,7 @@ 
     | 
|
| 
       6035 
6035 
     | 
    
         
             
                      "example": "xxx.lz4",
         
     | 
| 
       6036 
6036 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6037 
6037 
     | 
    
         
             
                      "name": "FileName",
         
     | 
| 
       6038 
     | 
    
         
            -
                      " 
     | 
| 
      
 6038 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6039 
6039 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6040 
6040 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6041 
6041 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6045,7 +6045,7 @@ 
     | 
|
| 
       6045 
6045 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       6046 
6046 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       6047 
6047 
     | 
    
         
             
                      "name": "FileSize",
         
     | 
| 
       6048 
     | 
    
         
            -
                      " 
     | 
| 
      
 6048 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6049 
6049 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       6050 
6050 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6051 
6051 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6055,7 +6055,7 @@ 
     | 
|
| 
       6055 
6055 
     | 
    
         
             
                      "example": "Binlog",
         
     | 
| 
       6056 
6056 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6057 
6057 
     | 
    
         
             
                      "name": "BackupType",
         
     | 
| 
       6058 
     | 
    
         
            -
                      " 
     | 
| 
      
 6058 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6059 
6059 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6060 
6060 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6061 
6061 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6065,7 +6065,7 @@ 
     | 
|
| 
       6065 
6065 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       6066 
6066 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       6067 
6067 
     | 
    
         
             
                      "name": "ManualBackup",
         
     | 
| 
       6068 
     | 
    
         
            -
                      " 
     | 
| 
      
 6068 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6069 
6069 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       6070 
6070 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6071 
6071 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6075,7 +6075,7 @@ 
     | 
|
| 
       6075 
6075 
     | 
    
         
             
                      "example": "2022-05-10 12:00:00",
         
     | 
| 
       6076 
6076 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6077 
6077 
     | 
    
         
             
                      "name": "StartTime",
         
     | 
| 
       6078 
     | 
    
         
            -
                      " 
     | 
| 
      
 6078 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6079 
6079 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6080 
6080 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6081 
6081 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -6085,7 +6085,17 @@ 
     | 
|
| 
       6085 
6085 
     | 
    
         
             
                      "example": "2022-05-10 12:00:00",
         
     | 
| 
       6086 
6086 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6087 
6087 
     | 
    
         
             
                      "name": "EndTime",
         
     | 
| 
       6088 
     | 
    
         
            -
                      " 
     | 
| 
      
 6088 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 6089 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 6090 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 6091 
     | 
    
         
            +
                    },
         
     | 
| 
      
 6092 
     | 
    
         
            +
                    {
         
     | 
| 
      
 6093 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 6094 
     | 
    
         
            +
                      "document": "对象的存储类型,枚举值:STANDARD(标准存储)、ARCHIVE(归档存储)。",
         
     | 
| 
      
 6095 
     | 
    
         
            +
                      "example": "STANDARD",
         
     | 
| 
      
 6096 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 6097 
     | 
    
         
            +
                      "name": "StorageClass",
         
     | 
| 
      
 6098 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       6089 
6099 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       6090 
6100 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       6091 
6101 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -6264,6 +6264,15 @@ 
     | 
|
| 
       6264 
6264 
     | 
    
         
             
                      "name": "AlarmLevels",
         
     | 
| 
       6265 
6265 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       6266 
6266 
     | 
    
         
             
                      "type": "list"
         
     | 
| 
      
 6267 
     | 
    
         
            +
                    },
         
     | 
| 
      
 6268 
     | 
    
         
            +
                    {
         
     | 
| 
      
 6269 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 6270 
     | 
    
         
            +
                      "document": "收敛历史的唯一id",
         
     | 
| 
      
 6271 
     | 
    
         
            +
                      "example": "112344",
         
     | 
| 
      
 6272 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 6273 
     | 
    
         
            +
                      "name": "ConvergenceHistoryIDs",
         
     | 
| 
      
 6274 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 6275 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
       6267 
6276 
     | 
    
         
             
                    }
         
     | 
| 
       6268 
6277 
     | 
    
         
             
                  ],
         
     | 
| 
       6269 
6278 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "actions": {
         
     | 
| 
       3 
3 
     | 
    
         
             
                "AdvertiseOCR": {
         
     | 
| 
       4 
     | 
    
         
            -
                  "document": "本接口支持广告商品图片内文字的检测和识别,返回文本框位置与文字内容。\n\n产品优势:针对广告商品图片普遍存在较多繁体字、艺术字的特点,进行了识别能力的增强。支持中英文、横排、竖排以及倾斜场景文字识别。文字识别的召回率和准确率能达到96 
     | 
| 
      
 4 
     | 
    
         
            +
                  "document": "本接口支持广告商品图片内文字的检测和识别,返回文本框位置与文字内容。\n\n产品优势:针对广告商品图片普遍存在较多繁体字、艺术字的特点,进行了识别能力的增强。支持中英文、横排、竖排以及倾斜场景文字识别。文字识别的召回率和准确率能达到96%以上。\n\n默认接口请求频率限制:20次/秒。",
         
     | 
| 
       5 
5 
     | 
    
         
             
                  "input": "AdvertiseOCRRequest",
         
     | 
| 
       6 
6 
     | 
    
         
             
                  "name": "广告文字识别",
         
     | 
| 
       7 
7 
     | 
    
         
             
                  "output": "AdvertiseOCRResponse",
         
     | 
| 
         @@ -609,7 +609,7 @@ 
     | 
|
| 
       609 
609 
     | 
    
         
             
                    {
         
     | 
| 
       610 
610 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       611 
611 
     | 
    
         
             
                      "document": "图片的 Base64 值。\n要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
         
     | 
| 
       612 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 612 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       613 
613 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       614 
614 
     | 
    
         
             
                      "name": "ImageBase64",
         
     | 
| 
       615 
615 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -618,7 +618,7 @@ 
     | 
|
| 
       618 
618 
     | 
    
         
             
                    {
         
     | 
| 
       619 
619 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       620 
620 
     | 
    
         
             
                      "document": "图片的 Url 地址。\n要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
         
     | 
| 
       621 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 621 
     | 
    
         
            +
                      "example": "https://xx/a.jpg",
         
     | 
| 
       622 
622 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       623 
623 
     | 
    
         
             
                      "name": "ImageUrl",
         
     | 
| 
       624 
624 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -633,12 +633,23 @@ 
     | 
|
| 
       633 
633 
     | 
    
         
             
                    {
         
     | 
| 
       634 
634 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       635 
635 
     | 
    
         
             
                      "document": "检测到的文本信息,包括文本行内容、置信度、文本行坐标以及文本行旋转纠正后的坐标,具体内容请点击左侧链接。",
         
     | 
| 
       636 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 636 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       637 
637 
     | 
    
         
             
                      "member": "AdvertiseTextDetection",
         
     | 
| 
       638 
638 
     | 
    
         
             
                      "name": "TextDetections",
         
     | 
| 
      
 639 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       639 
640 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       640 
641 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       641 
642 
     | 
    
         
             
                    },
         
     | 
| 
      
 643 
     | 
    
         
            +
                    {
         
     | 
| 
      
 644 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 645 
     | 
    
         
            +
                      "document": "图片分辨率信息,单位 px",
         
     | 
| 
      
 646 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 647 
     | 
    
         
            +
                      "member": "ImageSize",
         
     | 
| 
      
 648 
     | 
    
         
            +
                      "name": "ImageSize",
         
     | 
| 
      
 649 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 650 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 651 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 652 
     | 
    
         
            +
                    },
         
     | 
| 
       642 
653 
     | 
    
         
             
                    {
         
     | 
| 
       643 
654 
     | 
    
         
             
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
       644 
655 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
         @@ -6819,6 +6830,32 @@ 
     | 
|
| 
       6819 
6830 
     | 
    
         
             
                  ],
         
     | 
| 
       6820 
6831 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       6821 
6832 
     | 
    
         
             
                },
         
     | 
| 
      
 6833 
     | 
    
         
            +
                "ImageSize": {
         
     | 
| 
      
 6834 
     | 
    
         
            +
                  "document": "图片分辨率信息",
         
     | 
| 
      
 6835 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 6836 
     | 
    
         
            +
                    {
         
     | 
| 
      
 6837 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 6838 
     | 
    
         
            +
                      "document": "图片的宽,单位像素\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 6839 
     | 
    
         
            +
                      "example": "100",
         
     | 
| 
      
 6840 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 6841 
     | 
    
         
            +
                      "name": "Width",
         
     | 
| 
      
 6842 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 6843 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 6844 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 6845 
     | 
    
         
            +
                    },
         
     | 
| 
      
 6846 
     | 
    
         
            +
                    {
         
     | 
| 
      
 6847 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 6848 
     | 
    
         
            +
                      "document": "图片的高,单位像素\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 6849 
     | 
    
         
            +
                      "example": "100",
         
     | 
| 
      
 6850 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 6851 
     | 
    
         
            +
                      "name": "Height",
         
     | 
| 
      
 6852 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 6853 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 6854 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 6855 
     | 
    
         
            +
                    }
         
     | 
| 
      
 6856 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 6857 
     | 
    
         
            +
                  "usage": "out"
         
     | 
| 
      
 6858 
     | 
    
         
            +
                },
         
     | 
| 
       6822 
6859 
     | 
    
         
             
                "InstitutionOCRRequest": {
         
     | 
| 
       6823 
6860 
     | 
    
         
             
                  "document": "InstitutionOCR请求参数结构体",
         
     | 
| 
       6824 
6861 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -3,8 +3,8 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
                "AdvertiseOCR": [
         
     | 
| 
       4 
4 
     | 
    
         
             
                  {
         
     | 
| 
       5 
5 
     | 
    
         
             
                    "document": "",
         
     | 
| 
       6 
     | 
    
         
            -
                    "input": " 
     | 
| 
       7 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"TextDetections\": [\n            {\n                \"DetectedText\": \" 
     | 
| 
      
 6 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AdvertiseOCR\n<公共请求参数>\n\n{\n    \"ImageUrl\": \"https://xx/a.jpg\"\n}",
         
     | 
| 
      
 7 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"TextDetections\": [\n            {\n                \"DetectedText\": \"abc\",\n                \"Confidence\": 0,\n                \"Polygon\": [\n                    {\n                        \"X\": 0,\n                        \"Y\": 0\n                    }\n                ],\n                \"AdvancedInfo\": \"abc\"\n            }\n        ],\n        \"ImageSize\": {\n            \"Width\": 0,\n            \"Height\": 0\n        },\n        \"RequestId\": \"abc\"\n    }\n}",
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "title": "通用印刷体识别示例代码 [ 前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Action=AdvertiseOCR)"
         
     | 
| 
       9 
9 
     | 
    
         
             
                  }
         
     | 
| 
       10 
10 
     | 
    
         
             
                ],
         
     | 
| 
         @@ -148,9 +148,9 @@ 
     | 
|
| 
       148 
148 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       149 
149 
     | 
    
         
             
                },
         
     | 
| 
       150 
150 
     | 
    
         
             
                "DeleteOrganizationMembers": {
         
     | 
| 
       151 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 151 
     | 
    
         
            +
                  "document": "从组织中移除成员账号,不会删除账号。",
         
     | 
| 
       152 
152 
     | 
    
         
             
                  "input": "DeleteOrganizationMembersRequest",
         
     | 
| 
       153 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 153 
     | 
    
         
            +
                  "name": "批量移除企业组织成员",
         
     | 
| 
       154 
154 
     | 
    
         
             
                  "output": "DeleteOrganizationMembersResponse",
         
     | 
| 
       155 
155 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       156 
156 
     | 
    
         
             
                },
         
     | 
| 
         @@ -997,7 +997,7 @@ 
     | 
|
| 
       997 
997 
     | 
    
         
             
                    {
         
     | 
| 
       998 
998 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       999 
999 
     | 
    
         
             
                      "document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1000 
     | 
    
         
            -
                      "example": "ap- 
     | 
| 
      
 1000 
     | 
    
         
            +
                      "example": "ap-guangzhou",
         
     | 
| 
       1001 
1001 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1002 
1002 
     | 
    
         
             
                      "name": "Region",
         
     | 
| 
       1003 
1003 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -1007,7 +1007,7 @@ 
     | 
|
| 
       1007 
1007 
     | 
    
         
             
                    {
         
     | 
| 
       1008 
1008 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1009 
1009 
     | 
    
         
             
                      "document": "可用区信息\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1010 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 1010 
     | 
    
         
            +
                      "example": "ap-guangzhou-1",
         
     | 
| 
       1011 
1011 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1012 
1012 
     | 
    
         
             
                      "name": "AvailableZones",
         
     | 
| 
       1013 
1013 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -1690,20 +1690,20 @@ 
     | 
|
| 
       1690 
1690 
     | 
    
         
             
                    {
         
     | 
| 
       1691 
1691 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1692 
1692 
     | 
    
         
             
                      "document": "命令名。",
         
     | 
| 
       1693 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 1693 
     | 
    
         
            +
                      "example": "ping",
         
     | 
| 
       1694 
1694 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1695 
1695 
     | 
    
         
             
                      "name": "Cmd",
         
     | 
| 
       1696 
     | 
    
         
            -
                      " 
     | 
| 
      
 1696 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1697 
1697 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1698 
1698 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1699 
1699 
     | 
    
         
             
                    },
         
     | 
| 
       1700 
1700 
     | 
    
         
             
                    {
         
     | 
| 
       1701 
1701 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1702 
     | 
    
         
            -
                      "document": " 
     | 
| 
       1703 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 1702 
     | 
    
         
            +
                      "document": "耗时时长。单位:ms。",
         
     | 
| 
      
 1703 
     | 
    
         
            +
                      "example": "4688000",
         
     | 
| 
       1704 
1704 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       1705 
1705 
     | 
    
         
             
                      "name": "Took",
         
     | 
| 
       1706 
     | 
    
         
            -
                      " 
     | 
| 
      
 1706 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       1707 
1707 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       1708 
1708 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1709 
1709 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3860,8 +3860,8 @@ 
     | 
|
| 
       3860 
3860 
     | 
    
         
             
                  "members": [
         
     | 
| 
       3861 
3861 
     | 
    
         
             
                    {
         
     | 
| 
       3862 
3862 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3863 
     | 
    
         
            -
                      "document": "实例 
     | 
| 
       3864 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 3863 
     | 
    
         
            +
                      "document": "实例 ID。",
         
     | 
| 
      
 3864 
     | 
    
         
            +
                      "example": "crs-5a4py64p",
         
     | 
| 
       3865 
3865 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       3866 
3866 
     | 
    
         
             
                      "name": "InstanceId",
         
     | 
| 
       3867 
3867 
     | 
    
         
             
                      "required": true,
         
     | 
| 
         @@ -3869,8 +3869,8 @@ 
     | 
|
| 
       3869 
3869 
     | 
    
         
             
                    },
         
     | 
| 
       3870 
3870 
     | 
    
         
             
                    {
         
     | 
| 
       3871 
3871 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3872 
     | 
    
         
            -
                      "document": " 
     | 
| 
       3873 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 3872 
     | 
    
         
            +
                      "document": "时间范围。\n- 1:实时。\n- 2:近30分钟。\n- 3:近6小时。\n- 4:近24小时。",
         
     | 
| 
      
 3873 
     | 
    
         
            +
                      "example": "4",
         
     | 
| 
       3874 
3874 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       3875 
3875 
     | 
    
         
             
                      "name": "SpanType",
         
     | 
| 
       3876 
3876 
     | 
    
         
             
                      "required": true,
         
     | 
| 
         @@ -3885,7 +3885,7 @@ 
     | 
|
| 
       3885 
3885 
     | 
    
         
             
                    {
         
     | 
| 
       3886 
3886 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3887 
3887 
     | 
    
         
             
                      "document": "访问命令信息",
         
     | 
| 
       3888 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 3888 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       3889 
3889 
     | 
    
         
             
                      "member": "SourceCommand",
         
     | 
| 
       3890 
3890 
     | 
    
         
             
                      "name": "Data",
         
     | 
| 
       3891 
3891 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -6408,8 +6408,8 @@ 
     | 
|
| 
       6408 
6408 
     | 
    
         
             
                  "members": [
         
     | 
| 
       6409 
6409 
     | 
    
         
             
                    {
         
     | 
| 
       6410 
6410 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6411 
     | 
    
         
            -
                      "document": " 
     | 
| 
       6412 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 6411 
     | 
    
         
            +
                      "document": "节点组名称。",
         
     | 
| 
      
 6412 
     | 
    
         
            +
                      "example": "ng-00",
         
     | 
| 
       6413 
6413 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6414 
6414 
     | 
    
         
             
                      "name": "Name",
         
     | 
| 
       6415 
6415 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -9225,7 +9225,7 @@ 
     | 
|
| 
       9225 
9225 
     | 
    
         
             
                      "example": "486489",
         
     | 
| 
       9226 
9226 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       9227 
9227 
     | 
    
         
             
                      "name": "TaskId",
         
     | 
| 
       9228 
     | 
    
         
            -
                      " 
     | 
| 
      
 9228 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       9229 
9229 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       9230 
9230 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       9231 
9231 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -10831,20 +10831,20 @@ 
     | 
|
| 
       10831 
10831 
     | 
    
         
             
                    {
         
     | 
| 
       10832 
10832 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       10833 
10833 
     | 
    
         
             
                      "document": "命令名称。",
         
     | 
| 
       10834 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 10834 
     | 
    
         
            +
                      "example": "ping",
         
     | 
| 
       10835 
10835 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       10836 
10836 
     | 
    
         
             
                      "name": "Cmd",
         
     | 
| 
       10837 
     | 
    
         
            -
                      " 
     | 
| 
      
 10837 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       10838 
10838 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       10839 
10839 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       10840 
10840 
     | 
    
         
             
                    },
         
     | 
| 
       10841 
10841 
     | 
    
         
             
                    {
         
     | 
| 
       10842 
10842 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       10843 
10843 
     | 
    
         
             
                      "document": "执行次数。",
         
     | 
| 
       10844 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 10844 
     | 
    
         
            +
                      "example": "179562",
         
     | 
| 
       10845 
10845 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       10846 
10846 
     | 
    
         
             
                      "name": "Count",
         
     | 
| 
       10847 
     | 
    
         
            -
                      " 
     | 
| 
      
 10847 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       10848 
10848 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       10849 
10849 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       10850 
10850 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -11681,7 +11681,7 @@ 
     | 
|
| 
       11681 
11681 
     | 
    
         
             
                    {
         
     | 
| 
       11682 
11682 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11683 
11683 
     | 
    
         
             
                      "document": "可用区ID:如ap-guangzhou-3",
         
     | 
| 
       11684 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 11684 
     | 
    
         
            +
                      "example": "ap-guangzhou-3",
         
     | 
| 
       11685 
11685 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11686 
11686 
     | 
    
         
             
                      "name": "ZoneId",
         
     | 
| 
       11687 
11687 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -11690,8 +11690,8 @@ 
     | 
|
| 
       11690 
11690 
     | 
    
         
             
                    },
         
     | 
| 
       11691 
11691 
     | 
    
         
             
                    {
         
     | 
| 
       11692 
11692 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11693 
     | 
    
         
            -
                      "document": " 
     | 
| 
       11694 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 11693 
     | 
    
         
            +
                      "document": "可用区名称。",
         
     | 
| 
      
 11694 
     | 
    
         
            +
                      "example": "广州三区",
         
     | 
| 
       11695 
11695 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11696 
11696 
     | 
    
         
             
                      "name": "ZoneName",
         
     | 
| 
       11697 
11697 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -11700,8 +11700,8 @@ 
     | 
|
| 
       11700 
11700 
     | 
    
         
             
                    },
         
     | 
| 
       11701 
11701 
     | 
    
         
             
                    {
         
     | 
| 
       11702 
11702 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11703 
     | 
    
         
            -
                      "document": " 
     | 
| 
       11704 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 11703 
     | 
    
         
            +
                      "document": "可用区是否售罄。",
         
     | 
| 
      
 11704 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
       11705 
11705 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       11706 
11706 
     | 
    
         
             
                      "name": "IsSaleout",
         
     | 
| 
       11707 
11707 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -11710,8 +11710,8 @@ 
     | 
|
| 
       11710 
11710 
     | 
    
         
             
                    },
         
     | 
| 
       11711 
11711 
     | 
    
         
             
                    {
         
     | 
| 
       11712 
11712 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11713 
     | 
    
         
            -
                      "document": " 
     | 
| 
       11714 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 11713 
     | 
    
         
            +
                      "document": "是否为默认可用区。",
         
     | 
| 
      
 11714 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
       11715 
11715 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       11716 
11716 
     | 
    
         
             
                      "name": "IsDefault",
         
     | 
| 
       11717 
11717 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -11720,8 +11720,8 @@ 
     | 
|
| 
       11720 
11720 
     | 
    
         
             
                    },
         
     | 
| 
       11721 
11721 
     | 
    
         
             
                    {
         
     | 
| 
       11722 
11722 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11723 
     | 
    
         
            -
                      "document": " 
     | 
| 
       11724 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 11723 
     | 
    
         
            +
                      "document": "网络类型。\n- basenet:基础网络。\n- vpcnet -- VPC网络。",
         
     | 
| 
      
 11724 
     | 
    
         
            +
                      "example": "vpcnet ",
         
     | 
| 
       11725 
11725 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11726 
11726 
     | 
    
         
             
                      "name": "NetWorkType",
         
     | 
| 
       11727 
11727 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -11741,7 +11741,7 @@ 
     | 
|
| 
       11741 
11741 
     | 
    
         
             
                    {
         
     | 
| 
       11742 
11742 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11743 
11743 
     | 
    
         
             
                      "document": "可用区ID:如100003",
         
     | 
| 
       11744 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 11744 
     | 
    
         
            +
                      "example": "100003",
         
     | 
| 
       11745 
11745 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       11746 
11746 
     | 
    
         
             
                      "name": "OldZoneId",
         
     | 
| 
       11747 
11747 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -705,7 +705,7 @@ 
     | 
|
| 
       705 
705 
     | 
    
         
             
                "OpenSSL": [
         
     | 
| 
       706 
706 
     | 
    
         
             
                  {
         
     | 
| 
       707 
707 
     | 
    
         
             
                    "document": "",
         
     | 
| 
       708 
     | 
    
         
            -
                    "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenSSL\n<公共请求参数>\n\n{\n    \"InstanceId\": \" 
     | 
| 
      
 708 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenSSL\n<公共请求参数>\n\n{\n    \"InstanceId\": \"crs-dvchdv5\"\n}",
         
     | 
| 
       709 
709 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"TaskId\": 329,\n        \"RequestId\": \"e546784b-709c-401d-aba6-73037eb4e522\"\n    }\n}",
         
     | 
| 
       710 
710 
     | 
    
         
             
                    "title": "开启SSL请求示例"
         
     | 
| 
       711 
711 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -186,7 +186,7 @@ 
     | 
|
| 
       186 
186 
     | 
    
         
             
                ],
         
     | 
| 
       187 
187 
     | 
    
         
             
                "Invoke": [
         
     | 
| 
       188 
188 
     | 
    
         
             
                  {
         
     | 
| 
       189 
     | 
    
         
            -
                    "document": "",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "document": "运行函数",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "input": "https://scf.tencentcloudapi.com/?Action=Invoke\n&FunctionName=xxxx\n&<公共请求参数>",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"Result\": {\n            \"MemUsage\": 3207168,\n            \"Log\": \"\",\n            \"RetMsg\": \"hello from scf\",\n            \"BillDuration\": 100,\n            \"FunctionRequestId\": \"6add56fa-58f1-11e8-89a9-5254005d5fdb\",\n            \"Duration\": 0.826,\n            \"ErrMsg\": \"\",\n            \"InvokeResult\": 0\n        },\n        \"RequestId\": \"c2af8a64-c922-4d55-aee0-bd86a5c2cd12\"\n    }\n}",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "title": "运行函数"
         
     | 
| 
         @@ -160,13 +160,13 @@ 
     | 
|
| 
       160 
160 
     | 
    
         
             
                  {
         
     | 
| 
       161 
161 
     | 
    
         
             
                    "document": "获取审核中的证书详情",
         
     | 
| 
       162 
162 
     | 
    
         
             
                    "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n    \"CertificateId\": \"aClRkC90\"\n}",
         
     | 
| 
       163 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"OwnerUin\": \" 
     | 
| 
      
 163 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"OwnerUin\": \"a1b2c3\",\n        \"ProjectId\": \"a1b2c3\",\n        \"From\": \"a1b2c3\",\n        \"CertificateType\": \"a1b2c3\",\n        \"PackageType\": \"a1b2c3\",\n        \"ProductZhName\": \"a1b2c3\",\n        \"Domain\": \"a1b2c3\",\n        \"Alias\": \"a1b2c3\",\n        \"Status\": 1,\n        \"StatusMsg\": \"a1b2c3\",\n        \"VerifyType\": \"a1b2c3\",\n        \"VulnerabilityStatus\": \"a1b2c3\",\n        \"CertBeginTime\": \"2020-09-22 00:00:00\",\n        \"CertEndTime\": \"2020-09-22 00:00:00\",\n        \"ValidityPeriod\": \"a1b2c3\",\n        \"InsertTime\": \"2020-09-22 00:00:00\",\n        \"OrderId\": \"a1b2c3\",\n        \"CertificateExtra\": {\n            \"DomainNumber\": \"a1b2c3\",\n            \"OriginCertificateId\": \"a1b2c3\",\n            \"ReplacedBy\": \"a1b2c3\",\n            \"ReplacedFor\": \"a1b2c3\",\n            \"RenewOrder\": \"a1b2c3\",\n            \"SMCert\": 0,\n            \"CompanyType\": 2\n        },\n        \"CertificatePrivateKey\": \"a1b2c3\",\n        \"CertificatePublicKey\": \"a1b2c3\",\n        \"DvAuthDetail\": {\n            \"DvAuthKey\": \"a1b2c3\",\n            \"DvAuthValue\": \"a1b2c3\",\n            \"DvAuthDomain\": \"a1b2c3\",\n            \"DvAuthPath\": \"a1b2c3\",\n            \"DvAuthKeySubDomain\": \"a1b2c3\",\n            \"DvAuths\": [\n                {\n                    \"DvAuthKey\": \"a1b2c3\",\n                    \"DvAuthValue\": \"a1b2c3\",\n                    \"DvAuthDomain\": \"a1b2c3\",\n                    \"DvAuthPath\": \"a1b2c3\",\n                    \"DvAuthSubDomain\": \"a1b2c3\",\n                    \"DvAuthVerifyType\": \"a1b2c3\"\n                }\n            ]\n        },\n        \"VulnerabilityReport\": \"a1b2c3\",\n        \"CertificateId\": \"a1b2c3\",\n        \"TypeName\": \"a1b2c3\",\n        \"StatusName\": \"a1b2c3\",\n        \"SubjectAltName\": [\n            \"a1b2c3\"\n        ],\n        \"IsVip\": true,\n        \"IsWildcard\": true,\n        \"IsDv\": true,\n        \"IsVulnerability\": true,\n        \"SubmittedData\": {\n            \"CsrType\": \"a1b2c3\",\n            \"CsrContent\": \"a1b2c3\",\n            \"CertificateDomain\": \"a1b2c3\",\n            \"DomainList\": [\n                \"a1b2c3\"\n            ],\n            \"KeyPassword\": \"a1b2c3\",\n            \"OrganizationName\": \"a1b2c3\",\n            \"OrganizationDivision\": \"a1b2c3\",\n            \"OrganizationAddress\": \"a1b2c3\",\n            \"OrganizationCountry\": \"a1b2c3\",\n            \"OrganizationCity\": \"a1b2c3\",\n            \"OrganizationRegion\": \"a1b2c3\",\n            \"PostalCode\": \"a1b2c3\",\n            \"PhoneAreaCode\": \"a1b2c3\",\n            \"PhoneNumber\": \"a1b2c3\",\n            \"AdminFirstName\": \"a1b2c3\",\n            \"AdminLastName\": \"a1b2c3\",\n            \"AdminPhoneNum\": \"a1b2c3\",\n            \"AdminEmail\": \"a1b2c3\",\n            \"AdminPosition\": \"a1b2c3\",\n            \"ContactFirstName\": \"a1b2c3\",\n            \"ContactLastName\": \"a1b2c3\",\n            \"ContactNumber\": \"a1b2c3\",\n            \"ContactEmail\": \"a1b2c3\",\n            \"ContactPosition\": \"a1b2c3\",\n            \"VerifyType\": \"a1b2c3\"\n        },\n        \"RenewAble\": true,\n        \"Deployable\": true,\n        \"Tags\": [\n            {\n                \"TagKey\": \"a1b2c3\",\n                \"TagValue\": \"a1b2c3\"\n            }\n        ],\n        \"RootCert\": {\n            \"Sign\": \"a1b2c3\",\n            \"Encrypt\": \"a1b2c3\",\n            \"Standard\": \"a1b2c3\"\n        },\n        \"EncryptCert\": \"a1b2c3\",\n        \"EncryptPrivateKey\": \"a1b2c3\",\n        \"CertFingerprint\": \"a1b2c3\",\n        \"EncryptCertFingerprint\": \"a1b2c3\",\n        \"EncryptAlgorithm\": \"a1b2c3\",\n        \"DvRevokeAuthDetail\": [\n            {\n                \"DvAuthKey\": \"a1b2c3\",\n                \"DvAuthValue\": \"a1b2c3\",\n                \"DvAuthDomain\": \"a1b2c3\",\n                \"DvAuthPath\": \"a1b2c3\",\n                \"DvAuthSubDomain\": \"a1b2c3\",\n                \"DvAuthVerifyType\": \"a1b2c3\"\n            }\n        ],\n        \"RequestId\": \"a1b2c3\"\n    }\n}",
         
     | 
| 
       164 
164 
     | 
    
         
             
                    "title": "获取证书详情"
         
     | 
| 
       165 
165 
     | 
    
         
             
                  },
         
     | 
| 
       166 
166 
     | 
    
         
             
                  {
         
     | 
| 
       167 
167 
     | 
    
         
             
                    "document": "获取已经审核通过的证书详情",
         
     | 
| 
       168 
168 
     | 
    
         
             
                    "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n    \"CertificateId\": \"aCMEQWHt\"\n}",
         
     | 
| 
       169 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"OwnerUin\": \" 
     | 
| 
      
 169 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"OwnerUin\": \"a1b2c3\",\n        \"ProjectId\": \"a1b2c3\",\n        \"From\": \"a1b2c3\",\n        \"CertificateType\": \"a1b2c3\",\n        \"PackageType\": \"a1b2c3\",\n        \"ProductZhName\": \"a1b2c3\",\n        \"Domain\": \"a1b2c3\",\n        \"Alias\": \"a1b2c3\",\n        \"Status\": 1,\n        \"StatusMsg\": \"a1b2c3\",\n        \"VerifyType\": \"a1b2c3\",\n        \"VulnerabilityStatus\": \"a1b2c3\",\n        \"CertBeginTime\": \"2020-09-22 00:00:00\",\n        \"CertEndTime\": \"2020-09-22 00:00:00\",\n        \"ValidityPeriod\": \"a1b2c3\",\n        \"InsertTime\": \"2020-09-22 00:00:00\",\n        \"OrderId\": \"a1b2c3\",\n        \"CertificateExtra\": {\n            \"DomainNumber\": \"a1b2c3\",\n            \"OriginCertificateId\": \"a1b2c3\",\n            \"ReplacedBy\": \"a1b2c3\",\n            \"ReplacedFor\": \"a1b2c3\",\n            \"RenewOrder\": \"a1b2c3\",\n            \"SMCert\": 0,\n            \"CompanyType\": 2\n        },\n        \"CertificatePrivateKey\": \"a1b2c3\",\n        \"CertificatePublicKey\": \"a1b2c3\",\n        \"DvAuthDetail\": {\n            \"DvAuthKey\": \"a1b2c3\",\n            \"DvAuthValue\": \"a1b2c3\",\n            \"DvAuthDomain\": \"a1b2c3\",\n            \"DvAuthPath\": \"a1b2c3\",\n            \"DvAuthKeySubDomain\": \"a1b2c3\",\n            \"DvAuths\": [\n                {\n                    \"DvAuthKey\": \"a1b2c3\",\n                    \"DvAuthValue\": \"a1b2c3\",\n                    \"DvAuthDomain\": \"a1b2c3\",\n                    \"DvAuthPath\": \"a1b2c3\",\n                    \"DvAuthSubDomain\": \"a1b2c3\",\n                    \"DvAuthVerifyType\": \"a1b2c3\"\n                }\n            ]\n        },\n        \"VulnerabilityReport\": \"a1b2c3\",\n        \"CertificateId\": \"a1b2c3\",\n        \"TypeName\": \"a1b2c3\",\n        \"StatusName\": \"a1b2c3\",\n        \"SubjectAltName\": [\n            \"a1b2c3\"\n        ],\n        \"IsVip\": true,\n        \"IsWildcard\": true,\n        \"IsDv\": true,\n        \"IsVulnerability\": true,\n        \"SubmittedData\": {\n            \"CsrType\": \"a1b2c3\",\n            \"CsrContent\": \"a1b2c3\",\n            \"CertificateDomain\": \"a1b2c3\",\n            \"DomainList\": [\n                \"a1b2c3\"\n            ],\n            \"KeyPassword\": \"a1b2c3\",\n            \"OrganizationName\": \"a1b2c3\",\n            \"OrganizationDivision\": \"a1b2c3\",\n            \"OrganizationAddress\": \"a1b2c3\",\n            \"OrganizationCountry\": \"a1b2c3\",\n            \"OrganizationCity\": \"a1b2c3\",\n            \"OrganizationRegion\": \"a1b2c3\",\n            \"PostalCode\": \"a1b2c3\",\n            \"PhoneAreaCode\": \"a1b2c3\",\n            \"PhoneNumber\": \"a1b2c3\",\n            \"AdminFirstName\": \"a1b2c3\",\n            \"AdminLastName\": \"a1b2c3\",\n            \"AdminPhoneNum\": \"a1b2c3\",\n            \"AdminEmail\": \"a1b2c3\",\n            \"AdminPosition\": \"a1b2c3\",\n            \"ContactFirstName\": \"a1b2c3\",\n            \"ContactLastName\": \"a1b2c3\",\n            \"ContactNumber\": \"a1b2c3\",\n            \"ContactEmail\": \"a1b2c3\",\n            \"ContactPosition\": \"a1b2c3\",\n            \"VerifyType\": \"a1b2c3\"\n        },\n        \"RenewAble\": true,\n        \"Deployable\": true,\n        \"Tags\": [\n            {\n                \"TagKey\": \"a1b2c3\",\n                \"TagValue\": \"a1b2c3\"\n            }\n        ],\n        \"RootCert\": {\n            \"Sign\": \"a1b2c3\",\n            \"Encrypt\": \"a1b2c3\",\n            \"Standard\": \"a1b2c3\"\n        },\n        \"EncryptCert\": \"a1b2c3\",\n        \"EncryptPrivateKey\": \"a1b2c3\",\n        \"CertFingerprint\": \"a1b2c3\",\n        \"EncryptCertFingerprint\": \"a1b2c3\",\n        \"EncryptAlgorithm\": \"a1b2c3\",\n        \"DvRevokeAuthDetail\": [\n            {\n                \"DvAuthKey\": \"a1b2c3\",\n                \"DvAuthValue\": \"a1b2c3\",\n                \"DvAuthDomain\": \"a1b2c3\",\n                \"DvAuthPath\": \"a1b2c3\",\n                \"DvAuthSubDomain\": \"a1b2c3\",\n                \"DvAuthVerifyType\": \"a1b2c3\"\n            }\n        ],\n        \"RequestId\": \"a1b2c3\"\n    }\n}",
         
     | 
| 
       170 
170 
     | 
    
         
             
                    "title": "获取证书详情-2"
         
     | 
| 
       171 
171 
     | 
    
         
             
                  }
         
     | 
| 
       172 
172 
     | 
    
         
             
                ],
         
     | 
| 
         @@ -3651,6 +3651,15 @@ 
     | 
|
| 
       3651 
3651 
     | 
    
         
             
                      "name": "Bandwidth",
         
     | 
| 
       3652 
3652 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       3653 
3653 
     | 
    
         
             
                      "type": "int"
         
     | 
| 
      
 3654 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3655 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3656 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3657 
     | 
    
         
            +
                      "document": "是否打开公网接入,不传默认为false",
         
     | 
| 
      
 3658 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
      
 3659 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 3660 
     | 
    
         
            +
                      "name": "EnablePublicAccess",
         
     | 
| 
      
 3661 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3662 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       3654 
3663 
     | 
    
         
             
                    }
         
     | 
| 
       3655 
3664 
     | 
    
         
             
                  ],
         
     | 
| 
       3656 
3665 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -4314,7 +4323,7 @@ 
     | 
|
| 
       4314 
4323 
     | 
    
         
             
                      "example": "创建角色",
         
     | 
| 
       4315 
4324 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       4316 
4325 
     | 
    
         
             
                      "name": "Remark",
         
     | 
| 
       4317 
     | 
    
         
            -
                      "required":  
     | 
| 
      
 4326 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
       4318 
4327 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
       4319 
4328 
     | 
    
         
             
                    },
         
     | 
| 
       4320 
4329 
     | 
    
         
             
                    {
         
     | 
| 
         @@ -4323,7 +4332,7 @@ 
     | 
|
| 
       4323 
4332 
     | 
    
         
             
                      "example": "pulsar-xxxx",
         
     | 
| 
       4324 
4333 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       4325 
4334 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
       4326 
     | 
    
         
            -
                      "required":  
     | 
| 
      
 4335 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
       4327 
4336 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
       4328 
4337 
     | 
    
         
             
                    }
         
     | 
| 
       4329 
4338 
     | 
    
         
             
                  ],
         
     | 
| 
         @@ -4368,7 +4377,7 @@ 
     | 
|
| 
       4368 
4377 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       4369 
4378 
     | 
    
         
             
                      "member": "EnvironmentRoleSet",
         
     | 
| 
       4370 
4379 
     | 
    
         
             
                      "name": "EnvironmentRoleSets",
         
     | 
| 
       4371 
     | 
    
         
            -
                      "output_required":  
     | 
| 
      
 4380 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       4372 
4381 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       4373 
4382 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       4374 
4383 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -15731,6 +15740,16 @@ 
     | 
|
| 
       15731 
15740 
     | 
    
         
             
                      "type": "object",
         
     | 
| 
       15732 
15741 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       15733 
15742 
     | 
    
         
             
                    },
         
     | 
| 
      
 15743 
     | 
    
         
            +
                    {
         
     | 
| 
      
 15744 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 15745 
     | 
    
         
            +
                      "document": "消息轨迹开关,true打开,false关闭\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 15746 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
      
 15747 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 15748 
     | 
    
         
            +
                      "name": "TraceFlag",
         
     | 
| 
      
 15749 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 15750 
     | 
    
         
            +
                      "type": "bool",
         
     | 
| 
      
 15751 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 15752 
     | 
    
         
            +
                    },
         
     | 
| 
       15734 
15753 
     | 
    
         
             
                    {
         
     | 
| 
       15735 
15754 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15736 
15755 
     | 
    
         
             
                      "document": "vhost状态,与原生控制台对应,有running、partial、stopped、unknown\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
         @@ -175,7 +175,7 @@ 
     | 
|
| 
       175 
175 
     | 
    
         
             
                "CreateRole": [
         
     | 
| 
       176 
176 
     | 
    
         
             
                  {
         
     | 
| 
       177 
177 
     | 
    
         
             
                    "document": "创建角色",
         
     | 
| 
       178 
     | 
    
         
            -
                    "input": " 
     | 
| 
      
 178 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRole\n<公共请求参数>\n\n{\n    \"RoleName\": \"abc\",\n    \"Remark\": \"abc\",\n    \"ClusterId\": \"abc\"\n}",
         
     | 
| 
       179 
179 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"RoleName\": \"abc\",\n        \"Token\": \"abc\",\n        \"Remark\": \"abc\",\n        \"EnvironmentRoleSets\": [\n            {\n                \"EnvironmentId\": \"abc\",\n                \"Permissions\": [\n                    \"abc\"\n                ]\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         
     | 
| 
       180 
180 
     | 
    
         
             
                    "title": "创建角色"
         
     | 
| 
       181 
181 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -608,7 +608,7 @@ 
     | 
|
| 
       608 
608 
     | 
    
         
             
                  {
         
     | 
| 
       609 
609 
     | 
    
         
             
                    "document": "-",
         
     | 
| 
       610 
610 
     | 
    
         
             
                    "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVhost\n<公共请求参数>\n\n{\n    \"InstanceId\": \"amqp-44w9928j\"\n}",
         
     | 
| 
       611 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"VirtualHostList\": [\n            {\n                \"InstanceId\": \"amqp-xxxxxxxx\",\n                \"VirtualHost\": \"vhost\",\n                \"Description\": \"\",\n                \"Tags\": [],\n                \"CreateTime\": \"2023-07-18 12:55:00.778\",\n                \"ModifyTime\": \"2023-07-18 12:55:00.778\",\n                \"VirtualHostStatistics\": {\n                    \"CurrentQueues\": 1,\n                    \"CurrentExchanges\": 6,\n                    \"CurrentConnections\": 1,\n                    \"CurrentChannels\": 1,\n                    \"CurrentUsers\": 1\n                },\n                \"MessageHeapCount\": 0,\n                \"MessageRateIn\": 0,\n                \"MessageRateOut\": 0\n            },\n            {\n                \"InstanceId\": \"amqp-xxxxxxxx\",\n                \"VirtualHost\": \"test2\",\n                \"Description\": \"\",\n                \"Tags\": [],\n                \"CreateTime\": \"2023-07-18 12:55:16.230\",\n                \"ModifyTime\": \"2023-07-18 12:55:19.856\",\n                \"VirtualHostStatistics\": {\n                    \"CurrentQueues\": 0,\n                    \"CurrentExchanges\": 0,\n                    \"CurrentConnections\": 0,\n                    \"CurrentChannels\": 0,\n                    \"CurrentUsers\": 0\n                },\n                \"MessageHeapCount\": 0,\n                \"MessageRateIn\": 0,\n                \"MessageRateOut\": 0\n            }\n        ],\n        \"TotalCount\": 2\n    }\n}",
         
     | 
| 
      
 611 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"VirtualHostList\": [\n            {\n                \"InstanceId\": \"amqp-xxxxxxxx\",\n                \"VirtualHost\": \"vhost\",\n                \"Description\": \"\",\n                \"Tags\": [],\n                \"CreateTime\": \"2023-07-18 12:55:00.778\",\n                \"ModifyTime\": \"2023-07-18 12:55:00.778\",\n                \"VirtualHostStatistics\": {\n                    \"CurrentQueues\": 1,\n                    \"CurrentExchanges\": 6,\n                    \"CurrentConnections\": 1,\n                    \"CurrentChannels\": 1,\n                    \"CurrentUsers\": 1\n                },\n                \"TraceFlag\": true,\n                \"MessageHeapCount\": 0,\n                \"MessageRateIn\": 0,\n                \"MessageRateOut\": 0\n            },\n            {\n                \"InstanceId\": \"amqp-xxxxxxxx\",\n                \"VirtualHost\": \"test2\",\n                \"Description\": \"\",\n                \"Tags\": [],\n                \"CreateTime\": \"2023-07-18 12:55:16.230\",\n                \"ModifyTime\": \"2023-07-18 12:55:19.856\",\n                \"VirtualHostStatistics\": {\n                    \"CurrentQueues\": 0,\n                    \"CurrentExchanges\": 0,\n                    \"CurrentConnections\": 0,\n                    \"CurrentChannels\": 0,\n                    \"CurrentUsers\": 0\n                },\n                \"TraceFlag\": true,\n                \"MessageHeapCount\": 0,\n                \"MessageRateIn\": 0,\n                \"MessageRateOut\": 0\n            }\n        ],\n        \"TotalCount\": 2\n    }\n}",
         
     | 
| 
       612 
612 
     | 
    
         
             
                    "title": "查询RabbitMQ vhost列表"
         
     | 
| 
       613 
613 
     | 
    
         
             
                  }
         
     | 
| 
       614 
614 
     | 
    
         
             
                ],
         
     |