tccli 3.0.1101.1__py2.py3-none-any.whl → 3.0.1103.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cls/v20201016/DeleteDataTransform.md +1 -1
- tccli/examples/cls/v20201016/ModifyConfigExtra.md +2 -2
- tccli/examples/iotexplorer/v20190423/CreateTRTCSignaturesWithRoomId.md +30 -0
- tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTask.md +36 -0
- tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTasks.md +3 -0
- tccli/examples/iotexplorer/v20190423/DismissRoomByStrRoomIdFromTRTC.md +20 -0
- tccli/examples/iotexplorer/v20190423/GenerateCloudStorageAIServiceTaskFileURL.md +24 -0
- tccli/examples/iotexplorer/v20190423/RemoveUserByRoomIdFromTRTC.md +21 -0
- tccli/examples/lighthouse/v20200324/DescribeInstancesDeniedActions.md +11 -6
- tccli/examples/mrs/v20200910/DrugInstructionObject.md +0 -0
- tccli/examples/rum/v20210622/DescribeError.md +1 -1
- tccli/examples/rum/v20210622/ModifyProject.md +1 -1
- tccli/examples/teo/v20220901/DescribeSecurityIPGroup.md +30 -0
- tccli/examples/trtc/v20190722/CreateCloudRecording.md +2 -2
- tccli/examples/waf/v20180125/CreateIpAccessControl.md +27 -0
- tccli/examples/waf/v20180125/DeleteIpAccessControlV2.md +25 -0
- tccli/examples/waf/v20180125/ImportIpAccessControl.md +30 -0
- tccli/examples/waf/v20180125/ModifyIpAccessControl.md +28 -0
- tccli/services/captcha/v20190722/api.json +2 -2
- tccli/services/ccc/v20200210/api.json +3 -3
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cls/v20201016/api.json +78 -56
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/dlc/v20210125/api.json +70 -1
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/essbasic/v20210526/api.json +19 -1
- tccli/services/fmu/v20191213/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/iotexplorer/iotexplorer_client.py +298 -33
- tccli/services/iotexplorer/v20190423/api.json +359 -20
- tccli/services/iotexplorer/v20190423/examples.json +41 -1
- tccli/services/iss/v20230517/api.json +10 -0
- tccli/services/lighthouse/v20200324/api.json +30 -28
- tccli/services/lighthouse/v20200324/examples.json +3 -3
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +39 -39
- tccli/services/mrs/mrs_client.py +53 -0
- tccli/services/mrs/v20200910/api.json +1649 -415
- tccli/services/mrs/v20200910/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/rce/rce_client.py +0 -53
- tccli/services/rce/v20201103/api.json +0 -197
- tccli/services/rce/v20201103/examples.json +0 -8
- tccli/services/rum/v20210622/api.json +26 -11
- tccli/services/rum/v20210622/examples.json +16 -16
- tccli/services/tdmq/v20200217/api.json +141 -1
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +55 -2
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +25 -7
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +2 -2
- tccli/services/vod/v20180717/api.json +2 -2
- tccli/services/waf/v20180125/api.json +396 -0
- tccli/services/waf/v20180125/examples.json +32 -0
- tccli/services/waf/waf_client.py +216 -4
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1103.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1103.1.dist-info}/RECORD +65 -54
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1103.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1103.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1103.1.dist-info}/license_files/LICENSE +0 -0
@@ -434,10 +434,17 @@
|
|
434
434
|
"output": "DescribeRulesSettingResponse",
|
435
435
|
"status": "online"
|
436
436
|
},
|
437
|
+
"DescribeSecurityIPGroup": {
|
438
|
+
"document": "查询安全 IP 组的配置信息,包括安全 IP 组的 ID、名称和内容。",
|
439
|
+
"input": "DescribeSecurityIPGroupRequest",
|
440
|
+
"name": "查询安全 IP 组",
|
441
|
+
"output": "DescribeSecurityIPGroupResponse",
|
442
|
+
"status": "online"
|
443
|
+
},
|
437
444
|
"DescribeSecurityIPGroupInfo": {
|
438
|
-
"document": "查询 IP 组的配置信息,包括 IP 组名称、 IP 组内容、 IP 组归属站点。",
|
445
|
+
"document": "接口已废弃,将于 2024 年 6 月 30 日停止服务。请使用 [查询安全 IP 组\n](https://cloud.tencent.com/document/product/1552/105866) 接口。\n\n查询 IP 组的配置信息,包括 IP 组名称、 IP 组内容、 IP 组归属站点。",
|
439
446
|
"input": "DescribeSecurityIPGroupInfoRequest",
|
440
|
-
"name": "
|
447
|
+
"name": "查询安全 IP 组(已废弃)",
|
441
448
|
"output": "DescribeSecurityIPGroupInfoResponse",
|
442
449
|
"status": "online"
|
443
450
|
},
|
@@ -7639,6 +7646,52 @@
|
|
7639
7646
|
],
|
7640
7647
|
"type": "object"
|
7641
7648
|
},
|
7649
|
+
"DescribeSecurityIPGroupRequest": {
|
7650
|
+
"document": "DescribeSecurityIPGroup请求参数结构体",
|
7651
|
+
"members": [
|
7652
|
+
{
|
7653
|
+
"disabled": false,
|
7654
|
+
"document": "站点 ID ,用于指定查询的站点范围。",
|
7655
|
+
"example": "\"zone-nqicqhasui\"",
|
7656
|
+
"member": "string",
|
7657
|
+
"name": "ZoneId",
|
7658
|
+
"required": true,
|
7659
|
+
"type": "string"
|
7660
|
+
},
|
7661
|
+
{
|
7662
|
+
"disabled": false,
|
7663
|
+
"document": "指定安全 IP 组 ID。\n<li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li>\n<li>不传递参数时,返回站点下所有安全 IP 组信息。</li>",
|
7664
|
+
"example": "无",
|
7665
|
+
"member": "int64",
|
7666
|
+
"name": "GroupIds",
|
7667
|
+
"required": false,
|
7668
|
+
"type": "list"
|
7669
|
+
}
|
7670
|
+
],
|
7671
|
+
"type": "object"
|
7672
|
+
},
|
7673
|
+
"DescribeSecurityIPGroupResponse": {
|
7674
|
+
"document": "DescribeSecurityIPGroup返回参数结构体",
|
7675
|
+
"members": [
|
7676
|
+
{
|
7677
|
+
"disabled": false,
|
7678
|
+
"document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID 、名称和 IP / 网段列表信息。",
|
7679
|
+
"example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ] }",
|
7680
|
+
"member": "IPGroup",
|
7681
|
+
"name": "IPGroups",
|
7682
|
+
"output_required": true,
|
7683
|
+
"type": "list",
|
7684
|
+
"value_allowed_null": false
|
7685
|
+
},
|
7686
|
+
{
|
7687
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7688
|
+
"member": "string",
|
7689
|
+
"name": "RequestId",
|
7690
|
+
"type": "string"
|
7691
|
+
}
|
7692
|
+
],
|
7693
|
+
"type": "object"
|
7694
|
+
},
|
7642
7695
|
"DescribeSecurityTemplateBindingsRequest": {
|
7643
7696
|
"document": "DescribeSecurityTemplateBindings请求参数结构体",
|
7644
7697
|
"members": [
|
@@ -616,6 +616,14 @@
|
|
616
616
|
"title": "DescribeRulesSetting"
|
617
617
|
}
|
618
618
|
],
|
619
|
+
"DescribeSecurityIPGroup": [
|
620
|
+
{
|
621
|
+
"document": "查询指定站点中,安全 IP 分组的配置信息。",
|
622
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-nqicqhasui\"\n}",
|
623
|
+
"output": "{\n \"Response\": {\n \"IPGroups\": [\n {\n \"GroupId\": 123,\n \"Name\": \"ExampleIpGroup\",\n \"Content\": [\n \"2.2.2.2\",\n \"23.23.23.0/24\"\n ]\n }\n ],\n \"RequestId\": \"ddf831fc-cf45-40fe-81b0-2d9cdd4c1bd6\"\n }\n}",
|
624
|
+
"title": "查询安全 IP 分组的配置信息"
|
625
|
+
}
|
626
|
+
],
|
619
627
|
"DescribeSecurityIPGroupInfo": [
|
620
628
|
{
|
621
629
|
"document": "查询指定站点的 IP 分组配置信息,并按每页 10 条返回第 1 页内容。",
|
@@ -10006,7 +10006,7 @@
|
|
10006
10006
|
},
|
10007
10007
|
{
|
10008
10008
|
"disabled": false,
|
10009
|
-
"document": "· \"Name\":\"ClusterName\",\"Values\": [\"test\"] 按照【集群名】进行过滤。 类型:String 必选:否 · \"Name\":\"ClusterType\",\"Values\": [\"MANAGED_CLUSTER\"] 按照【集群类型】进行过滤。 类型:String 必选:否 · \"Name\":\"ClusterStatus\",\"Values\": [\"Running\"] 按照【集群状态】进行过滤。 类型:String 必选:否 · \"Name\":\"
|
10009
|
+
"document": "· \"Name\":\"ClusterName\",\"Values\": [\"test\"] 按照【集群名】进行过滤。 类型:String 必选:否 · \"Name\":\"ClusterType\",\"Values\": [\"MANAGED_CLUSTER\"] 按照【集群类型】进行过滤。 类型:String 必选:否 · \"Name\":\"ClusterStatus\",\"Values\": [\"Running\"] 按照【集群状态】进行过滤。 类型:String 必选:否 · \"Name\":\"vpc-id\",\"Values\": [\"vpc-123qajzs\"] 按照【VPC】进行过滤。 类型:String 必选:否 · \"Name\":\"tag-key\",\"Values\": [\"testKey\"] 按照【标签键】进行过滤。 类型:String 必选:否 · \"Name\":\"tag-value\",\"Values\": [\"testValue\"] 按照【标签值】进行过滤。 类型:String 必选:否 · \"Name\":\"Tags\",\"Values\": [\"abc:1\"] 按照【标签键值对】进行过滤。 类型:String 必选:否",
|
10010
10010
|
"example": "无",
|
10011
10011
|
"member": "Filter",
|
10012
10012
|
"name": "Filters",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"CreateCloudRecording": {
|
4
|
-
"document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC
|
4
|
+
"document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面合流混成一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定录制存储参数(StorageParams)来指定上传到您希望的云存储,目前支持腾讯云(云点播VOD、对象存储COS)和第三方AWS\n* 指定合流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定合流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
|
5
5
|
"input": "CreateCloudRecordingRequest",
|
6
6
|
"name": "开始云端录制",
|
7
7
|
"output": "CreateCloudRecordingResponse",
|
@@ -695,7 +695,7 @@
|
|
695
695
|
},
|
696
696
|
{
|
697
697
|
"disabled": false,
|
698
|
-
"document": "
|
698
|
+
"document": "云端录制文件上传到云存储的参数(不支持同时设置云点播VOD和对象存储COS)",
|
699
699
|
"example": "无",
|
700
700
|
"member": "StorageParams",
|
701
701
|
"name": "StorageParams",
|
@@ -713,7 +713,7 @@
|
|
713
713
|
},
|
714
714
|
{
|
715
715
|
"disabled": false,
|
716
|
-
"document": "
|
716
|
+
"document": "合流的转码参数,录制模式为合流的时候可以设置。",
|
717
717
|
"example": "无",
|
718
718
|
"member": "MixTranscodeParams",
|
719
719
|
"name": "MixTranscodeParams",
|
@@ -722,7 +722,7 @@
|
|
722
722
|
},
|
723
723
|
{
|
724
724
|
"disabled": false,
|
725
|
-
"document": "
|
725
|
+
"document": "合流的布局参数,录制模式为合流的时候可以设置。",
|
726
726
|
"example": "无",
|
727
727
|
"member": "MixLayoutParams",
|
728
728
|
"name": "MixLayoutParams",
|
@@ -4607,7 +4607,7 @@
|
|
4607
4607
|
"members": [
|
4608
4608
|
{
|
4609
4609
|
"disabled": false,
|
4610
|
-
"document": "录制模式:\n1:单流录制,分别录制房间的订阅UserId的音频和视频,将录制文件上传至云存储;\n2
|
4610
|
+
"document": "录制模式:\n1:单流录制,分别录制房间的订阅UserId的音频和视频,将录制文件上传至云存储;\n2:合流录制,将房间内订阅UserId的音视频混录成一个音视频文件,将录制文件上传至云存储;",
|
4611
4611
|
"example": "1",
|
4612
4612
|
"member": "uint64",
|
4613
4613
|
"name": "RecordMode",
|
@@ -4652,7 +4652,7 @@
|
|
4652
4652
|
},
|
4653
4653
|
{
|
4654
4654
|
"disabled": false,
|
4655
|
-
"document": "单流录制模式下,用户的音视频是否合并,0:单流音视频不合并(默认)。1:单流音视频合并成一个ts
|
4655
|
+
"document": "单流录制模式下,用户的音视频是否合并,0:单流音视频不合并(默认)。1:单流音视频合并成一个ts。合流录制此参数无需设置,默认音视频合并。",
|
4656
4656
|
"example": "0",
|
4657
4657
|
"member": "uint64",
|
4658
4658
|
"name": "AvMerge",
|
@@ -4676,6 +4676,15 @@
|
|
4676
4676
|
"name": "MediaId",
|
4677
4677
|
"required": false,
|
4678
4678
|
"type": "int"
|
4679
|
+
},
|
4680
|
+
{
|
4681
|
+
"disabled": false,
|
4682
|
+
"document": "上行视频停止时,录制的补帧类型,0:补最后一帧 1:补黑帧",
|
4683
|
+
"example": "0",
|
4684
|
+
"member": "uint64",
|
4685
|
+
"name": "FillType",
|
4686
|
+
"required": false,
|
4687
|
+
"type": "int"
|
4679
4688
|
}
|
4680
4689
|
],
|
4681
4690
|
"usage": "in"
|
@@ -6846,7 +6855,7 @@
|
|
6846
6855
|
"usage": "in"
|
6847
6856
|
},
|
6848
6857
|
"WebRecordVideoParams": {
|
6849
|
-
"document": "
|
6858
|
+
"document": "页面录制控制参数",
|
6850
6859
|
"members": [
|
6851
6860
|
{
|
6852
6861
|
"disabled": false,
|
@@ -6874,6 +6883,15 @@
|
|
6874
6883
|
"name": "Format",
|
6875
6884
|
"required": false,
|
6876
6885
|
"type": "string"
|
6886
|
+
},
|
6887
|
+
{
|
6888
|
+
"disabled": false,
|
6889
|
+
"document": "如果是aac或者mp4文件格式,超过长度限制后,系统会自动拆分视频文件。单位:分钟。默认为1440min(24h),取值范围为1-1440。【单文件限制最大为2G,满足文件大小 >2G 或录制时长度 > 24h任意一个条件,文件都会自动切分】\nHls 格式录制此参数不生效。\n示例值:1440",
|
6890
|
+
"example": "1440",
|
6891
|
+
"member": "int64",
|
6892
|
+
"name": "MaxMediaFileDuration",
|
6893
|
+
"required": false,
|
6894
|
+
"type": "int"
|
6877
6895
|
}
|
6878
6896
|
],
|
6879
6897
|
"usage": "in"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"actions": {
|
3
3
|
"CreateCloudRecording": [
|
4
4
|
{
|
5
|
-
"document": "启动SdkAppId 为 1234 指定房间(房间号为3560)的云端录制。\n\n房间空闲等待时间设置为1分钟。\n
|
5
|
+
"document": "启动SdkAppId 为 1234 指定房间(房间号为3560)的云端录制。\n\n房间空闲等待时间设置为1分钟。\n录制模式为合流模式。\n录制的流类型为音视频。\n默认订阅所有用户的流。\n录制视频的宽度360,录制视频的高度640,帧率15,比特率500,000bps,默认背景色。\n录制视频布局模式为九宫格布局。\n存储至腾讯云点播VOD",
|
6
6
|
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRecording\n<公共请求参数>\n\n{\n \"StorageParams\": {\n \"CloudVod\": {\n \"TencentVod\": {\n \"ExpireTime\": 0\n }\n }\n },\n \"UserSig\": \"11xx111\",\n \"UserId\": \"10001\",\n \"RecordParams\": {\n \"MaxIdleTime\": 60,\n \"StreamType\": 0,\n \"RecordMode\": 2\n },\n \"RoomIdType\": 1,\n \"MixTranscodeParams\": {\n \"VideoParams\": {\n \"Width\": 360,\n \"BitRate\": 500000,\n \"Fps\": 15,\n \"Height\": 640,\n \"Gop\": 10\n }\n },\n \"MixLayoutParams\": {\n \"MixLayoutMode\": 3\n },\n \"SdkAppId\": 1234,\n \"RoomId\": \"3560\"\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"TaskId\": \"-gCTFWtU7t7DUlo7A8IswFszO9z2O-rbERqJAoK-4pycoZXKjIAAnasdcasdOEycyX4CnzhIm4RAQ..\",\n \"RequestId\": \"71993312-6ab8-4768-9124-118e0a20c45f\"\n }\n}",
|
8
8
|
"title": "启动云端录制"
|
@@ -4431,7 +4431,7 @@
|
|
4431
4431
|
},
|
4432
4432
|
{
|
4433
4433
|
"disabled": false,
|
4434
|
-
"document": "引擎的产品版本。参考值:\n- STANDARD: 标准版\n\n引擎各版本及可选择的规格、节点数说明:\napollo - STANDARD版本\n规格列表:1C2G、2C4G、4C8G、8C16G、16C32G\n节点数:1,2,3,4,5\n\neureka - STANDARD版本\n规格列表:1C2G、2C4G、4C8G、8C16G、16C32G\n节点数:3,4,5\n\npolarismesh - STANDARD版本\n规格列表:NUM50、NUM100、NUM200、NUM500、NUM1000、NUM5000、NUM10000、NUM50000\n\n兼容原spec-xxxxxx形式的规格ID",
|
4434
|
+
"document": "引擎的产品版本。参考值:\n- STANDARD: 标准版\n- PROFESSIONAL: 专业版(Zookeeper)/企业版(PolarisMesh)\n\n引擎各版本及可选择的规格、节点数说明:\napollo - STANDARD版本\n规格列表:1C2G、2C4G、4C8G、8C16G、16C32G\n节点数:1,2,3,4,5\n\neureka - STANDARD版本\n规格列表:1C2G、2C4G、4C8G、8C16G、16C32G\n节点数:3,4,5\n\npolarismesh - STANDARD版本\n规格列表:NUM50、NUM100、NUM200、NUM500、NUM1000、NUM5000、NUM10000、NUM50000\n\n兼容原spec-xxxxxx形式的规格ID",
|
4435
4435
|
"example": "STANDARD",
|
4436
4436
|
"member": "string",
|
4437
4437
|
"name": "EngineProductVersion",
|
@@ -4548,7 +4548,7 @@
|
|
4548
4548
|
},
|
4549
4549
|
{
|
4550
4550
|
"disabled": false,
|
4551
|
-
"document": "跨地域部署的引擎地域配置详情\nzk
|
4551
|
+
"document": "跨地域部署的引擎地域配置详情\nzk标准版没有跨地域部署,请不要填写\nzk专业版跨地域部署开启了固定Leader所在地域,需要满足以下条件\n- 固定Leader所在地域当前仅支持跨两个地域\n- leader地域的副本数必须是3/2 + 1,5/2+1,7/2+1,也就是 2,3,4",
|
4552
4552
|
"example": "[{\"EngineRegion\":\"ap-guangzhou\",\"Replica\":2,\"SpecId\":\"1C2G\",\"VpcInfos\":[{\"VpcId\":\"vpc-XXX\",\"SubnetId\":\"subnet-XXX\"}]},{\"EngineRegion\":\"ap-beijing\",\"Replica\":1,\"SpecId\":\"1C2G\",\"VpcInfos\":[{\"VpcId\":\"vpc-XXX\",\"SubnetId\":\"subnet-XXX\"}]}]",
|
4553
4553
|
"member": "EngineRegionInfo",
|
4554
4554
|
"name": "EngineRegionInfos",
|
@@ -13238,7 +13238,7 @@
|
|
13238
13238
|
{
|
13239
13239
|
"disabled": false,
|
13240
13240
|
"document": "获取日志起始时间点,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。",
|
13241
|
-
"example": "2018-12-
|
13241
|
+
"example": "2018-12-01T16:00:00Z",
|
13242
13242
|
"member": "string",
|
13243
13243
|
"name": "StartTime",
|
13244
13244
|
"required": true,
|
@@ -13247,7 +13247,7 @@
|
|
13247
13247
|
{
|
13248
13248
|
"disabled": false,
|
13249
13249
|
"document": "结束时间需大于起始时间;使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。",
|
13250
|
-
"example": "2018-12-
|
13250
|
+
"example": "2018-12-03T16:00:00Z",
|
13251
13251
|
"member": "string",
|
13252
13252
|
"name": "EndTime",
|
13253
13253
|
"required": true,
|