tccli 3.0.1279.1__py2.py3-none-any.whl → 3.0.1281.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/acp/v20220105/api.json +68 -65
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/antiddos/v20200309/api.json +5 -1
- tccli/services/apm/v20210622/api.json +32 -32
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/billing/v20180709/api.json +550 -529
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +15 -1
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/ciam/v20220331/api.json +111 -111
- tccli/services/ciam/v20220331/examples.json +8 -8
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +521 -3
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/v20221121/api.json +66 -6
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +1076 -272
- tccli/services/cvm/v20170312/examples.json +34 -2
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dbbrain/v20191016/api.json +12 -8
- tccli/services/dbbrain/v20210527/api.json +20 -20
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/emr/v20190103/api.json +11 -0
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/goosefs/v20220519/api.json +16 -15
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +22 -3
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +243 -245
- tccli/services/iotcloud/v20210408/examples.json +64 -64
- tccli/services/keewidb/v20220308/api.json +94 -94
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +302 -288
- tccli/services/lke/lke_client.py +84 -84
- tccli/services/lke/v20231130/api.json +220 -164
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +7 -6
- tccli/services/mongodb/v20190725/examples.json +2 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mqtt/mqtt_client.py +110 -4
- tccli/services/mqtt/v20240516/api.json +132 -0
- tccli/services/mqtt/v20240516/examples.json +22 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/pts/v20210728/api.json +44 -6
- tccli/services/redis/v20180412/api.json +66 -66
- tccli/services/rum/v20210622/api.json +90 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tag/v20180813/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +93 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +313 -313
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/tms/v20201229/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +884 -884
- tccli/services/vdb/v20230616/api.json +12 -12
- tccli/services/waf/v20180125/api.json +7 -7
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +107 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/RECORD +86 -86
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/license_files/LICENSE +0 -0
@@ -84,6 +84,13 @@
|
|
84
84
|
"output": "CreateReleaseResponse",
|
85
85
|
"status": "online"
|
86
86
|
},
|
87
|
+
"CreateVar": {
|
88
|
+
"document": "创建变量",
|
89
|
+
"input": "CreateVarRequest",
|
90
|
+
"name": "创建变量",
|
91
|
+
"output": "CreateVarResponse",
|
92
|
+
"status": "online"
|
93
|
+
},
|
87
94
|
"DeleteApp": {
|
88
95
|
"document": "删除应用",
|
89
96
|
"input": "DeleteAppRequest",
|
@@ -364,6 +371,13 @@
|
|
364
371
|
"output": "GetTaskStatusResponse",
|
365
372
|
"status": "online"
|
366
373
|
},
|
374
|
+
"GetVarList": {
|
375
|
+
"document": "查询自定义变量列表",
|
376
|
+
"input": "GetVarListRequest",
|
377
|
+
"name": "获取变量列表",
|
378
|
+
"output": "GetVarListResponse",
|
379
|
+
"status": "online"
|
380
|
+
},
|
367
381
|
"GetWsToken": {
|
368
382
|
"document": "获取ws token",
|
369
383
|
"input": "GetWsTokenRequest",
|
@@ -588,20 +602,6 @@
|
|
588
602
|
"output": "ModifyRejectedQuestionResponse",
|
589
603
|
"status": "online"
|
590
604
|
},
|
591
|
-
"ParseDoc": {
|
592
|
-
"document": "接口已迁移到新接口了,无调用量\n\n接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)",
|
593
|
-
"input": "ParseDocRequest",
|
594
|
-
"name": "文档解析旧版(请迁移新接口)",
|
595
|
-
"output": "ParseDocResponse",
|
596
|
-
"status": "deprecated"
|
597
|
-
},
|
598
|
-
"QueryParseDocResult": {
|
599
|
-
"document": "接口已迁移到新接口了,无调用量\n\n查询文档解析结果。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或[联系客服](https://cloud.tencent.com/act/event/Online_service) 。",
|
600
|
-
"input": "QueryParseDocResultRequest",
|
601
|
-
"name": "查询文档解析结果",
|
602
|
-
"output": "QueryParseDocResultResponse",
|
603
|
-
"status": "deprecated"
|
604
|
-
},
|
605
605
|
"QueryRewrite": {
|
606
606
|
"document": "多轮改写(QueryRewrite)主要用于多轮对话中,进行指代消解和省略补全。使用本接口,无需输入prompt描述,根据对话历史即可生成更精确的用户查询。在应用场景上,本接口可应用于智能问答、对话式搜索等多种场景。\n本接口(QueryRewrite)有单账号调用上限控制,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。",
|
607
607
|
"input": "QueryRewriteRequest",
|
@@ -3024,6 +3024,70 @@
|
|
3024
3024
|
],
|
3025
3025
|
"type": "object"
|
3026
3026
|
},
|
3027
|
+
"CreateVarRequest": {
|
3028
|
+
"document": "CreateVar请求参数结构体",
|
3029
|
+
"members": [
|
3030
|
+
{
|
3031
|
+
"disabled": false,
|
3032
|
+
"document": "应用ID",
|
3033
|
+
"example": "1793260396881641472",
|
3034
|
+
"member": "string",
|
3035
|
+
"name": "AppBizId",
|
3036
|
+
"required": true,
|
3037
|
+
"type": "string"
|
3038
|
+
},
|
3039
|
+
{
|
3040
|
+
"disabled": false,
|
3041
|
+
"document": "变量名称,不允许重复,最大支持50个字符",
|
3042
|
+
"example": "TimeID",
|
3043
|
+
"member": "string",
|
3044
|
+
"name": "VarName",
|
3045
|
+
"required": true,
|
3046
|
+
"type": "string"
|
3047
|
+
},
|
3048
|
+
{
|
3049
|
+
"disabled": false,
|
3050
|
+
"document": "变量描述,最大支持120个字符",
|
3051
|
+
"example": "TimeID变量表示时间",
|
3052
|
+
"member": "string",
|
3053
|
+
"name": "VarDesc",
|
3054
|
+
"required": false,
|
3055
|
+
"type": "string"
|
3056
|
+
},
|
3057
|
+
{
|
3058
|
+
"disabled": false,
|
3059
|
+
"document": "变量类型定义,支持类型如下:(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO);传输过程是json字符串,标签中仅支持\"STRING\"类型使用",
|
3060
|
+
"example": "STRING",
|
3061
|
+
"member": "string",
|
3062
|
+
"name": "VarType",
|
3063
|
+
"required": false,
|
3064
|
+
"type": "string"
|
3065
|
+
}
|
3066
|
+
],
|
3067
|
+
"type": "object"
|
3068
|
+
},
|
3069
|
+
"CreateVarResponse": {
|
3070
|
+
"document": "CreateVar返回参数结构体",
|
3071
|
+
"members": [
|
3072
|
+
{
|
3073
|
+
"disabled": false,
|
3074
|
+
"document": "变量ID",
|
3075
|
+
"example": "55127e9e-6e9e-4c11-bcf8-b524959cd841",
|
3076
|
+
"member": "string",
|
3077
|
+
"name": "VarId",
|
3078
|
+
"output_required": false,
|
3079
|
+
"type": "string",
|
3080
|
+
"value_allowed_null": false
|
3081
|
+
},
|
3082
|
+
{
|
3083
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3084
|
+
"member": "string",
|
3085
|
+
"name": "RequestId",
|
3086
|
+
"type": "string"
|
3087
|
+
}
|
3088
|
+
],
|
3089
|
+
"type": "object"
|
3090
|
+
},
|
3027
3091
|
"Credentials": {
|
3028
3092
|
"document": "临时密钥结构",
|
3029
3093
|
"members": [
|
@@ -7062,6 +7126,98 @@
|
|
7062
7126
|
],
|
7063
7127
|
"type": "object"
|
7064
7128
|
},
|
7129
|
+
"GetVarListRequest": {
|
7130
|
+
"document": "GetVarList请求参数结构体",
|
7131
|
+
"members": [
|
7132
|
+
{
|
7133
|
+
"disabled": false,
|
7134
|
+
"document": "应用ID",
|
7135
|
+
"example": "1793260396881641472",
|
7136
|
+
"member": "string",
|
7137
|
+
"name": "AppBizId",
|
7138
|
+
"required": true,
|
7139
|
+
"type": "string"
|
7140
|
+
},
|
7141
|
+
{
|
7142
|
+
"disabled": false,
|
7143
|
+
"document": "变量ID数组",
|
7144
|
+
"example": "[\"d125c28b-55db-4478-9066-6115ab97ee17\"]",
|
7145
|
+
"member": "string",
|
7146
|
+
"name": "VarIds",
|
7147
|
+
"required": false,
|
7148
|
+
"type": "list"
|
7149
|
+
},
|
7150
|
+
{
|
7151
|
+
"disabled": false,
|
7152
|
+
"document": "按变量名称关键词搜索",
|
7153
|
+
"example": "UserID",
|
7154
|
+
"member": "string",
|
7155
|
+
"name": "Keyword",
|
7156
|
+
"required": false,
|
7157
|
+
"type": "string"
|
7158
|
+
},
|
7159
|
+
{
|
7160
|
+
"disabled": false,
|
7161
|
+
"document": "起始偏移量(默认0)",
|
7162
|
+
"example": "0",
|
7163
|
+
"member": "uint64",
|
7164
|
+
"name": "Offset",
|
7165
|
+
"required": false,
|
7166
|
+
"type": "int"
|
7167
|
+
},
|
7168
|
+
{
|
7169
|
+
"disabled": false,
|
7170
|
+
"document": "限定数量(默认15)",
|
7171
|
+
"example": "15",
|
7172
|
+
"member": "uint64",
|
7173
|
+
"name": "Limit",
|
7174
|
+
"required": false,
|
7175
|
+
"type": "int"
|
7176
|
+
},
|
7177
|
+
{
|
7178
|
+
"disabled": false,
|
7179
|
+
"document": "按变量类型过滤,默认查询所有类型(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO)",
|
7180
|
+
"example": "STRING",
|
7181
|
+
"member": "string",
|
7182
|
+
"name": "VarType",
|
7183
|
+
"required": false,
|
7184
|
+
"type": "string"
|
7185
|
+
}
|
7186
|
+
],
|
7187
|
+
"type": "object"
|
7188
|
+
},
|
7189
|
+
"GetVarListResponse": {
|
7190
|
+
"document": "GetVarList返回参数结构体",
|
7191
|
+
"members": [
|
7192
|
+
{
|
7193
|
+
"disabled": false,
|
7194
|
+
"document": "变量总数",
|
7195
|
+
"example": "1",
|
7196
|
+
"member": "uint64",
|
7197
|
+
"name": "Total",
|
7198
|
+
"output_required": false,
|
7199
|
+
"type": "int",
|
7200
|
+
"value_allowed_null": false
|
7201
|
+
},
|
7202
|
+
{
|
7203
|
+
"disabled": false,
|
7204
|
+
"document": "变量信息列表",
|
7205
|
+
"example": "[{\"VarId\":\"d125c28b-55db-4478-9066-6115ab97ee17\",\"VarName\":\"UserID\"}]",
|
7206
|
+
"member": "TaskFLowVar",
|
7207
|
+
"name": "List",
|
7208
|
+
"output_required": false,
|
7209
|
+
"type": "list",
|
7210
|
+
"value_allowed_null": false
|
7211
|
+
},
|
7212
|
+
{
|
7213
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7214
|
+
"member": "string",
|
7215
|
+
"name": "RequestId",
|
7216
|
+
"type": "string"
|
7217
|
+
}
|
7218
|
+
],
|
7219
|
+
"type": "object"
|
7220
|
+
},
|
7065
7221
|
"GetWsTokenReq_Label": {
|
7066
7222
|
"document": "获取ws token label",
|
7067
7223
|
"members": [
|
@@ -11726,79 +11882,6 @@
|
|
11726
11882
|
],
|
11727
11883
|
"usage": "both"
|
11728
11884
|
},
|
11729
|
-
"ParseDocRequest": {
|
11730
|
-
"document": "ParseDoc请求参数结构体",
|
11731
|
-
"members": [
|
11732
|
-
{
|
11733
|
-
"disabled": false,
|
11734
|
-
"document": "文件名称(需要包括文件后缀, 最大长度1024字节)",
|
11735
|
-
"example": "产品说明.docx",
|
11736
|
-
"member": "string",
|
11737
|
-
"name": "Name",
|
11738
|
-
"required": true,
|
11739
|
-
"type": "string"
|
11740
|
-
},
|
11741
|
-
{
|
11742
|
-
"disabled": false,
|
11743
|
-
"document": "文件下载链接 (支持的文件类型: docx, txt, markdown, pdf), 该地址需要外网可以直接无状态访问",
|
11744
|
-
"example": "https://file.download.com/产品说明.docx",
|
11745
|
-
"member": "string",
|
11746
|
-
"name": "Url",
|
11747
|
-
"required": true,
|
11748
|
-
"type": "string"
|
11749
|
-
},
|
11750
|
-
{
|
11751
|
-
"disabled": false,
|
11752
|
-
"document": "任务ID, 用于幂等去重, 业务自行定义(最大长度64字节)",
|
11753
|
-
"example": "zWSLmu",
|
11754
|
-
"member": "string",
|
11755
|
-
"name": "TaskId",
|
11756
|
-
"required": true,
|
11757
|
-
"type": "string"
|
11758
|
-
},
|
11759
|
-
{
|
11760
|
-
"disabled": false,
|
11761
|
-
"document": "切分策略",
|
11762
|
-
"example": "default",
|
11763
|
-
"member": "string",
|
11764
|
-
"name": "Policy",
|
11765
|
-
"required": false,
|
11766
|
-
"type": "string"
|
11767
|
-
},
|
11768
|
-
{
|
11769
|
-
"disabled": true,
|
11770
|
-
"document": "默认值: parse",
|
11771
|
-
"example": "parse: 解析",
|
11772
|
-
"member": "string",
|
11773
|
-
"name": "Operate",
|
11774
|
-
"required": false,
|
11775
|
-
"type": "string"
|
11776
|
-
}
|
11777
|
-
],
|
11778
|
-
"type": "object"
|
11779
|
-
},
|
11780
|
-
"ParseDocResponse": {
|
11781
|
-
"document": "ParseDoc返回参数结构体",
|
11782
|
-
"members": [
|
11783
|
-
{
|
11784
|
-
"disabled": false,
|
11785
|
-
"document": "任务ID",
|
11786
|
-
"example": "ZQXi99vCPEAfrbiF",
|
11787
|
-
"member": "string",
|
11788
|
-
"name": "TaskId",
|
11789
|
-
"output_required": true,
|
11790
|
-
"type": "string",
|
11791
|
-
"value_allowed_null": false
|
11792
|
-
},
|
11793
|
-
{
|
11794
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11795
|
-
"member": "string",
|
11796
|
-
"name": "RequestId",
|
11797
|
-
"type": "string"
|
11798
|
-
}
|
11799
|
-
],
|
11800
|
-
"type": "object"
|
11801
|
-
},
|
11802
11885
|
"PluginToolReqParam": {
|
11803
11886
|
"document": "插件参数请求结构",
|
11804
11887
|
"members": [
|
@@ -12302,83 +12385,6 @@
|
|
12302
12385
|
],
|
12303
12386
|
"usage": "in"
|
12304
12387
|
},
|
12305
|
-
"QueryParseDocResultRequest": {
|
12306
|
-
"document": "QueryParseDocResult请求参数结构体",
|
12307
|
-
"members": [
|
12308
|
-
{
|
12309
|
-
"disabled": false,
|
12310
|
-
"document": "任务ID",
|
12311
|
-
"example": "ZQXi99vCPEAfrbiF",
|
12312
|
-
"member": "string",
|
12313
|
-
"name": "TaskId",
|
12314
|
-
"required": true,
|
12315
|
-
"type": "string"
|
12316
|
-
}
|
12317
|
-
],
|
12318
|
-
"type": "object"
|
12319
|
-
},
|
12320
|
-
"QueryParseDocResultResponse": {
|
12321
|
-
"document": "QueryParseDocResult返回参数结构体",
|
12322
|
-
"members": [
|
12323
|
-
{
|
12324
|
-
"disabled": false,
|
12325
|
-
"document": "等待 / 执行中 / 成功 / 失败",
|
12326
|
-
"example": "waiting / running / success / fail",
|
12327
|
-
"member": "string",
|
12328
|
-
"name": "Status",
|
12329
|
-
"output_required": true,
|
12330
|
-
"type": "string",
|
12331
|
-
"value_allowed_null": false
|
12332
|
-
},
|
12333
|
-
{
|
12334
|
-
"disabled": false,
|
12335
|
-
"document": "解析后的文件内容",
|
12336
|
-
"example": "产品文档.zip",
|
12337
|
-
"member": "string",
|
12338
|
-
"name": "Name",
|
12339
|
-
"output_required": false,
|
12340
|
-
"type": "string",
|
12341
|
-
"value_allowed_null": false
|
12342
|
-
},
|
12343
|
-
{
|
12344
|
-
"disabled": false,
|
12345
|
-
"document": "文件下载地址",
|
12346
|
-
"example": "https://file.download.com/产品文档.zip",
|
12347
|
-
"member": "string",
|
12348
|
-
"name": "Url",
|
12349
|
-
"output_required": false,
|
12350
|
-
"type": "string",
|
12351
|
-
"value_allowed_null": false
|
12352
|
-
},
|
12353
|
-
{
|
12354
|
-
"disabled": false,
|
12355
|
-
"document": "解析失败原因",
|
12356
|
-
"example": "convert task fail",
|
12357
|
-
"member": "string",
|
12358
|
-
"name": "Reason",
|
12359
|
-
"output_required": false,
|
12360
|
-
"type": "string",
|
12361
|
-
"value_allowed_null": false
|
12362
|
-
},
|
12363
|
-
{
|
12364
|
-
"disabled": false,
|
12365
|
-
"document": "消耗量,输出页数",
|
12366
|
-
"example": "{\"TotalPages\":10}",
|
12367
|
-
"member": "Usage",
|
12368
|
-
"name": "Usage",
|
12369
|
-
"output_required": false,
|
12370
|
-
"type": "object",
|
12371
|
-
"value_allowed_null": false
|
12372
|
-
},
|
12373
|
-
{
|
12374
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12375
|
-
"member": "string",
|
12376
|
-
"name": "RequestId",
|
12377
|
-
"type": "string"
|
12378
|
-
}
|
12379
|
-
],
|
12380
|
-
"type": "object"
|
12381
|
-
},
|
12382
12388
|
"QueryRewriteRequest": {
|
12383
12389
|
"document": "QueryRewrite请求参数结构体",
|
12384
12390
|
"members": [
|
@@ -14169,6 +14175,56 @@
|
|
14169
14175
|
],
|
14170
14176
|
"usage": "both"
|
14171
14177
|
},
|
14178
|
+
"TaskFLowVar": {
|
14179
|
+
"document": "变量详情",
|
14180
|
+
"members": [
|
14181
|
+
{
|
14182
|
+
"disabled": false,
|
14183
|
+
"document": "变量ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
14184
|
+
"example": "d125c28b-55db-4478-9066-6115ab97ee17",
|
14185
|
+
"member": "string",
|
14186
|
+
"name": "VarId",
|
14187
|
+
"output_required": false,
|
14188
|
+
"required": false,
|
14189
|
+
"type": "string",
|
14190
|
+
"value_allowed_null": true
|
14191
|
+
},
|
14192
|
+
{
|
14193
|
+
"disabled": false,
|
14194
|
+
"document": "变量名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
14195
|
+
"example": "TimeID",
|
14196
|
+
"member": "string",
|
14197
|
+
"name": "VarName",
|
14198
|
+
"output_required": false,
|
14199
|
+
"required": false,
|
14200
|
+
"type": "string",
|
14201
|
+
"value_allowed_null": true
|
14202
|
+
},
|
14203
|
+
{
|
14204
|
+
"disabled": false,
|
14205
|
+
"document": "变量描述(默认为\"-\")",
|
14206
|
+
"example": "发票类型包括纸质和电子",
|
14207
|
+
"member": "string",
|
14208
|
+
"name": "VarDesc",
|
14209
|
+
"output_required": false,
|
14210
|
+
"required": false,
|
14211
|
+
"type": "string",
|
14212
|
+
"value_allowed_null": false
|
14213
|
+
},
|
14214
|
+
{
|
14215
|
+
"disabled": false,
|
14216
|
+
"document": "变量类型 (STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO)\n",
|
14217
|
+
"example": "STRING",
|
14218
|
+
"member": "string",
|
14219
|
+
"name": "VarType",
|
14220
|
+
"output_required": false,
|
14221
|
+
"required": false,
|
14222
|
+
"type": "string",
|
14223
|
+
"value_allowed_null": false
|
14224
|
+
}
|
14225
|
+
],
|
14226
|
+
"usage": "both"
|
14227
|
+
},
|
14172
14228
|
"TaskFlowInfo": {
|
14173
14229
|
"document": "任务流程信息",
|
14174
14230
|
"members": [
|
@@ -96,6 +96,14 @@
|
|
96
96
|
"title": "创建发布"
|
97
97
|
}
|
98
98
|
],
|
99
|
+
"CreateVar": [
|
100
|
+
{
|
101
|
+
"document": "创建变量",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVar\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\",\n \"VarName\": \"TimeID\",\n \"VarDesc\": \"这个参数要来传时间\",\n \"VarType\": \"STRING\"\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aa7b90b3-bca5-4666-8bb8-e76b0374137c\",\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\"\n }\n}",
|
104
|
+
"title": "创建变量"
|
105
|
+
}
|
106
|
+
],
|
99
107
|
"DeleteApp": [
|
100
108
|
{
|
101
109
|
"document": "删除应用",
|
@@ -422,6 +430,14 @@
|
|
422
430
|
"title": "获取任务状态"
|
423
431
|
}
|
424
432
|
],
|
433
|
+
"GetVarList": [
|
434
|
+
{
|
435
|
+
"document": "获取应用下的变量列表",
|
436
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetVarList\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\"\n}",
|
437
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\",\n \"VarName\": \"TimeIDUpdate\",\n \"VarDesc\": \"时间ID描述\",\n \"VarType\": \"STRING\"\n },\n {\n \"VarId\": \"d125c28b-55db-4478-9066-6115ab97ee17\",\n \"VarName\": \"UserID\",\n \"VarDesc\": \"用户ID描述\",\n \"VarType\": \"STRING\"\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\",\n \"Total\": 2\n }\n}",
|
438
|
+
"title": "获取应用下的变量列表"
|
439
|
+
}
|
440
|
+
],
|
425
441
|
"GetWsToken": [
|
426
442
|
{
|
427
443
|
"document": "获取 WS Token",
|
@@ -684,22 +700,6 @@
|
|
684
700
|
"title": "修改拒答问题"
|
685
701
|
}
|
686
702
|
],
|
687
|
-
"ParseDoc": [
|
688
|
-
{
|
689
|
-
"document": "文档解析",
|
690
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseDoc\n<公共请求参数>\n\n{\n \"Name\": \"微信城市服务CityID说明文档.docx\",\n \"Url\": \"https://wximg.qq.com/cityservices/doc/res/cityservices_cityids.docx\",\n \"TaskId\": \"D78iBBGi\",\n \"Policy\": \"default\",\n \"Operate\": \"split\"\n}",
|
691
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"8ea5a507-108f-4b05-add4-b07de8580590\",\n \"TaskId\": \"D78iBBGi\"\n }\n}",
|
692
|
-
"title": "文档解析"
|
693
|
-
}
|
694
|
-
],
|
695
|
-
"QueryParseDocResult": [
|
696
|
-
{
|
697
|
-
"document": "查询文档解析结果",
|
698
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryParseDocResult\n<公共请求参数>\n\n{\n \"TaskId\": \"D78iBBGi\"\n}",
|
699
|
-
"output": "{\n \"Response\": {\n \"Name\": \"D78iBBGi.zip\",\n \"Reason\": \"\",\n \"RequestId\": \"acd2b5f3-350f-4171-92be-e1c70f3e73d7\",\n \"Status\": \"success\",\n \"Url\": \"https://qidian-qbot-test-1251316161.cos.ap-guangzhou.myqcloud.com/%2Fatomic/2/D78iBBGi.zip?q-sign-algorithm=sha1&q-ak=xxxxxxxxx&q-sign-time=1706792626%3B1706796226&q-key-time=1706792626%3B1706796226&q-header-list=host&q-url-param-list=&q-signature=e3d46a97846b256ff89f3698*******************\",\n \"Usage\": {\n \"TotalPages\": 1\n }\n }\n}",
|
700
|
-
"title": "查询文档解析结果"
|
701
|
-
}
|
702
|
-
],
|
703
703
|
"QueryRewrite": [
|
704
704
|
{
|
705
705
|
"document": "多轮改写",
|