tccli 3.0.1165.1__py2.py3-none-any.whl → 3.0.1167.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cvm/v20170312/api.json +13 -13
  3. tccli/services/cvm/v20170312/examples.json +4 -10
  4. tccli/services/dsgc/v20190723/api.json +64 -58
  5. tccli/services/dsgc/v20190723/examples.json +3 -3
  6. tccli/services/ess/v20201111/api.json +5 -5
  7. tccli/services/essbasic/v20210526/api.json +3 -3
  8. tccli/services/hunyuan/hunyuan_client.py +114 -8
  9. tccli/services/hunyuan/v20230901/api.json +70 -2
  10. tccli/services/hunyuan/v20230901/examples.json +16 -0
  11. tccli/services/ocr/v20181119/api.json +26 -16
  12. tccli/services/pts/v20210728/api.json +4 -4
  13. tccli/services/pts/v20210728/examples.json +9 -9
  14. tccli/services/redis/v20180412/api.json +20 -11
  15. tccli/services/redis/v20180412/examples.json +3 -3
  16. tccli/services/tcb/v20180608/api.json +17 -7
  17. tccli/services/tcb/v20180608/examples.json +7 -1
  18. tccli/services/tds/v20220801/api.json +69 -0
  19. tccli/services/tds/v20220801/examples.json +1 -1
  20. tccli/services/trtc/v20190722/api.json +1 -1
  21. tccli/services/tts/v20190823/api.json +2 -2
  22. tccli/services/vpc/v20170312/api.json +97 -1
  23. tccli/services/vpc/v20170312/examples.json +5 -5
  24. tccli/services/vrs/v20200824/api.json +96 -9
  25. tccli/services/wedata/v20210820/api.json +690 -28
  26. tccli/services/wedata/v20210820/examples.json +10 -2
  27. tccli/services/wedata/wedata_client.py +53 -0
  28. {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/METADATA +2 -2
  29. {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/RECORD +32 -32
  30. {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/WHEEL +0 -0
  31. {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/entry_points.txt +0 -0
  32. {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1165.1'
1
+ __version__ = '3.0.1167.1'
@@ -631,7 +631,7 @@
631
631
  "status": "online"
632
632
  },
633
633
  "ResetInstancesInternetMaxBandwidth": {
634
- "document": "本接口 (ResetInstancesInternetMaxBandwidth) 用于调整实例公网带宽上限。\n\n* 不同机型带宽上限范围不一致,具体限制详见[公网带宽上限](https://cloud.tencent.com/document/product/213/12523)。\n* 对于 `BANDWIDTH_PREPAID` 计费方式的带宽,需要输入参数 `StartTime` 和 `EndTime` ,指定调整后的带宽的生效时间段。在这种场景下目前不支持调小带宽,会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance] https://cloud.tencent.com/document/product/555/20253) 接口查询账户余额。\n* 对于 `TRAFFIC_POSTPAID_BY_HOUR` 、 `BANDWIDTH_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽,使用该接口调整带宽上限是实时生效的,可以在带宽允许的范围内调大或者调小带宽,不支持输入参数 `StartTime` 和 `EndTime` 。\n* 接口不支持调整 `BANDWIDTH_POSTPAID_BY_MONTH` 计费方式的带宽。\n* 接口不支持批量调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽。\n* 接口不支持批量调整混合计费方式的带宽。例如不支持同时调整 `TRAFFIC_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽。\n* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。",
634
+ "document": "本接口 (ResetInstancesInternetMaxBandwidth) 用于调整实例公网带宽上限。\n\n* 不同机型带宽上限范围不一致,具体限制详见[公网带宽上限](https://cloud.tencent.com/document/product/213/12523)。\n* 对于 `BANDWIDTH_PREPAID` 计费方式的带宽,需要输入参数 `StartTime` 和 `EndTime` ,指定调整后的带宽的生效时间段。在这种场景下目前不支持调小带宽,会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。\n* 对于 `TRAFFIC_POSTPAID_BY_HOUR` 、 `BANDWIDTH_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽,使用该接口调整带宽上限是实时生效的,可以在带宽允许的范围内调大或者调小带宽,不支持输入参数 `StartTime` 和 `EndTime` 。\n* 接口不支持调整 `BANDWIDTH_POSTPAID_BY_MONTH` 计费方式的带宽。\n* 接口不支持批量调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽。\n* 接口不支持批量调整混合计费方式的带宽。例如不支持同时调整 `TRAFFIC_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽。\n* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。",
635
635
  "input": "ResetInstancesInternetMaxBandwidthRequest",
636
636
  "name": "调整实例带宽上限",
637
637
  "output": "ResetInstancesInternetMaxBandwidthResponse",
@@ -10732,7 +10732,7 @@
10732
10732
  },
10733
10733
  {
10734
10734
  "disabled": false,
10735
- "document": "带宽生效的终止时间。格式: `YYYY-MM-DD` ,例如:`2016-10-30` 。新设置的带宽的有效期包含终止时间此日期。终止时间不能晚于包年包月实例的到期时间。实例的到期时间可通过 [`DescribeInstances`](https://cloud.tencent.com/document/api/213/9388)接口返回值中的`ExpiredTime`获取。该参数只对包年包月带宽有效,其他模式带宽不支持该参数,否则接口会以相应错误码返回。",
10735
+ "document": "带宽生效的终止时间。格式: `YYYY-MM-DD` ,例如:`2016-10-30` 。新设置的带宽的有效期包含终止时间此日期。终止时间不能晚于包年包月实例的到期时间。实例的到期时间可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/9388)接口返回值中的`ExpiredTime`获取。该参数只对包年包月带宽有效,其他模式带宽不支持该参数,否则接口会以相应错误码返回。",
10736
10736
  "example": "2017-03-16",
10737
10737
  "member": "string",
10738
10738
  "name": "EndTime",
@@ -11552,7 +11552,7 @@
11552
11552
  },
11553
11553
  {
11554
11554
  "disabled": false,
11555
- "document": "目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li>暂不支持部分地域同步。</li>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。",
11555
+ "document": "目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li>暂不支持部分地域同步,请参考[复制镜像](https://cloud.tencent.com/document/product/213/4943#.E5.A4.8D.E5.88.B6.E8.AF.B4.E6.98.8E)。</li>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。",
11556
11556
  "example": "[\"ap-guangzhou\"]",
11557
11557
  "member": "string",
11558
11558
  "name": "DestinationRegions",
@@ -11561,7 +11561,7 @@
11561
11561
  },
11562
11562
  {
11563
11563
  "disabled": false,
11564
- "document": "检测是否支持发起同步镜像。",
11564
+ "document": "检测是否支持发起同步镜像。\n默认值: false",
11565
11565
  "example": "false",
11566
11566
  "member": "bool",
11567
11567
  "name": "DryRun",
@@ -11570,8 +11570,8 @@
11570
11570
  },
11571
11571
  {
11572
11572
  "disabled": false,
11573
- "document": "目标镜像名称。",
11574
- "example": "“a”",
11573
+ "document": "目标镜像名称。默认使用源镜像名称。",
11574
+ "example": "“test_image”",
11575
11575
  "member": "string",
11576
11576
  "name": "ImageName",
11577
11577
  "required": false,
@@ -11579,7 +11579,7 @@
11579
11579
  },
11580
11580
  {
11581
11581
  "disabled": false,
11582
- "document": "是否需要返回目的地域的镜像ID",
11582
+ "document": "是否需要返回目的地域的镜像ID。\n默认值: false",
11583
11583
  "example": "false",
11584
11584
  "member": "bool",
11585
11585
  "name": "ImageSetRequired",
@@ -11727,7 +11727,7 @@
11727
11727
  },
11728
11728
  {
11729
11729
  "disabled": false,
11730
- "document": "释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。",
11730
+ "document": "释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。\n默认值:false",
11731
11731
  "example": "true",
11732
11732
  "member": "bool",
11733
11733
  "name": "ReleasePrepaidDataDisks",
@@ -11815,11 +11815,11 @@
11815
11815
  "members": [
11816
11816
  {
11817
11817
  "disabled": false,
11818
- "document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1(售罄) </li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> eu-moscow-1 </li>\n<li> ap-beijing-1(售罄)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-toronto-1 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
11818
+ "document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1(售罄) </li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3(售罄) </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> eu-moscow-1 </li>\n<li> ap-beijing-1(售罄)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-toronto-1 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
11819
11819
  "example": "ap-guangzhou-3",
11820
11820
  "member": "string",
11821
11821
  "name": "Zone",
11822
- "required": true,
11822
+ "output_required": true,
11823
11823
  "type": "string",
11824
11824
  "value_allowed_null": false
11825
11825
  },
@@ -11829,7 +11829,7 @@
11829
11829
  "example": "广州三区",
11830
11830
  "member": "string",
11831
11831
  "name": "ZoneName",
11832
- "required": true,
11832
+ "output_required": true,
11833
11833
  "type": "string",
11834
11834
  "value_allowed_null": false
11835
11835
  },
@@ -11839,7 +11839,7 @@
11839
11839
  "example": "100003",
11840
11840
  "member": "string",
11841
11841
  "name": "ZoneId",
11842
- "required": true,
11842
+ "output_required": true,
11843
11843
  "type": "string",
11844
11844
  "value_allowed_null": false
11845
11845
  },
@@ -11849,7 +11849,7 @@
11849
11849
  "example": "AVAILABLE",
11850
11850
  "member": "string",
11851
11851
  "name": "ZoneState",
11852
- "required": true,
11852
+ "output_required": true,
11853
11853
  "type": "string",
11854
11854
  "value_allowed_null": false
11855
11855
  }
@@ -512,16 +512,10 @@
512
512
  ],
513
513
  "InquiryPriceRenewInstances": [
514
514
  {
515
- "document": "续费实例询价",
516
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Period\": 1\n },\n \"InstanceIds\": [\n \"ins-2zvpghhc\"\n ]\n}",
517
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 120.0,\n \"DiscountPrice\": 1.2\n }\n },\n \"RequestId\": \"e2e81b08-d747-455e-b27a-aecc5acafdba\"\n }\n}",
515
+ "document": "续费实例询价,时长为一个月",
516
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"Period\": 1\n },\n \"InstanceIds\": [\n \"ins-2zvpghhc\"\n ]\n}",
517
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 120,\n \"DiscountPrice\": 1.2\n }\n },\n \"RequestId\": \"e2e81b08-d747-455e-b27a-aecc5acafdba\"\n }\n}",
518
518
  "title": "续费实例询价"
519
- },
520
- {
521
- "document": "查询单个实例费用信息",
522
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n },\n \"InstanceIds\": [\n \"ins-xlsl6f2h\"\n ]\n}",
523
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {},\n \"BandwidthPrice\": {}\n },\n \"RequestId\": \"e2e81b08-d747-455e-b27a-aecc5acafdba\"\n }\n}",
524
- "title": "查询单个实例费用信息"
525
519
  }
526
520
  ],
527
521
  "InquiryPriceResetInstance": [
@@ -870,7 +864,7 @@
870
864
  {
871
865
  "document": "同步镜像img-o3ycss2p到广州",
872
866
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<公共请求参数>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ]\n}",
873
- "output": "{\n \"Response\": {\n \"ImageSet\": [\n {\n \"ImageId\": \"img-o3ycss2p\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
867
+ "output": "{\n \"Response\": {\n \"ImageSet\": [],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
874
868
  "title": "同步镜像"
875
869
  },
876
870
  {
@@ -2140,7 +2140,7 @@
2140
2140
  {
2141
2141
  "disabled": false,
2142
2142
  "document": "DSPA实例ID。",
2143
- "example": "",
2143
+ "example": "dspa-a1b2c3",
2144
2144
  "member": "string",
2145
2145
  "name": "DspaId",
2146
2146
  "required": true,
@@ -2149,7 +2149,7 @@
2149
2149
  {
2150
2150
  "disabled": false,
2151
2151
  "document": "绑定的COS桶信息。",
2152
- "example": "",
2152
+ "example": "[item]",
2153
2153
  "member": "CosResourceItem",
2154
2154
  "name": "BindCosResourceItems",
2155
2155
  "required": false,
@@ -2158,7 +2158,7 @@
2158
2158
  {
2159
2159
  "disabled": false,
2160
2160
  "document": "解绑的COS桶信息。",
2161
- "example": "",
2161
+ "example": "[item]",
2162
2162
  "member": "CosResourceItem",
2163
2163
  "name": "UnbindCosResourceItems",
2164
2164
  "required": false,
@@ -2173,9 +2173,10 @@
2173
2173
  {
2174
2174
  "disabled": false,
2175
2175
  "document": "绑定结果数组",
2176
- "example": "",
2176
+ "example": "[cosResult]",
2177
2177
  "member": "CosTaskResult",
2178
2178
  "name": "CosTaskResults",
2179
+ "output_required": true,
2179
2180
  "type": "list",
2180
2181
  "value_allowed_null": false
2181
2182
  },
@@ -4124,7 +4125,7 @@
4124
4125
  {
4125
4126
  "disabled": false,
4126
4127
  "document": "本次更新的ID号,用来标记一次完整的更新过程。",
4127
- "example": "",
4128
+ "example": "123",
4128
4129
  "member": "string",
4129
4130
  "name": "UpdateId",
4130
4131
  "required": true,
@@ -4133,7 +4134,7 @@
4133
4134
  {
4134
4135
  "disabled": false,
4135
4136
  "document": "资源列表。",
4136
- "example": "",
4137
+ "example": "[item1,itme2]",
4137
4138
  "member": "DspaUserResourceMeta",
4138
4139
  "name": "Items",
4139
4140
  "required": true,
@@ -4148,40 +4149,40 @@
4148
4149
  {
4149
4150
  "disabled": false,
4150
4151
  "document": "本次更新的ID号,用来标记一次完整的更新过程。",
4151
- "example": "",
4152
+ "example": "123",
4152
4153
  "member": "string",
4153
4154
  "name": "UpdateId",
4154
- "required": true,
4155
+ "output_required": true,
4155
4156
  "type": "string",
4156
4157
  "value_allowed_null": false
4157
4158
  },
4158
4159
  {
4159
4160
  "disabled": false,
4160
4161
  "document": "资源类型,支持:cdb(云数据库 MySQL)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbpg(TDSQL-C PostgreSQL版)、cynosdbmysql(TDSQL-C MySQL版)",
4161
- "example": "",
4162
+ "example": "cbd",
4162
4163
  "member": "string",
4163
4164
  "name": "MetaType",
4164
- "required": true,
4165
+ "output_required": true,
4165
4166
  "type": "string",
4166
4167
  "value_allowed_null": false
4167
4168
  },
4168
4169
  {
4169
4170
  "disabled": false,
4170
4171
  "document": "DSPA实例ID。",
4171
- "example": "",
4172
+ "example": "dspa-a1b2",
4172
4173
  "member": "string",
4173
4174
  "name": "DspaId",
4174
- "required": true,
4175
+ "output_required": true,
4175
4176
  "type": "string",
4176
4177
  "value_allowed_null": false
4177
4178
  },
4178
4179
  {
4179
4180
  "disabled": false,
4180
4181
  "document": "资源所处地域。",
4181
- "example": "",
4182
+ "example": "ap-guangzhou",
4182
4183
  "member": "string",
4183
4184
  "name": "ResourceRegion",
4184
- "required": true,
4185
+ "output_required": true,
4185
4186
  "type": "string",
4186
4187
  "value_allowed_null": false
4187
4188
  },
@@ -9908,7 +9909,7 @@
9908
9909
  {
9909
9910
  "disabled": false,
9910
9911
  "document": "元数据类型",
9911
- "example": "",
9912
+ "example": "cdb",
9912
9913
  "member": "string",
9913
9914
  "name": "MetaTypes",
9914
9915
  "required": false,
@@ -9923,7 +9924,7 @@
9923
9924
  {
9924
9925
  "disabled": false,
9925
9926
  "document": "支持的元数据类型\n注意:此字段可能返回 null,表示取不到有效值。",
9926
- "example": "",
9927
+ "example": "cdb",
9927
9928
  "member": "DSPAMetaType",
9928
9929
  "name": "Metas",
9929
9930
  "output_required": true,
@@ -9933,7 +9934,7 @@
9933
9934
  {
9934
9935
  "disabled": false,
9935
9936
  "document": "最大支持每批次同步数量",
9936
- "example": "",
9937
+ "example": "10",
9937
9938
  "member": "int64",
9938
9939
  "name": "MaxDBInstanceLimit",
9939
9940
  "output_required": false,
@@ -13561,7 +13562,7 @@
13561
13562
  {
13562
13563
  "disabled": false,
13563
13564
  "document": "用户资源ID。",
13564
- "example": "",
13565
+ "example": "1321",
13565
13566
  "member": "string",
13566
13567
  "name": "ResourceId",
13567
13568
  "output_required": true,
@@ -13572,7 +13573,7 @@
13572
13573
  {
13573
13574
  "disabled": false,
13574
13575
  "document": "资源名称。",
13575
- "example": "",
13576
+ "example": "cos-absf2",
13576
13577
  "member": "string",
13577
13578
  "name": "ResourceName",
13578
13579
  "output_required": true,
@@ -13583,7 +13584,7 @@
13583
13584
  {
13584
13585
  "disabled": false,
13585
13586
  "document": "资源VIP。",
13586
- "example": "",
13587
+ "example": "127.0.0.2",
13587
13588
  "member": "string",
13588
13589
  "name": "ResourceVip",
13589
13590
  "output_required": true,
@@ -13594,7 +13595,7 @@
13594
13595
  {
13595
13596
  "disabled": false,
13596
13597
  "document": "资源端口。",
13597
- "example": "",
13598
+ "example": "7890",
13598
13599
  "member": "uint64",
13599
13600
  "name": "ResourceVPort",
13600
13601
  "output_required": true,
@@ -13605,7 +13606,7 @@
13605
13606
  {
13606
13607
  "disabled": false,
13607
13608
  "document": "资源被创建时间。",
13608
- "example": "",
13609
+ "example": "2024-01-02",
13609
13610
  "member": "string",
13610
13611
  "name": "ResourceCreateTime",
13611
13612
  "output_required": true,
@@ -13616,7 +13617,7 @@
13616
13617
  {
13617
13618
  "disabled": false,
13618
13619
  "document": "用户资源VPC ID 字符串。",
13619
- "example": "",
13620
+ "example": "3131",
13620
13621
  "member": "string",
13621
13622
  "name": "ResourceUniqueVpcId",
13622
13623
  "output_required": true,
@@ -13627,7 +13628,7 @@
13627
13628
  {
13628
13629
  "disabled": false,
13629
13630
  "document": "用户资源Subnet ID 字符串。",
13630
- "example": "",
13631
+ "example": "32141",
13631
13632
  "member": "string",
13632
13633
  "name": "ResourceUniqueSubnetId",
13633
13634
  "output_required": true,
@@ -13649,7 +13650,7 @@
13649
13650
  {
13650
13651
  "disabled": false,
13651
13652
  "document": "资源所处地域。",
13652
- "example": "",
13653
+ "example": "ap-guangzhou",
13653
13654
  "member": "string",
13654
13655
  "name": "ResourceRegion",
13655
13656
  "output_required": true,
@@ -13660,7 +13661,7 @@
13660
13661
  {
13661
13662
  "disabled": false,
13662
13663
  "document": "资源被同步时间。",
13663
- "example": "",
13664
+ "example": "2024-02-04",
13664
13665
  "member": "string",
13665
13666
  "name": "ResourceSyncTime",
13666
13667
  "output_required": true,
@@ -13671,7 +13672,7 @@
13671
13672
  {
13672
13673
  "disabled": false,
13673
13674
  "document": "资源被授权状态。",
13674
- "example": "",
13675
+ "example": "success",
13675
13676
  "member": "string",
13676
13677
  "name": "AuthStatus",
13677
13678
  "output_required": true,
@@ -13682,7 +13683,7 @@
13682
13683
  {
13683
13684
  "disabled": false,
13684
13685
  "document": "资源创建类型,cloud-云原生资源,build-用户自建资源。",
13685
- "example": "",
13686
+ "example": "cloud",
13686
13687
  "member": "string",
13687
13688
  "name": "BuildType",
13688
13689
  "output_required": true,
@@ -13693,7 +13694,7 @@
13693
13694
  {
13694
13695
  "disabled": false,
13695
13696
  "document": "主实例ID。",
13696
- "example": "",
13697
+ "example": "12321",
13697
13698
  "member": "string",
13698
13699
  "name": "MasterInsId",
13699
13700
  "output_required": true,
@@ -13704,7 +13705,7 @@
13704
13705
  {
13705
13706
  "disabled": false,
13706
13707
  "document": "用户资源VPC ID 整数。",
13707
- "example": "1",
13708
+ "example": "3213",
13708
13709
  "member": "uint64",
13709
13710
  "name": "ResourceVpcId",
13710
13711
  "output_required": true,
@@ -13715,7 +13716,7 @@
13715
13716
  {
13716
13717
  "disabled": false,
13717
13718
  "document": "用户资源Subnet ID 整数。",
13718
- "example": "1",
13719
+ "example": "2313",
13719
13720
  "member": "uint64",
13720
13721
  "name": "ResourceSubnetId",
13721
13722
  "output_required": true,
@@ -13737,7 +13738,7 @@
13737
13738
  {
13738
13739
  "disabled": false,
13739
13740
  "document": "资源版本号。",
13740
- "example": "",
13741
+ "example": "1",
13741
13742
  "member": "string",
13742
13743
  "name": "ResourceVersion",
13743
13744
  "output_required": true,
@@ -13759,7 +13760,7 @@
13759
13760
  {
13760
13761
  "disabled": false,
13761
13762
  "document": "授权账号名",
13762
- "example": "",
13763
+ "example": "admin",
13763
13764
  "member": "string",
13764
13765
  "name": "ResourceAuthAccount",
13765
13766
  "output_required": true,
@@ -13769,8 +13770,8 @@
13769
13770
  },
13770
13771
  {
13771
13772
  "disabled": false,
13772
- "document": "x\n注意:此字段可能返回 null,表示取不到有效值。",
13773
- "example": "",
13773
+ "document": "实例类型\n注意:此字段可能返回 null,表示取不到有效值。",
13774
+ "example": "type",
13774
13775
  "member": "string",
13775
13776
  "name": "InstanceType",
13776
13777
  "output_required": false,
@@ -13780,8 +13781,8 @@
13780
13781
  },
13781
13782
  {
13782
13783
  "disabled": false,
13783
- "document": "x\n注意:此字段可能返回 null,表示取不到有效值。",
13784
- "example": "",
13784
+ "document": "实例值\n注意:此字段可能返回 null,表示取不到有效值。",
13785
+ "example": "value",
13785
13786
  "member": "string",
13786
13787
  "name": "InstanceValue",
13787
13788
  "output_required": false,
@@ -15128,7 +15129,7 @@
15128
15129
  {
15129
15130
  "disabled": false,
15130
15131
  "document": "DSPA实例ID。",
15131
- "example": "",
15132
+ "example": "dspa-a1b2c3",
15132
15133
  "member": "string",
15133
15134
  "name": "DspaId",
15134
15135
  "required": true,
@@ -15137,7 +15138,7 @@
15137
15138
  {
15138
15139
  "disabled": false,
15139
15140
  "document": "过滤项。\n可过滤值包括:\nResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。\n\nAuthStatus - authorized(已授权)、unauthorized(未授权)、deleted(资源已被删除),不支持模糊匹配,需要填写完整。\n\nBuildType - cloud(云原生资源)、build(用户自建资源),不支持模糊匹配,需要填写完整。\n\nMetaType - cdb(云数据Mysql)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbmysql(TDSQL-C MySQL版)、cos(对象存储)、mysql_like_proto(自建型Mysql协议类关系型数据库)、postgre_like_proto(自建型Postgre协议类关系型数据库)。\n\nResourceId - 资源ID,支持模糊搜索。",
15140
- "example": "",
15141
+ "example": "[filter]",
15141
15142
  "member": "DspaDataSourceMngFilter",
15142
15143
  "name": "Filters",
15143
15144
  "required": false,
@@ -15146,7 +15147,7 @@
15146
15147
  {
15147
15148
  "disabled": false,
15148
15149
  "document": "分页步长,默认为100。",
15149
- "example": "",
15150
+ "example": "10",
15150
15151
  "member": "uint64",
15151
15152
  "name": "Limit",
15152
15153
  "required": false,
@@ -15155,7 +15156,7 @@
15155
15156
  {
15156
15157
  "disabled": false,
15157
15158
  "document": "分页偏移量,默认为0。",
15158
- "example": "",
15159
+ "example": "0",
15159
15160
  "member": "uint64",
15160
15161
  "name": "Offset",
15161
15162
  "required": false,
@@ -15179,18 +15180,20 @@
15179
15180
  {
15180
15181
  "disabled": false,
15181
15182
  "document": "DSPA实例ID。",
15182
- "example": "",
15183
+ "example": "dspa-1",
15183
15184
  "member": "string",
15184
15185
  "name": "DspaId",
15186
+ "output_required": true,
15185
15187
  "type": "string",
15186
15188
  "value_allowed_null": false
15187
15189
  },
15188
15190
  {
15189
15191
  "disabled": false,
15190
15192
  "document": "用户资源列表。",
15191
- "example": "",
15193
+ "example": "[123]",
15192
15194
  "member": "DspaUserResourceMeta",
15193
15195
  "name": "Resources",
15196
+ "output_required": true,
15194
15197
  "type": "list",
15195
15198
  "value_allowed_null": false
15196
15199
  },
@@ -15200,6 +15203,7 @@
15200
15203
  "example": "1",
15201
15204
  "member": "uint64",
15202
15205
  "name": "TotalCount",
15206
+ "output_required": true,
15203
15207
  "type": "int",
15204
15208
  "value_allowed_null": false
15205
15209
  },
@@ -15258,15 +15262,6 @@
15258
15262
  "required": true,
15259
15263
  "type": "string"
15260
15264
  },
15261
- {
15262
- "disabled": true,
15263
- "document": "最新风险项Id",
15264
- "example": "1",
15265
- "member": "uint64",
15266
- "name": "RiskLatestTableId",
15267
- "required": true,
15268
- "type": "int"
15269
- },
15270
15265
  {
15271
15266
  "disabled": false,
15272
15267
  "document": "风险状态(waiting:待处理,processing:处理中,finished:已处理,ignored:已忽略)",
@@ -15276,10 +15271,19 @@
15276
15271
  "required": true,
15277
15272
  "type": "string"
15278
15273
  },
15274
+ {
15275
+ "disabled": true,
15276
+ "document": "最新风险项Id",
15277
+ "example": "1",
15278
+ "member": "uint64",
15279
+ "name": "RiskLatestTableId",
15280
+ "required": false,
15281
+ "type": "int"
15282
+ },
15279
15283
  {
15280
15284
  "disabled": false,
15281
15285
  "document": "备注",
15282
- "example": "",
15286
+ "example": "remark",
15283
15287
  "member": "string",
15284
15288
  "name": "Note",
15285
15289
  "required": false,
@@ -17469,7 +17473,7 @@
17469
17473
  {
17470
17474
  "disabled": false,
17471
17475
  "document": "风险描述\n注意:此字段可能返回 null,表示取不到有效值。",
17472
- "example": "",
17476
+ "example": "未加密的敏感数据在被窃取或泄露时可能会导致严重的后果",
17473
17477
  "member": "string",
17474
17478
  "name": "RiskDescription",
17475
17479
  "output_required": true,
@@ -17491,7 +17495,7 @@
17491
17495
  {
17492
17496
  "disabled": false,
17493
17497
  "document": "安全产品(可能有多个)\n注意:此字段可能返回 null,表示取不到有效值。",
17494
- "example": "",
17498
+ "example": "[item]",
17495
17499
  "member": "SecurityProduct",
17496
17500
  "name": "SecurityProduct",
17497
17501
  "output_required": true,
@@ -17557,7 +17561,7 @@
17557
17561
  {
17558
17562
  "disabled": false,
17559
17563
  "document": "风险面\n注意:此字段可能返回 null,表示取不到有效值。",
17560
- "example": "",
17564
+ "example": "database_security",
17561
17565
  "member": "string",
17562
17566
  "name": "RiskSide",
17563
17567
  "output_required": false,
@@ -17579,7 +17583,7 @@
17579
17583
  {
17580
17584
  "disabled": false,
17581
17585
  "document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
17582
- "example": "",
17586
+ "example": "处理备注",
17583
17587
  "member": "string",
17584
17588
  "name": "Remark",
17585
17589
  "output_required": false,
@@ -18067,6 +18071,7 @@
18067
18071
  "example": "T-ce",
18068
18072
  "member": "string",
18069
18073
  "name": "ProductName",
18074
+ "output_required": false,
18070
18075
  "required": false,
18071
18076
  "type": "string",
18072
18077
  "value_allowed_null": true
@@ -18077,12 +18082,13 @@
18077
18082
  "example": "http://xxxx",
18078
18083
  "member": "string",
18079
18084
  "name": "ReferUrl",
18085
+ "output_required": false,
18080
18086
  "required": false,
18081
18087
  "type": "string",
18082
18088
  "value_allowed_null": true
18083
18089
  }
18084
18090
  ],
18085
- "usage": "out"
18091
+ "usage": "both"
18086
18092
  },
18087
18093
  "SensitiveLevel": {
18088
18094
  "document": "敏感等级分布",
@@ -162,8 +162,8 @@
162
162
  ],
163
163
  "CreateDSPAMetaResources": [
164
164
  {
165
- "document": "",
166
- "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-ed415837\",\n \"UpdateId\": \"49f060ba-c12d-4643-98da-aa8bcc382091\",\n \"UpdateStatus\": \"finished\",\n \"Items\": [\n {\n \"BuildType\": \"xx\",\n \"ResourceSyncTime\": \"xx\",\n \"ResourceRegion\": \"xx\",\n \"ResourceVip\": \"xx\",\n \"MetaType\": \"xx\",\n \"ResourceId\": \"xx\",\n \"ResourceCreateTime\": \"xx\",\n \"ResourceUniqueSubnetId\": \"xx\",\n \"ResourceUniqueVpcId\": \"xx\",\n \"ResourceName\": \"xx\",\n \"AuthStatus\": \"xx\",\n \"ResourceVPort\": 1\n }\n ],\n \"MetaType\": \"mariadb\",\n \"ResourceRegion\": \"ap-guangzhou\"\n}",
165
+ "document": "添加用户云上资源列表示例",
166
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-ed415837\",\n \"UpdateId\": \"49f060ba-c12d-4643-98da-aa8bcc382091\",\n \"UpdateStatus\": \"finished\",\n \"Items\": [\n {\n \"ResourceVip\": \"127.0.0.1\",\n \"ResourceId\": \"cdb-xxxxxxxx\",\n \"ResourceCreateTime\": \"2022-xx-xx xx:xx:xx\",\n \"ResourceUniqueSubnetId\": \"subnet-xx\",\n \"ResourceUniqueVpcId\": \"vpc-xx\",\n \"ResourceName\": \"name\",\n \"ResourceVPort\": 1\n }\n ],\n \"MetaType\": \"mariadb\",\n \"ResourceRegion\": \"ap-guangzhou\"\n}",
167
167
  "output": "{\n \"Response\": {\n \"RequestId\": \"6542ea46-5974-42b2-8876-f1ca946a92ce\",\n \"DspaId\": \"dspa-ed415837\",\n \"MetaType\": \"mariadb\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"UpdateId\": \"49f060ba-c12d-4643-98da-aa8bcc382091\"\n }\n}",
168
168
  "title": "示例"
169
169
  }
@@ -946,7 +946,7 @@
946
946
  {
947
947
  "document": "获取Dspa实例下的指定cdb资源信息",
948
948
  "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-6fb60936\",\n \"Filters\": [\n {\n \"Name\": \"ResourceId\",\n \"Values\": [\n \"cdb-9loqa8ed\"\n ]\n }\n ]\n}",
949
- "output": "{\n \"Response\": {\n \"RequestId\": \"0b727eb5-5759-40c2-adeb-bb238e0259db\",\n \"TotalCount\": 1,\n \"DspaId\": \"dspa-6fb60936\",\n \"Resources\": [\n {\n \"BuildType\": \"cloud\",\n \"MetaType\": \"cdb\",\n \"ResourceId\": \"cdb-9loqa8ed\",\n \"ResourceName\": \"永久勿删-分类分级自动化测试使用\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"ResourceVip\": \"172.16.0.24\",\n \"ResourceVPort\": 3306,\n \"ResourceSyncTime\": \"2022-06-27 10:22:51\",\n \"ResourceCreateTime\": \"2022-06-08 10:48:20\",\n \"AuthStatus\": \"authorized\",\n \"ResourceUniqueVpcId\": \"vpc-7vv1q6x9\",\n \"ResourceUniqueSubnetId\": \"subnet-n488vg8m\",\n \"ResourceSubnetId\": 0,\n \"ResourceVpcId\": 0,\n \"MasterInsId\": \"cdb-9loqa8ed\",\n \"Protocol\": \"mysql\"\n }\n ]\n }\n}",
949
+ "output": "{\n \"Response\": {\n \"DspaId\": \"abc\",\n \"Resources\": [\n {\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"ResourceVip\": \"abc\",\n \"ResourceVPort\": 1,\n \"ResourceCreateTime\": \"abc\",\n \"ResourceUniqueVpcId\": \"abc\",\n \"ResourceUniqueSubnetId\": \"abc\",\n \"MetaType\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"ResourceSyncTime\": \"abc\",\n \"AuthStatus\": \"abc\",\n \"BuildType\": \"abc\",\n \"MasterInsId\": \"abc\",\n \"ResourceVpcId\": 1,\n \"ResourceSubnetId\": 1,\n \"Protocol\": \"abc\",\n \"ResourceVersion\": \"abc\",\n \"ResourceAuthType\": \"abc\",\n \"ResourceAuthAccount\": \"abc\",\n \"InstanceType\": \"abc\",\n \"InstanceValue\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
950
950
  "title": "示例"
951
951
  }
952
952
  ],