tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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/services/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -662,7 +662,7 @@
|
|
662
662
|
},
|
663
663
|
{
|
664
664
|
"disabled": false,
|
665
|
-
"document": "实例状态:\nPENDING:表示创建中\nLAUNCH_FAILED:表示创建失败\nRUNNING:表示运行中\nARREARS
|
665
|
+
"document": "实例状态:\nPENDING:表示创建中\nLAUNCH_FAILED:表示创建失败\nRUNNING:表示运行中\nARREARS:表示待回收\nSTOPPED_NO_CHARGE:表示关机不收费\nTERMINATING:表示销毁中\nTERMINATED:表示已销毁\n注意:此字段可能返回 null,表示取不到有效值。",
|
666
666
|
"example": "PENDING",
|
667
667
|
"member": "string",
|
668
668
|
"name": "InstanceState",
|
@@ -663,7 +663,7 @@
|
|
663
663
|
{
|
664
664
|
"disabled": false,
|
665
665
|
"document": "AI 任务描述",
|
666
|
-
"example": "
|
666
|
+
"example": "宠物识别",
|
667
667
|
"member": "string",
|
668
668
|
"name": "Desc",
|
669
669
|
"output_required": true,
|
@@ -934,7 +934,7 @@
|
|
934
934
|
{
|
935
935
|
"disabled": false,
|
936
936
|
"document": "AI 任务描述。仅支持中文、英文、数字、_、-,长度不超过128个字符",
|
937
|
-
"example": "
|
937
|
+
"example": "宠物识别",
|
938
938
|
"member": "string",
|
939
939
|
"name": "Desc",
|
940
940
|
"required": false,
|
@@ -2143,7 +2143,7 @@
|
|
2143
2143
|
},
|
2144
2144
|
{
|
2145
2145
|
"disabled": false,
|
2146
|
-
"document": "设备接入协议(1:RTMP,2:GB,3:GW,
|
2146
|
+
"document": "设备接入协议(1:RTMP,2:GB,3:GW,6:ISUP)",
|
2147
2147
|
"example": "2",
|
2148
2148
|
"member": "int64",
|
2149
2149
|
"name": "AccessProtocol",
|
@@ -2189,7 +2189,7 @@
|
|
2189
2189
|
{
|
2190
2190
|
"disabled": false,
|
2191
2191
|
"document": "设备密码(国标,网关设备必填,长度为1-64个字符)",
|
2192
|
-
"example": "
|
2192
|
+
"example": "37********10",
|
2193
2193
|
"member": "string",
|
2194
2194
|
"name": "Password",
|
2195
2195
|
"required": false,
|
@@ -2500,7 +2500,7 @@
|
|
2500
2500
|
{
|
2501
2501
|
"disabled": false,
|
2502
2502
|
"document": "返回数据",
|
2503
|
-
"example": " ",
|
2503
|
+
"example": "无 ",
|
2504
2504
|
"member": "ISAPIOutputData",
|
2505
2505
|
"name": "Data",
|
2506
2506
|
"output_required": false,
|
@@ -6202,7 +6202,7 @@
|
|
6202
6202
|
{
|
6203
6203
|
"disabled": false,
|
6204
6204
|
"document": "输出参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
6205
|
-
"example": "
|
6205
|
+
"example": "<?xml version=\\\"1.0\\\"?>\\n<ResponseStatus></ResponseStatus>",
|
6206
6206
|
"member": "string",
|
6207
6207
|
"name": "OutputData",
|
6208
6208
|
"output_required": false,
|
@@ -6396,7 +6396,7 @@
|
|
6396
6396
|
{
|
6397
6397
|
"disabled": false,
|
6398
6398
|
"document": "设备密码",
|
6399
|
-
"example": "
|
6399
|
+
"example": "53*****91",
|
6400
6400
|
"member": "string",
|
6401
6401
|
"name": "Password",
|
6402
6402
|
"output_required": true,
|
@@ -6446,7 +6446,7 @@
|
|
6446
6446
|
{
|
6447
6447
|
"disabled": false,
|
6448
6448
|
"document": "设备所属组织 ID",
|
6449
|
-
"example": "
|
6449
|
+
"example": "0",
|
6450
6450
|
"member": "string",
|
6451
6451
|
"name": "OrganizationId",
|
6452
6452
|
"output_required": true,
|
@@ -6472,7 +6472,7 @@
|
|
6472
6472
|
{
|
6473
6473
|
"disabled": false,
|
6474
6474
|
"document": "组织ID",
|
6475
|
-
"example": "
|
6475
|
+
"example": "0",
|
6476
6476
|
"member": "string",
|
6477
6477
|
"name": "OrganizationId",
|
6478
6478
|
"required": true,
|
@@ -6544,7 +6544,7 @@
|
|
6544
6544
|
{
|
6545
6545
|
"disabled": false,
|
6546
6546
|
"document": "当前用户Uin",
|
6547
|
-
"example": "
|
6547
|
+
"example": "21******35",
|
6548
6548
|
"member": "uint64",
|
6549
6549
|
"name": "CurrentUin",
|
6550
6550
|
"required": false,
|
@@ -9332,7 +9332,7 @@
|
|
9332
9332
|
{
|
9333
9333
|
"disabled": false,
|
9334
9334
|
"document": "AI 任务描述。仅支持中文、英文、数字、_、-,长度不超过128个字符",
|
9335
|
-
"example": "
|
9335
|
+
"example": "宠物识别",
|
9336
9336
|
"member": "string",
|
9337
9337
|
"name": "Desc",
|
9338
9338
|
"required": false,
|
@@ -3,14 +3,14 @@
|
|
3
3
|
"AddAITask": [
|
4
4
|
{
|
5
5
|
"document": "包含无效的通道ID",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAITask\n<公共请求参数>\n\n{\n \"Name\": \"ai-task\",\n \"Desc\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAITask\n<公共请求参数>\n\n{\n \"Name\": \"ai-task\",\n \"Desc\": \"宠物识别\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CallbackUrl\": \"http://*******\",\n \"Templates\": [\n {\n \"Tag\": \"AI\",\n \"AIConfig\": {\n \"DetectType\": \"Pet\",\n \"TimeInterval\": 10,\n \"OperTimeSlot\": [\n {\n \"Start\": \"10:00:00\",\n \"End\": \"20:00:00\"\n }\n ]\n }\n }\n ]\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.ContainInvalidChannelId\",\n \"Message\": \"包含无效的通道ID\"\n },\n \"RequestId\": \"d380c0bc-2be1-4620-bf39-9d4d4f512060\"\n }\n}",
|
8
8
|
"title": "失败示例"
|
9
9
|
},
|
10
10
|
{
|
11
11
|
"document": "无",
|
12
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAITask\n<公共请求参数>\n\n{\n \"Name\": \"ai-task\",\n \"Desc\": \"
|
13
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"CallbackUrl\": \"http://**********\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CreatedTime\": \"2023-06-15 15:50:47\",\n \"Desc\": \"
|
12
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAITask\n<公共请求参数>\n\n{\n \"Name\": \"ai-task\",\n \"Desc\": \"宠物识别\",\n \"ChannelList\": [\n \"97308958-6122-4188-8c78-d5ff8010bdf7\"\n ],\n \"CallbackUrl\": \"http://**********\",\n \"Templates\": [\n {\n \"Tag\": \"AI\",\n \"AIConfig\": {\n \"DetectType\": \"Pet\",\n \"TimeInterval\": 10,\n \"OperTimeSlot\": [\n {\n \"Start\": \"10:00:00\",\n \"End\": \"20:00:00\"\n }\n ]\n }\n }\n ]\n}",
|
13
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CallbackUrl\": \"http://**********\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CreatedTime\": \"2023-06-15 15:50:47\",\n \"Desc\": \"宠物识别\",\n \"Name\": \"ai-task\",\n \"Status\": \"off\",\n \"TaskId\": \"at**********************8\",\n \"Templates\": [\n {\n \"AIConfig\": {\n \"DetectType\": \"Pet\",\n \"OperTimeSlot\": [\n {\n \"End\": \"20:00:00\",\n \"Start\": \"10:00:00\"\n }\n ],\n \"TimeInterval\": 10\n },\n \"Tag\": \"AI\"\n }\n ],\n \"UpdatedTime\": \"2023-06-15 15:50:47\"\n },\n \"RequestId\": \"4ea417f6-da0e-4211-9b97-6408070b9851\"\n }\n}",
|
14
14
|
"title": "成功示例"
|
15
15
|
}
|
16
16
|
],
|
@@ -45,23 +45,23 @@
|
|
45
45
|
"AddRecordBackupTemplate": [
|
46
46
|
{
|
47
47
|
"document": " ",
|
48
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddRecordBackupTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"
|
49
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"CreateAt\": \"2023-06-21 15:20:35\",\n \"DevTimeSections\": [\n {\n \"DayOfWeek\": 3,\n \"EndTime\": \"01:00:00\",\n \"StartTime\": \"00:00:00\"\n }\n ],\n \"Scale\": 1,\n \"TemplateId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"TemplateName\": \"
|
48
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddRecordBackupTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"模板361\",\n \"TimeSections\": [\n {\n \"DayOfWeek\": 4,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"02:00:00\"\n }\n ],\n \"DevTimeSections\": [\n {\n \"DayOfWeek\": 3,\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"01:00:00\"\n }\n ],\n \"Scale\": 1\n}",
|
49
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CreateAt\": \"2023-06-21 15:20:35\",\n \"DevTimeSections\": [\n {\n \"DayOfWeek\": 3,\n \"EndTime\": \"01:00:00\",\n \"StartTime\": \"00:00:00\"\n }\n ],\n \"Scale\": 1,\n \"TemplateId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"TemplateName\": \"模板361\",\n \"TimeSections\": [\n {\n \"DayOfWeek\": 4,\n \"EndTime\": \"02:00:00\",\n \"StartTime\": \"00:00:00\"\n }\n ],\n \"UpdateAt\": \"2023-06-21 15:20:35\"\n },\n \"RequestId\": \"391dfee3-dff2-445a-a8aa-37c9e9b3d185\"\n }\n}",
|
50
50
|
"title": "成功"
|
51
51
|
}
|
52
52
|
],
|
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\": \"
|
57
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"PlanId\": \"88ac5ea6c1f**********24671d0f94f\",\n \"PlanName\": \"name\",\n \"TemplateId\": \"48676e89a8c**********baa36220fa4\",\n \"Describe\": \"
|
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\": \"全天录像\",\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\": \"全天录像\",\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
|
],
|
61
61
|
"AddRecordRetrieveTask": [
|
62
62
|
{
|
63
63
|
"document": " ",
|
64
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddRecordRetrieveTask\n<公共请求参数>\n\n{\n \"TaskName\": \"name\",\n \"Describe\": \"
|
64
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddRecordRetrieveTask\n<公共请求参数>\n\n{\n \"TaskName\": \"name\",\n \"Describe\": \"某通道取回\",\n \"StartTime\": 1687688595,\n \"EndTime\": 1687692195,\n \"Mode\": 1,\n \"Expiration\": 3,\n \"Channels\": [\n {\n \"DeviceId\": \"64505f15-67b1-****-****-0ad6c8ce6aef\",\n \"ChannelId\": \"0001a415-b9c1-****-****-b13cfb96c778\"\n }\n ]\n}",
|
65
65
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"TaskId\": \"1133f5f9c3**********1c3389527532\",\n \"TaskName\": \"name\",\n \"StartTime\": 1687688595,\n \"EndTime\": 1687692195,\n \"Mode\": 1,\n \"Expiration\": 3,\n \"Status\": 2,\n \"Capacity\": 0,\n \"Describe\": \"\"\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
|
66
66
|
"title": "成功"
|
67
67
|
}
|
@@ -77,8 +77,8 @@
|
|
77
77
|
"AddStreamAuth": [
|
78
78
|
{
|
79
79
|
"document": " ",
|
80
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddStreamAuth\n<公共请求参数>\n\n{\n \"Id\": \"12345678-abcd-efgh-ijkl-1234567890abcd\",\n \"PullState\": 0,\n \"PullSecret\": \"
|
81
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"AppId\": 1300000000,\n \"Id\": \"12345678-abcd-efgh-ijkl-1234567890abcd\",\n \"PullExpired\": 10,\n \"PullSecret\": \"
|
80
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddStreamAuth\n<公共请求参数>\n\n{\n \"Id\": \"12345678-abcd-efgh-ijkl-1234567890abcd\",\n \"PullState\": 0,\n \"PullSecret\": \"a3f9ub8hgj\",\n \"PullExpired\": 10,\n \"PushState\": 0,\n \"PushSecret\": \"a3f9ub8hgj\",\n \"PushExpired\": 10\n}",
|
81
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"AppId\": 1300000000,\n \"Id\": \"12345678-abcd-efgh-ijkl-1234567890abcd\",\n \"PullExpired\": 10,\n \"PullSecret\": \"a3f9ub8hgj\",\n \"PullState\": 0,\n \"PushExpired\": 10,\n \"PushSecret\": \"a3f9ub8hgj\",\n \"PushState\": 0\n },\n \"RequestId\": \"b824ee63-1b76-4d6f-a97b-d26e4c3f4e30\"\n }\n}",
|
82
82
|
"title": "成功"
|
83
83
|
}
|
84
84
|
],
|
@@ -103,8 +103,8 @@
|
|
103
103
|
},
|
104
104
|
{
|
105
105
|
"document": "成功",
|
106
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddUserDevice\n<公共请求参数>\n\n{\n \"Name\": \"testrtmp\",\n \"AccessProtocol\": 1,\n \"Type\": 1,\n \"OrganizationId\": \"189\",\n \"ClusterId\": \"4169d92e-****-****-****-************\",\n \"TransportProtocol\": 0,\n \"Password\": \"
|
107
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"AccessProtocol\": 1,\n \"AppId\": 1300056079,\n \"ClusterId\": \"4169d92e-****-****-****-************\",\n \"ClusterName\": \"上海一区\",\n \"Code\": \"0HQq******\",\n \"Description\": \"\",\n \"DeviceId\": \"f1f9baae-****-****-****-************\",\n \"GatewayId\": \"\",\n \"Ip\": \"\",\n \"Name\": \"testrtmp\",\n \"OrganizationId\": 189,\n \"Password\": \"
|
106
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddUserDevice\n<公共请求参数>\n\n{\n \"Name\": \"testrtmp\",\n \"AccessProtocol\": 1,\n \"Type\": 1,\n \"OrganizationId\": \"189\",\n \"ClusterId\": \"4169d92e-****-****-****-************\",\n \"TransportProtocol\": 0,\n \"Password\": \"37********10\",\n \"ProtocolType\": 0,\n \"AppName\": \"testapp\",\n \"StreamName\": \"teststream\"\n}",
|
107
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"AccessProtocol\": 1,\n \"AppId\": 1300056079,\n \"ClusterId\": \"4169d92e-****-****-****-************\",\n \"ClusterName\": \"上海一区\",\n \"Code\": \"0HQq******\",\n \"Description\": \"\",\n \"DeviceId\": \"f1f9baae-****-****-****-************\",\n \"GatewayId\": \"\",\n \"Ip\": \"\",\n \"Name\": \"testrtmp\",\n \"OrganizationId\": 189,\n \"Password\": \"37********10\",\n \"Port\": 0,\n \"ProtocolType\": 0,\n \"Status\": 0,\n \"TransportProtocol\": 0,\n \"Type\": 1,\n \"Username\": \"\"\n },\n \"RequestId\": \"56d8591d-85cb-498d-a5b6-52133305e69c\"\n }\n}",
|
108
108
|
"title": "success"
|
109
109
|
}
|
110
110
|
],
|
@@ -187,8 +187,8 @@
|
|
187
187
|
"DeleteDomain": [
|
188
188
|
{
|
189
189
|
"document": " ",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDomain\n<公共请求参数>\n\n{\n \"Id\": \"
|
191
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDomain\n<公共请求参数>\n\n{\n \"Id\": \"dipkiqpd-ksi0-1di0-skai189diems\"\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dipkiqpd-ksi0-1di0-skai189diem1\"\n }\n}",
|
192
192
|
"title": "成功"
|
193
193
|
}
|
194
194
|
],
|
@@ -278,7 +278,7 @@
|
|
278
278
|
{
|
279
279
|
"document": "无",
|
280
280
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAITask\n<公共请求参数>\n\n{\n \"TaskId\": \"atc**********************8\"\n}",
|
281
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"CallbackUrl\": \"http://*******\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CreatedTime\": \"2023-06-15 15:50:47\",\n \"Desc\": \"
|
281
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CallbackUrl\": \"http://*******\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CreatedTime\": \"2023-06-15 15:50:47\",\n \"Desc\": \"宠物识别\",\n \"Name\": \"ai-task\",\n \"Status\": \"off\",\n \"TaskId\": \"at**********************8\",\n \"Templates\": [\n {\n \"AIConfig\": {\n \"DetectType\": \"Pet\",\n \"OperTimeSlot\": [\n {\n \"End\": \"20:00:00\",\n \"Start\": \"10:00:00\"\n }\n ],\n \"TimeInterval\": 10\n },\n \"Tag\": \"AI\"\n }\n ],\n \"UpdatedTime\": \"2023-06-15 15:50:47\"\n },\n \"RequestId\": \"971360c6-adf5-4845-9202-fd43f13ae0ba\"\n }\n}",
|
282
282
|
"title": "成功示例"
|
283
283
|
}
|
284
284
|
],
|
@@ -322,7 +322,7 @@
|
|
322
322
|
{
|
323
323
|
"document": " ",
|
324
324
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDevicePreset\n<公共请求参数>\n\n{\n \"ChannelId\": \"12345678-abcd-efgh-ijkl-1234567890abcd\"\n}",
|
325
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Index\": 1,\n \"Name\": \"
|
325
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Index\": 1,\n \"Name\": \"preset-1\"\n }\n ],\n \"RequestId\": \"31facf8f-d783-4c28-a27f-82757eb71244\"\n }\n}",
|
326
326
|
"title": "成功"
|
327
327
|
}
|
328
328
|
],
|
@@ -354,7 +354,7 @@
|
|
354
354
|
{
|
355
355
|
"document": " ",
|
356
356
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGateway\n<公共请求参数>\n\n{\n \"GatewayId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\"\n}",
|
357
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"ClusterId\": \"12345678-abcd-efgh-ijkl-1234567890ab\",\n \"ClusterName\": \"上海一区\",\n \"CreatedAt\": \"2023-06-09T18:29:11+08:00\",\n \"Description\": \"
|
357
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"ClusterId\": \"12345678-abcd-efgh-ijkl-1234567890ab\",\n \"ClusterName\": \"上海一区\",\n \"CreatedAt\": \"2023-06-09T18:29:11+08:00\",\n \"Description\": \"网关10-13\",\n \"DeviceNum\": 1,\n \"GatewayId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"GwId\": \"2b8d8734bc**********3ff984a82f19\",\n \"Name\": \"网关1\",\n \"Status\": 0,\n \"Version\": null\n },\n \"RequestId\": \"8716314f-29c4-40ae-9b68-601bd7c40b21\"\n }\n}",
|
358
358
|
"title": "成功"
|
359
359
|
}
|
360
360
|
],
|
@@ -400,7 +400,7 @@
|
|
400
400
|
{
|
401
401
|
"document": " ",
|
402
402
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordBackupPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\"\n}",
|
403
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"ChannelCount\": 0,\n \"CreateAt\": \"2023-06-05 14:32:04\",\n \"Describe\": \"
|
403
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"ChannelCount\": 0,\n \"CreateAt\": \"2023-06-05 14:32:04\",\n \"Describe\": \"这是一个计划\",\n \"LifeCycle\": {\n \"Expiration\": 0,\n \"Transition\": 7\n },\n \"PlanId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"PlanName\": \"test-plan-update\",\n \"Status\": 1,\n \"TemplateId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"UpdateAt\": \"2023-06-05 15:05:25\"\n },\n \"RequestId\": \"1c508daa-c317-4e17-b313-79761aa81a6b\"\n }\n}",
|
404
404
|
"title": "成功"
|
405
405
|
}
|
406
406
|
],
|
@@ -446,7 +446,7 @@
|
|
446
446
|
{
|
447
447
|
"document": " ",
|
448
448
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordRetrieveTask\n<公共请求参数>\n\n{\n \"TaskId\": \"d00a3e6f9b**********040cebcee7a6\"\n}",
|
449
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"TaskId\": \"d00a3e6f9b**********040cebcee7a6\",\n \"TaskName\": \"name\",\n \"StartTime\": 1687688595,\n \"EndTime\": 1687692195,\n \"Mode\": 1,\n \"Expiration\": 3,\n \"Status\": 0,\n \"Capacity\": 10000,\n \"Channels\": [\n {\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"11\",\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"SDK-NVR05\",\n \"Status\": 0\n }\n ],\n \"Describe\": \"
|
449
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"TaskId\": \"d00a3e6f9b**********040cebcee7a6\",\n \"TaskName\": \"name\",\n \"StartTime\": 1687688595,\n \"EndTime\": 1687692195,\n \"Mode\": 1,\n \"Expiration\": 3,\n \"Status\": 0,\n \"Capacity\": 10000,\n \"Channels\": [\n {\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"11\",\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"SDK-NVR05\",\n \"Status\": 0\n }\n ],\n \"Describe\": \"某通道取回\",\n \"ChannelCount\": 1\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
|
450
450
|
"title": "成功"
|
451
451
|
}
|
452
452
|
],
|
@@ -476,7 +476,7 @@
|
|
476
476
|
{
|
477
477
|
"document": " ",
|
478
478
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamAuth\n<公共请求参数>\n\n{}",
|
479
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"AppId\": 1300000000,\n \"Id\": \"12345678-abcd-efgh-ijkl-1234567890abcd\",\n \"PullExpired\": 10,\n \"PullSecret\": \"
|
479
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"AppId\": 1300000000,\n \"Id\": \"12345678-abcd-efgh-ijkl-1234567890abcd\",\n \"PullExpired\": 10,\n \"PullSecret\": \"uIyoP9U8Y7\",\n \"PullState\": 0,\n \"PushExpired\": 10,\n \"PushSecret\": \"uIyoP9U8Y7\",\n \"PushState\": 0\n },\n \"RequestId\": \"cf385ee3-30f4-4ee7-bfd4-a123f9a71380\"\n }\n}",
|
480
480
|
"title": "成功"
|
481
481
|
}
|
482
482
|
],
|
@@ -497,7 +497,7 @@
|
|
497
497
|
},
|
498
498
|
{
|
499
499
|
"document": "无效的设备Id",
|
500
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserDevice\n<公共请求参数>\n\n{\n \"DeviceId\": \"
|
500
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserDevice\n<公共请求参数>\n\n{\n \"DeviceId\": \"AoiPcid9U\"\n}",
|
501
501
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.InvalidDeviceId\",\n \"Message\": \"无效的设备Id\"\n },\n \"RequestId\": \"97694623-ae7d-435c-aff7-f5a051fe9474\"\n }\n}",
|
502
502
|
"title": "无效的设备Id"
|
503
503
|
},
|
@@ -554,7 +554,7 @@
|
|
554
554
|
{
|
555
555
|
"document": "无",
|
556
556
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDevices\n<公共请求参数>\n\n{\n \"OrganizationId\": \"191\"\n}",
|
557
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessProtocol\": 2,\n \"ChannelNum\": 1,\n \"ClusterId\": \"4************************0\",\n \"ClusterName\": \"上海一区\",\n \"Code\": \"6************************4\",\n \"Description\": \"\",\n \"DeviceId\": \"2************************8\",\n \"Name\": \"gb12138\",\n \"OrganizationId\": \"191\",\n \"Password\": \"
|
557
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessProtocol\": 2,\n \"ChannelNum\": 1,\n \"ClusterId\": \"4************************0\",\n \"ClusterName\": \"上海一区\",\n \"Code\": \"6************************4\",\n \"Description\": \"\",\n \"DeviceId\": \"2************************8\",\n \"Name\": \"gb12138\",\n \"OrganizationId\": \"191\",\n \"Password\": \"30******96\",\n \"Status\": 2,\n \"TransportProtocol\": 1,\n \"Type\": 2\n }\n ],\n \"RequestId\": \"d217472e-ca9b-4a4d-bb4b-c45326ce8e3e\",\n \"TotalCount\": 1\n }\n}",
|
558
558
|
"title": "成功示例"
|
559
559
|
}
|
560
560
|
],
|
@@ -570,7 +570,7 @@
|
|
570
570
|
{
|
571
571
|
"document": " ",
|
572
572
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListGateways\n<公共请求参数>\n\n{}",
|
573
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ClusterId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"ClusterName\": \"上海一区\",\n \"CreatedAt\": \"2007-01-01T08:00:00+08:00\",\n \"Description\": \"
|
573
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"List\": [\n {\n \"ClusterId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"ClusterName\": \"上海一区\",\n \"CreatedAt\": \"2007-01-01T08:00:00+08:00\",\n \"Description\": \"网管 211\",\n \"DeviceNum\": 0,\n \"GwId\": \"2b8d8734******************4a82f19\",\n \"GatewayId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"Name\": \"you think who you are\",\n \"Status\": 0,\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"8f541de2-e247-4c93-98b7-8243d9e4f0ef\"\n }\n}",
|
574
574
|
"title": "成功"
|
575
575
|
}
|
576
576
|
],
|
@@ -591,7 +591,7 @@
|
|
591
591
|
},
|
592
592
|
{
|
593
593
|
"document": " ",
|
594
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListOrganizationChannels\n<公共请求参数>\n\n{\n \"OrganizationId\": \"182\",\n \"DeviceName\": \"
|
594
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListOrganizationChannels\n<公共请求参数>\n\n{\n \"OrganizationId\": \"182\",\n \"DeviceName\": \"SDK-NVR05\",\n \"PageSize\": 5,\n \"PageNumber\": 1\n}",
|
595
595
|
"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 \"InPlan\": true\n },\n {\n \"ChannelId\": \"32525dd7-c3fc-****-****-d5beb4acd1e1\",\n \"ChannelName\": \"11\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"InPlan\": true\n },\n {\n \"ChannelId\": \"53ca64d3-9627-****-****-cea5122f6977\",\n \"ChannelName\": \"PTZ03\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"InPlan\": true\n },\n {\n \"ChannelId\": \"c80a0ebf-10ac-****-****-8083f18df240\",\n \"ChannelName\": \"PTZ17\",\n \"DeviceId\": \"389708b2-bcbb-****-****-a61f528b2a15\",\n \"DeviceName\": \"SDK-NVR05\",\n \"InPlan\": true\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 4,\n \"TotalCount\": 4\n },\n \"RequestId\": \"fba7981b-d6a4-4177-b11d-e53a6110e4cd\"\n }\n}",
|
596
596
|
"title": "按照设备名称查询"
|
597
597
|
},
|
@@ -614,7 +614,7 @@
|
|
614
614
|
{
|
615
615
|
"document": " ",
|
616
616
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRecordBackupPlans\n<公共请求参数>\n\n{}",
|
617
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"ChannelCount\": 0,\n \"CreateAt\": \"2023-06-05 14:32:04\",\n \"Describe\": \"
|
617
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"ChannelCount\": 0,\n \"CreateAt\": \"2023-06-05 14:32:04\",\n \"Describe\": \"计划 36\",\n \"LifeCycle\": {\n \"Expiration\": 0,\n \"Transition\": 7\n },\n \"PlanId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"PlanName\": \"test-plan-update\",\n \"Status\": 1,\n \"TemplateId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"UpdateAt\": \"2023-06-05 14:56:51\"\n }\n ],\n \"RequestId\": \"4427b009-03b4-42d9-ae3a-4bdf1582df4f\"\n }\n}",
|
618
618
|
"title": "成功"
|
619
619
|
}
|
620
620
|
],
|
@@ -765,14 +765,14 @@
|
|
765
765
|
"UpdateAITask": [
|
766
766
|
{
|
767
767
|
"document": "AI任务不存在",
|
768
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAITask\n<公共请求参数>\n\n{\n \"TaskId\": \"at**********************1\",\n \"Desc\": \"
|
768
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAITask\n<公共请求参数>\n\n{\n \"TaskId\": \"at**********************1\",\n \"Desc\": \"宠物\"\n}",
|
769
769
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound.AITaskNotExisted\",\n \"Message\": \"AI任务不存在\"\n },\n \"RequestId\": \"7954b883-9141-4635-b116-4be839cfd810\"\n }\n}",
|
770
770
|
"title": "失败示例"
|
771
771
|
},
|
772
772
|
{
|
773
773
|
"document": "无",
|
774
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAITask\n<公共请求参数>\n\n{\n \"TaskId\": \"at**********************8\",\n \"Desc\": \"
|
775
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"CallbackUrl\": \"http://********\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CreatedTime\": \"2023-06-15 16:21:34\",\n \"Desc\": \"
|
774
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAITask\n<公共请求参数>\n\n{\n \"TaskId\": \"at**********************8\",\n \"Desc\": \"宠物\"\n}",
|
775
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CallbackUrl\": \"http://********\",\n \"ChannelList\": [\n \"**********************\"\n ],\n \"CreatedTime\": \"2023-06-15 16:21:34\",\n \"Desc\": \"宠物\",\n \"Name\": \"ai-task\",\n \"Status\": \"off\",\n \"TaskId\": \"at**********************8\",\n \"Templates\": [\n {\n \"AIConfig\": {\n \"DetectType\": \"Pet\",\n \"OperTimeSlot\": [\n {\n \"End\": \"20:00:00\",\n \"Start\": \"10:00:00\"\n }\n ],\n \"TimeInterval\": 10\n },\n \"Tag\": \"AI\"\n }\n ],\n \"UpdatedTime\": \"2023-06-15 16:21:34\"\n },\n \"RequestId\": \"b78d57bf-7742-4048-80c1-11709aaf14bf\"\n }\n}",
|
776
776
|
"title": "成功示例"
|
777
777
|
}
|
778
778
|
],
|
@@ -809,8 +809,8 @@
|
|
809
809
|
"UpdateGateway": [
|
810
810
|
{
|
811
811
|
"document": " ",
|
812
|
-
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateGateway\n<公共请求参数>\n\n{\n \"GatewayId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"Description\": \"
|
813
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"ClusterId\": \"hijklmno-efgh-5678-ijkl-1234567890abi\",\n \"CreatedAt\": 0,\n \"Description\": \"
|
812
|
+
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateGateway\n<公共请求参数>\n\n{\n \"GatewayId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"Description\": \"网关3314\"\n}",
|
813
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"ClusterId\": \"hijklmno-efgh-5678-ijkl-1234567890abi\",\n \"CreatedAt\": 0,\n \"Description\": \"网关3314\",\n \"GwId\": \"2b8d873*****************84a82f19\",\n \"GatewayId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"Name\": \"you think who you are\",\n \"Secret\": \"0634***********432\",\n \"Status\": 0,\n \"Version\": \"\",\n \"ClusterName\": \"上海 1\"\n },\n \"RequestId\": \"daf400f1-17b7-440d-8caf-f60d7749362f\"\n }\n}",
|
814
814
|
"title": "成功"
|
815
815
|
}
|
816
816
|
],
|
@@ -832,7 +832,7 @@
|
|
832
832
|
{
|
833
833
|
"document": " ",
|
834
834
|
"input": "POST / HTTP/1.1\nHost: iss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRecordBackupPlan\n<公共请求参数>\n\n{\n \"PlanId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"Mod\": {\n \"PlanName\": \"test-plan-update\"\n }\n}",
|
835
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"ChannelCount\": 0,\n \"CreateAt\": \"2023-06-05 14:32:04\",\n \"Describe\": \"
|
835
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"ChannelCount\": 0,\n \"CreateAt\": \"2023-06-05 14:32:04\",\n \"Describe\": \"计划29\",\n \"LifeCycle\": {\n \"Expiration\": 0,\n \"Transition\": 0\n },\n \"PlanId\": \"hijklmno-efgh-5678-ijkl-1234567890ab\",\n \"PlanName\": \"test-plan-update\",\n \"Status\": 1,\n \"TemplateId\": \"abcdefgh-1234-5678-ijkl-1234567890ab\",\n \"UpdateAt\": \"2023-06-05 15:05:25\"\n },\n \"RequestId\": \"6428c72b-e6aa-47f2-9062-a24e35a69da6\"\n }\n}",
|
836
836
|
"title": "成功"
|
837
837
|
}
|
838
838
|
],
|