tccli 3.0.1344.1__py2.py3-none-any.whl → 3.0.1346.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 +167 -61
- tccli/services/aiart/v20221229/api.json +253 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/v20210622/api.json +228 -0
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/batch/v20170312/api.json +2 -2
- tccli/services/ccc/ccc_client.py +61 -8
- tccli/services/ccc/v20200210/api.json +121 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +65 -65
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/csip/csip_client.py +167 -8
- tccli/services/csip/v20221121/api.json +877 -0
- tccli/services/csip/v20221121/examples.json +36 -0
- tccli/services/emr/v20190103/api.json +22 -1
- tccli/services/ess/v20201111/api.json +42 -2
- tccli/services/essbasic/v20210526/api.json +21 -1
- tccli/services/gs/v20191118/api.json +1 -1
- tccli/services/mps/v20190612/api.json +2 -2
- tccli/services/oceanus/v20190422/api.json +168 -8
- tccli/services/redis/v20180412/api.json +9 -0
- tccli/services/trocket/v20230308/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +29 -0
- tccli/services/waf/v20180125/api.json +52 -2
- {tccli-3.0.1344.1.dist-info → tccli-3.0.1346.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1344.1.dist-info → tccli-3.0.1346.1.dist-info}/RECORD +30 -30
- {tccli-3.0.1344.1.dist-info → tccli-3.0.1346.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1344.1.dist-info → tccli-3.0.1346.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1344.1.dist-info → tccli-3.0.1346.1.dist-info}/license_files/LICENSE +0 -0
@@ -40,6 +40,20 @@
|
|
40
40
|
"title": "删除风险中心扫描任务"
|
41
41
|
}
|
42
42
|
],
|
43
|
+
"DescribeAccessKeyAsset": [
|
44
|
+
{
|
45
|
+
"document": "",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyAsset\n<公共请求参数>\n\n{}",
|
47
|
+
"output": "{\n \"Response\": {\n \"Data\": [],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
48
|
+
"title": "示例1"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"document": "",
|
52
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyAsset\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
53
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKeyAlarmList\": [\n {\n \"Count\": 7,\n \"Type\": 0\n }\n ],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 11,\n \"Type\": 0\n }\n ],\n \"Advice\": 1,\n \"AppID\": 1256299843,\n \"CheckStatus\": 0,\n \"CreateTime\": \"2024-09-24 19:21:38\",\n \"ID\": 10092,\n \"IPCount\": 1,\n \"LastAccessTime\": \"2025-03-12 20:05:59\",\n \"Name\": \"AKID***1\",\n \"Nickname\": \"飞快的云镜\",\n \"Remark\": \"iiiiii\",\n \"Status\": 1,\n \"SubNickname\": \"piperdev\",\n \"SubUin\": \"100000415991\",\n \"Type\": 1,\n \"Uin\": \"100004506473\"\n }\n ],\n \"RequestId\": \"2b6d0999-a614-41e3-92b8-984c80705275\",\n \"Total\": 37\n }\n}",
|
54
|
+
"title": "1"
|
55
|
+
}
|
56
|
+
],
|
43
57
|
"DescribeAlertList": [
|
44
58
|
{
|
45
59
|
"document": "",
|
@@ -104,6 +118,20 @@
|
|
104
118
|
"title": "获取cvm列表"
|
105
119
|
}
|
106
120
|
],
|
121
|
+
"DescribeCallRecord": [
|
122
|
+
{
|
123
|
+
"document": "",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallRecord\n<公共请求参数>\n\n{}",
|
125
|
+
"output": "{\n \"Response\": {\n \"Data\": [],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
126
|
+
"title": "示例1"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"document": "",
|
130
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallRecord\n<公共请求参数>\n\n{\n \"AccessKeyID\": 10058\n}",
|
131
|
+
"output": "{\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"cee100be-ec33-452c-b10e-320f6e72dc1b\",\n \"Total\": 0\n }\n}",
|
132
|
+
"title": "1"
|
133
|
+
}
|
134
|
+
],
|
107
135
|
"DescribeCheckViewRisks": [
|
108
136
|
{
|
109
137
|
"document": "",
|
@@ -376,6 +404,14 @@
|
|
376
404
|
"title": "查询漏洞信息"
|
377
405
|
}
|
378
406
|
],
|
407
|
+
"DescribeSourceIPAsset": [
|
408
|
+
{
|
409
|
+
"document": "",
|
410
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSourceIPAsset\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
411
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AKInfo\": [\n {\n \"ID\": 10079,\n \"Name\": \"AKIDb********CxidW\",\n \"Remark\": \"\",\n \"User\": \"fengqqian\"\n },\n {\n \"ID\": 10086,\n \"Name\": \"AKIDuI*******FHvbH3\",\n \"Remark\": \"\",\n \"User\": \"cloudyue\"\n },\n {\n \"ID\": 10093,\n \"Name\": \"临时密钥\",\n \"Remark\": \"飞快的云镜-临时密钥\",\n \"User\": \"飞快的云镜\"\n }\n ],\n \"AccessKeyAlarmList\": [\n {\n \"Count\": 4,\n \"Type\": 0\n }\n ],\n \"ActionCount\": 145,\n \"AppID\": 1256299843,\n \"EventType\": 1,\n \"ID\": 10009,\n \"IPType\": 1,\n \"InstanceID\": \"\",\n \"InstanceName\": \"\",\n \"LastAccessTime\": \"2025-03-13 16:39:00\",\n \"Nickname\": \"飞快的云镜\",\n \"Region\": \"中国 广东省 广州市\",\n \"Remark\": \"\",\n \"SourceIP\": \"106.55.200.246\",\n \"Uin\": \"100004506473\"\n }\n ],\n \"RequestId\": \"e9780808-1e10-4a63-bd2b-dbd74264091a\",\n \"Total\": 124\n }\n}",
|
412
|
+
"title": "1"
|
413
|
+
}
|
414
|
+
],
|
379
415
|
"DescribeSubUserInfo": [
|
380
416
|
{
|
381
417
|
"document": "",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"AddMetricScaleStrategy": {
|
4
4
|
"document": "添加扩缩容规则,按负载和时间",
|
5
5
|
"input": "AddMetricScaleStrategyRequest",
|
6
|
-
"name": "
|
6
|
+
"name": "新增自动扩缩容规则",
|
7
7
|
"output": "AddMetricScaleStrategyResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
@@ -16503,6 +16503,16 @@
|
|
16503
16503
|
"output_required": true,
|
16504
16504
|
"type": "int",
|
16505
16505
|
"value_allowed_null": false
|
16506
|
+
},
|
16507
|
+
{
|
16508
|
+
"disabled": false,
|
16509
|
+
"document": "GPU信息",
|
16510
|
+
"example": "1 * NVIDIA T4",
|
16511
|
+
"member": "string",
|
16512
|
+
"name": "GpuDesc",
|
16513
|
+
"output_required": false,
|
16514
|
+
"type": "string",
|
16515
|
+
"value_allowed_null": false
|
16506
16516
|
}
|
16507
16517
|
],
|
16508
16518
|
"usage": "out"
|
@@ -17089,6 +17099,17 @@
|
|
17089
17099
|
"required": false,
|
17090
17100
|
"type": "int",
|
17091
17101
|
"value_allowed_null": false
|
17102
|
+
},
|
17103
|
+
{
|
17104
|
+
"disabled": false,
|
17105
|
+
"document": "GPU信息",
|
17106
|
+
"example": "1 * NVIDIA T4",
|
17107
|
+
"member": "string",
|
17108
|
+
"name": "GpuDesc",
|
17109
|
+
"output_required": false,
|
17110
|
+
"required": false,
|
17111
|
+
"type": "string",
|
17112
|
+
"value_allowed_null": false
|
17092
17113
|
}
|
17093
17114
|
],
|
17094
17115
|
"usage": "both"
|
@@ -12196,7 +12196,7 @@
|
|
12196
12196
|
},
|
12197
12197
|
{
|
12198
12198
|
"disabled": false,
|
12199
|
-
"document": "
|
12199
|
+
"document": "合同流程的类别分类(如销售合同/入职合同等)。\n该字段将被废弃,不建议使用。\t请使用 UserFlowType。",
|
12200
12200
|
"example": "入职合同",
|
12201
12201
|
"member": "string",
|
12202
12202
|
"name": "FlowType",
|
@@ -12253,6 +12253,26 @@
|
|
12253
12253
|
"output_required": true,
|
12254
12254
|
"type": "int",
|
12255
12255
|
"value_allowed_null": false
|
12256
|
+
},
|
12257
|
+
{
|
12258
|
+
"disabled": false,
|
12259
|
+
"document": "用户合同的自定义分类。\n\n自定义合同类型的位置,在下图所示地方:\n",
|
12260
|
+
"example": "无",
|
12261
|
+
"member": "UserFlowType",
|
12262
|
+
"name": "UserFlowType",
|
12263
|
+
"output_required": false,
|
12264
|
+
"type": "object",
|
12265
|
+
"value_allowed_null": false
|
12266
|
+
},
|
12267
|
+
{
|
12268
|
+
"disabled": false,
|
12269
|
+
"document": "发起模板时,使用的模板Id",
|
12270
|
+
"example": "yDtIcUUckp9d8yxkUxdI5uCy3KQ2RGCJ",
|
12271
|
+
"member": "string",
|
12272
|
+
"name": "TemplateId",
|
12273
|
+
"output_required": false,
|
12274
|
+
"type": "string",
|
12275
|
+
"value_allowed_null": false
|
12256
12276
|
}
|
12257
12277
|
],
|
12258
12278
|
"usage": "out"
|
@@ -12549,7 +12569,7 @@
|
|
12549
12569
|
},
|
12550
12570
|
{
|
12551
12571
|
"disabled": false,
|
12552
|
-
"document": "合同流程的类别分类(如销售合同/入职合同等)。\t",
|
12572
|
+
"document": "合同流程的类别分类(如销售合同/入职合同等)。\n该字段将被废弃,不建议使用。\t",
|
12553
12573
|
"example": "入职合同\t",
|
12554
12574
|
"member": "string",
|
12555
12575
|
"name": "FlowType",
|
@@ -12626,6 +12646,26 @@
|
|
12626
12646
|
"output_required": true,
|
12627
12647
|
"type": "string",
|
12628
12648
|
"value_allowed_null": false
|
12649
|
+
},
|
12650
|
+
{
|
12651
|
+
"disabled": false,
|
12652
|
+
"document": "用户合同的自定义分类。\n\n自定义合同类型的位置,在下图所示地方:\n",
|
12653
|
+
"example": "无",
|
12654
|
+
"member": "UserFlowType",
|
12655
|
+
"name": "UserFlowType",
|
12656
|
+
"output_required": false,
|
12657
|
+
"type": "object",
|
12658
|
+
"value_allowed_null": false
|
12659
|
+
},
|
12660
|
+
{
|
12661
|
+
"disabled": false,
|
12662
|
+
"document": "发起模板时,使用的模板Id",
|
12663
|
+
"example": "yDtIcUUckp9d8yxkUxdI5uCy3KQ2RGCJ",
|
12664
|
+
"member": "string",
|
12665
|
+
"name": "TemplateId",
|
12666
|
+
"output_required": false,
|
12667
|
+
"type": "string",
|
12668
|
+
"value_allowed_null": false
|
12629
12669
|
}
|
12630
12670
|
],
|
12631
12671
|
"usage": "out"
|
@@ -10763,7 +10763,7 @@
|
|
10763
10763
|
},
|
10764
10764
|
{
|
10765
10765
|
"disabled": false,
|
10766
|
-
"document": "
|
10766
|
+
"document": "合同流程的类别分类(如销售合同/入职合同等)。\n该字段将被废弃,不建议使用。\t请使用 UserFlowType",
|
10767
10767
|
"example": "入职合同",
|
10768
10768
|
"member": "string",
|
10769
10769
|
"name": "FlowType",
|
@@ -10850,6 +10850,26 @@
|
|
10850
10850
|
"output_required": true,
|
10851
10851
|
"type": "bool",
|
10852
10852
|
"value_allowed_null": false
|
10853
|
+
},
|
10854
|
+
{
|
10855
|
+
"disabled": false,
|
10856
|
+
"document": "用户合同的自定义分类。\n\n自定义合同类型的位置,在下图所示地方:\n",
|
10857
|
+
"example": "无",
|
10858
|
+
"member": "UserFlowType",
|
10859
|
+
"name": "UserFlowType",
|
10860
|
+
"output_required": false,
|
10861
|
+
"type": "object",
|
10862
|
+
"value_allowed_null": false
|
10863
|
+
},
|
10864
|
+
{
|
10865
|
+
"disabled": false,
|
10866
|
+
"document": "发起模板时,使用的模板Id",
|
10867
|
+
"example": "yDtIcUUckp9d8yxkUxdI5uCy3KQ2RGCJ",
|
10868
|
+
"member": "string",
|
10869
|
+
"name": "TemplateId",
|
10870
|
+
"output_required": false,
|
10871
|
+
"type": "string",
|
10872
|
+
"value_allowed_null": false
|
10853
10873
|
}
|
10854
10874
|
],
|
10855
10875
|
"usage": "out"
|
@@ -21387,7 +21387,7 @@
|
|
21387
21387
|
},
|
21388
21388
|
{
|
21389
21389
|
"disabled": false,
|
21390
|
-
"document": "转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/
|
21390
|
+
"document": "转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/77168#.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF.5B.5D(id.3Amove))。",
|
21391
21391
|
"example": "20000",
|
21392
21392
|
"member": "int64",
|
21393
21393
|
"name": "Definition",
|
@@ -27659,7 +27659,7 @@
|
|
27659
27659
|
},
|
27660
27660
|
{
|
27661
27661
|
"disabled": false,
|
27662
|
-
"document": "
|
27662
|
+
"document": "原点位置,可选值:\n<li>TopLeft:表示坐标原点位于视频图像左上角,水印原点为图片或文字的左上角。</li>\n<li>TopRight:表示坐标原点位于视频图像的右上角,水印原点为图片或文字的右上角;</li>\n<li>BottomLeft:表示坐标原点位于视频图像的左下角,水印原点为图片或文字的左下角;</li>\n<li>BottomRight:表示坐标原点位于视频图像的右下角,水印原点为图片或文字的右下角。</li>\n默认值:TopLeft。",
|
27663
27663
|
"example": "TopLeft",
|
27664
27664
|
"member": "string",
|
27665
27665
|
"name": "CoordinateOrigin",
|
@@ -958,6 +958,16 @@
|
|
958
958
|
"output_required": false,
|
959
959
|
"type": "object",
|
960
960
|
"value_allowed_null": true
|
961
|
+
},
|
962
|
+
{
|
963
|
+
"disabled": false,
|
964
|
+
"document": "[]\n注意:此字段可能返回 null,表示取不到有效值。",
|
965
|
+
"example": "无",
|
966
|
+
"member": "HadoopYarnItem",
|
967
|
+
"name": "Yarns",
|
968
|
+
"output_required": false,
|
969
|
+
"type": "list",
|
970
|
+
"value_allowed_null": true
|
961
971
|
}
|
962
972
|
],
|
963
973
|
"usage": "out"
|
@@ -2060,6 +2070,33 @@
|
|
2060
2070
|
"name": "TaskManagerMem",
|
2061
2071
|
"required": false,
|
2062
2072
|
"type": "float"
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"disabled": false,
|
2076
|
+
"document": "0=默认使用老的 1=使用新的",
|
2077
|
+
"example": "0",
|
2078
|
+
"member": "int64",
|
2079
|
+
"name": "UseOldSystemConnector",
|
2080
|
+
"required": false,
|
2081
|
+
"type": "int"
|
2082
|
+
},
|
2083
|
+
{
|
2084
|
+
"disabled": false,
|
2085
|
+
"document": "压缩参数",
|
2086
|
+
"example": "压缩参数",
|
2087
|
+
"member": "string",
|
2088
|
+
"name": "ProgramArgsAfterGzip",
|
2089
|
+
"required": false,
|
2090
|
+
"type": "string"
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"disabled": false,
|
2094
|
+
"document": "checkpoint 超时时间",
|
2095
|
+
"example": "36000",
|
2096
|
+
"member": "int64",
|
2097
|
+
"name": "CheckpointTimeoutSecond",
|
2098
|
+
"required": false,
|
2099
|
+
"type": "int"
|
2063
2100
|
}
|
2064
2101
|
],
|
2065
2102
|
"type": "object"
|
@@ -4700,6 +4737,100 @@
|
|
4700
4737
|
],
|
4701
4738
|
"type": "object"
|
4702
4739
|
},
|
4740
|
+
"HadoopYarnItem": {
|
4741
|
+
"document": "hadoopYarn资源信息",
|
4742
|
+
"members": [
|
4743
|
+
{
|
4744
|
+
"disabled": false,
|
4745
|
+
"document": "ClusterGroupSerialId",
|
4746
|
+
"example": "cluster-aa",
|
4747
|
+
"member": "string",
|
4748
|
+
"name": "ClusterGroupSerialId",
|
4749
|
+
"output_required": false,
|
4750
|
+
"required": true,
|
4751
|
+
"type": "string",
|
4752
|
+
"value_allowed_null": false
|
4753
|
+
},
|
4754
|
+
{
|
4755
|
+
"disabled": false,
|
4756
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
4757
|
+
"example": "0",
|
4758
|
+
"member": "int64",
|
4759
|
+
"name": "Status",
|
4760
|
+
"output_required": true,
|
4761
|
+
"required": true,
|
4762
|
+
"type": "int",
|
4763
|
+
"value_allowed_null": true
|
4764
|
+
},
|
4765
|
+
{
|
4766
|
+
"disabled": false,
|
4767
|
+
"document": "cpu\n注意:此字段可能返回 null,表示取不到有效值。",
|
4768
|
+
"example": "1",
|
4769
|
+
"member": "float",
|
4770
|
+
"name": "Cpu",
|
4771
|
+
"output_required": true,
|
4772
|
+
"required": true,
|
4773
|
+
"type": "float",
|
4774
|
+
"value_allowed_null": true
|
4775
|
+
},
|
4776
|
+
{
|
4777
|
+
"disabled": false,
|
4778
|
+
"document": "mem",
|
4779
|
+
"example": "2048",
|
4780
|
+
"member": "float",
|
4781
|
+
"name": "Mem",
|
4782
|
+
"output_required": false,
|
4783
|
+
"required": false,
|
4784
|
+
"type": "float",
|
4785
|
+
"value_allowed_null": false
|
4786
|
+
},
|
4787
|
+
{
|
4788
|
+
"disabled": false,
|
4789
|
+
"document": "创建时间",
|
4790
|
+
"example": "2025-03-14 07:36:34",
|
4791
|
+
"member": "string",
|
4792
|
+
"name": "CreateTime",
|
4793
|
+
"output_required": false,
|
4794
|
+
"required": false,
|
4795
|
+
"type": "string",
|
4796
|
+
"value_allowed_null": false
|
4797
|
+
},
|
4798
|
+
{
|
4799
|
+
"disabled": false,
|
4800
|
+
"document": "更新时间",
|
4801
|
+
"example": "2025-03-14 07:38:34",
|
4802
|
+
"member": "string",
|
4803
|
+
"name": "UpdateTime",
|
4804
|
+
"output_required": false,
|
4805
|
+
"required": false,
|
4806
|
+
"type": "string",
|
4807
|
+
"value_allowed_null": false
|
4808
|
+
},
|
4809
|
+
{
|
4810
|
+
"disabled": false,
|
4811
|
+
"document": "配置文件内容",
|
4812
|
+
"example": "{\"hdfs-site.xml\":\"\"}",
|
4813
|
+
"member": "string",
|
4814
|
+
"name": "Config",
|
4815
|
+
"output_required": false,
|
4816
|
+
"required": false,
|
4817
|
+
"type": "string",
|
4818
|
+
"value_allowed_null": false
|
4819
|
+
},
|
4820
|
+
{
|
4821
|
+
"disabled": false,
|
4822
|
+
"document": "CreatorUin",
|
4823
|
+
"example": "111222",
|
4824
|
+
"member": "string",
|
4825
|
+
"name": "CreatorUin",
|
4826
|
+
"output_required": false,
|
4827
|
+
"required": false,
|
4828
|
+
"type": "string",
|
4829
|
+
"value_allowed_null": false
|
4830
|
+
}
|
4831
|
+
],
|
4832
|
+
"usage": "both"
|
4833
|
+
},
|
4703
4834
|
"JobConfig": {
|
4704
4835
|
"document": "作业配置详情",
|
4705
4836
|
"members": [
|
@@ -4776,7 +4907,7 @@
|
|
4776
4907
|
{
|
4777
4908
|
"disabled": false,
|
4778
4909
|
"document": "系统参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
4779
|
-
"example": "[]",
|
4910
|
+
"example": "[xxx]",
|
4780
4911
|
"member": "Property",
|
4781
4912
|
"name": "Properties",
|
4782
4913
|
"output_required": true,
|
@@ -4786,7 +4917,7 @@
|
|
4786
4917
|
{
|
4787
4918
|
"disabled": false,
|
4788
4919
|
"document": "引用资源\n注意:此字段可能返回 null,表示取不到有效值。",
|
4789
|
-
"example": "[]",
|
4920
|
+
"example": "[xxx]",
|
4790
4921
|
"member": "ResourceRefDetail",
|
4791
4922
|
"name": "ResourceRefDetails",
|
4792
4923
|
"output_required": true,
|
@@ -4866,7 +4997,7 @@
|
|
4866
4997
|
{
|
4867
4998
|
"disabled": false,
|
4868
4999
|
"document": "CLS日志集ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4869
|
-
"example": "xxx",
|
5000
|
+
"example": "xxx-xx",
|
4870
5001
|
"member": "string",
|
4871
5002
|
"name": "ClsLogsetId",
|
4872
5003
|
"output_required": true,
|
@@ -4876,7 +5007,7 @@
|
|
4876
5007
|
{
|
4877
5008
|
"disabled": false,
|
4878
5009
|
"document": "CLS日志主题ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4879
|
-
"example": "xxx",
|
5010
|
+
"example": "xxx-xxx",
|
4880
5011
|
"member": "string",
|
4881
5012
|
"name": "ClsTopicId",
|
4882
5013
|
"output_required": true,
|
@@ -4916,7 +5047,7 @@
|
|
4916
5047
|
{
|
4917
5048
|
"disabled": false,
|
4918
5049
|
"document": "类日志级别\n注意:此字段可能返回 null,表示取不到有效值。",
|
4919
|
-
"example": "[]",
|
5050
|
+
"example": "[xxx]",
|
4920
5051
|
"member": "ClazzLevel",
|
4921
5052
|
"name": "ClazzLevels",
|
4922
5053
|
"output_required": true,
|
@@ -4936,7 +5067,7 @@
|
|
4936
5067
|
{
|
4937
5068
|
"disabled": false,
|
4938
5069
|
"document": "专家模式的配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
4939
|
-
"example": "{}",
|
5070
|
+
"example": "{xxx}",
|
4940
5071
|
"member": "ExpertModeConfiguration",
|
4941
5072
|
"name": "ExpertModeConfiguration",
|
4942
5073
|
"output_required": false,
|
@@ -4956,7 +5087,7 @@
|
|
4956
5087
|
{
|
4957
5088
|
"disabled": false,
|
4958
5089
|
"document": "trace链路配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
4959
|
-
"example": "{}",
|
5090
|
+
"example": "{xxx}",
|
4960
5091
|
"member": "TraceModeConfiguration",
|
4961
5092
|
"name": "TraceModeConfiguration",
|
4962
5093
|
"output_required": true,
|
@@ -4976,7 +5107,7 @@
|
|
4976
5107
|
{
|
4977
5108
|
"disabled": false,
|
4978
5109
|
"document": "算子拓扑图\n注意:此字段可能返回 null,表示取不到有效值。",
|
4979
|
-
"example": "{}",
|
5110
|
+
"example": "{xxx}",
|
4980
5111
|
"member": "JobGraph",
|
4981
5112
|
"name": "JobGraph",
|
4982
5113
|
"output_required": false,
|
@@ -5082,6 +5213,16 @@
|
|
5082
5213
|
"output_required": false,
|
5083
5214
|
"type": "object",
|
5084
5215
|
"value_allowed_null": true
|
5216
|
+
},
|
5217
|
+
{
|
5218
|
+
"disabled": false,
|
5219
|
+
"document": "checkpoint 超时时间",
|
5220
|
+
"example": "36000",
|
5221
|
+
"member": "int64",
|
5222
|
+
"name": "CheckpointTimeoutSecond",
|
5223
|
+
"output_required": false,
|
5224
|
+
"type": "int",
|
5225
|
+
"value_allowed_null": false
|
5085
5226
|
}
|
5086
5227
|
],
|
5087
5228
|
"usage": "out"
|
@@ -5720,6 +5861,16 @@
|
|
5720
5861
|
"output_required": false,
|
5721
5862
|
"type": "string",
|
5722
5863
|
"value_allowed_null": true
|
5864
|
+
},
|
5865
|
+
{
|
5866
|
+
"disabled": false,
|
5867
|
+
"document": "停止持续告警",
|
5868
|
+
"example": "1",
|
5869
|
+
"member": "int64",
|
5870
|
+
"name": "ContinueAlarm",
|
5871
|
+
"output_required": false,
|
5872
|
+
"type": "int",
|
5873
|
+
"value_allowed_null": false
|
5723
5874
|
}
|
5724
5875
|
],
|
5725
5876
|
"usage": "out"
|
@@ -5944,6 +6095,15 @@
|
|
5944
6095
|
"name": "Description",
|
5945
6096
|
"required": false,
|
5946
6097
|
"type": "string"
|
6098
|
+
},
|
6099
|
+
{
|
6100
|
+
"disabled": false,
|
6101
|
+
"document": "停止持续告警",
|
6102
|
+
"example": "1",
|
6103
|
+
"member": "int64",
|
6104
|
+
"name": "ContinueAlarm",
|
6105
|
+
"required": false,
|
6106
|
+
"type": "int"
|
5947
6107
|
}
|
5948
6108
|
],
|
5949
6109
|
"type": "object"
|
@@ -8998,6 +8998,15 @@
|
|
8998
8998
|
"name": "AutoBackupType",
|
8999
8999
|
"required": false,
|
9000
9000
|
"type": "int"
|
9001
|
+
},
|
9002
|
+
{
|
9003
|
+
"disabled": false,
|
9004
|
+
"document": "全量备份文件保存天数。单位:天。",
|
9005
|
+
"example": "7",
|
9006
|
+
"member": "int64",
|
9007
|
+
"name": "BackupStorageDays",
|
9008
|
+
"required": false,
|
9009
|
+
"type": "int"
|
9001
9010
|
}
|
9002
9011
|
],
|
9003
9012
|
"type": "object"
|
@@ -7079,7 +7079,7 @@
|
|
7079
7079
|
},
|
7080
7080
|
{
|
7081
7081
|
"disabled": false,
|
7082
|
-
"document": "商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
7082
|
+
"document": "商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参获得。",
|
7083
7083
|
"example": "basic_1k",
|
7084
7084
|
"member": "string",
|
7085
7085
|
"name": "SkuCode",
|
@@ -6124,6 +6124,17 @@
|
|
6124
6124
|
"required": false,
|
6125
6125
|
"type": "string",
|
6126
6126
|
"value_allowed_null": false
|
6127
|
+
},
|
6128
|
+
{
|
6129
|
+
"disabled": false,
|
6130
|
+
"document": "vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。",
|
6131
|
+
"example": "1",
|
6132
|
+
"member": "uint64",
|
6133
|
+
"name": "VadLevel",
|
6134
|
+
"output_required": false,
|
6135
|
+
"required": false,
|
6136
|
+
"type": "int",
|
6137
|
+
"value_allowed_null": false
|
6127
6138
|
}
|
6128
6139
|
],
|
6129
6140
|
"usage": "both"
|
@@ -6374,6 +6385,15 @@
|
|
6374
6385
|
"name": "Priority",
|
6375
6386
|
"required": false,
|
6376
6387
|
"type": "int"
|
6388
|
+
},
|
6389
|
+
{
|
6390
|
+
"disabled": false,
|
6391
|
+
"document": "是否将文本加入到llm历史上下文中",
|
6392
|
+
"example": "true",
|
6393
|
+
"member": "bool",
|
6394
|
+
"name": "AddHistory",
|
6395
|
+
"required": false,
|
6396
|
+
"type": "bool"
|
6377
6397
|
}
|
6378
6398
|
],
|
6379
6399
|
"usage": "in"
|
@@ -7826,6 +7846,15 @@
|
|
7826
7846
|
"name": "TargetUserIdList",
|
7827
7847
|
"required": false,
|
7828
7848
|
"type": "list"
|
7849
|
+
},
|
7850
|
+
{
|
7851
|
+
"disabled": false,
|
7852
|
+
"document": "声纹配置",
|
7853
|
+
"example": "无",
|
7854
|
+
"member": "VoicePrint",
|
7855
|
+
"name": "VoicePrint",
|
7856
|
+
"required": false,
|
7857
|
+
"type": "object"
|
7829
7858
|
}
|
7830
7859
|
],
|
7831
7860
|
"usage": "in"
|