tccli 3.0.1253.1__py2.py3-none-any.whl → 3.0.1255.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +298 -300
  3. tccli/services/apm/v20210622/examples.json +4 -4
  4. tccli/services/autoscaling/v20180419/api.json +72 -0
  5. tccli/services/cat/v20180409/api.json +4 -4
  6. tccli/services/cdwdoris/v20211228/api.json +241 -166
  7. tccli/services/cdwdoris/v20211228/examples.json +12 -12
  8. tccli/services/cfs/cfs_client.py +53 -0
  9. tccli/services/cfs/v20190719/api.json +44 -0
  10. tccli/services/cfs/v20190719/examples.json +8 -0
  11. tccli/services/clb/v20180317/api.json +1 -1
  12. tccli/services/cvm/cvm_client.py +121 -68
  13. tccli/services/cvm/v20170312/api.json +103 -4
  14. tccli/services/cvm/v20170312/examples.json +10 -2
  15. tccli/services/faceid/v20180301/api.json +12 -12
  16. tccli/services/faceid/v20180301/examples.json +16 -2
  17. tccli/services/hunyuan/v20230901/api.json +2 -2
  18. tccli/services/hunyuan/v20230901/examples.json +1 -1
  19. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  20. tccli/services/iotexplorer/v20190423/api.json +243 -2
  21. tccli/services/iotexplorer/v20190423/examples.json +16 -2
  22. tccli/services/lcic/v20220817/api.json +4 -4
  23. tccli/services/lighthouse/v20200324/api.json +18 -0
  24. tccli/services/lke/v20231130/api.json +7 -7
  25. tccli/services/mna/v20210119/api.json +36 -36
  26. tccli/services/monitor/v20180724/api.json +32 -32
  27. tccli/services/mps/v20190612/api.json +2 -2
  28. tccli/services/postgres/v20170312/api.json +30 -11
  29. tccli/services/postgres/v20170312/examples.json +2 -2
  30. tccli/services/ssl/v20191205/api.json +9 -0
  31. tccli/services/teo/v20220901/api.json +26 -14
  32. tccli/services/vod/v20180717/api.json +3 -3
  33. tccli/services/vpc/v20170312/api.json +39 -36596
  34. tccli/services/vpc/v20170312/examples.json +5 -3513
  35. tccli/services/vpc/vpc_client.py +4 -20462
  36. tccli/services/wedata/v20210820/api.json +437 -8
  37. tccli/services/wedata/v20210820/examples.json +10 -2
  38. tccli/services/wedata/wedata_client.py +57 -4
  39. {tccli-3.0.1253.1.dist-info → tccli-3.0.1255.1.dist-info}/METADATA +2 -2
  40. {tccli-3.0.1253.1.dist-info → tccli-3.0.1255.1.dist-info}/RECORD +43 -43
  41. {tccli-3.0.1253.1.dist-info → tccli-3.0.1255.1.dist-info}/WHEEL +0 -0
  42. {tccli-3.0.1253.1.dist-info → tccli-3.0.1255.1.dist-info}/entry_points.txt +0 -0
  43. {tccli-3.0.1253.1.dist-info → tccli-3.0.1255.1.dist-info}/license_files/LICENSE +0 -0
@@ -357,6 +357,13 @@
357
357
  "output": "DescribeCloudStorageEventsResponse",
358
358
  "status": "online"
359
359
  },
360
+ "DescribeCloudStorageEventsWithAITasks": {
361
+ "document": "拉取云存事件列表",
362
+ "input": "DescribeCloudStorageEventsWithAITasksRequest",
363
+ "name": "拉取云存事件及 AI 分析任务列表",
364
+ "output": "DescribeCloudStorageEventsWithAITasksResponse",
365
+ "status": "online"
366
+ },
360
367
  "DescribeCloudStorageMultiThumbnail": {
361
368
  "document": "拉取多个云存事件缩略图",
362
369
  "input": "DescribeCloudStorageMultiThumbnailRequest",
@@ -2088,7 +2095,7 @@
2088
2095
  },
2089
2096
  {
2090
2097
  "disabled": false,
2091
- "document": "云存 AI 服务类型。可能取值:\n\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩",
2098
+ "document": "云存 AI 服务类型。可能取值:\n\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩\n- `VideoToText`:视频语义理解",
2092
2099
  "example": "Highlight",
2093
2100
  "member": "string",
2094
2101
  "name": "ServiceType",
@@ -2251,6 +2258,82 @@
2251
2258
  ],
2252
2259
  "usage": "both"
2253
2260
  },
2261
+ "CloudStorageEventWithAITasks": {
2262
+ "document": "云存事件及其关联的云存 AI 任务",
2263
+ "members": [
2264
+ {
2265
+ "disabled": false,
2266
+ "document": "事件起始时间(Unix 时间戳,秒级",
2267
+ "example": "1560355200",
2268
+ "member": "uint64",
2269
+ "name": "StartTime",
2270
+ "output_required": true,
2271
+ "type": "int",
2272
+ "value_allowed_null": false
2273
+ },
2274
+ {
2275
+ "disabled": false,
2276
+ "document": "事件结束时间(Unix 时间戳,秒级",
2277
+ "example": "1601196327",
2278
+ "member": "uint64",
2279
+ "name": "EndTime",
2280
+ "output_required": true,
2281
+ "type": "int",
2282
+ "value_allowed_null": false
2283
+ },
2284
+ {
2285
+ "disabled": false,
2286
+ "document": "事件缩略图",
2287
+ "example": "/100008401725/AQTV2839QJ/sp01_328202375/events/123.jpg",
2288
+ "member": "string",
2289
+ "name": "Thumbnail",
2290
+ "output_required": true,
2291
+ "type": "string",
2292
+ "value_allowed_null": false
2293
+ },
2294
+ {
2295
+ "disabled": false,
2296
+ "document": "事件ID",
2297
+ "example": "low_power",
2298
+ "member": "string",
2299
+ "name": "EventId",
2300
+ "output_required": true,
2301
+ "type": "string",
2302
+ "value_allowed_null": false
2303
+ },
2304
+ {
2305
+ "disabled": false,
2306
+ "document": "事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败\t",
2307
+ "example": "Finished",
2308
+ "member": "string",
2309
+ "name": "UploadStatus",
2310
+ "output_required": false,
2311
+ "type": "string",
2312
+ "value_allowed_null": false
2313
+ },
2314
+ {
2315
+ "disabled": false,
2316
+ "document": "事件自定义数据\t",
2317
+ "example": "name",
2318
+ "member": "string",
2319
+ "name": "Data",
2320
+ "output_required": false,
2321
+ "type": "string",
2322
+ "value_allowed_null": false
2323
+ },
2324
+ {
2325
+ "disabled": false,
2326
+ "document": "事件关联的云存 AI 任务列表",
2327
+ "example": "无",
2328
+ "member": "CloudStorageAIServiceTask",
2329
+ "name": "AITasks",
2330
+ "output_required": true,
2331
+ "type": "list",
2332
+ "value_allowed_null": false
2333
+ }
2334
+ ],
2335
+ "usage": "out"
2336
+ },
2254
2337
  "CloudStoragePackageInfo": {
2255
2338
  "document": "云存套餐包信息",
2256
2339
  "members": [
@@ -4860,7 +4943,7 @@
4860
4943
  },
4861
4944
  {
4862
4945
  "disabled": false,
4863
- "document": "云存 AI 服务类型。可选值:\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩",
4946
+ "document": "云存 AI 服务类型。可选值:\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩\n- `VideoToText`:视频语义理解",
4864
4947
  "example": "Highlight",
4865
4948
  "member": "string",
4866
4949
  "name": "ServiceType",
@@ -5160,6 +5243,164 @@
5160
5243
  ],
5161
5244
  "type": "object"
5162
5245
  },
5246
+ "DescribeCloudStorageEventsWithAITasksRequest": {
5247
+ "document": "DescribeCloudStorageEventsWithAITasks请求参数结构体",
5248
+ "members": [
5249
+ {
5250
+ "disabled": false,
5251
+ "document": "产品ID",
5252
+ "example": "QDA1PZLBNB",
5253
+ "member": "string",
5254
+ "name": "ProductId",
5255
+ "required": true,
5256
+ "type": "string"
5257
+ },
5258
+ {
5259
+ "disabled": false,
5260
+ "document": "设备名称",
5261
+ "example": "dev01",
5262
+ "member": "string",
5263
+ "name": "DeviceName",
5264
+ "required": true,
5265
+ "type": "string"
5266
+ },
5267
+ {
5268
+ "disabled": false,
5269
+ "document": "事件关联的视频 AI 分析服务类型(支持多选)。可选值:\n\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩\n- `VideoToText`:视频语义理解",
5270
+ "example": "[\"Highlight\"]",
5271
+ "member": "string",
5272
+ "name": "ServiceTypes",
5273
+ "required": true,
5274
+ "type": "list"
5275
+ },
5276
+ {
5277
+ "disabled": false,
5278
+ "document": "起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h",
5279
+ "example": "1560355200",
5280
+ "member": "uint64",
5281
+ "name": "StartTime",
5282
+ "required": false,
5283
+ "type": "int"
5284
+ },
5285
+ {
5286
+ "disabled": false,
5287
+ "document": "结束时间(Unix 时间戳,秒级), 为0 表示当前时间",
5288
+ "example": "1601196327",
5289
+ "member": "uint64",
5290
+ "name": "EndTime",
5291
+ "required": false,
5292
+ "type": "int"
5293
+ },
5294
+ {
5295
+ "disabled": false,
5296
+ "document": "请求上下文, 用作查询游标",
5297
+ "example": "DnF1ZXJ5VGhlbkZldGNoCgAAAAAAABO3FkI2SzRCVTJYUjZxUVRnbUJRaUJzc0EA",
5298
+ "member": "string",
5299
+ "name": "Context",
5300
+ "required": false,
5301
+ "type": "string"
5302
+ },
5303
+ {
5304
+ "disabled": false,
5305
+ "document": "查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。",
5306
+ "example": "10",
5307
+ "member": "uint64",
5308
+ "name": "Size",
5309
+ "required": false,
5310
+ "type": "int"
5311
+ },
5312
+ {
5313
+ "disabled": false,
5314
+ "document": "事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。",
5315
+ "example": "low_voltage",
5316
+ "member": "string",
5317
+ "name": "EventId",
5318
+ "required": false,
5319
+ "type": "string"
5320
+ },
5321
+ {
5322
+ "disabled": false,
5323
+ "document": "用户ID",
5324
+ "example": "user",
5325
+ "member": "string",
5326
+ "name": "UserId",
5327
+ "required": false,
5328
+ "type": "string"
5329
+ },
5330
+ {
5331
+ "disabled": false,
5332
+ "document": "通道ID 非NVR设备则不填 NVR设备则必填 默认为无",
5333
+ "example": "1",
5334
+ "member": "uint64",
5335
+ "name": "ChannelId",
5336
+ "required": false,
5337
+ "type": "int"
5338
+ }
5339
+ ],
5340
+ "type": "object"
5341
+ },
5342
+ "DescribeCloudStorageEventsWithAITasksResponse": {
5343
+ "document": "DescribeCloudStorageEventsWithAITasks返回参数结构体",
5344
+ "members": [
5345
+ {
5346
+ "disabled": false,
5347
+ "document": "云存事件列表",
5348
+ "example": "无",
5349
+ "member": "CloudStorageEventWithAITasks",
5350
+ "name": "Events",
5351
+ "output_required": true,
5352
+ "type": "list",
5353
+ "value_allowed_null": false
5354
+ },
5355
+ {
5356
+ "disabled": false,
5357
+ "document": "请求上下文, 用作查询游标",
5358
+ "example": "DnF1ZXJ5VGhlbkZldGNoCgAAAAAAABO3FkI2SzRCVTJYUjZxUVRnbUJRaUJzc0EA",
5359
+ "member": "string",
5360
+ "name": "Context",
5361
+ "output_required": true,
5362
+ "type": "string",
5363
+ "value_allowed_null": false
5364
+ },
5365
+ {
5366
+ "disabled": false,
5367
+ "document": "拉取结果是否已经结束",
5368
+ "example": "true",
5369
+ "member": "bool",
5370
+ "name": "Listover",
5371
+ "output_required": true,
5372
+ "type": "bool",
5373
+ "value_allowed_null": false
5374
+ },
5375
+ {
5376
+ "disabled": false,
5377
+ "document": "内部结果数量,并不等同于事件总数。",
5378
+ "example": "10",
5379
+ "member": "uint64",
5380
+ "name": "Total",
5381
+ "output_required": true,
5382
+ "type": "int",
5383
+ "value_allowed_null": false
5384
+ },
5385
+ {
5386
+ "disabled": false,
5387
+ "document": "视频播放URL",
5388
+ "example": "http://test.iotvideo.tencentcs.com/timeshift/live/test.m3u8",
5389
+ "member": "string",
5390
+ "name": "VideoURL",
5391
+ "output_required": true,
5392
+ "type": "string",
5393
+ "value_allowed_null": false
5394
+ },
5395
+ {
5396
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5397
+ "member": "string",
5398
+ "name": "RequestId",
5399
+ "type": "string"
5400
+ }
5401
+ ],
5402
+ "type": "object"
5403
+ },
5163
5404
  "DescribeCloudStorageMultiThumbnailRequest": {
5164
5405
  "document": "DescribeCloudStorageMultiThumbnail请求参数结构体",
5165
5406
  "members": [
@@ -466,8 +466,14 @@
466
466
  {
467
467
  "document": "",
468
468
  "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageAIServiceTasks\n<公共请求参数>\n\n{\n \"ProductId\": \"KH6Q8C4N0D\",\n \"DeviceName\": \"aaa_31400554_1\",\n \"ServiceType\": \"Highlight\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
469
- "output": "{\n \"Response\": {\n \"Tasks\": [\n {\n \"TaskId\": \"fb066d7a-baac-4706-acda-058f56f82759\",\n \"ProductId\": \"TQBDY6RPI9\",\n \"DeviceName\": \"cs_112114601_2\",\n \"ChannelId\": 0,\n \"ServiceType\": \"PackageDetect\",\n \"StartTime\": 1710487888,\n \"EndTime\": 1710487898,\n \"Status\": 3,\n \"Result\": \"{\\\"param1\\\":\\\"value1\\\"}\",\n \"Files\": [\n \"output.mp4\"\n ],\n \"CreateTime\": 1710490000,\n \"UpdateTime\": 1710490000\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
470
- "title": "查询设备云存 AI 分析任务列表"
469
+ "output": "{\n \"Response\": {\n \"Tasks\": [\n {\n \"TaskId\": \"fb066d7a-baac-4706-acda-058f56f82759\",\n \"ProductId\": \"TQBDY6RPI9\",\n \"DeviceName\": \"cs_112114601_2\",\n \"ChannelId\": 0,\n \"ServiceType\": \"PackageDetect\",\n \"StartTime\": 1710487888,\n \"EndTime\": 1710487898,\n \"Status\": 3,\n \"Result\": \"\",\n \"Files\": [\n \"highlight.mp4\",\n \"thumbnail.jpg\"\n ],\n \"CreateTime\": 1710490000,\n \"UpdateTime\": 1710490000\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
470
+ "title": "查询视频浓缩结果列表"
471
+ },
472
+ {
473
+ "document": "",
474
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageAIServiceTasks\n<公共请求参数>\n\n{\n \"ProductId\": \"TSLFHRWDSD\",\n \"DeviceName\": \"dev004\",\n \"ServiceType\": \"VideoToText\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
475
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b97d82c1-bf0b-421b-a2c1-cc5053c214ea\",\n \"Tasks\": [\n {\n \"ChannelId\": 0,\n \"CreateTime\": 1736994466,\n \"DeviceName\": \"dev004\",\n \"EndTime\": 1736994458,\n \"Files\": [],\n \"ProductId\": \"TSLFHRWDSD\",\n \"Result\": \"{\\\"DetectedClassifications\\\": [\\\"person\\\"], \\\"Summary\\\": \\\"一个人在雨天街道上行走\\\"}\",\n \"ServiceType\": \"VideoToText\",\n \"StartTime\": 1736994450,\n \"Status\": 3,\n \"TaskId\": \"01946cf0-27ee-7ebc-b3a3-5ae31ff61424\",\n \"UpdateTime\": 1736994478\n }\n ],\n \"Total\": 1\n }\n}",
476
+ "title": "查询视频语义理解结果列表"
471
477
  }
472
478
  ],
473
479
  "DescribeCloudStorageDate": [
@@ -486,6 +492,14 @@
486
492
  "title": "拉取云存事件列表"
487
493
  }
488
494
  ],
495
+ "DescribeCloudStorageEventsWithAITasks": [
496
+ {
497
+ "document": "",
498
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageEventsWithAITasks\n<公共请求参数>\n\n{\n \"ProductId\": \"TSLFHRWDSD\",\n \"DeviceName\": \"dev004\",\n \"ServiceTypes\": [\n \"VideoToText\"\n ]\n}",
499
+ "output": "{\n \"Response\": {\n \"Context\": \"DnF1ZXJ5VGhlbkZldGNoCAAAAAAFqzhwFjFFY01POHFmVGxDSnJJTHI5elNNU0EAAAAABZbFYRZmd1ZJbURjWFNuR2F5a0JIR0ozU1NBAAAAAAWUnSYWejUwaVhKNWJScE9ZTkNuV3FycTVYUQAAAAAFlsVgFmZ3VkltRGNYU25HYXlrQkhHSjNTU0EAAAAABaXmlhZyRU9EQTRKeFNrV1VGSDVUXzRiVFRnAAAAAAWUnScWejUwaVhKNWJScE9ZTkNuV3FycTVYUQAAAAAFka-jFm5zbVpuZXVZU0VHNWh1czNkcFFDZ2cAAAAABboqiRZySXYzUUhoblN6T0pqSzFQcThDT2p3\",\n \"Events\": [\n {\n \"AITasks\": [\n {\n \"ChannelId\": 0,\n \"CreateTime\": 1736855569,\n \"DeviceName\": \"dev004\",\n \"EndTime\": 1736855561,\n \"Files\": [],\n \"ProductId\": \"TSLFHRWDSD\",\n \"Result\": \"{\\\"DetectedClassifications\\\": [\\\"person\\\"], \\\"Summary\\\": \\\"一个人在雨天街道上行走\\\"}\",\n \"ServiceType\": \"VideoToText\",\n \"StartTime\": 1736855553,\n \"Status\": 3,\n \"TaskId\": \"019464a8-c241-7544-a460-e10298e8ea07\",\n \"UpdateTime\": 1736855581\n }\n ],\n \"Data\": \"\",\n \"EndTime\": 1736855561,\n \"EventId\": \"_sys_id1_data\",\n \"StartTime\": 1736855553,\n \"Thumbnail\": \"\",\n \"UploadStatus\": \"Finished\"\n }\n ],\n \"Listover\": true,\n \"RequestId\": \"3eace4a0-d09c-4dc9-b91c-98c10d48b009\",\n \"Total\": 1,\n \"VideoURL\": \"https://1259367869.vod2.myqcloud.com/timeshift/live/<streamName>/timeshift.m3u8\"\n }\n}",
500
+ "title": "拉取云存事件及 AI 分析任务列表"
501
+ }
502
+ ],
489
503
  "DescribeCloudStorageMultiThumbnail": [
490
504
  {
491
505
  "document": "",
@@ -304,7 +304,7 @@
304
304
  "EndRoom": {
305
305
  "document": "结束房间的直播",
306
306
  "input": "EndRoomRequest",
307
- "name": "结束房间",
307
+ "name": "结束直播",
308
308
  "output": "EndRoomResponse",
309
309
  "status": "online"
310
310
  },
@@ -444,7 +444,7 @@
444
444
  "StartRoom": {
445
445
  "document": "开始房间的直播。 说明:开始房间接口调用之前需要有用户进入课堂初始化课堂信息。",
446
446
  "input": "StartRoomRequest",
447
- "name": "开始房间",
447
+ "name": "开始直播",
448
448
  "output": "StartRoomResponse",
449
449
  "status": "online"
450
450
  },
@@ -6270,7 +6270,7 @@
6270
6270
  },
6271
6271
  {
6272
6272
  "disabled": false,
6273
- "document": "用户名称。",
6273
+ "document": "对应用户昵称。对应修改用户信息下“nickname“字段,在修改用户信息时,可以对该字段进行调整,从而更改用户的昵称。",
6274
6274
  "example": "nickname",
6275
6275
  "member": "string",
6276
6276
  "name": "Name",
@@ -6279,7 +6279,7 @@
6279
6279
  },
6280
6280
  {
6281
6281
  "disabled": false,
6282
- "document": "用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId\n。",
6282
+ "document": "用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId。",
6283
6283
  "example": "id12345",
6284
6284
  "member": "string",
6285
6285
  "name": "OriginId",
@@ -2211,6 +2211,24 @@
2211
2211
  "name": "InitCommand",
2212
2212
  "required": false,
2213
2213
  "type": "object"
2214
+ },
2215
+ {
2216
+ "disabled": false,
2217
+ "document": "主域名。",
2218
+ "example": "tencent.com",
2219
+ "member": "string",
2220
+ "name": "DomainName",
2221
+ "required": false,
2222
+ "type": "string"
2223
+ },
2224
+ {
2225
+ "disabled": false,
2226
+ "document": "子域名。",
2227
+ "example": "www",
2228
+ "member": "string",
2229
+ "name": "Subdomain",
2230
+ "required": false,
2231
+ "type": "string"
2214
2232
  }
2215
2233
  ],
2216
2234
  "type": "object"
@@ -2478,7 +2478,7 @@
2478
2478
  {
2479
2479
  "disabled": false,
2480
2480
  "document": "应用ID",
2481
- "example": "",
2481
+ "example": "1844287616635371520",
2482
2482
  "member": "string",
2483
2483
  "name": "BotBizId",
2484
2484
  "required": true,
@@ -2487,7 +2487,7 @@
2487
2487
  {
2488
2488
  "disabled": false,
2489
2489
  "document": "拒答问题\n\n",
2490
- "example": "",
2490
+ "example": "你是谁你来自哪里你要到哪里去",
2491
2491
  "member": "string",
2492
2492
  "name": "Question",
2493
2493
  "required": true,
@@ -2495,8 +2495,8 @@
2495
2495
  },
2496
2496
  {
2497
2497
  "disabled": false,
2498
- "document": "拒答问题来源的数据源唯一id,取值1,2\n\n",
2499
- "example": "",
2498
+ "document": "拒答问题来源的数据源唯一id, - 拒答来源于不满意回复 2 - 拒答来源于手动添加",
2499
+ "example": "2",
2500
2500
  "member": "uint64",
2501
2501
  "name": "BusinessSource",
2502
2502
  "required": true,
@@ -4309,7 +4309,7 @@
4309
4309
  "members": [
4310
4310
  {
4311
4311
  "disabled": false,
4312
- "document": "机器人ID",
4312
+ "document": "应用ID",
4313
4313
  "example": "无",
4314
4314
  "member": "string",
4315
4315
  "name": "BotBizId",
@@ -4334,7 +4334,7 @@
4334
4334
  },
4335
4335
  {
4336
4336
  "disabled": false,
4337
- "document": "发布状态",
4337
+ "document": "发布状态 , 1-待发布 , 2-发布中 , 3-发布成功 , 4-发布失败 , 5-审核中 , 6-审核成功 , 7-审核失败 , 8-发布成功回调处理中 , 9-发布暂停 , 10-申诉审核中 , 11-申诉审核通过 , 12-申诉审核不通过",
4338
4338
  "example": "无",
4339
4339
  "member": "int64",
4340
4340
  "name": "Status",
@@ -4344,7 +4344,7 @@
4344
4344
  },
4345
4345
  {
4346
4346
  "disabled": false,
4347
- "document": "是否编辑过\n",
4347
+ "document": "是否编辑过, 当为true的时候表示可以发布",
4348
4348
  "example": "无",
4349
4349
  "member": "bool",
4350
4350
  "name": "IsUpdated",
@@ -571,13 +571,13 @@
571
571
  },
572
572
  {
573
573
  "disabled": false,
574
- "document": "签名字符串\n注意:此字段可能返回 null,表示取不到有效值。",
574
+ "document": "签名字符串",
575
575
  "example": "\"test\"",
576
576
  "member": "string",
577
577
  "name": "Signature",
578
578
  "output_required": false,
579
579
  "type": "string",
580
- "value_allowed_null": true
580
+ "value_allowed_null": false
581
581
  },
582
582
  {
583
583
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1266,53 +1266,53 @@
1266
1266
  },
1267
1267
  {
1268
1268
  "disabled": false,
1269
- "document": "设备分组ID\n注意:此字段可能返回 null,表示取不到有效值。",
1269
+ "document": "设备分组ID",
1270
1270
  "example": "\"cliGrp-xf8rboasbh\"",
1271
1271
  "member": "string",
1272
1272
  "name": "GroupId",
1273
- "output_required": true,
1273
+ "output_required": false,
1274
1274
  "type": "string",
1275
- "value_allowed_null": true
1275
+ "value_allowed_null": false
1276
1276
  },
1277
1277
  {
1278
1278
  "disabled": false,
1279
- "document": "设备分组名称\n注意:此字段可能返回 null,表示取不到有效值。",
1279
+ "document": "设备分组名称",
1280
1280
  "example": "\"cliGrp-xf8rboasbh\"",
1281
1281
  "member": "string",
1282
1282
  "name": "GroupName",
1283
- "output_required": true,
1283
+ "output_required": false,
1284
1284
  "type": "string",
1285
- "value_allowed_null": true
1285
+ "value_allowed_null": false
1286
1286
  },
1287
1287
  {
1288
1288
  "disabled": false,
1289
- "document": "设备无流量包处理方式,0: 按量付费,1: 截断加速\n注意:此字段可能返回 null,表示取不到有效值。",
1289
+ "document": "设备无流量包处理方式,0: 按量付费,1: 截断加速",
1290
1290
  "example": "0",
1291
1291
  "member": "int64",
1292
1292
  "name": "FlowTrunc",
1293
1293
  "output_required": false,
1294
1294
  "type": "int",
1295
- "value_allowed_null": true
1295
+ "value_allowed_null": false
1296
1296
  },
1297
1297
  {
1298
1298
  "disabled": false,
1299
- "document": "设备sn\n注意:此字段可能返回 null,表示取不到有效值。",
1299
+ "document": "设备sn",
1300
1300
  "example": "\"AN\"",
1301
1301
  "member": "string",
1302
1302
  "name": "Sn",
1303
1303
  "output_required": false,
1304
1304
  "type": "string",
1305
- "value_allowed_null": true
1305
+ "value_allowed_null": false
1306
1306
  },
1307
1307
  {
1308
1308
  "disabled": false,
1309
- "document": "厂商\n注意:此字段可能返回 null,表示取不到有效值。",
1309
+ "document": "厂商",
1310
1310
  "example": "\"vendor\"",
1311
1311
  "member": "string",
1312
1312
  "name": "Vendor",
1313
1313
  "output_required": false,
1314
1314
  "type": "string",
1315
- "value_allowed_null": true
1315
+ "value_allowed_null": false
1316
1316
  }
1317
1317
  ],
1318
1318
  "usage": "out"
@@ -1332,43 +1332,43 @@
1332
1332
  },
1333
1333
  {
1334
1334
  "disabled": false,
1335
- "document": "设备网络信息\n注意:此字段可能返回 null,表示取不到有效值。",
1335
+ "document": "设备网络信息",
1336
1336
  "example": "无",
1337
1337
  "member": "DeviceNetInfo",
1338
1338
  "name": "DeviceNetInfo",
1339
- "output_required": true,
1339
+ "output_required": false,
1340
1340
  "type": "list",
1341
- "value_allowed_null": true
1341
+ "value_allowed_null": false
1342
1342
  },
1343
1343
  {
1344
1344
  "disabled": false,
1345
- "document": "聚合服务器地址\n注意:此字段可能返回 null,表示取不到有效值。",
1345
+ "document": "聚合服务器地址",
1346
1346
  "example": "gz",
1347
1347
  "member": "string",
1348
1348
  "name": "GatewaySite",
1349
- "output_required": true,
1349
+ "output_required": false,
1350
1350
  "type": "string",
1351
- "value_allowed_null": true
1351
+ "value_allowed_null": false
1352
1352
  },
1353
1353
  {
1354
1354
  "disabled": false,
1355
- "document": "业务下行速率\n注意:此字段可能返回 null,表示取不到有效值。",
1355
+ "document": "业务下行速率",
1356
1356
  "example": "10",
1357
1357
  "member": "float",
1358
1358
  "name": "BusinessDownRate",
1359
- "output_required": true,
1359
+ "output_required": false,
1360
1360
  "type": "float",
1361
- "value_allowed_null": true
1361
+ "value_allowed_null": false
1362
1362
  },
1363
1363
  {
1364
1364
  "disabled": false,
1365
- "document": "业务上行速率\n注意:此字段可能返回 null,表示取不到有效值。",
1365
+ "document": "业务上行速率",
1366
1366
  "example": "12",
1367
1367
  "member": "float",
1368
1368
  "name": "BusinessUpRate",
1369
- "output_required": true,
1369
+ "output_required": false,
1370
1370
  "type": "float",
1371
- "value_allowed_null": true
1371
+ "value_allowed_null": false
1372
1372
  }
1373
1373
  ],
1374
1374
  "usage": "out"
@@ -1434,13 +1434,13 @@
1434
1434
  "members": [
1435
1435
  {
1436
1436
  "disabled": false,
1437
- "document": "网络类型:\n0:数据\n1:Wi-Fi\n2:有线\n注意:此字段可能返回 null,表示取不到有效值。",
1437
+ "document": "网络类型:\n0:数据\n1:Wi-Fi\n2:有线",
1438
1438
  "example": "1",
1439
1439
  "member": "int64",
1440
1440
  "name": "Type",
1441
1441
  "output_required": true,
1442
1442
  "type": "int",
1443
- "value_allowed_null": true
1443
+ "value_allowed_null": false
1444
1444
  },
1445
1445
  {
1446
1446
  "disabled": false,
@@ -2026,33 +2026,33 @@
2026
2026
  "members": [
2027
2027
  {
2028
2028
  "disabled": false,
2029
- "document": "流量包的告警阈值\n注意:此字段可能返回 null,表示取不到有效值。",
2029
+ "document": "流量包的告警阈值",
2030
2030
  "example": "20",
2031
2031
  "member": "int64",
2032
2032
  "name": "AlarmValue",
2033
2033
  "output_required": false,
2034
2034
  "type": "int",
2035
- "value_allowed_null": true
2035
+ "value_allowed_null": false
2036
2036
  },
2037
2037
  {
2038
2038
  "disabled": false,
2039
- "document": "告警通知回调url\n注意:此字段可能返回 null,表示取不到有效值。",
2039
+ "document": "告警通知回调url",
2040
2040
  "example": "http://ip:port/callurl",
2041
2041
  "member": "string",
2042
2042
  "name": "NotifyUrl",
2043
2043
  "output_required": false,
2044
2044
  "type": "string",
2045
- "value_allowed_null": true
2045
+ "value_allowed_null": false
2046
2046
  },
2047
2047
  {
2048
2048
  "disabled": false,
2049
- "document": "告警通知回调key\n注意:此字段可能返回 null,表示取不到有效值。",
2049
+ "document": "告警通知回调key",
2050
2050
  "example": "xd23y5cb89bx23432",
2051
2051
  "member": "string",
2052
2052
  "name": "CallbackKey",
2053
2053
  "output_required": false,
2054
2054
  "type": "string",
2055
- "value_allowed_null": true
2055
+ "value_allowed_null": false
2056
2056
  },
2057
2057
  {
2058
2058
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2975,13 +2975,13 @@
2975
2975
  "members": [
2976
2976
  {
2977
2977
  "disabled": false,
2978
- "document": "监控数据\n注意:此字段可能返回 null,表示取不到有效值。",
2978
+ "document": "监控数据",
2979
2979
  "example": "无",
2980
2980
  "member": "MonitorData",
2981
2981
  "name": "MonitorData",
2982
2982
  "output_required": false,
2983
2983
  "type": "list",
2984
- "value_allowed_null": true
2984
+ "value_allowed_null": false
2985
2985
  },
2986
2986
  {
2987
2987
  "disabled": false,