tccli 3.0.1209.1__py2.py3-none-any.whl → 3.0.1211.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bma/v20221115/api.json +26 -1
  3. tccli/services/bma/v20221115/examples.json +6 -6
  4. tccli/services/cam/v20190116/api.json +38 -30
  5. tccli/services/cam/v20190116/examples.json +2 -2
  6. tccli/services/cdwdoris/v20211228/api.json +20 -1
  7. tccli/services/cfg/v20210820/api.json +21 -1
  8. tccli/services/cls/v20201016/api.json +72 -11
  9. tccli/services/cynosdb/v20190107/api.json +19 -9
  10. tccli/services/cynosdb/v20190107/examples.json +2 -2
  11. tccli/services/dasb/v20191018/api.json +19 -10
  12. tccli/services/dasb/v20191018/examples.json +1 -1
  13. tccli/services/dnspod/v20210323/api.json +3 -1
  14. tccli/services/emr/emr_client.py +238 -26
  15. tccli/services/emr/v20190103/api.json +1011 -115
  16. tccli/services/emr/v20190103/examples.json +32 -0
  17. tccli/services/es/v20180416/api.json +144 -2
  18. tccli/services/ess/v20201111/api.json +2 -2
  19. tccli/services/ess/v20201111/examples.json +2 -2
  20. tccli/services/essbasic/v20210526/api.json +13 -4
  21. tccli/services/gwlb/v20240906/api.json +23 -23
  22. tccli/services/hunyuan/v20230901/api.json +85 -9
  23. tccli/services/hunyuan/v20230901/examples.json +1 -1
  24. tccli/services/iss/v20230517/api.json +62 -14
  25. tccli/services/iss/v20230517/examples.json +19 -13
  26. tccli/services/redis/v20180412/api.json +2 -2
  27. tccli/services/sms/v20210111/api.json +3 -3
  28. tccli/services/sms/v20210111/examples.json +2 -2
  29. tccli/services/sqlserver/v20180328/api.json +32 -11
  30. tccli/services/sqlserver/v20180328/examples.json +1 -1
  31. tccli/services/sts/v20180813/api.json +11 -10
  32. tccli/services/sts/v20180813/examples.json +2 -2
  33. tccli/services/tcss/v20201101/api.json +136 -19
  34. tccli/services/teo/v20220901/api.json +19 -19
  35. tccli/services/teo/v20220901/examples.json +4 -58
  36. tccli/services/tke/tke_client.py +118 -12
  37. tccli/services/tke/v20180525/api.json +152 -0
  38. tccli/services/tke/v20180525/examples.json +16 -0
  39. tccli/services/vclm/v20240523/api.json +32 -3
  40. tccli/services/vpc/v20170312/api.json +59 -43
  41. tccli/services/vpc/v20170312/examples.json +1 -1
  42. {tccli-3.0.1209.1.dist-info → tccli-3.0.1211.1.dist-info}/METADATA +2 -2
  43. {tccli-3.0.1209.1.dist-info → tccli-3.0.1211.1.dist-info}/RECORD +46 -46
  44. {tccli-3.0.1209.1.dist-info → tccli-3.0.1211.1.dist-info}/WHEEL +0 -0
  45. {tccli-3.0.1209.1.dist-info → tccli-3.0.1211.1.dist-info}/entry_points.txt +0 -0
  46. {tccli-3.0.1209.1.dist-info → tccli-3.0.1211.1.dist-info}/license_files/LICENSE +0 -0
@@ -119,7 +119,7 @@
119
119
  },
120
120
  {
121
121
  "disabled": false,
122
- "document": "聊天上下文信息。\n说明:\n1. 长度最多为 40,按对话时间从旧到新在数组中排列。\n2. Message.Role 可选值:system、user、assistant、 tool。\n其中,system 角色可选,如存在则必须位于列表的最开始。user(tool) 和 assistant 需交替出现(一问一答),以 user 提问开始,user(tool)提问结束,且 Content 不能为空。Role 的顺序示例:[system(可选) user assistant user assistant user ...]。\n3. Messages 中 Content 总长度不能超过模型输入长度上限(可参考 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 文档),超过则会截断最前面的内容,只保留尾部内容。",
122
+ "document": "聊天上下文信息。\n说明:\n1. 长度最多为 40,按对话时间从旧到新在数组中排列。\n2. Message.Role 可选值:system、user、assistant、 tool(functioncall场景)。\n其中,system 角色可选,如存在则必须位于列表的最开始。user(tool) 和 assistant 需交替出现(一问一答),以 user 提问开始,user(tool)提问结束,其中tool可以连续出现多次,且 Content 不能为空。Role 的顺序示例:[system(可选) user assistant user(tool tool ...) assistant user(tool tool ...) ...]。\n3. Messages 中 Content 总长度不能超过模型输入长度上限(可参考 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 文档),超过则会截断最前面的内容,只保留尾部内容。",
123
123
  "example": "无",
124
124
  "member": "Message",
125
125
  "name": "Messages",
@@ -227,7 +227,7 @@
227
227
  },
228
228
  {
229
229
  "disabled": false,
230
- "document": "图文并茂开关。\n详细介绍请阅读 [图文并茂](https://cloud.tencent.com/document/product/1729/111178) 中的说明。\n说明:\n1. 该参数仅在功能增强(如搜索)开关开启(EnableEnhancement=true)时生效。\n2. hunyuan-lite 无图文并茂能力,该参数对 hunyuan-lite 版本不生效。\n3. 未传值时默认关闭。\n4. 开启并搜索到对应的多媒体信息时,会输出对应的多媒体地址,可以定制个性化的图文消息。",
230
+ "document": "多媒体开关。\n详细介绍请阅读 [多媒体介绍](https://cloud.tencent.com/document/product/1729/111178) 中的说明。\n说明:\n1. 该参数目前仅对白名单内用户生效,如您想体验该功能请 [联系我们](https://cloud.tencent.com/act/event/Online_service)。\n2. 该参数仅在功能增强(如搜索)开关开启(EnableEnhancement=true)并且极速版搜索开关关闭(EnableSpeedSearch=false)时生效。\n3. hunyuan-lite 无多媒体能力,该参数对 hunyuan-lite 版本不生效。\n4. 未传值时默认关闭。\n5. 开启并搜索到对应的多媒体信息时,会输出对应的多媒体地址,可以定制个性化的图文消息。",
231
231
  "example": "false",
232
232
  "member": "bool",
233
233
  "name": "EnableMultimedia",
@@ -322,7 +322,7 @@
322
322
  },
323
323
  {
324
324
  "disabled": false,
325
- "document": "多媒体信息。\n说明:\n1. 可以用多媒体信息替换回复内容里的占位符,得到完整的图文信息。\n2. 可能会出现回复内容里存在占位符,但是因为审核等原因没有返回多媒体信息。",
325
+ "document": "多媒体信息。\n说明:\n1. 可以用多媒体信息替换回复内容里的占位符,得到完整的消息。\n2. 可能会出现回复内容里存在占位符,但是因为审核等原因没有返回多媒体信息。",
326
326
  "example": "无",
327
327
  "member": "Replace",
328
328
  "name": "Replaces",
@@ -846,11 +846,11 @@
846
846
  "usage": "both"
847
847
  },
848
848
  "Multimedia": {
849
- "document": "图文并茂详情",
849
+ "document": "多媒体详情",
850
850
  "members": [
851
851
  {
852
852
  "disabled": false,
853
- "document": "多媒体类型,image:图片。",
853
+ "document": "多媒体类型,可选值包括 image、music、album、playlist。\n说明:\n1. image:图片;music:单曲,类型为单曲时,会返回详细歌手和歌曲信息;album:专辑;playlist:歌单。\n2. 当 type 为 music、album、playlist 时,需要配合 [QQ音乐SDK](https://developer.y.qq.com/) 使用。",
854
854
  "example": "image",
855
855
  "member": "string",
856
856
  "name": "Type",
@@ -860,7 +860,7 @@
860
860
  },
861
861
  {
862
862
  "disabled": false,
863
- "document": "多媒体预览地址。",
863
+ "document": "多媒体地址。\n说明:\n1. type 为 image 时,地址为图片的预览地址;其他类型时,地址为封面图地址。",
864
864
  "example": "无",
865
865
  "member": "string",
866
866
  "name": "Url",
@@ -870,13 +870,53 @@
870
870
  },
871
871
  {
872
872
  "disabled": false,
873
- "document": "多媒体详情地址。",
873
+ "document": "多媒体详情地址。\n说明:\n1. 仅 type 为 image 时,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
874
874
  "example": "无",
875
875
  "member": "string",
876
876
  "name": "JumpUrl",
877
877
  "output_required": false,
878
878
  "type": "string",
879
- "value_allowed_null": false
879
+ "value_allowed_null": true
880
+ },
881
+ {
882
+ "disabled": false,
883
+ "document": "名称。\n说明:\n1. type 为 image 时,该字段为空。\n注意:此字段可能返回 null,表示取不到有效值。",
884
+ "example": "无",
885
+ "member": "string",
886
+ "name": "Title",
887
+ "output_required": false,
888
+ "type": "string",
889
+ "value_allowed_null": true
890
+ },
891
+ {
892
+ "disabled": false,
893
+ "document": "描述。\n注意:此字段可能返回 null,表示取不到有效值。",
894
+ "example": "无",
895
+ "member": "string",
896
+ "name": "Desc",
897
+ "output_required": false,
898
+ "type": "string",
899
+ "value_allowed_null": true
900
+ },
901
+ {
902
+ "disabled": false,
903
+ "document": "歌手名称。\n说明:\n1. 仅 type 为 music 时,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
904
+ "example": "无",
905
+ "member": "string",
906
+ "name": "Singer",
907
+ "output_required": false,
908
+ "type": "string",
909
+ "value_allowed_null": true
910
+ },
911
+ {
912
+ "disabled": false,
913
+ "document": "歌曲详情。\n说明:\n1. 仅 type 为 music 时,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
914
+ "example": "无",
915
+ "member": "SongExt",
916
+ "name": "Ext",
917
+ "output_required": false,
918
+ "type": "object",
919
+ "value_allowed_null": true
880
920
  }
881
921
  ],
882
922
  "usage": "out"
@@ -1086,7 +1126,7 @@
1086
1126
  "type": "object"
1087
1127
  },
1088
1128
  "Replace": {
1089
- "document": "图文并茂占位符替换信息",
1129
+ "document": "多媒体占位符替换信息",
1090
1130
  "members": [
1091
1131
  {
1092
1132
  "disabled": false,
@@ -1194,6 +1234,42 @@
1194
1234
  ],
1195
1235
  "type": "object"
1196
1236
  },
1237
+ "SongExt": {
1238
+ "document": "歌曲详情。具体含义参考 [QQ音乐SDK](https://developer.y.qq.com/)",
1239
+ "members": [
1240
+ {
1241
+ "disabled": false,
1242
+ "document": "歌曲id",
1243
+ "example": "97773",
1244
+ "member": "int64",
1245
+ "name": "SongId",
1246
+ "output_required": false,
1247
+ "type": "int",
1248
+ "value_allowed_null": false
1249
+ },
1250
+ {
1251
+ "disabled": false,
1252
+ "document": "歌曲mid",
1253
+ "example": "0039MnYb0qxYhV",
1254
+ "member": "string",
1255
+ "name": "SongMid",
1256
+ "output_required": false,
1257
+ "type": "string",
1258
+ "value_allowed_null": false
1259
+ },
1260
+ {
1261
+ "disabled": false,
1262
+ "document": "歌曲是否为vip。1:vip歌曲; 0:普通歌曲。",
1263
+ "example": "1",
1264
+ "member": "int64",
1265
+ "name": "Vip",
1266
+ "output_required": false,
1267
+ "type": "int",
1268
+ "value_allowed_null": false
1269
+ }
1270
+ ],
1271
+ "usage": "out"
1272
+ },
1197
1273
  "SubmitHunyuanImageChatJobRequest": {
1198
1274
  "document": "SubmitHunyuanImageChatJob请求参数结构体",
1199
1275
  "members": [
@@ -59,7 +59,7 @@
59
59
  },
60
60
  {
61
61
  "document": "推荐使用 API Explorer 调用接口,见本文档顶部说明。该示例说明hunyuan-vision模型如何调用接口。\n\nImageUrl.Url 支持图片链接以及图片 base64 两种方式\njpeg 图片转 base64 示例 (其他图片格式注意修改为对应的 MIME 类型, 如 image/png, image/webp, image/bmp 等):\n\n```python\nimport base64\n\nwith open(\"1.jpeg\", 'rb') as image_file:\n encoded_image = base64.b64encode(image_file.read())\n print(\"data:image/jpeg;base64,\"+encoded_image.decode('utf-8'))\n```",
62
- "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChatCompletions\n<公共请求参数>\n\n{\n \"Model\": \"hunyuan-vision\",\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Contents\": [\n {\n \"Type\": \"text\",\n \"Text\": \"下面图片中是哪个公司的 Logo?\"\n },\n {\n \"Type\": \"image_url\",\n \"ImageUrl\": {\n \"Url\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/portal-set/build/About/images/bg-product-series_87d.png\"\n }\n }\n ]\n }\n ],\n \"Stream\": false\n}",
62
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChatCompletions\n<公共请求参数>\n\n{\n \"Model\": \"hunyuan-vision\",\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Contents\": [\n {\n \"Type\": \"text\",\n \"Text\": \"下面图片中是哪个公司的 Logo?\"\n },\n {\n \"Type\": \"image_url\",\n \"ImageUrl\": {\n \"Url\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/portal-set/build/About/images/bg-product-series_87d.png\"\n }\n },\n {\n \"Type\": \"image_url\",\n \"ImageUrl\": {\n \"Url\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/portal-set/build/About/images/bg-product-series_87d.png\"\n }\n }\n ]\n }\n ],\n \"Stream\": false\n}",
63
63
  "output": "{\n \"Response\": {\n \"RequestId\": \"a21f9d7e-c18a-438b-bfb4-7941a2adf8ae\",\n \"Note\": \"以上内容为AI生成,不代表开发者立场,请勿删除或修改本标记\",\n \"Choices\": [\n {\n \"Message\": {\n \"Role\": \"assistant\",\n \"Content\": \"这张图片中展示的Logo属于腾讯公司。\"\n },\n \"FinishReason\": \"stop\"\n }\n ],\n \"Created\": 1714290436,\n \"Id\": \"a21f9d7e-c18a-438b-bfb4-7941a2adf8ae\",\n \"Usage\": {\n \"PromptTokens\": 7,\n \"CompletionTokens\": 10,\n \"TotalTokens\": 17\n }\n }\n}",
64
64
  "title": "图片理解示例"
65
65
  }
@@ -498,9 +498,9 @@
498
498
  "status": "online"
499
499
  },
500
500
  "RefreshDeviceChannel": {
501
- "document": "用于刷新国标设备的通道(接口调用后,触发向设备请求通道列表,新增的通道入库,设备上已删除的通道需自行删除、后台不自动删除)。",
501
+ "document": "用于同步国标设备的通道(接口调用后,触发向设备请求通道列表,新增的通道入库,设备上已删除的通道需自行删除、后台不自动删除)。",
502
502
  "input": "RefreshDeviceChannelRequest",
503
- "name": "刷新设备通道",
503
+ "name": "同步设备通道",
504
504
  "output": "RefreshDeviceChannelResponse",
505
505
  "status": "online"
506
506
  },
@@ -1267,7 +1267,7 @@
1267
1267
  "members": [
1268
1268
  {
1269
1269
  "disabled": false,
1270
- "document": "组织名称(仅支持中文、英文、数字、_、-的组合,长度不超过16个字符,且组织名称不能重复)",
1270
+ "document": "组织名称(仅支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过64位,且组织名称不能重复)",
1271
1271
  "example": "组织123",
1272
1272
  "member": "string",
1273
1273
  "name": "Name",
@@ -1691,6 +1691,15 @@
1691
1691
  "name": "OrganizationId",
1692
1692
  "required": false,
1693
1693
  "type": "list"
1694
+ },
1695
+ {
1696
+ "disabled": false,
1697
+ "document": "录像补录模式(0:不启用,1:启用),无该字段,默认不启用",
1698
+ "example": "0",
1699
+ "member": "int64",
1700
+ "name": "RepairMode",
1701
+ "required": false,
1702
+ "type": "int"
1694
1703
  }
1695
1704
  ],
1696
1705
  "type": "object"
@@ -1818,7 +1827,7 @@
1818
1827
  "members": [
1819
1828
  {
1820
1829
  "disabled": false,
1821
- "document": "任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复",
1830
+ "document": "任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,名称全局唯一,不能为空,不能重复",
1822
1831
  "example": "task1",
1823
1832
  "member": "string",
1824
1833
  "name": "TaskName",
@@ -2132,7 +2141,7 @@
2132
2141
  "members": [
2133
2142
  {
2134
2143
  "disabled": false,
2135
- "document": "设备名称,仅支持中文、英文、数字、_、-,长度不超过32个字符;(设备名称无需全局唯一,可以重复)",
2144
+ "document": "设备名称,仅支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过128位;(设备名称无需全局唯一,可以重复)",
2136
2145
  "example": "设备1",
2137
2146
  "member": "string",
2138
2147
  "name": "Name",
@@ -2186,7 +2195,7 @@
2186
2195
  },
2187
2196
  {
2188
2197
  "disabled": false,
2189
- "document": "设备密码(国标,网关设备必填,仅支持数字组合,长度为1-64个字符)",
2198
+ "document": "设备密码(国标,网关设备必填,长度为1-64个字符)",
2190
2199
  "example": "111111",
2191
2200
  "member": "string",
2192
2201
  "name": "Password",
@@ -2195,7 +2204,7 @@
2195
2204
  },
2196
2205
  {
2197
2206
  "disabled": false,
2198
- "document": "设备描述,仅支持中文、英文、数字、_、-,长度不超过128个字符",
2207
+ "document": "设备描述,长度不超过128个字符",
2199
2208
  "example": "这是设备1",
2200
2209
  "member": "string",
2201
2210
  "name": "Description",
@@ -2258,7 +2267,7 @@
2258
2267
  },
2259
2268
  {
2260
2269
  "disabled": false,
2261
- "document": "RTMP推流地址自定义AppName(仅RTMP需要,支持英文、数字组合限制32个字符内)",
2270
+ "document": "RTMP推流地址自定义AppName(仅RTMP需要,支持英文、数字、_、-、.、长度不超过64位)",
2262
2271
  "example": "live",
2263
2272
  "member": "string",
2264
2273
  "name": "AppName",
@@ -2267,7 +2276,7 @@
2267
2276
  },
2268
2277
  {
2269
2278
  "disabled": false,
2270
- "document": "RTMP推流地址自定义StreamName(仅RTMP需要,支持英文、数字组合限制32个字符内)",
2279
+ "document": "RTMP推流地址自定义StreamName(仅RTMP需要,支持英文、数字、_、-、.、长度不超过64位)",
2271
2280
  "example": "00cuDZBadN",
2272
2281
  "member": "string",
2273
2282
  "name": "StreamName",
@@ -2365,7 +2374,7 @@
2365
2374
  },
2366
2375
  {
2367
2376
  "disabled": false,
2368
- "document": "操作命令(enable:启用;disable:禁用;delete:删除;upgrade:固件升级;reset:恢复出厂设置;reboot:重启)",
2377
+ "document": "操作命令(enable:启用;disable:禁用;delete:删除;sync:同步设备通道;upgrade:固件升级;reset:恢复出厂设置;reboot:重启)",
2369
2378
  "example": "enable",
2370
2379
  "member": "string",
2371
2380
  "name": "Cmd",
@@ -8323,6 +8332,16 @@
8323
8332
  "output_required": true,
8324
8333
  "type": "int",
8325
8334
  "value_allowed_null": false
8335
+ },
8336
+ {
8337
+ "disabled": false,
8338
+ "document": "录像补录模式(0:不启用,1:启用)",
8339
+ "example": "0",
8340
+ "member": "int64",
8341
+ "name": "RepairMode",
8342
+ "output_required": false,
8343
+ "type": "int",
8344
+ "value_allowed_null": false
8326
8345
  }
8327
8346
  ],
8328
8347
  "usage": "out"
@@ -8379,6 +8398,16 @@
8379
8398
  "output_required": true,
8380
8399
  "type": "string",
8381
8400
  "value_allowed_null": true
8401
+ },
8402
+ {
8403
+ "disabled": false,
8404
+ "document": "通道所属设备的接入协议类型",
8405
+ "example": "2",
8406
+ "member": "int64",
8407
+ "name": "AccessProtocol",
8408
+ "output_required": false,
8409
+ "type": "int",
8410
+ "value_allowed_null": false
8382
8411
  }
8383
8412
  ],
8384
8413
  "usage": "out"
@@ -8445,6 +8474,16 @@
8445
8474
  "output_required": true,
8446
8475
  "type": "string",
8447
8476
  "value_allowed_null": true
8477
+ },
8478
+ {
8479
+ "disabled": false,
8480
+ "document": "录像补录模式(0:不启用,1:启用)",
8481
+ "example": "0",
8482
+ "member": "int64",
8483
+ "name": "RepairMode",
8484
+ "output_required": false,
8485
+ "type": "int",
8486
+ "value_allowed_null": false
8448
8487
  }
8449
8488
  ],
8450
8489
  "usage": "out"
@@ -9949,7 +9988,7 @@
9949
9988
  },
9950
9989
  {
9951
9990
  "disabled": false,
9952
- "document": "组织名称",
9991
+ "document": "组织名称,支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过64位,且组织名称不能重复",
9953
9992
  "example": "组织2371",
9954
9993
  "member": "string",
9955
9994
  "name": "Name",
@@ -10430,6 +10469,15 @@
10430
10469
  "name": "OrganizationId",
10431
10470
  "required": false,
10432
10471
  "type": "list"
10472
+ },
10473
+ {
10474
+ "disabled": false,
10475
+ "document": "录像补录模式(0:不启用,1:启用)",
10476
+ "example": "0",
10477
+ "member": "int64",
10478
+ "name": "RepairMode",
10479
+ "required": false,
10480
+ "type": "int"
10433
10481
  }
10434
10482
  ],
10435
10483
  "usage": "in"
@@ -10564,7 +10612,7 @@
10564
10612
  },
10565
10613
  {
10566
10614
  "disabled": false,
10567
- "document": "设备名称(仅支持中文、英文、数字、_、-,长度不超过32个字符)",
10615
+ "document": "设备名称(仅支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过128位)",
10568
10616
  "example": "设备1",
10569
10617
  "member": "string",
10570
10618
  "name": "Name",
@@ -10582,7 +10630,7 @@
10582
10630
  },
10583
10631
  {
10584
10632
  "disabled": false,
10585
- "document": "设备密码(仅国标,网关设备支持)",
10633
+ "document": "设备密码(仅国标,网关设备支持,长度不超过 64 位)",
10586
10634
  "example": "111111",
10587
10635
  "member": "string",
10588
10636
  "name": "Password",
@@ -10591,7 +10639,7 @@
10591
10639
  },
10592
10640
  {
10593
10641
  "disabled": false,
10594
- "document": "设备描述(仅支持中文、英文、数字、_、-,长度不超过128位)",
10642
+ "document": "设备描述(长度不超过128位)",
10595
10643
  "example": "这个一个设备",
10596
10644
  "member": "string",
10597
10645
  "name": "Description",
@@ -53,8 +53,8 @@
53
53
  "AddRecordPlan": [
54
54
  {
55
55
  "document": " ",
56
- "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddRecordPlan\n<公共请求参数>\n\n{\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"abc\",\n \"StreamType\": \"main\",\n \"Channels\": [\n {\n \"DeviceId\": \"48676e89a8c**********baa36220fa4\",\n \"ChannelId\": \"9ee325e9984**********a805c19b4e1\"\n }\n ],\n \"OrganizationId\": [\n \"10\"\n ],\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n}",
57
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"abc\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
56
+ "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddRecordPlan\n<公共请求参数>\n\n{\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"abc\",\n \"RepairMode\": 1,\n \"StreamType\": \"main\",\n \"Channels\": [\n {\n \"DeviceId\": \"48676e89a8c**********baa36220fa4\",\n \"ChannelId\": \"9ee325e9984**********a805c19b4e1\"\n }\n ],\n \"OrganizationId\": [\n \"10\"\n ],\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n}",
57
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"abc\",\n \"RepairMode\": 1,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
58
58
  "title": "成功"
59
59
  }
60
60
  ],
@@ -444,7 +444,7 @@
444
444
  {
445
445
  "document": " ",
446
446
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\"\n}",
447
- "output": "{\n \"Response\": {\n \"Data\": {\n \"ChannelCount\": 1,\n \"PlanId\": \"88ac5ea6c1**********224671d0f94f\",\n \"PlanName\": \"name1\",\n \"TemplateId\": \"9ee325e9984b**********805c19b4e1\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 10,\n \"Expiration\": 60\n },\n \"Status\": 1\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
447
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"ChannelCount\": 1,\n \"PlanId\": \"88ac5ea6c1**********224671d0f94f\",\n \"PlanName\": \"name1\",\n \"TemplateId\": \"9ee325e9984b**********805c19b4e1\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 10,\n \"Expiration\": 60\n },\n \"Status\": 1\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
448
448
  "title": "成功"
449
449
  }
450
450
  ],
@@ -658,25 +658,25 @@
658
658
  {
659
659
  "document": " ",
660
660
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRecordPlanDevices\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PageSize\": 5,\n \"PageNumber\": 1\n}",
661
- "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"000fb77b-****-****-****-d4aff5503d70\",\n \"ChannelName\": \"dev_1\",\n \"DeviceId\": \"81b14b2d-****-****-****-3d1a3c3f630f\",\n \"DeviceName\": \"gb-device11814\",\n \"OrganizationName\": \"组织1\"\n },\n {\n \"ChannelId\": \"0020a697-****-****-****-c836d9f95075\",\n \"ChannelName\": \"dev_1\",\n \"DeviceId\": \"c94a9cc1-****-****-****-c87b6065893d\",\n \"DeviceName\": \"gb-device11820\",\n \"OrganizationName\": \"组织2\"\n },\n {\n \"ChannelId\": \"002b99cb-****-****-****-fb573cc57ab8\",\n \"ChannelName\": \"dev_1\",\n \"DeviceId\": \"a7718b36-****-****-****-b417bd2aa809\",\n \"DeviceName\": \"gb-device3633\",\n \"OrganizationName\": \"组织2\"\n },\n {\n \"ChannelId\": \"15daac41-****-****-****-0cadab7a6256\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"cae2132a-****-****-****-19cc90a61f06\",\n \"DeviceName\": \"NVR-04\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"222c9da5-****-****-****-107c013b95a7\",\n \"ChannelName\": \"PTZ09\",\n \"DeviceId\": \"389708b2-****-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 5,\n \"TotalCount\": 15\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
661
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"000fb77b-****-****-****-d4aff5503d70\",\n \"ChannelName\": \"dev_1\",\n \"DeviceId\": \"81b14b2d-****-****-****-3d1a3c3f630f\",\n \"DeviceName\": \"gb-device11814\",\n \"OrganizationName\": \"组织1\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"0020a697-****-****-****-c836d9f95075\",\n \"ChannelName\": \"dev_1\",\n \"DeviceId\": \"c94a9cc1-****-****-****-c87b6065893d\",\n \"DeviceName\": \"gb-device11820\",\n \"OrganizationName\": \"组织2\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"002b99cb-****-****-****-fb573cc57ab8\",\n \"ChannelName\": \"dev_1\",\n \"DeviceId\": \"a7718b36-****-****-****-b417bd2aa809\",\n \"DeviceName\": \"gb-device3633\",\n \"OrganizationName\": \"组织2\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"15daac41-****-****-****-0cadab7a6256\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"cae2132a-****-****-****-19cc90a61f06\",\n \"DeviceName\": \"NVR-04\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"222c9da5-****-****-****-107c013b95a7\",\n \"ChannelName\": \"PTZ09\",\n \"DeviceId\": \"389708b2-****-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 5,\n \"TotalCount\": 15\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
662
662
  "title": "无查询条件"
663
663
  },
664
664
  {
665
665
  "document": " ",
666
666
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRecordPlanDevices\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"OrganizationName\": \"201\",\n \"PageSize\": 5,\n \"PageNumber\": 1\n}",
667
- "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"15daac41-f309-****-****-0cadab7a6256\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"cae2132a-7edc-****-****-19cc90a61f06\",\n \"DeviceName\": \"NVR-04\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"222c9da5-3e06-****-****-107c013b95a7\",\n \"ChannelName\": \"DaHua-PTZ 09\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"53ca64d3-9627-****-****-cea5122f6977\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"60a645e8-3140-****-****-98a62528232b\",\n \"ChannelName\": \"IPDome\",\n \"DeviceId\": \"3f6c847f-b6ea-****-****-2bfc8208d97e\",\n \"DeviceName\": \"onvif03\",\n \"OrganizationName\": \"201\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 5,\n \"TotalCount\": 12\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
667
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"15daac41-f309-****-****-0cadab7a6256\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"cae2132a-7edc-****-****-19cc90a61f06\",\n \"DeviceName\": \"NVR-04\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"222c9da5-3e06-****-****-107c013b95a7\",\n \"ChannelName\": \"DaHua-PTZ 09\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"53ca64d3-9627-****-****-cea5122f6977\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"60a645e8-3140-****-****-98a62528232b\",\n \"ChannelName\": \"IPDome\",\n \"DeviceId\": \"3f6c847f-b6ea-****-****-2bfc8208d97e\",\n \"DeviceName\": \"onvif03\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 5,\n \"TotalCount\": 12\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
668
668
  "title": "按照组织名称查询"
669
669
  },
670
670
  {
671
671
  "document": " ",
672
672
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRecordPlanDevices\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"DeviceName\": \"NVR05\",\n \"PageSize\": 5,\n \"PageNumber\": 1\n}",
673
- "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"222c9da5-3e06-****-****-107c013b95a7\",\n \"ChannelName\": \"PTZ09\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"53ca64d3-9627-****-****-cea5122f6977\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n },\n {\n \"ChannelId\": \"c80a0ebf-10ac-****-****-8083f18df240\",\n \"ChannelName\": \"PTZ17\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 4,\n \"TotalCount\": 4\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
673
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"222c9da5-3e06-****-****-107c013b95a7\",\n \"ChannelName\": \"PTZ09\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"53ca64d3-9627-****-****-cea5122f6977\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n },\n {\n \"ChannelId\": \"c80a0ebf-10ac-****-****-8083f18df240\",\n \"ChannelName\": \"PTZ17\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 4,\n \"TotalCount\": 4\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
674
674
  "title": "按照设备名称查询"
675
675
  },
676
676
  {
677
677
  "document": " ",
678
678
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRecordPlanDevices\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"ChannelName\": \"11\",\n \"PageSize\": 5,\n \"PageNumber\": 1\n}",
679
- "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"TotalCount\": 1\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
679
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"OrganizationName\": \"201\",\n \"AccessProtocol\": 2\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"TotalCount\": 1\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
680
680
  "title": "按照通道名称查询"
681
681
  }
682
682
  ],
@@ -690,7 +690,7 @@
690
690
  {
691
691
  "document": " ",
692
692
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRecordPlans\n<公共请求参数>\n\n{}",
693
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"ChannelCount\": 1,\n \"PlanId\": \"88ac5ea6c1**********224671d0f94f\",\n \"PlanName\": \"name1\",\n \"TemplateId\": \"9ee325e9984b**********805c19b4e1\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 10,\n \"Expiration\": 60\n },\n \"Status\": 1\n },\n {\n \"ChannelCount\": 1,\n \"PlanId\": \"bf3a4476c7b4**********e8dcb62351\",\n \"PlanName\": \"name2\",\n \"TemplateId\": \"48676e89a8c1**********aa36220fa4\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 10,\n \"Expiration\": 60\n },\n \"Status\": 0\n }\n ],\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
693
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"ChannelCount\": 1,\n \"PlanId\": \"88ac5ea6c1**********224671d0f94f\",\n \"PlanName\": \"name1\",\n \"TemplateId\": \"9ee325e9984b**********805c19b4e1\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 10,\n \"Expiration\": 60\n },\n \"Status\": 1\n },\n {\n \"ChannelCount\": 1,\n \"PlanId\": \"bf3a4476c7b4**********e8dcb62351\",\n \"PlanName\": \"name2\",\n \"TemplateId\": \"48676e89a8c1**********aa36220fa4\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 10,\n \"Expiration\": 60\n },\n \"Status\": 0\n }\n ],\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
694
694
  "title": "有实时上云计划"
695
695
  }
696
696
  ],
@@ -862,32 +862,38 @@
862
862
  {
863
863
  "document": " ",
864
864
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"Mod\": {\n \"PlanName\": \"newname\"\n }\n}",
865
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"newname\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
865
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"newname\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
866
866
  "title": "修改计划名称"
867
867
  },
868
868
  {
869
869
  "document": " ",
870
870
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"Mod\": {\n \"TemplateId\": \"48676e89a8c**********baa36a87832\"\n }\n}",
871
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36a87832\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
871
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36a87832\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
872
872
  "title": "修改计划模板"
873
873
  },
874
874
  {
875
875
  "document": " ",
876
876
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"Mod\": {\n \"Del\": [\n \"9ee325e9984**********a805c19b4e1\"\n ]\n }\n}",
877
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
877
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
878
878
  "title": "删除计划通道"
879
879
  },
880
880
  {
881
881
  "document": " ",
882
882
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"Mod\": {\n \"Add\": [\n {\n \"DeviceId\": \"9ee325e9984**********a805c19b4e1\",\n \"ChannelId\": \"48676e89a8c**********baa36220fa4\"\n }\n ]\n }\n}",
883
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
883
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 1,\n \"Expiration\": 60\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
884
884
  "title": "增加计划通道"
885
885
  },
886
886
  {
887
887
  "document": " ",
888
888
  "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"Mod\": {\n \"LifeCycle\": {\n \"Transition\": 7,\n \"Expiration\": 80\n }\n }\n}",
889
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 7,\n \"Expiration\": 80\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
889
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"RepairMode\": 0,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 7,\n \"Expiration\": 80\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
890
890
  "title": "修改计划生命周期"
891
+ },
892
+ {
893
+ "document": "",
894
+ "input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"Mod\": {\n \"RepairMode\": 1\n }\n}",
895
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"\",\n \"RepairMode\": 1,\n \"StreamType\": \"main\",\n \"LifeCycle\": {\n \"Transition\": 7,\n \"Expiration\": 80\n }\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
896
+ "title": "修改录像补录模式"
891
897
  }
892
898
  ],
893
899
  "UpdateRecordTemplate": [
@@ -526,9 +526,9 @@
526
526
  "status": "online"
527
527
  },
528
528
  "ModfiyInstancePassword": {
529
- "document": "本接口(ModfiyInstancePassword)用于修改实例访问密码。",
529
+ "document": "本接口(ModfiyInstancePassword)用于修改实例访问密码。鉴于该接口名存在拼写错误,现已更正为([ModifyInstancePassword](https://cloud.tencent.com/document/product/239/111555))接口,推荐使用更正后的接口。",
530
530
  "input": "ModfiyInstancePasswordRequest",
531
- "name": "修改Redis密码(请使用最新的ModifyInstancePassword接口)",
531
+ "name": "修改实例访问密码",
532
532
  "output": "ModfiyInstancePasswordResponse",
533
533
  "status": "online"
534
534
  },
@@ -1656,8 +1656,8 @@
1656
1656
  },
1657
1657
  {
1658
1658
  "disabled": false,
1659
- "document": "发送短信返回的流水号。",
1660
- "example": "5000:1045710669157053657849499619",
1659
+ "document": "发送短信返回的流水号。对应SendSms接口返回的SendStatusSet参数中的SerialNo字段。 ",
1660
+ "example": "a12gb4e2-sd11-5dx6-aav9-8f3d97xa2xu7",
1661
1661
  "member": "string",
1662
1662
  "name": "SerialNo",
1663
1663
  "required": true,
@@ -1681,7 +1681,7 @@
1681
1681
  {
1682
1682
  "disabled": false,
1683
1683
  "document": "转化率上报响应包体。",
1684
- "example": "{\"Code\":\"ok\", \"Message\":\"report success\"}",
1684
+ "example": "{\"Code\":\"OK\", \"Message\":\"success\"}",
1685
1685
  "member": "ReportConversionStatus",
1686
1686
  "name": "ReportConversionStatus",
1687
1687
  "output_required": true,
@@ -100,7 +100,7 @@
100
100
  {
101
101
  "document": "",
102
102
  "input": "POST / HTTP/1.1\nHost: sms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PullSmsSendStatus\n<公共请求参数>\n\n{\n \"SmsSdkAppId\": \"1400006874\",\n \"Limit\": 100\n}",
103
- "output": "{\n \"Response\": {\n \"PullSmsSendStatusSet\": [\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291990000\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291990000\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e452e\",\n \"UserReceiveTime\": 1620734188\n },\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291990001\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291990001\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e462f\",\n \"UserReceiveTime\": 1620734188\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
103
+ "output": "{\n \"Response\": {\n \"PullSmsSendStatusSet\": [\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291990000\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291990000\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e452e\",\n \"UserReceiveTime\": 1620734188,\n \"SessionContext\": \"\"\n },\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291990001\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291990001\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e462f\",\n \"UserReceiveTime\": 1620734188,\n \"SessionContext\": \"\"\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
104
104
  "title": "请求示例"
105
105
  }
106
106
  ],
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "",
110
110
  "input": "POST / HTTP/1.1\nHost: sms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PullSmsSendStatusByPhoneNumber\n<公共请求参数>\n\n{\n \"SmsSdkAppId\": \"1400006666\",\n \"PhoneNumber\": \"+8615291996666\",\n \"BeginTime\": 1620734100,\n \"Offset\": 0,\n \"Limit\": 2,\n \"EndTime\": 1620734200\n}",
111
- "output": "{\n \"Response\": {\n \"PullSmsSendStatusSet\": [\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291996666\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291996666\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e452e\",\n \"UserReceiveTime\": 1620734188\n },\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291996666\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291996666\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e456f\",\n \"UserReceiveTime\": 1620734188\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"PullSmsSendStatusSet\": [\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291996666\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291996666\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e452e\",\n \"UserReceiveTime\": 1620734188,\n \"SessionContext\": \"\"\n },\n {\n \"Description\": \"DELIVRD\",\n \"CountryCode\": \"86\",\n \"SubscriberNumber\": \"15291996666\",\n \"ReportStatus\": \"SUCCESS\",\n \"PhoneNumber\": \"+8615291996666\",\n \"SerialNo\": \"14:19325917feb3914eb78b50d6182d7e456f\",\n \"UserReceiveTime\": 1620734188,\n \"SessionContext\": \"\"\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
112
112
  "title": "请求示例"
113
113
  }
114
114
  ],