tccli 3.0.1181.1__py2.py3-none-any.whl → 3.0.1183.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 (91) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/ams/v20201229/api.json +20 -0
  4. tccli/services/ams/v20201229/examples.json +1 -1
  5. tccli/services/asr/asr_client.py +229 -17
  6. tccli/services/asr/v20190614/api.json +379 -0
  7. tccli/services/asr/v20190614/examples.json +32 -0
  8. tccli/services/batch/v20170312/api.json +1 -1
  9. tccli/services/bi/v20220105/api.json +10 -0
  10. tccli/services/cdb/cdb_client.py +106 -0
  11. tccli/services/cdb/v20170320/api.json +185 -0
  12. tccli/services/cdb/v20170320/examples.json +17 -1
  13. tccli/services/cdwdoris/v20211228/api.json +70 -8
  14. tccli/services/cdwdoris/v20211228/examples.json +2 -2
  15. tccli/services/cfg/v20210820/api.json +134 -11
  16. tccli/services/cfw/cfw_client.py +53 -0
  17. tccli/services/cfw/v20190904/api.json +44 -0
  18. tccli/services/cfw/v20190904/examples.json +8 -0
  19. tccli/services/ckafka/v20190819/api.json +46 -16
  20. tccli/services/ckafka/v20190819/examples.json +8 -8
  21. tccli/services/clb/v20180317/api.json +99 -2
  22. tccli/services/cls/v20201016/api.json +1 -1
  23. tccli/services/controlcenter/__init__.py +4 -0
  24. tccli/services/controlcenter/controlcenter_client.py +195 -0
  25. tccli/services/controlcenter/v20230110/api.json +82 -0
  26. tccli/services/controlcenter/v20230110/examples.json +13 -0
  27. tccli/services/csip/v20221121/api.json +308 -1
  28. tccli/services/cvm/v20170312/api.json +20 -20
  29. tccli/services/cvm/v20170312/examples.json +1 -1
  30. tccli/services/cwp/v20180228/api.json +3 -3
  31. tccli/services/cwp/v20180228/examples.json +1 -1
  32. tccli/services/cynosdb/cynosdb_client.py +110 -4
  33. tccli/services/cynosdb/v20190107/api.json +296 -11
  34. tccli/services/cynosdb/v20190107/examples.json +19 -3
  35. tccli/services/dasb/v20191018/api.json +20 -1
  36. tccli/services/dbbrain/v20210527/api.json +15 -15
  37. tccli/services/dc/v20180410/api.json +117 -73
  38. tccli/services/dc/v20180410/examples.json +11 -11
  39. tccli/services/dcdb/dcdb_client.py +53 -0
  40. tccli/services/dcdb/v20180411/api.json +54 -0
  41. tccli/services/dcdb/v20180411/examples.json +8 -0
  42. tccli/services/emr/emr_client.py +53 -0
  43. tccli/services/emr/v20190103/api.json +52 -0
  44. tccli/services/emr/v20190103/examples.json +8 -0
  45. tccli/services/es/es_client.py +53 -0
  46. tccli/services/es/v20180416/api.json +64 -1
  47. tccli/services/es/v20180416/examples.json +8 -0
  48. tccli/services/ess/v20201111/api.json +1 -1
  49. tccli/services/essbasic/v20210526/api.json +9 -9
  50. tccli/services/hunyuan/hunyuan_client.py +106 -0
  51. tccli/services/hunyuan/v20230901/api.json +236 -1
  52. tccli/services/hunyuan/v20230901/examples.json +16 -0
  53. tccli/services/ims/v20201229/api.json +1 -1
  54. tccli/services/iotexplorer/v20190423/api.json +2 -2
  55. tccli/services/iss/v20230517/api.json +18 -0
  56. tccli/services/iss/v20230517/examples.json +3 -3
  57. tccli/services/lke/v20231130/api.json +141 -2
  58. tccli/services/mariadb/mariadb_client.py +57 -4
  59. tccli/services/mariadb/v20170312/api.json +54 -0
  60. tccli/services/mariadb/v20170312/examples.json +8 -0
  61. tccli/services/oceanus/v20190422/api.json +10 -0
  62. tccli/services/ocr/v20181119/api.json +7 -7
  63. tccli/services/organization/organization_client.py +53 -0
  64. tccli/services/organization/v20210331/api.json +43 -0
  65. tccli/services/organization/v20210331/examples.json +8 -0
  66. tccli/services/postgres/v20170312/api.json +3 -0
  67. tccli/services/redis/v20180412/api.json +16 -16
  68. tccli/services/scf/v20180416/api.json +26 -16
  69. tccli/services/ses/v20201002/api.json +148 -11
  70. tccli/services/sms/v20190711/api.json +49 -49
  71. tccli/services/sms/v20190711/examples.json +2 -2
  72. tccli/services/ssl/v20191205/api.json +3 -3
  73. tccli/services/ssl/v20191205/examples.json +2 -2
  74. tccli/services/tdmq/v20200217/api.json +180 -93
  75. tccli/services/tdmq/v20200217/examples.json +8 -8
  76. tccli/services/tke/v20180525/api.json +14 -2
  77. tccli/services/tke/v20180525/examples.json +3 -3
  78. tccli/services/tms/tms_client.py +0 -53
  79. tccli/services/tms/v20201229/api.json +2 -46
  80. tccli/services/tms/v20201229/examples.json +0 -8
  81. tccli/services/tmt/v20180321/api.json +4 -4
  82. tccli/services/trocket/v20230308/api.json +62 -12
  83. tccli/services/vpc/v20170312/api.json +23 -0
  84. tccli/services/wedata/v20210820/api.json +1909 -175
  85. tccli/services/wedata/v20210820/examples.json +62 -0
  86. tccli/services/wedata/wedata_client.py +387 -16
  87. {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/METADATA +2 -2
  88. {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/RECORD +91 -87
  89. {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/WHEEL +0 -0
  90. {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/entry_points.txt +0 -0
  91. {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/license_files/LICENSE +0 -0
@@ -392,7 +392,7 @@
392
392
  {
393
393
  "document": "",
394
394
  "input": "https://tdmq.tencentcloudapi.com/?Action=DescribeClusterDetail\n&ClusterId=pulsar-xxxxxxxx\n&<公共请求参数>",
395
- "output": "{\n \"Response\": {\n \"ClusterSet\": {\n \"ClusterId\": \"pulsar-xxxxxxxx\",\n \"ClusterName\": \"sdfsdfsdf\",\n \"Remark\": \"\",\n \"EndPointNum\": 0,\n \"CreateTime\": \"2021-01-13 15:43:29\",\n \"Healthy\": 1,\n \"HealthyInfo\": \"\",\n \"Status\": 1,\n \"MaxNamespaceNum\": 50,\n \"MaxTopicNum\": 1000,\n \"MaxQps\": 10000,\n \"MessageRetentionTime\": 86400,\n \"VpcEndPoint\": \"xx\",\n \"NamespaceNum\": 0,\n \"Version\": \"xx\",\n \"PublicEndPoint\": \"xx\",\n \"MaxStorageCapacity\": 100\n },\n \"RequestId\": \"020eb354-144e-4cf8-9607-c6771cd24421\"\n }\n}",
395
+ "output": "{\n \"Response\": {\n \"ClusterSet\": {\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"Remark\": \"abc\",\n \"EndPointNum\": 0,\n \"CreateTime\": \"abc\",\n \"Healthy\": 0,\n \"HealthyInfo\": \"abc\",\n \"Status\": 0,\n \"MaxNamespaceNum\": 0,\n \"MaxTopicNum\": 0,\n \"MaxQps\": 0,\n \"MessageRetentionTime\": 0,\n \"MaxStorageCapacity\": 0,\n \"Version\": \"abc\",\n \"PublicEndPoint\": \"abc\",\n \"VpcEndPoint\": \"abc\",\n \"NamespaceNum\": 0,\n \"UsedStorageBudget\": 0,\n \"MaxPublishRateInMessages\": 0,\n \"MaxDispatchRateInMessages\": 0,\n \"MaxPublishRateInBytes\": 0,\n \"MaxDispatchRateInBytes\": 0,\n \"TopicNum\": 0,\n \"MaxMessageDelayInSeconds\": 0,\n \"PublicAccessEnabled\": true,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"PayMode\": 0,\n \"ProjectId\": 0,\n \"ProjectName\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
396
396
  "title": "获取集群的详细信息"
397
397
  }
398
398
  ],
@@ -424,7 +424,7 @@
424
424
  {
425
425
  "document": "",
426
426
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCmqQueues\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"0\"\n}",
427
- "output": "{\n \"Response\": {\n \"TotalCount\": 2005,\n \"QueueList\": [\n {\n \"Tags\": [],\n \"QueueId\": \"queue-6zs45b15\",\n \"QueueName\": \"QTA-5cd25c1e-5c7c-11ea-b510-460d8830b47a\",\n \"CreateUin\": 100002742997,\n \"Qps\": 5000,\n \"Bps\": 52428800,\n \"MaxDelaySeconds\": 3600,\n \"MaxMsgHeapNum\": 10000000,\n \"PollingWaitSeconds\": 0,\n \"MsgRetentionSeconds\": 345600,\n \"VisibilityTimeout\": 30,\n \"MaxMsgSize\": 65536,\n \"RewindSeconds\": 43200,\n \"CreateTime\": 1583149980,\n \"LastModifyTime\": 1583149980,\n \"Transaction\": false,\n \"DeadLetterSource\": [],\n \"DeadLetterPolicy\": [],\n \"TransactionPolicy\": [],\n \"ActiveMsgNum\": 0,\n \"InactiveMsgNum\": 0,\n \"DelayMsgNum\": 0,\n \"RewindMsgNum\": 0,\n \"MinMsgTime\": 0\n }\n ],\n \"RequestId\": \"6bab9048-bc14-4142-80c6-3ec119729bed\"\n }\n}",
427
+ "output": "{\n \"Response\": {\n \"RequestId\": \"730b0b3e-4c67-4a11-a15b-90e6f7c18402\",\n \"TotalCount\": 1,\n \"QueueList\": [\n {\n \"QueueId\": \"cmqq-bzgqn83nv\",\n \"QueueName\": \"test0829\",\n \"Qps\": 5000,\n \"Bps\": 52428800,\n \"MaxDelaySeconds\": 3600,\n \"MaxMsgHeapNum\": 1000000,\n \"PollingWaitSeconds\": 3,\n \"MsgRetentionSeconds\": 7200,\n \"VisibilityTimeout\": 30,\n \"MaxMsgSize\": 1048576,\n \"RewindSeconds\": 0,\n \"RetentionSizeInMB\": 0,\n \"CreateTime\": 1724918937000,\n \"LastModifyTime\": 1724924966000,\n \"ActiveMsgNum\": 0,\n \"InactiveMsgNum\": 0,\n \"DelayMsgNum\": null,\n \"RewindMsgNum\": null,\n \"MinMsgTime\": null,\n \"MaxUnackedMsgNum\": 100000,\n \"DeadLetterPolicy\": {\n \"DeadLetterQueue\": \"rmqbroker-nj\",\n \"Policy\": 0,\n \"MaxTimeToLive\": 0,\n \"MaxReceiveCount\": 22\n },\n \"DeadLetterSource\": null,\n \"Transaction\": null,\n \"TransactionPolicy\": null,\n \"CreateUin\": null,\n \"Trace\": null,\n \"Tags\": null,\n \"TenantId\": \"cmq-13179472\",\n \"NamespaceName\": \"CMQ_QUEUE-test0829\",\n \"Status\": 1,\n \"MaxMsgBacklogSize\": 10737418240\n }\n ]\n }\n}",
428
428
  "title": "枚举队列(不区分用户)"
429
429
  }
430
430
  ],
@@ -440,7 +440,7 @@
440
440
  {
441
441
  "document": "",
442
442
  "input": "https://tdmq.tencentcloudapi.com/?Action=DescribeCmqTopicDetail\n&<公共请求参数>",
443
- "output": "{\n \"Response\": {\n \"TopicDescribe\": {\n \"MsgCount\": 1,\n \"TopicId\": \"xx\",\n \"MaxMsgSize\": 1,\n \"Trace\": true,\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"CreateUin\": 1,\n \"FilterType\": 1,\n \"TenantId\": \"xx\",\n \"LastModifyTime\": 1,\n \"MsgRetentionSeconds\": 1,\n \"NamespaceName\": \"xx\",\n \"Qps\": 1,\n \"CreateTime\": 1,\n \"TopicName\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
443
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cbeef60c-6525-484a-83e8-6c590e81e749\",\n \"TopicDescribe\": {\n \"TopicId\": \"cmqt-w4nb4z27\",\n \"TopicName\": \"rmqbroker-nj\",\n \"MaxMsgSize\": 1048576,\n \"FilterType\": 1,\n \"MsgRetentionSeconds\": 86400,\n \"Qps\": 5000,\n \"CreateTime\": 1692691276000,\n \"LastModifyTime\": 1692691276000,\n \"MsgCount\": 0,\n \"CreateUin\": null,\n \"Trace\": null,\n \"Tags\": null,\n \"TenantId\": \"cmq-1317947242\",\n \"NamespaceName\": \"CMQ_TOPIC-rmqbroker-nj\",\n \"Status\": 1,\n \"BrokerType\": 1,\n \"SubscriptionCount\": 1\n }\n }\n}",
444
444
  "title": "cmq查询主题详情"
445
445
  }
446
446
  ],
@@ -448,7 +448,7 @@
448
448
  {
449
449
  "document": "",
450
450
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCmqTopics\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"0\"\n}",
451
- "output": "{\n \"Response\": {\n \"TotalCount\": 360,\n \"TopicList\": [\n {\n \"Tags\": [],\n \"TopicId\": \"topic-catv1v6h\",\n \"TopicName\": \"QTA-6d1dfa44-5c70-11ea-8575-460d8830b47a\",\n \"CreateUin\": 100002742997,\n \"MsgRetentionSeconds\": 86400,\n \"MaxMsgSize\": 65536,\n \"Qps\": 5000,\n \"FilterType\": 1,\n \"CreateTime\": 1583144853,\n \"LastModifyTime\": 1583144874,\n \"MsgCount\": 0\n },\n {\n \"Tags\": [],\n \"TopicId\": \"topic-caysfz7j\",\n \"TopicName\": \"QTA-8f9162e2-5c6f-11ea-8dea-460d8830b47a\",\n \"CreateUin\": 100002742997,\n \"MsgRetentionSeconds\": 86400,\n \"MaxMsgSize\": 1025,\n \"Qps\": 5000,\n \"FilterType\": 1,\n \"CreateTime\": 1583144481,\n \"LastModifyTime\": 1583144484,\n \"MsgCount\": 0\n }\n ],\n \"RequestId\": \"104f0831-f81a-4d65-81e4-ff0c6217ae23\"\n }\n}",
451
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3fe52209-a1e2-462c-a948-defb864d14e3\",\n \"TotalCount\": 1,\n \"TopicList\": [\n {\n \"TopicId\": \"cmqt-w4nb4zonn\",\n \"TopicName\": \"rtopic\",\n \"MaxMsgSize\": 1048576,\n \"FilterType\": 1,\n \"MsgRetentionSeconds\": 86400,\n \"Qps\": 5000,\n \"CreateTime\": 1692691276000,\n \"LastModifyTime\": 1692691276000,\n \"MsgCount\": 0,\n \"CreateUin\": null,\n \"Trace\": null,\n \"Tags\": null,\n \"TenantId\": \"cmq-1317947242\",\n \"NamespaceName\": \"CMQ_TOPIC-rtopic\",\n \"Status\": 1,\n \"BrokerType\": 1,\n \"SubscriptionCount\": 1\n }\n ]\n }\n}",
452
452
  "title": "枚举主题(不区分用户)"
453
453
  }
454
454
  ],
@@ -786,7 +786,7 @@
786
786
  {
787
787
  "document": "",
788
788
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQSubscriptions\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"ClusterId\": \"rocketmq-a5nzx52ab7jb\",\n \"Namespace\": \"test\",\n \"Group\": \"consume_group\",\n \"Offset\": \"0\"\n}",
789
- "output": "{\n \"Response\": {\n \"RequestId\": \"cde7c1eb-c631-453a-999b-03c9ed38b892\",\n \"TotalCount\": 2,\n \"Subscriptions\": [\n {\n \"Topic\": \"test\",\n \"Type\": \"Normal\",\n \"PartitionNum\": 3,\n \"ExpressionType\": \"TAG\",\n \"SubString\": \"*\",\n \"Status\": 0\n },\n {\n \"Topic\": \"%RETRY%consume_group\",\n \"Type\": \"Retry\",\n \"PartitionNum\": 1,\n \"ExpressionType\": \"TAG\",\n \"SubString\": \"*\",\n \"Status\": 0\n }\n ]\n }\n}",
789
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cde7c1eb-c631-453a-999b-03c9ed38b892\",\n \"TotalCount\": 2,\n \"Subscriptions\": [\n {\n \"Topic\": \"test\",\n \"Type\": \"Normal\",\n \"PartitionNum\": 3,\n \"ExpressionType\": \"TAG\",\n \"SubString\": \"*\",\n \"Status\": 0,\n \"ConsumerLag\": 0\n }\n ]\n }\n}",
790
790
  "title": "获取rocketmq消费组订阅关系"
791
791
  }
792
792
  ],
@@ -1072,7 +1072,7 @@
1072
1072
  {
1073
1073
  "document": "",
1074
1074
  "input": "https://tdmq.tencentcloudapi.com/?Action=PublishCmqMsg\n&TopicName=test-queue\n&MsgContent=test\n&<公共请求参数>",
1075
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"MsgId\": \"50169152:0:0:-1\",\n \"RequestId\": \"3593f784-fcfb-4f23-b3dd-4751cba3aec7\"\n }\n}",
1075
+ "output": "{\n \"Response\": {\n \"Result\": true,\n \"MsgId\": \"1EAD5E05003A6767C1FC9160304F98\",\n \"RequestId\": \"3593f784-fcfb-4f23-b3dd-4751cba3aec7\"\n }\n}",
1076
1076
  "title": "发送cmq主题消息"
1077
1077
  }
1078
1078
  ],
@@ -1167,8 +1167,8 @@
1167
1167
  "VerifyRocketMQConsume": [
1168
1168
  {
1169
1169
  "document": "",
1170
- "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyRocketMQConsume\n<公共请求参数>\n\n{\n \"NamespaceId\": \"xx\",\n \"MsgId\": \"xx\",\n \"ClusterId\": \"xx\",\n \"GroupId\": \"xx\",\n \"TopicName\": \"xx\",\n \"ClientId\": \"xx\"\n}",
1171
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
1170
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyRocketMQConsume\n<公共请求参数>\n\n{\n \"NamespaceId\": \"test_ns\",\n \"MsgId\": \"abc\",\n \"ClusterId\": \"rocketmq-abc\",\n \"GroupId\": \"test_group\",\n \"TopicName\": \"test_topic\",\n \"ClientId\": \"1.1.1.1@abc\"\n}",
1171
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
1172
1172
  "title": "示例"
1173
1173
  }
1174
1174
  ]
@@ -4666,7 +4666,7 @@
4666
4666
  {
4667
4667
  "disabled": false,
4668
4668
  "document": "CVM创建透传参数,json化字符串格式,如需要保证扩展集群节点请求幂等性需要在此参数添加ClientToken字段,详见[CVM创建实例](https://cloud.tencent.com/document/product/213/15730)接口。",
4669
- "example": "{}",
4669
+ "example": " {\"InstanceChargeType\":\"POSTPAID_BY_HOUR\",\"Placement\":{\"Zone\":\"ap-shanghai-1\",\"ProjectId\":0},\"InstanceType\":\"S2.LARGE4\",\"SystemDisk\":{\"DiskType\":\"CLOUD_BSSD\",\"DiskSize\":50},\"VirtualPrivateCloud\":{\"VpcId\":\"vpc-135qxjgs\",\"SubnetId\":\"subnet-rtp4p7q3\",\"AsVpcGateway\":false,\"Ipv6AddressCount\":0},\"InternetAccessible\":{\"InternetChargeType\":\"TRAFFIC_POSTPAID_BY_HOUR\",\"InternetMaxBandwidthOut\":1,\"PublicIpAssigned\":true},\"InstanceCount\":1,\"ImageId\":\"img-9qrfy1xt\",\"InstanceName\":\"tke_cls-qgbeoz23_worker\",\"LoginSettings\":{},\"SecurityGroupIds\":[\"sg-gt69n0lo\"],\"EnhancedService\":{\"SecurityService\":{\"Enabled\":true},\"MonitorService\":{\"Enabled\":true}}}",
4670
4670
  "member": "string",
4671
4671
  "name": "RunInstancePara",
4672
4672
  "required": true,
@@ -4702,6 +4702,7 @@
4702
4702
  "example": "[",
4703
4703
  "member": "string",
4704
4704
  "name": "InstanceIdSet",
4705
+ "output_required": true,
4705
4706
  "type": "list",
4706
4707
  "value_allowed_null": false
4707
4708
  },
@@ -9210,6 +9211,7 @@
9210
9211
  "example": "10",
9211
9212
  "member": "int64",
9212
9213
  "name": "TotalCount",
9214
+ "output_required": true,
9213
9215
  "type": "int",
9214
9216
  "value_allowed_null": false
9215
9217
  },
@@ -9219,6 +9221,7 @@
9219
9221
  "example": "无",
9220
9222
  "member": "ClusterLevelChangeRecord",
9221
9223
  "name": "Items",
9224
+ "output_required": true,
9222
9225
  "type": "list",
9223
9226
  "value_allowed_null": false
9224
9227
  },
@@ -16950,7 +16953,7 @@
16950
16953
  {
16951
16954
  "disabled": false,
16952
16955
  "document": "TKE集群ID",
16953
- "example": "cls-xxxxxx",
16956
+ "example": "cls-12jsh8ds",
16954
16957
  "member": "string",
16955
16958
  "name": "ClusterId",
16956
16959
  "required": true,
@@ -16964,6 +16967,15 @@
16964
16967
  "name": "KubeletRootDir",
16965
16968
  "required": false,
16966
16969
  "type": "string"
16970
+ },
16971
+ {
16972
+ "disabled": false,
16973
+ "document": "集群类型 tke/eks,默认tke",
16974
+ "example": "tke",
16975
+ "member": "string",
16976
+ "name": "ClusterType",
16977
+ "required": false,
16978
+ "type": "string"
16967
16979
  }
16968
16980
  ],
16969
16981
  "type": "object"
@@ -112,14 +112,14 @@
112
112
  ],
113
113
  "CreateClusterInstances": [
114
114
  {
115
- "document": "",
116
- "input": "https://tke.tencentcloudapi.com/?Action=CreateClusterInstances\n&ClusterId=cls-xxxxxxxx\n&RunInstancePara={\"Placement\":{\"Zone\":\"ap-guangzhou-4\"},\"InstanceType\":\"S3.SMALL1\"}\n&<公共请求参数>",
115
+ "document": "扩展集群节点",
116
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterInstances\n<公共请求参数>\n\n{\n \"RunInstancePara\": \"{\\\"Placement\\\":{\\\"Zone\\\":\\\"ap-guangzhou-4\\\"},\\\"InstanceType\\\":\\\"S3.SMALL1\\\"}\",\n \"ClusterId\": \"cls-xxxxxxxx\"\n}",
117
117
  "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-xxxxxxxx\"\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
118
118
  "title": "扩展集群节点示例"
119
119
  },
120
120
  {
121
121
  "document": "添加带有多个数据盘的节点到集群\n注意1: InstanceAdvancedSettings设置DataDisks, 多盘数据盘挂载信息,后端会根据盘的类型、大小匹配数据盘ID,将对应的路径挂载\n注意2: RunInstancePara设置DataDisks, 此参数透传给CVM,购买多块数据盘\n注意3: InstanceAdvancedSettings的MountTarget早期是支持单盘的,多盘场景废弃,无需填写",
122
- "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterInstances\n<公共请求参数>\n\n{\n \"InstanceAdvancedSettings\": {\n \"DataDisks\": [\n {\n \"AutoFormatAndMount\": true,\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"FileSystem\": \"ext4\",\n \"MountTarget\": \"/data2\"\n },\n {\n \"AutoFormatAndMount\": true,\n \"DiskSize\": 120,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"FileSystem\": \"ext4\",\n \"MountTarget\": \"/data4\"\n },\n {\n \"AutoFormatAndMount\": true,\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"FileSystem\": \"ext4\",\n \"MountTarget\": \"/data3\"\n },\n {\n \"AutoFormatAndMount\": true,\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"FileSystem\": \"ext4\",\n \"MountTarget\": \"/data5\"\n }\n ],\n \"DockerGraphPath\": \"/var/lib/docker\",\n \"MountTarget\": \"/var/lib/docker\",\n \"Unschedulable\": 0,\n \"UserScript\": \"\"\n },\n \"SkipValidateOptions\": [\n \"GlobalRouteCIDRCheck\",\n \"VpcCniCIDRCheck\"\n ],\n \"RunInstancePara\": \"xx\",\n \"ClusterId\": \"cls-xxxxx\"\n}",
122
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterInstances\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"InstanceAdvancedSettings\": {\n \"MountTarget\": \"abc\",\n \"DockerGraphPath\": \"abc\",\n \"UserScript\": \"abc\",\n \"Unschedulable\": 0,\n \"Labels\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"DataDisks\": [\n {\n \"DiskType\": \"abc\",\n \"FileSystem\": \"abc\",\n \"DiskSize\": 0,\n \"AutoFormatAndMount\": true,\n \"MountTarget\": \"abc\",\n \"DiskPartition\": \"abc\"\n }\n ],\n \"ExtraArgs\": {\n \"Kubelet\": [\n \"abc\"\n ]\n },\n \"DesiredPodNumber\": 0,\n \"GPUArgs\": {\n \"MIGEnable\": true,\n \"Driver\": {\n \"Version\": \"abc\",\n \"Name\": \"abc\"\n },\n \"CUDA\": {\n \"Version\": \"abc\",\n \"Name\": \"abc\"\n },\n \"CUDNN\": {\n \"Version\": \"abc\",\n \"Name\": \"abc\",\n \"DocName\": \"abc\",\n \"DevName\": \"abc\"\n },\n \"CustomDriver\": {\n \"Address\": \"abc\"\n }\n },\n \"PreStartUserScript\": \"abc\",\n \"Taints\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Effect\": \"abc\"\n }\n ]\n },\n \"RunInstancePara\": \"abc\",\n \"SkipValidateOptions\": [\n \"abc\"\n ]\n}",
123
123
  "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-xxxxxxxx\"\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
124
124
  "title": "添加集群节点(多块数据盘)"
125
125
  }
@@ -175,58 +175,6 @@ def doTextModeration(args, parsed_globals):
175
175
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
176
176
 
177
177
 
178
- def doAnswerQuestion(args, parsed_globals):
179
- g_param = parse_global_arg(parsed_globals)
180
-
181
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
182
- cred = credential.CVMRoleCredential()
183
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
184
- cred = credential.STSAssumeRoleCredential(
185
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
186
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
187
- )
188
- elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
189
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
190
- else:
191
- cred = credential.Credential(
192
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
193
- )
194
- http_profile = HttpProfile(
195
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
196
- reqMethod="POST",
197
- endpoint=g_param[OptionsDefine.Endpoint],
198
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
199
- )
200
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
201
- if g_param[OptionsDefine.Language]:
202
- profile.language = g_param[OptionsDefine.Language]
203
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
204
- client = mod.TmsClient(cred, g_param[OptionsDefine.Region], profile)
205
- client._sdkVersion += ("_CLI_" + __version__)
206
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
207
- model = models.AnswerQuestionRequest()
208
- model.from_json_string(json.dumps(args))
209
- start_time = time.time()
210
- while True:
211
- rsp = client.AnswerQuestion(model)
212
- result = rsp.to_json_string()
213
- try:
214
- json_obj = json.loads(result)
215
- except TypeError as e:
216
- json_obj = json.loads(result.decode('utf-8')) # python3.3
217
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
218
- break
219
- cur_time = time.time()
220
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
221
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
222
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
223
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
224
- else:
225
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
226
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
227
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
228
-
229
-
230
178
  def doDescribeTextLib(args, parsed_globals):
231
179
  g_param = parse_global_arg(parsed_globals)
232
180
 
@@ -347,7 +295,6 @@ ACTION_MAP = {
347
295
  "DescribeTextStat": doDescribeTextStat,
348
296
  "ModerateText": doModerateText,
349
297
  "TextModeration": doTextModeration,
350
- "AnswerQuestion": doAnswerQuestion,
351
298
  "DescribeTextLib": doDescribeTextLib,
352
299
  "AccountTipoffAccess": doAccountTipoffAccess,
353
300
 
@@ -1,12 +1,5 @@
1
1
  {
2
2
  "actions": {
3
- "AnswerQuestion": {
4
- "document": "\"AIGC代答\"产品帮助客户在其AIGC场景下,对于敏感类的问题,不是由客户的大模型机器人来回答,而是我们来进行代答,尽最大可能帮助客户规避风险。",
5
- "input": "AnswerQuestionRequest",
6
- "name": "AIGC代答",
7
- "output": "AnswerQuestionResponse",
8
- "status": "online"
9
- },
10
3
  "ModerateText": {
11
4
  "document": "天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。",
12
5
  "input": "ModerateTextRequest",
@@ -29,43 +22,6 @@
29
22
  "serviceShortName": "tms"
30
23
  },
31
24
  "objects": {
32
- "AnswerQuestionRequest": {
33
- "document": "AnswerQuestion请求参数结构体",
34
- "members": [
35
- {
36
- "disabled": false,
37
- "document": "用户问题",
38
- "example": "无",
39
- "member": "string",
40
- "name": "Question",
41
- "required": true,
42
- "type": "string"
43
- }
44
- ],
45
- "type": "object"
46
- },
47
- "AnswerQuestionResponse": {
48
- "document": "AnswerQuestion返回参数结构体",
49
- "members": [
50
- {
51
- "disabled": false,
52
- "document": "匹配到的答案",
53
- "example": "无",
54
- "member": "string",
55
- "name": "Answer",
56
- "output_required": false,
57
- "type": "string",
58
- "value_allowed_null": false
59
- },
60
- {
61
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
62
- "member": "string",
63
- "name": "RequestId",
64
- "type": "string"
65
- }
66
- ],
67
- "type": "object"
68
- },
69
25
  "DetailResults": {
70
26
  "document": "文本审核返回的详细结果",
71
27
  "members": [
@@ -781,7 +737,7 @@
781
737
  {
782
738
  "disabled": false,
783
739
  "document": "该字段用于返回命中的关键词\n注意:此字段可能返回 null,表示取不到有效值。",
784
- "example": "习近平",
740
+ "example": "111",
785
741
  "member": "string",
786
742
  "name": "Keyword",
787
743
  "output_required": false,
@@ -791,7 +747,7 @@
791
747
  {
792
748
  "disabled": false,
793
749
  "document": "该字段用于返回子标签\n注意:此字段可能返回 null,表示取不到有效值。",
794
- "example": "ChinesePresident",
750
+ "example": "111",
795
751
  "member": "string",
796
752
  "name": "SubLabel",
797
753
  "output_required": false,
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "actions": {
3
- "AnswerQuestion": [
4
- {
5
- "document": "",
6
- "input": "POST / HTTP/1.1\nHost: tms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AnswerQuestion\n<公共请求参数>\n\n{\n \"Question\": \"社会主义\"\n}",
7
- "output": "{\n \"Response\": {\n \"Answer\": \"社会主义是包括社会主义思想、社会主义运动和社会主义制度的总称。它主张通过推翻资产阶级统治、建立公有制经济和实现社会平等来改变资本主义生产方式带来的阶级对立。\",\n \"RequestId\": \"a4963536-8eba-46a3-a5e3-127117ec07f9\"\n }\n}",
8
- "title": "AIGC代答示例"
9
- }
10
- ],
11
3
  "ModerateText": [
12
4
  {
13
5
  "document": "用于客户自有标签体系的内容审核,审核结果会以客户定义的标签体系输出结果",
@@ -29,7 +29,7 @@
29
29
  "status": "online"
30
30
  },
31
31
  "SpeechTranslate": {
32
- "document": "本接口提供上传音频,将音频进行语音识别并翻译成文本的服务,目前开放中英互译的语音翻译服务。\n待识别和翻译的音频文件可以是 pcm、mp3和speex 格式,pcm采样率要求16kHz、位深16bit、单声道,音频内语音清晰。<br/>\n如果采用流式传输的方式,要求每个分片时长200ms~500ms;如果采用非流式的传输方式,要求音频时长不超过8s。注意最后一个分片的IsEnd参数设置为1。<br />\n提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源部分。",
32
+ "document": "本接口提供上传音频,将音频进行语音识别并翻译成文本的服务,目前开放中英互译的语音翻译服务。\n待识别和翻译的音频文件可以是 pcm、mp3和speex 格式,其中支持流式传输的只有pcm格式,pcm采样率要求16kHz、位深16bit、单声道,音频内语音清晰。<br/>\n如果采用流式传输的方式,要求每个分片时长200ms~500ms;如果采用非流式的传输方式,要求音频时长不超过8s。注意最后一个分片的IsEnd参数设置为1。<br />\n提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源部分。",
33
33
  "input": "SpeechTranslateRequest",
34
34
  "name": "语音翻译",
35
35
  "output": "SpeechTranslateResponse",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  {
100
100
  "disabled": false,
101
- "document": "需要翻译文件url,长度不超过256字符。文件限制如下:docx/xIsx/html/markdown文件不超过800万字符,doc/pdf/pptx文件不超过300页,txt/po文件不超过10MB,pdf/docx/pptx/xlsx不超过40MB",
101
+ "document": "需要翻译文件url,URL长度不能超过1000字符。文件限制如下:docx/xIsx/html/markdown文件不超过800万字符,doc/pdf/pptx文件不超过300页,txt/po文件不超过10MB,pdf/docx/pptx/xlsx不超过40MB",
102
102
  "example": "http://test.com",
103
103
  "member": "string",
104
104
  "name": "Url",
@@ -116,7 +116,7 @@
116
116
  },
117
117
  {
118
118
  "disabled": false,
119
- "document": "回调url,文件大于10MB,建议采用回调方式;回调时,所有内容会放入 Body 中,具体请参见[文件翻译回调说明](https://cloud.tencent.com/document/product/551/91138)。",
119
+ "document": "回调url,URL长度不能超过256字符。文件大于10MB或字符较多时,建议采用回调方式;回调时,所有内容会放入 Body 中,具体请参见[文件翻译回调说明](https://cloud.tencent.com/document/product/551/91138)。",
120
120
  "example": "http://test.com",
121
121
  "member": "string",
122
122
  "name": "CallbackUrl",
@@ -182,7 +182,7 @@
182
182
  },
183
183
  {
184
184
  "disabled": false,
185
- "document": "文件数据\n注意:此字段可能返回 null,表示取不到有效值。",
185
+ "document": "文件数据,目标文件必须小于50M,否则请通过回调方式请求文件翻译接口\n注意:此字段可能返回 null,表示取不到有效值。",
186
186
  "example": "eGNmYXNkZmFzZmFzZGZhc2RmCg==",
187
187
  "member": "string",
188
188
  "name": "FileData",
@@ -357,9 +357,10 @@
357
357
  {
358
358
  "disabled": false,
359
359
  "document": "实例ID",
360
- "example": "",
360
+ "example": "req-123456",
361
361
  "member": "string",
362
362
  "name": "InstanceId",
363
+ "output_required": true,
363
364
  "required": false,
364
365
  "type": "string",
365
366
  "value_allowed_null": false
@@ -367,9 +368,10 @@
367
368
  {
368
369
  "disabled": false,
369
370
  "document": "消费组名称",
370
- "example": "",
371
+ "example": "group1",
371
372
  "member": "string",
372
373
  "name": "ConsumerGroup",
374
+ "output_required": true,
373
375
  "required": false,
374
376
  "type": "string",
375
377
  "value_allowed_null": false
@@ -377,9 +379,10 @@
377
379
  {
378
380
  "disabled": false,
379
381
  "document": "是否开启消费",
380
- "example": "",
382
+ "example": "true",
381
383
  "member": "bool",
382
384
  "name": "ConsumeEnable",
385
+ "output_required": true,
383
386
  "required": false,
384
387
  "type": "bool",
385
388
  "value_allowed_null": false
@@ -387,9 +390,10 @@
387
390
  {
388
391
  "disabled": false,
389
392
  "document": "顺序投递:true\n并发投递:false",
390
- "example": "",
393
+ "example": "true",
391
394
  "member": "bool",
392
395
  "name": "ConsumeMessageOrderly",
396
+ "output_required": true,
393
397
  "required": false,
394
398
  "type": "bool",
395
399
  "value_allowed_null": false
@@ -397,9 +401,10 @@
397
401
  {
398
402
  "disabled": false,
399
403
  "document": "最大重试次数",
400
- "example": "",
404
+ "example": "3",
401
405
  "member": "int64",
402
406
  "name": "MaxRetryTimes",
407
+ "output_required": true,
403
408
  "required": false,
404
409
  "type": "int",
405
410
  "value_allowed_null": false
@@ -407,12 +412,57 @@
407
412
  {
408
413
  "disabled": false,
409
414
  "document": "备注",
410
- "example": "",
415
+ "example": "remark1",
411
416
  "member": "string",
412
417
  "name": "Remark",
418
+ "output_required": true,
413
419
  "required": false,
414
420
  "type": "string",
415
421
  "value_allowed_null": false
422
+ },
423
+ {
424
+ "disabled": false,
425
+ "document": "4.x的集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
426
+ "example": "cluster1",
427
+ "member": "string",
428
+ "name": "ClusterIdV4",
429
+ "output_required": false,
430
+ "required": false,
431
+ "type": "string",
432
+ "value_allowed_null": true
433
+ },
434
+ {
435
+ "disabled": false,
436
+ "document": "4.x的命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
437
+ "example": "namespace",
438
+ "member": "string",
439
+ "name": "NamespaceV4",
440
+ "output_required": false,
441
+ "required": false,
442
+ "type": "string",
443
+ "value_allowed_null": true
444
+ },
445
+ {
446
+ "disabled": false,
447
+ "document": "4.x的消费组名称\n注意:此字段可能返回 null,表示取不到有效值。",
448
+ "example": "group1",
449
+ "member": "string",
450
+ "name": "ConsumerGroupV4",
451
+ "output_required": false,
452
+ "required": false,
453
+ "type": "string",
454
+ "value_allowed_null": true
455
+ },
456
+ {
457
+ "disabled": false,
458
+ "document": "4.x的完整命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
459
+ "example": "namespace",
460
+ "member": "string",
461
+ "name": "FullNamespaceV4",
462
+ "output_required": false,
463
+ "required": false,
464
+ "type": "string",
465
+ "value_allowed_null": true
416
466
  }
417
467
  ],
418
468
  "usage": "both"
@@ -6101,7 +6151,7 @@
6101
6151
  {
6102
6152
  "disabled": false,
6103
6153
  "document": "主题类型",
6104
- "example": "",
6154
+ "example": "NORMAL",
6105
6155
  "member": "string",
6106
6156
  "name": "TopicType",
6107
6157
  "output_required": true,
@@ -6123,7 +6173,7 @@
6123
6173
  {
6124
6174
  "disabled": false,
6125
6175
  "document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
6126
- "example": "",
6176
+ "example": "remark1",
6127
6177
  "member": "string",
6128
6178
  "name": "Remark",
6129
6179
  "output_required": true,
@@ -6134,7 +6184,7 @@
6134
6184
  {
6135
6185
  "disabled": false,
6136
6186
  "document": "4.x的集群id\n注意:此字段可能返回 null,表示取不到有效值。",
6137
- "example": "",
6187
+ "example": "rocketmq-12345",
6138
6188
  "member": "string",
6139
6189
  "name": "ClusterIdV4",
6140
6190
  "output_required": false,
@@ -6145,7 +6195,7 @@
6145
6195
  {
6146
6196
  "disabled": false,
6147
6197
  "document": "4.x的命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
6148
- "example": "",
6198
+ "example": "namespace1",
6149
6199
  "member": "string",
6150
6200
  "name": "NamespaceV4",
6151
6201
  "output_required": false,
@@ -6156,7 +6206,7 @@
6156
6206
  {
6157
6207
  "disabled": false,
6158
6208
  "document": "4.x的主题名称\n注意:此字段可能返回 null,表示取不到有效值。",
6159
- "example": "",
6209
+ "example": "topic",
6160
6210
  "member": "string",
6161
6211
  "name": "TopicV4",
6162
6212
  "output_required": false,
@@ -6167,7 +6217,7 @@
6167
6217
  {
6168
6218
  "disabled": false,
6169
6219
  "document": "4.x的完整命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
6170
- "example": "",
6220
+ "example": "namespace1",
6171
6221
  "member": "string",
6172
6222
  "name": "FullNamespaceV4",
6173
6223
  "output_required": false,
@@ -9919,6 +9919,15 @@
9919
9919
  "name": "SslVpnClientNames",
9920
9920
  "required": false,
9921
9921
  "type": "list"
9922
+ },
9923
+ {
9924
+ "disabled": false,
9925
+ "document": "指定绑定的标签列表",
9926
+ "example": "无",
9927
+ "member": "Tag",
9928
+ "name": "Tags",
9929
+ "required": false,
9930
+ "type": "list"
9922
9931
  }
9923
9932
  ],
9924
9933
  "type": "object"
@@ -10065,6 +10074,15 @@
10065
10074
  "name": "SamlData",
10066
10075
  "required": false,
10067
10076
  "type": "string"
10077
+ },
10078
+ {
10079
+ "disabled": false,
10080
+ "document": "指定绑定的标签列表",
10081
+ "example": "无",
10082
+ "member": "Tag",
10083
+ "name": "Tags",
10084
+ "required": false,
10085
+ "type": "list"
10068
10086
  }
10069
10087
  ],
10070
10088
  "type": "object"
@@ -12112,6 +12130,7 @@
12112
12130
  "example": "无",
12113
12131
  "member": "uint64",
12114
12132
  "name": "TaskId",
12133
+ "output_required": true,
12115
12134
  "type": "int",
12116
12135
  "value_allowed_null": false
12117
12136
  },
@@ -12148,6 +12167,7 @@
12148
12167
  "example": "123",
12149
12168
  "member": "uint64",
12150
12169
  "name": "TaskId",
12170
+ "output_required": true,
12151
12171
  "type": "int",
12152
12172
  "value_allowed_null": false
12153
12173
  },
@@ -18530,6 +18550,7 @@
18530
18550
  "example": "1",
18531
18551
  "member": "uint64",
18532
18552
  "name": "TotalCount",
18553
+ "output_required": true,
18533
18554
  "type": "int",
18534
18555
  "value_allowed_null": false
18535
18556
  },
@@ -18539,6 +18560,7 @@
18539
18560
  "example": "无",
18540
18561
  "member": "SslVpnClient",
18541
18562
  "name": "SslVpnClientSet",
18563
+ "output_required": true,
18542
18564
  "type": "list",
18543
18565
  "value_allowed_null": false
18544
18566
  },
@@ -20315,6 +20337,7 @@
20315
20337
  "example": "1234",
20316
20338
  "member": "uint64",
20317
20339
  "name": "TaskId",
20340
+ "output_required": true,
20318
20341
  "type": "int",
20319
20342
  "value_allowed_null": false
20320
20343
  },