tccli 3.0.1304.1__py2.py3-none-any.whl → 3.0.1306.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/v20221229/api.json +39 -39
- tccli/services/aiart/v20221229/examples.json +11 -11
- tccli/services/ams/v20201229/api.json +28 -34
- tccli/services/ams/v20201229/examples.json +2 -8
- tccli/services/autoscaling/v20180419/api.json +57 -57
- tccli/services/autoscaling/v20180419/examples.json +6 -6
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/cbs/v20170312/api.json +49 -38
- tccli/services/ccc/v20200210/api.json +10 -0
- tccli/services/cdb/v20170320/api.json +9 -9
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +61 -58
- tccli/services/cdn/v20180606/examples.json +8 -8
- tccli/services/cfs/v20190719/api.json +12 -2
- tccli/services/cfs/v20190719/examples.json +2 -2
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +539 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/v20230418/api.json +10 -0
- tccli/services/ckafka/ckafka_client.py +53 -0
- tccli/services/ckafka/v20190819/api.json +242 -8
- tccli/services/ckafka/v20190819/examples.json +8 -0
- tccli/services/clb/v20180317/api.json +8 -8
- tccli/services/cvm/v20170312/api.json +129 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +9 -9
- tccli/services/dbbrain/v20191016/api.json +11 -10
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +1 -1
- tccli/services/dc/v20180410/api.json +16 -6
- tccli/services/dc/v20180410/examples.json +4 -4
- tccli/services/domain/v20180808/api.json +162 -162
- tccli/services/domain/v20180808/examples.json +34 -34
- tccli/services/drm/v20181115/api.json +52 -65
- tccli/services/drm/v20181115/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +10 -0
- tccli/services/dts/v20211206/api.json +0 -9
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +12 -12
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +75 -3
- tccli/services/gs/v20191118/examples.json +15 -7
- tccli/services/gwlb/v20240906/api.json +28 -28
- tccli/services/hai/hai_client.py +53 -0
- tccli/services/hai/v20230812/api.json +62 -0
- tccli/services/hai/v20230812/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/ims/v20201229/api.json +14 -5
- tccli/services/ims/v20201229/examples.json +2 -2
- tccli/services/ioa/v20220601/api.json +13 -2
- tccli/services/iotexplorer/v20190423/api.json +62 -3
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/iotvideoindustry/v20201201/api.json +29 -19
- tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
- tccli/services/iss/iss_client.py +273 -8
- tccli/services/iss/v20230517/api.json +586 -0
- tccli/services/iss/v20230517/examples.json +46 -0
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/v20180801/api.json +18 -18
- tccli/services/lke/v20231130/api.json +50 -6
- tccli/services/lkeap/v20240522/api.json +124 -1
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/mps/v20190612/api.json +283 -290
- tccli/services/mps/v20190612/examples.json +9 -9
- tccli/services/ocr/v20181119/api.json +133 -114
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +140 -121
- tccli/services/postgres/v20170312/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +94 -4
- tccli/services/redis/v20180412/examples.json +3 -3
- tccli/services/ses/v20201002/api.json +9 -0
- tccli/services/soe/v20180724/api.json +13 -13
- tccli/services/soe/v20180724/examples.json +2 -2
- tccli/services/tat/v20201028/api.json +19 -19
- tccli/services/tcss/v20201101/api.json +27 -0
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +49 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +5 -5
- tccli/services/tse/v20201207/api.json +30 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vm/v20210922/api.json +21 -30
- tccli/services/vm/v20210922/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +103 -81
- tccli/services/vpc/v20170312/examples.json +3 -3
- tccli/services/vrs/v20200824/api.json +52 -52
- tccli/services/vrs/v20200824/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +192 -11
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
@@ -546,7 +546,7 @@
|
|
546
546
|
{
|
547
547
|
"document": "无",
|
548
548
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeParameterTemplateAttributes\n<公共请求参数>\n\n{\n \"TemplateId\": \"c0456ace-31d1-54b1-a270-befa6bf960a5\"\n}",
|
549
|
-
"output": "{\n \"Response\": {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"12\",\n \"ParamInfoSet\": [\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"WAL\",\n \"ClassificationEN\": \"Write-Ahead Log\",\n \"CurrentValue\": \"logical\",\n \"DefaultValue\": \"replica\",\n \"EnumValue\": [\n \"replica\",\n \"logical\"\n ],\n \"ID\": 854,\n \"LastModifyTime\": \"\",\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"wal_level\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"此参数决定记录到日志的信息,不允许设置为minimal\",\n \"ParamDescriptionEN\": \"Set the level of information written to the WAL.\",\n \"ParamValueType\": \"enum\",\n \"VersionRelationSet\": [],\n \"SpecRelated\": false,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"SpecRelationSet\": []\n }
|
549
|
+
"output": "{\n \"Response\": {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"12\",\n \"ParamInfoSet\": [\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"WAL\",\n \"ClassificationEN\": \"Write-Ahead Log\",\n \"CurrentValue\": \"logical\",\n \"DefaultValue\": \"replica\",\n \"EnumValue\": [\n \"replica\",\n \"logical\"\n ],\n \"ID\": 854,\n \"LastModifyTime\": \"\",\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"wal_level\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"此参数决定记录到日志的信息,不允许设置为minimal\",\n \"ParamDescriptionEN\": \"Set the level of information written to the WAL.\",\n \"ParamValueType\": \"enum\",\n \"VersionRelationSet\": [],\n \"SpecRelated\": false,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"SpecRelationSet\": []\n }\n ],\n \"RequestId\": \"e4f0f472-8bef-4404-b3fa-57ed6b6378b8\",\n \"TemplateDescription\": \"test-modify\",\n \"TemplateId\": \"c0456ace-31d1-54b1-a270-befa6bf960a5\",\n \"TemplateName\": \"test-modify_1\",\n \"TotalCount\": 1\n }\n}",
|
550
550
|
"title": "查询参数模板详情"
|
551
551
|
}
|
552
552
|
],
|
@@ -6816,7 +6816,7 @@
|
|
6816
6816
|
"members": [
|
6817
6817
|
{
|
6818
6818
|
"disabled": false,
|
6819
|
-
"document": "
|
6819
|
+
"document": "价格",
|
6820
6820
|
"example": "30400",
|
6821
6821
|
"member": "float",
|
6822
6822
|
"name": "Price",
|
@@ -6824,6 +6824,36 @@
|
|
6824
6824
|
"type": "float",
|
6825
6825
|
"value_allowed_null": false
|
6826
6826
|
},
|
6827
|
+
{
|
6828
|
+
"disabled": false,
|
6829
|
+
"document": "高精度价格",
|
6830
|
+
"example": "30400.123",
|
6831
|
+
"member": "float",
|
6832
|
+
"name": "HighPrecisionPrice",
|
6833
|
+
"output_required": false,
|
6834
|
+
"type": "float",
|
6835
|
+
"value_allowed_null": false
|
6836
|
+
},
|
6837
|
+
{
|
6838
|
+
"disabled": false,
|
6839
|
+
"document": "币种",
|
6840
|
+
"example": "CNY",
|
6841
|
+
"member": "string",
|
6842
|
+
"name": "Currency",
|
6843
|
+
"output_required": false,
|
6844
|
+
"type": "string",
|
6845
|
+
"value_allowed_null": false
|
6846
|
+
},
|
6847
|
+
{
|
6848
|
+
"disabled": false,
|
6849
|
+
"document": "价格金额单位\n\n- pent: 分\n- microPent: 微分",
|
6850
|
+
"example": "pent",
|
6851
|
+
"member": "string",
|
6852
|
+
"name": "AmountUnit",
|
6853
|
+
"output_required": false,
|
6854
|
+
"type": "string",
|
6855
|
+
"value_allowed_null": false
|
6856
|
+
},
|
6827
6857
|
{
|
6828
6858
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6829
6859
|
"member": "string",
|
@@ -6862,14 +6892,44 @@
|
|
6862
6892
|
"members": [
|
6863
6893
|
{
|
6864
6894
|
"disabled": false,
|
6865
|
-
"document": "
|
6866
|
-
"example": "
|
6895
|
+
"document": "价格",
|
6896
|
+
"example": "30400",
|
6867
6897
|
"member": "float",
|
6868
6898
|
"name": "Price",
|
6869
6899
|
"output_required": true,
|
6870
6900
|
"type": "float",
|
6871
6901
|
"value_allowed_null": false
|
6872
6902
|
},
|
6903
|
+
{
|
6904
|
+
"disabled": false,
|
6905
|
+
"document": "高精度价格",
|
6906
|
+
"example": "30400.123",
|
6907
|
+
"member": "float",
|
6908
|
+
"name": "HighPrecisionPrice",
|
6909
|
+
"output_required": false,
|
6910
|
+
"type": "float",
|
6911
|
+
"value_allowed_null": false
|
6912
|
+
},
|
6913
|
+
{
|
6914
|
+
"disabled": false,
|
6915
|
+
"document": "币种",
|
6916
|
+
"example": "CNY",
|
6917
|
+
"member": "string",
|
6918
|
+
"name": "Currency",
|
6919
|
+
"output_required": false,
|
6920
|
+
"type": "string",
|
6921
|
+
"value_allowed_null": false
|
6922
|
+
},
|
6923
|
+
{
|
6924
|
+
"disabled": false,
|
6925
|
+
"document": "价格金额单位\n\n- pent: 分\n- microPent: 微分",
|
6926
|
+
"example": "pent",
|
6927
|
+
"member": "string",
|
6928
|
+
"name": "AmountUnit",
|
6929
|
+
"output_required": false,
|
6930
|
+
"type": "string",
|
6931
|
+
"value_allowed_null": false
|
6932
|
+
},
|
6873
6933
|
{
|
6874
6934
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6875
6935
|
"member": "string",
|
@@ -6926,7 +6986,7 @@
|
|
6926
6986
|
"members": [
|
6927
6987
|
{
|
6928
6988
|
"disabled": false,
|
6929
|
-
"document": "
|
6989
|
+
"document": "价格",
|
6930
6990
|
"example": "30400",
|
6931
6991
|
"member": "float",
|
6932
6992
|
"name": "Price",
|
@@ -6934,6 +6994,36 @@
|
|
6934
6994
|
"type": "float",
|
6935
6995
|
"value_allowed_null": false
|
6936
6996
|
},
|
6997
|
+
{
|
6998
|
+
"disabled": false,
|
6999
|
+
"document": "高精度价格",
|
7000
|
+
"example": "30400.123",
|
7001
|
+
"member": "float",
|
7002
|
+
"name": "HighPrecisionPrice",
|
7003
|
+
"output_required": false,
|
7004
|
+
"type": "float",
|
7005
|
+
"value_allowed_null": false
|
7006
|
+
},
|
7007
|
+
{
|
7008
|
+
"disabled": false,
|
7009
|
+
"document": "币种",
|
7010
|
+
"example": "CNY",
|
7011
|
+
"member": "string",
|
7012
|
+
"name": "Currency",
|
7013
|
+
"output_required": false,
|
7014
|
+
"type": "string",
|
7015
|
+
"value_allowed_null": false
|
7016
|
+
},
|
7017
|
+
{
|
7018
|
+
"disabled": false,
|
7019
|
+
"document": "价格金额单位\n\n- pent: 分\n- microPent: 微分",
|
7020
|
+
"example": "pent",
|
7021
|
+
"member": "string",
|
7022
|
+
"name": "AmountUnit",
|
7023
|
+
"output_required": false,
|
7024
|
+
"type": "string",
|
7025
|
+
"value_allowed_null": false
|
7026
|
+
},
|
6937
7027
|
{
|
6938
7028
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6939
7029
|
"member": "string",
|
@@ -578,7 +578,7 @@
|
|
578
578
|
{
|
579
579
|
"document": "",
|
580
580
|
"input": "https://redis.tencentcloudapi.com/?Action=InquiryPriceCreateInstance\n&ZoneId=100002\n&TypeId=6\n&MemSize=4096\n&GoodsNum=1\n&Period=1\n&BillingMode=1\n&<公共请求参数>",
|
581
|
-
"output": "{\n \"Response\": {\n \"Price\": 30400,\n \"RequestId\": \"0115d979-2c38-4ad2-b282-bec09d5b4c0b\"\n }\n}",
|
581
|
+
"output": "{\n \"Response\": {\n \"Price\": 30400,\n \"HighPrecisionPrice\": 30400.123,\n \"Currency\": \"CNY\",\n \"AmountUnit\": \"pent\",\n \"RequestId\": \"0115d979-2c38-4ad2-b282-bec09d5b4c0b\"\n }\n}",
|
582
582
|
"title": "示例"
|
583
583
|
}
|
584
584
|
],
|
@@ -586,7 +586,7 @@
|
|
586
586
|
{
|
587
587
|
"document": "查询续费价格",
|
588
588
|
"input": "https://redis.tencentcloudapi.com/?Action=InquiryPriceRenewInstance\n&Period=1\n&InstanceId=crs-qkdj****\n&<公共请求参数>",
|
589
|
-
"output": "{\n \"Response\": {\n \"Price\": 100800,\n \"RequestId\": \"4bd77cc7-ece7-4660-bbdd-6892d96f35a1\"\n }\n}",
|
589
|
+
"output": "{\n \"Response\": {\n \"Price\": 100800,\n \"HighPrecisionPrice\": 100800.98,\n \"Currency\": \"CNY\",\n \"AmountUnit\": \"pent\",\n \"RequestId\": \"4bd77cc7-ece7-4660-bbdd-6892d96f35a1\"\n }\n}",
|
590
590
|
"title": "查询示例"
|
591
591
|
}
|
592
592
|
],
|
@@ -594,7 +594,7 @@
|
|
594
594
|
{
|
595
595
|
"document": "",
|
596
596
|
"input": "https://redis.tencentcloudapi.com/?Action=InquiryPriceUpgradeInstance\n&InstanceId=crs-xjhsdjcxjd\n&MemSize=4096\n&<公共请求参数>",
|
597
|
-
"output": "{\n \"Response\": {\n \"Price\": 30400,\n \"RequestId\": \"0115d979-2c38-4ad2-b282-bec09d5b4c01\"\n }\n}",
|
597
|
+
"output": "{\n \"Response\": {\n \"Price\": 30400,\n \"HighPrecisionPrice\": 30400.123,\n \"Currency\": \"CNY\",\n \"AmountUnit\": \"pent\",\n \"RequestId\": \"0115d979-2c38-4ad2-b282-bec09d5b4c01\"\n }\n}",
|
598
598
|
"title": "示例"
|
599
599
|
}
|
600
600
|
],
|
@@ -2420,6 +2420,15 @@
|
|
2420
2420
|
"name": "SmtpHeaders",
|
2421
2421
|
"required": false,
|
2422
2422
|
"type": "string"
|
2423
|
+
},
|
2424
|
+
{
|
2425
|
+
"disabled": false,
|
2426
|
+
"document": "smtp头中的from字段,建议域名与FromEmailAddress保持一致",
|
2427
|
+
"example": "noreply@mail.qcloud.com",
|
2428
|
+
"member": "string",
|
2429
|
+
"name": "HeaderFrom",
|
2430
|
+
"required": false,
|
2431
|
+
"type": "string"
|
2423
2432
|
}
|
2424
2433
|
],
|
2425
2434
|
"type": "object"
|
@@ -700,8 +700,8 @@
|
|
700
700
|
},
|
701
701
|
{
|
702
702
|
"disabled": false,
|
703
|
-
"document": "语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId
|
704
|
-
"example": "
|
703
|
+
"document": "语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId。\n一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。",
|
704
|
+
"example": "test-6ef67f85-830e-4075-87a2-0ffda1843607",
|
705
705
|
"member": "string",
|
706
706
|
"name": "SessionId",
|
707
707
|
"required": true,
|
@@ -710,7 +710,7 @@
|
|
710
710
|
{
|
711
711
|
"disabled": false,
|
712
712
|
"document": "业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数,新的 SoeAppId 可以在[控制台](https://console.cloud.tencent.com/soe)【应用管理】下新建。如果没有新建SoeAppId,请勿填入该参数,否则会报欠费错误。使用指南:[业务应用](https://cloud.tencent.com/document/product/884/78824#.E4.B8.9A.E5.8A.A1.E5.BA.94.E7.94.A8)",
|
713
|
-
"example": "
|
713
|
+
"example": "soe_100xxxxx",
|
714
714
|
"member": "string",
|
715
715
|
"name": "SoeAppId",
|
716
716
|
"required": false,
|
@@ -719,7 +719,7 @@
|
|
719
719
|
{
|
720
720
|
"disabled": false,
|
721
721
|
"document": "长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess接口和TransmitOralProcess接口的IsLongLifeSession均为1时,才可生效。",
|
722
|
-
"example": "
|
722
|
+
"example": "0",
|
723
723
|
"member": "int64",
|
724
724
|
"name": "IsLongLifeSession",
|
725
725
|
"required": false,
|
@@ -728,7 +728,7 @@
|
|
728
728
|
{
|
729
729
|
"disabled": false,
|
730
730
|
"document": "查询标识,当该参数为1时,该请求为查询请求,请求返回该 Session 的评估结果。",
|
731
|
-
"example": "
|
731
|
+
"example": "0",
|
732
732
|
"member": "int64",
|
733
733
|
"name": "IsQuery",
|
734
734
|
"required": false,
|
@@ -783,7 +783,7 @@
|
|
783
783
|
{
|
784
784
|
"disabled": false,
|
785
785
|
"document": "语音段唯一标识,一段语音一个SessionId",
|
786
|
-
"example": "
|
786
|
+
"example": "test-6ef67f85-830e-4075-87a2-0ffda1843607",
|
787
787
|
"member": "string",
|
788
788
|
"name": "SessionId",
|
789
789
|
"output_required": true,
|
@@ -793,7 +793,7 @@
|
|
793
793
|
{
|
794
794
|
"disabled": false,
|
795
795
|
"document": "已废弃,不再保存语音音频文件下载地址",
|
796
|
-
"example": "
|
796
|
+
"example": "https://xxxx-123456789.cos.ap-nanjing.myqcloud.com/example/123456789/03109c5b-e67a-495c-8148-6f5e748b0a8d.mp3",
|
797
797
|
"member": "string",
|
798
798
|
"name": "AudioUrl",
|
799
799
|
"output_required": true,
|
@@ -813,7 +813,7 @@
|
|
813
813
|
{
|
814
814
|
"disabled": false,
|
815
815
|
"document": "评估 session 状态,“Evaluating\":评估中、\"Failed\":评估失败、\"Finished\":评估完成",
|
816
|
-
"example": "
|
816
|
+
"example": "Finished",
|
817
817
|
"member": "string",
|
818
818
|
"name": "Status",
|
819
819
|
"output_required": true,
|
@@ -836,27 +836,27 @@
|
|
836
836
|
"example": "1",
|
837
837
|
"member": "int64",
|
838
838
|
"name": "RefTextId",
|
839
|
-
"output_required":
|
839
|
+
"output_required": false,
|
840
840
|
"type": "int",
|
841
841
|
"value_allowed_null": true
|
842
842
|
},
|
843
843
|
{
|
844
844
|
"disabled": false,
|
845
845
|
"document": "主题词命中标志,0表示没命中,1表示命中\n注意:此字段可能返回 null,表示取不到有效值。",
|
846
|
-
"example": "
|
846
|
+
"example": "1",
|
847
847
|
"member": "float",
|
848
848
|
"name": "KeyWordHits",
|
849
|
-
"output_required":
|
849
|
+
"output_required": false,
|
850
850
|
"type": "list",
|
851
851
|
"value_allowed_null": true
|
852
852
|
},
|
853
853
|
{
|
854
854
|
"disabled": false,
|
855
855
|
"document": "负向主题词命中标志,0表示没命中,1表示命中\n注意:此字段可能返回 null,表示取不到有效值。",
|
856
|
-
"example": "
|
856
|
+
"example": "0",
|
857
857
|
"member": "float",
|
858
858
|
"name": "UnKeyWordHits",
|
859
|
-
"output_required":
|
859
|
+
"output_required": false,
|
860
860
|
"type": "list",
|
861
861
|
"value_allowed_null": true
|
862
862
|
},
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"TransmitOralProcess": [
|
26
26
|
{
|
27
27
|
"document": "传输语音进行发音评估",
|
28
|
-
"input": "POST / HTTP/1.1\nHost: soe.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TransmitOralProcess\n<公共请求参数>\n\n{\n \"VoiceEncodeType\": \"1\",\n \"UserVoiceData\": \"
|
29
|
-
"output": "{\n \"Response\": {\n \"SuggestedScore\": 99.52305,\n \"PronAccuracy\": 99.52305,\n \"PronFluency\": 0.93664527,\n \"PronCompletion\": 1,\n \"RequestId\": \"1067cb5d-****-****-b1c6-6b*****72a0e\",\n \"RefTextId\": 0,\n \"KeyWordHits\": [\n 0.0\n ],\n \"UnKeyWordHits\": [\n 0.0\n ],\n \"Words\": [\n {\n \"KeywordTag\": 0,\n \"MemBeginTime\": 2330,\n \"MemEndTime\": 3170,\n \"PronAccuracy\": 99.52305,\n \"PronFluency\": 0.93664527,\n \"ReferenceWord\": \"\",\n \"Word\": \"thankyou\",\n \"MatchTag\": 0,\n \"PhoneInfos\": [\n {\n \"MemBeginTime\": 2330,\n \"MemEndTime\": 2530,\n \"PronAccuracy\": 98.37366,\n \"DetectedStress\": false,\n \"Phone\": \"th\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2530,\n \"MemEndTime\": 2630,\n \"PronAccuracy\": 99.75654,\n \"DetectedStress\": false,\n \"Phone\": \"ae\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2630,\n \"MemEndTime\": 2730,\n \"PronAccuracy\": 99.75149,\n \"DetectedStress\": false,\n \"Phone\": \"ng\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2730,\n \"MemEndTime\": 2830,\n \"PronAccuracy\": 99.767265,\n \"DetectedStress\": false,\n \"Phone\": \"k\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2830,\n \"MemEndTime\": 2910,\n \"PronAccuracy\": 99.72817,\n \"DetectedStress\": false,\n \"Phone\": \"y\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2910,\n \"MemEndTime\": 3170,\n \"PronAccuracy\": 99.7612,\n \"DetectedStress\": false,\n \"Phone\": \"uw\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n }\n ]\n }\n ],\n \"SessionId\": \"
|
28
|
+
"input": "POST / HTTP/1.1\nHost: soe.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TransmitOralProcess\n<公共请求参数>\n\n{\n \"VoiceEncodeType\": \"1\",\n \"UserVoiceData\": \"UklGRvh3AABXQVZFZm10IBAAAAABAAEAgD4AAAB9AAA...(total length:40980)AAAAAAAAAA\",\n \"IsEnd\": \"0\",\n \"VoiceFileType\": \"1\",\n \"SessionId\": \"test-6ef67f85-830e-4075-87a2-0ffda1843607\",\n \"SeqId\": \"1\"\n}",
|
29
|
+
"output": "{\n \"Response\": {\n \"SuggestedScore\": 99.52305,\n \"PronAccuracy\": 99.52305,\n \"PronFluency\": 0.93664527,\n \"PronCompletion\": 1,\n \"RequestId\": \"1067cb5d-****-****-b1c6-6b*****72a0e\",\n \"RefTextId\": 0,\n \"KeyWordHits\": [\n 0.0\n ],\n \"UnKeyWordHits\": [\n 0.0\n ],\n \"Words\": [\n {\n \"KeywordTag\": 0,\n \"MemBeginTime\": 2330,\n \"MemEndTime\": 3170,\n \"PronAccuracy\": 99.52305,\n \"PronFluency\": 0.93664527,\n \"ReferenceWord\": \"\",\n \"Word\": \"thankyou\",\n \"MatchTag\": 0,\n \"PhoneInfos\": [\n {\n \"MemBeginTime\": 2330,\n \"MemEndTime\": 2530,\n \"PronAccuracy\": 98.37366,\n \"DetectedStress\": false,\n \"Phone\": \"th\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2530,\n \"MemEndTime\": 2630,\n \"PronAccuracy\": 99.75654,\n \"DetectedStress\": false,\n \"Phone\": \"ae\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2630,\n \"MemEndTime\": 2730,\n \"PronAccuracy\": 99.75149,\n \"DetectedStress\": false,\n \"Phone\": \"ng\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2730,\n \"MemEndTime\": 2830,\n \"PronAccuracy\": 99.767265,\n \"DetectedStress\": false,\n \"Phone\": \"k\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2830,\n \"MemEndTime\": 2910,\n \"PronAccuracy\": 99.72817,\n \"DetectedStress\": false,\n \"Phone\": \"y\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2910,\n \"MemEndTime\": 3170,\n \"PronAccuracy\": 99.7612,\n \"DetectedStress\": false,\n \"Phone\": \"uw\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n }\n ]\n }\n ],\n \"SessionId\": \"test-6ef67f85-830e-4075-87a2-0ffda1843607\",\n \"AudioUrl\": \"\",\n \"SentenceInfoSet\": [\n {\n \"SuggestedScore\": 0,\n \"PronAccuracy\": 99.52305,\n \"PronFluency\": 0.93664527,\n \"PronCompletion\": 1,\n \"KeyWordHits\": [\n 0.0\n ],\n \"Words\": [\n {\n \"KeywordTag\": 0,\n \"MemBeginTime\": 2330,\n \"MemEndTime\": 3170,\n \"PronAccuracy\": 99.52305,\n \"PronFluency\": 0.93664527,\n \"ReferenceWord\": \"\",\n \"Word\": \"thankyou\",\n \"MatchTag\": 0,\n \"PhoneInfos\": [\n {\n \"MemBeginTime\": 2330,\n \"MemEndTime\": 2530,\n \"PronAccuracy\": 98.37366,\n \"DetectedStress\": false,\n \"Phone\": \"th\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2530,\n \"MemEndTime\": 2630,\n \"PronAccuracy\": 99.75654,\n \"DetectedStress\": false,\n \"Phone\": \"ae\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2630,\n \"MemEndTime\": 2730,\n \"PronAccuracy\": 99.75149,\n \"DetectedStress\": false,\n \"Phone\": \"ng\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2730,\n \"MemEndTime\": 2830,\n \"PronAccuracy\": 99.767265,\n \"DetectedStress\": false,\n \"Phone\": \"k\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2830,\n \"MemEndTime\": 2910,\n \"PronAccuracy\": 99.72817,\n \"DetectedStress\": false,\n \"Phone\": \"y\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n },\n {\n \"MemBeginTime\": 2910,\n \"MemEndTime\": 3170,\n \"PronAccuracy\": 99.7612,\n \"DetectedStress\": false,\n \"Phone\": \"uw\",\n \"ReferencePhone\": \"\",\n \"ReferenceLetter\": \"\",\n \"Stress\": false,\n \"MatchTag\": 0\n }\n ]\n }\n ],\n \"SentenceId\": -1,\n \"RefTextId\": 0,\n \"UnKeyWordHits\": [\n 0.0\n ]\n }\n ],\n \"Status\": \"Evaluating\"\n }\n}",
|
30
30
|
"title": "传输语音进行发音评估"
|
31
31
|
}
|
32
32
|
],
|
@@ -735,7 +735,7 @@
|
|
735
735
|
"members": [
|
736
736
|
{
|
737
737
|
"disabled": false,
|
738
|
-
"document": "
|
738
|
+
"document": "执行器名称。长度不超过 120 字符。",
|
739
739
|
"example": "invoker-test",
|
740
740
|
"member": "string",
|
741
741
|
"name": "Name",
|
@@ -744,7 +744,7 @@
|
|
744
744
|
},
|
745
745
|
{
|
746
746
|
"disabled": false,
|
747
|
-
"document": "
|
747
|
+
"document": "执行器类型。\n\n可选取值(当前仅支持一种):\n\n- `SCHEDULE`:周期类型执行器。",
|
748
748
|
"example": "SCHEDULE",
|
749
749
|
"member": "string",
|
750
750
|
"name": "Type",
|
@@ -771,7 +771,7 @@
|
|
771
771
|
},
|
772
772
|
{
|
773
773
|
"disabled": false,
|
774
|
-
"document": "
|
774
|
+
"document": "命令执行用户。长度不超过 256 字符。",
|
775
775
|
"example": "root",
|
776
776
|
"member": "string",
|
777
777
|
"name": "Username",
|
@@ -780,7 +780,7 @@
|
|
780
780
|
},
|
781
781
|
{
|
782
782
|
"disabled": false,
|
783
|
-
"document": "
|
783
|
+
"document": "命令自定义参数。字段类型为 JSON encode string。\n\n仅在 CommandId 所指命令的 EnableParameter 为 true 时,才允许设置此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。",
|
784
784
|
"example": "{\"var\": \"A\"}",
|
785
785
|
"member": "string",
|
786
786
|
"name": "Parameters",
|
@@ -789,7 +789,7 @@
|
|
789
789
|
},
|
790
790
|
{
|
791
791
|
"disabled": false,
|
792
|
-
"document": "
|
792
|
+
"document": "周期执行器设置。\n\n当执行器类型为 `SCHEDULE` 时,必须指定此参数。",
|
793
793
|
"example": "{\"Policy\":\"ONCE\",\"InvokeTime\":\"2021-09-01T00:00:00+08:00\"}",
|
794
794
|
"member": "ScheduleSettings",
|
795
795
|
"name": "ScheduleSettings",
|
@@ -1083,7 +1083,7 @@
|
|
1083
1083
|
"members": [
|
1084
1084
|
{
|
1085
1085
|
"disabled": false,
|
1086
|
-
"document": "待查询的实例ID列表。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。",
|
1086
|
+
"document": "待查询的实例ID列表。\n\n可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n每次请求的上限为 100。\n\n参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。",
|
1087
1087
|
"example": "[\"lhins-ar5wyn4x\"]",
|
1088
1088
|
"member": "string",
|
1089
1089
|
"name": "InstanceIds",
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
},
|
1093
1093
|
{
|
1094
1094
|
"disabled": false,
|
1095
|
-
"document": "- agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 \n- environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。\n- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n
|
1095
|
+
"document": "- agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 \n- environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。\n- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。\n\n每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。",
|
1096
1096
|
"example": "[ { \"Name\": \"instance-id\", \"Values\": [\"ins-zcewfho0\"] }]",
|
1097
1097
|
"member": "Filter",
|
1098
1098
|
"name": "Filters",
|
@@ -1453,7 +1453,7 @@
|
|
1453
1453
|
"members": [
|
1454
1454
|
{
|
1455
1455
|
"disabled": false,
|
1456
|
-
"document": "执行器ID列表。\n\n参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。\n",
|
1456
|
+
"document": "执行器 ID 列表。\n\n每次请求的上限为 100。\n\n参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。\n",
|
1457
1457
|
"example": "[\"ivk-b7s3qa5l\"]",
|
1458
1458
|
"member": "string",
|
1459
1459
|
"name": "InvokerIds",
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
},
|
1463
1463
|
{
|
1464
1464
|
"disabled": false,
|
1465
|
-
"document": "过滤条件:\n\n- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。\n- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。\n- type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。目前仅支持 SCHEDULE 一种。\n\n
|
1465
|
+
"document": "过滤条件:\n\n- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。\n- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。\n- invoker-type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。目前仅支持 SCHEDULE 一种。\n\n每次请求的 `Filters` 的上限为 10,`Filter.Values` 的上限为 5。参数不支持同时指定 `InvokerIds` 和 `Filters` 。",
|
1466
1466
|
"example": "[ { \"Name\": \"command-id\", \"Values\": [\"cmd-nrncl292\"] } ]",
|
1467
1467
|
"member": "Filter",
|
1468
1468
|
"name": "Filters",
|
@@ -1601,7 +1601,7 @@
|
|
1601
1601
|
"members": [
|
1602
1602
|
{
|
1603
1603
|
"disabled": false,
|
1604
|
-
"document": "注册码ID。",
|
1604
|
+
"document": "注册码ID。\n\n每次请求的上限为 100。\n\n参数不支持同时指定 `RegisterCodeIds ` 和 `Filters ` 。",
|
1605
1605
|
"example": "[\"d0b7xxxx-a6xx-40x9-898x-44c9f508axxx\"]",
|
1606
1606
|
"member": "string",
|
1607
1607
|
"name": "RegisterCodeIds",
|
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"members": [
|
1667
1667
|
{
|
1668
1668
|
"disabled": false,
|
1669
|
-
"document": "托管实例 id。\n\n参数不支持同时指定 `InstanceIds` 和 `Filters` 。\n",
|
1669
|
+
"document": "托管实例 id。\n\n每次请求的上限为 100。\n\n参数不支持同时指定 `InstanceIds` 和 `Filters` 。\n",
|
1670
1670
|
"example": "[\"rins-8d88xxxx\"]",
|
1671
1671
|
"member": "string",
|
1672
1672
|
"name": "InstanceIds",
|
@@ -1675,7 +1675,7 @@
|
|
1675
1675
|
},
|
1676
1676
|
{
|
1677
1677
|
"disabled": false,
|
1678
|
-
"document": "
|
1678
|
+
"document": "过滤器列表。每次请求的 `Filters` 的上限为 10,`Filter.Values` 的上限为 5。参数不支持同时指定 `InstanceIds` 和 `Filters` 。\n\n\n- instance-name\n\n按照【托管实例名称】进行过滤。\n类型:String\n必选:否\n\n- instance-id\n\n按照【托管实例ID】进行过滤。\n类型:String\n必选:否\n\n- register-code-id\n\n按照【托管实例注册码ID】进行过滤。可通过 [DescribeRegisterCodes(查询注册码)](https://cloud.tencent.com/document/api/1340/96925) 接口获取。\n类型:String\n必选:否\n\n- sys-name\n\n按照【操作系统类型】进行过滤,取值:Linux | Windows。\n类型:String\n必选:否\n\n- tag-key\n\n按照【标签键】进行过滤。\n类型:String\n必选:否\n\n- tag-value\n\n按照【标签值】进行过滤。\n类型:String\n必选:否\n\n- tag:tag-key\n\n按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。\n类型:String\n必选:否\n\n例如 Filter 为 {\"Name\": \"tag:key1\", \"Values\": [\"v1\", \"v2\"] } ,即查询所有标签为 key1:v1 或 key1:v2 的资源。\n\n",
|
1679
1679
|
"example": "[{\"name\":\"register-code-id\",\"value\":\"67c6df82-fa3e-48fb-9c17-07e3e1e9c2c3\"}]",
|
1680
1680
|
"member": "Filter",
|
1681
1681
|
"name": "Filters",
|
@@ -1740,7 +1740,7 @@
|
|
1740
1740
|
"members": [
|
1741
1741
|
{
|
1742
1742
|
"disabled": false,
|
1743
|
-
"document": "场景 ID 数组。\n\n参数不支持同时指定 `SceneIds ` 和 `Filters ` 。\n",
|
1743
|
+
"document": "场景 ID 数组。\n\n每次请求的上限为 100。\n\n参数不支持同时指定 `SceneIds ` 和 `Filters ` 。\n",
|
1744
1744
|
"example": "[\"sc-12345678\"]",
|
1745
1745
|
"member": "string",
|
1746
1746
|
"name": "SceneIds",
|
@@ -2743,7 +2743,7 @@
|
|
2743
2743
|
},
|
2744
2744
|
{
|
2745
2745
|
"disabled": false,
|
2746
|
-
"document": "
|
2746
|
+
"document": "待修改的执行器名称。长度不超过 120 字符。",
|
2747
2747
|
"example": "invoker-test",
|
2748
2748
|
"member": "string",
|
2749
2749
|
"name": "Name",
|
@@ -2752,7 +2752,7 @@
|
|
2752
2752
|
},
|
2753
2753
|
{
|
2754
2754
|
"disabled": false,
|
2755
|
-
"document": "
|
2755
|
+
"document": "待修改的执行器类型。\n\n可选取值(当前仅支持一种):\n\n- `SCHEDULE`:周期类型执行器。",
|
2756
2756
|
"example": "SCHEDULE",
|
2757
2757
|
"member": "string",
|
2758
2758
|
"name": "Type",
|
@@ -2770,7 +2770,7 @@
|
|
2770
2770
|
},
|
2771
2771
|
{
|
2772
2772
|
"disabled": false,
|
2773
|
-
"document": "
|
2773
|
+
"document": "待修改的用户名。长度不超过 256 字符。",
|
2774
2774
|
"example": "root",
|
2775
2775
|
"member": "string",
|
2776
2776
|
"name": "Username",
|
@@ -2779,7 +2779,7 @@
|
|
2779
2779
|
},
|
2780
2780
|
{
|
2781
2781
|
"disabled": false,
|
2782
|
-
"document": "
|
2782
|
+
"document": "待修改的自定义参数。字段类型为 JSON encode string。\n\n仅在 CommandId 所指命令的 EnableParameter 为 true 时,才允许设置此参数。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取命令的 EnableParameter 设置。",
|
2783
2783
|
"example": "{\"var\": \"A\"}",
|
2784
2784
|
"member": "string",
|
2785
2785
|
"name": "Parameters",
|
@@ -2797,7 +2797,7 @@
|
|
2797
2797
|
},
|
2798
2798
|
{
|
2799
2799
|
"disabled": false,
|
2800
|
-
"document": "
|
2800
|
+
"document": "待修改的周期执行器设置。\n\n要将执行器类型修改为 `SCHEDULE` 时,必须指定此参数。",
|
2801
2801
|
"example": "{ \"Policy\":\"ONCE\", \"InvokeTime\":\"2021-09-01T00:00:00+08:00\" }",
|
2802
2802
|
"member": "ScheduleSettings",
|
2803
2803
|
"name": "ScheduleSettings",
|
@@ -3426,7 +3426,7 @@
|
|
3426
3426
|
"members": [
|
3427
3427
|
{
|
3428
3428
|
"disabled": false,
|
3429
|
-
"document": "执行策略:\n- ONCE:单次执行\n- RECURRENCE
|
3429
|
+
"document": "执行策略:\n\n- ONCE:单次执行\n- RECURRENCE:周期执行",
|
3430
3430
|
"example": "ONCE",
|
3431
3431
|
"member": "string",
|
3432
3432
|
"name": "Policy",
|
@@ -11727,6 +11727,33 @@
|
|
11727
11727
|
"name": "RegistryTaskID",
|
11728
11728
|
"required": false,
|
11729
11729
|
"type": "int"
|
11730
|
+
},
|
11731
|
+
{
|
11732
|
+
"disabled": false,
|
11733
|
+
"document": "本地镜像容器运行中",
|
11734
|
+
"example": "true",
|
11735
|
+
"member": "bool",
|
11736
|
+
"name": "LocalImageContainerRunning",
|
11737
|
+
"required": false,
|
11738
|
+
"type": "bool"
|
11739
|
+
},
|
11740
|
+
{
|
11741
|
+
"disabled": false,
|
11742
|
+
"document": "仓库镜像容器运行中",
|
11743
|
+
"example": "true",
|
11744
|
+
"member": "bool",
|
11745
|
+
"name": "RegistryImageContainerRunning",
|
11746
|
+
"required": false,
|
11747
|
+
"type": "bool"
|
11748
|
+
},
|
11749
|
+
{
|
11750
|
+
"disabled": false,
|
11751
|
+
"document": "仓库镜像是否是最新",
|
11752
|
+
"example": "true",
|
11753
|
+
"member": "bool",
|
11754
|
+
"name": "IsLatest",
|
11755
|
+
"required": false,
|
11756
|
+
"type": "bool"
|
11730
11757
|
}
|
11731
11758
|
],
|
11732
11759
|
"type": "object"
|
@@ -22403,7 +22403,7 @@
|
|
22403
22403
|
"members": [
|
22404
22404
|
{
|
22405
22405
|
"disabled": false,
|
22406
|
-
"document": "回源 URL
|
22406
|
+
"document": "回源 URL 重写类型。仅支持填写 Path。",
|
22407
22407
|
"example": "Path",
|
22408
22408
|
"member": "string",
|
22409
22409
|
"name": "Type",
|
@@ -22414,7 +22414,7 @@
|
|
22414
22414
|
},
|
22415
22415
|
{
|
22416
22416
|
"disabled": false,
|
22417
|
-
"document": "回源 URL 重写动作。取值有:\n<li>replace
|
22417
|
+
"document": "回源 URL 重写动作。取值有:\n<li><b>replace</b>:指替换完整路径。用于将完整的请求 URL Path 替换为指定路径。\n</li>\n<li><b>addPrefix</b>:指增加路径前缀。用于增加指定路径前缀至请求 URL Path。\n</li>\n<li><b>rmvPrefix</b>:指移除路径前缀。用于移除请求 URL Path 的指定路径前缀。\n</li>\n<li><b>regexReplace</b>:指正则替换完整路径。用于通过 Google RE2 正则表达式匹配和替换完整路径。\n</li>",
|
22418
22418
|
"example": "replace",
|
22419
22419
|
"member": "string",
|
22420
22420
|
"name": "Action",
|
@@ -22425,7 +22425,7 @@
|
|
22425
22425
|
},
|
22426
22426
|
{
|
22427
22427
|
"disabled": false,
|
22428
|
-
"document": "回源 URL
|
22428
|
+
"document": "回源 URL 重写值。需要满足 URL Path 规范,且保证重写后的 Path 以 / 开头,以防止回源 URL 的 Host 被修改,长度范围为 1~1024。当 Action 为 addPrefix 时,不能以 / 结尾;当 Action 为 rmvPrefix 时,不能存在 *;当 Action 为 regexReplace 时,支持用 $NUM 引用正则捕获组,其中 NUM 代表组编号,如 $1,最多支持 $9。",
|
22429
22429
|
"example": "/prefix",
|
22430
22430
|
"member": "string",
|
22431
22431
|
"name": "Value",
|
@@ -22433,6 +22433,17 @@
|
|
22433
22433
|
"required": false,
|
22434
22434
|
"type": "string",
|
22435
22435
|
"value_allowed_null": false
|
22436
|
+
},
|
22437
|
+
{
|
22438
|
+
"disabled": false,
|
22439
|
+
"document": "回源 URL 重写用于正则替换匹配完整路径的正则表达式。需要满足 Google RE2 规范,长度范围为 1~1024。当 Action 为 regexReplace 时,此字段必填,否则无需填写此字段。",
|
22440
|
+
"example": "^/example/.*?~(.+).html$",
|
22441
|
+
"member": "string",
|
22442
|
+
"name": "Regex",
|
22443
|
+
"output_required": false,
|
22444
|
+
"required": false,
|
22445
|
+
"type": "string",
|
22446
|
+
"value_allowed_null": false
|
22436
22447
|
}
|
22437
22448
|
],
|
22438
22449
|
"usage": "both"
|