tccli 3.0.1011.1__py2.py3-none-any.whl → 3.0.1012.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cat/v20180409/DescribeProbeMetricData.md +2 -2
  3. tccli/examples/cwp/v20180228/DescribeLogExports.md +2 -2
  4. tccli/examples/dsgc/v20190723/CopyDSPATemplate.md +3 -3
  5. tccli/examples/dsgc/v20190723/CreateDSPAAssessmentRiskLevel.md +1 -1
  6. tccli/examples/dsgc/v20190723/CreateDSPAAssessmentRiskTemplate.md +2 -2
  7. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentHighRiskTop10Overview.md +3 -3
  8. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentLatestRiskDetailInfo.md +4 -4
  9. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentLatestRiskList.md +2 -2
  10. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentNewDiscoveredRiskOverview.md +3 -3
  11. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentPendingRiskOverview.md +2 -2
  12. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentProcessingRiskOverview.md +3 -3
  13. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskAmountOverview.md +3 -3
  14. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskDealedTrend.md +0 -40
  15. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskDistributionOverview.md +2 -2
  16. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskLevelDetail.md +2 -2
  17. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskLevelTrend.md +0 -32
  18. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +2 -2
  19. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +1 -1
  20. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateDetail.md +9 -2
  21. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +9 -3
  22. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentTemplateControlItems.md +1 -1
  23. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentTemplates.md +17 -11
  24. tccli/examples/essbasic/v20210526/DescribeChannelSealPolicyWorkflowUrl.md +25 -0
  25. tccli/examples/iotvideo/v20211125/DescribeCloudStorageThumbnailList.md +28 -0
  26. tccli/examples/tcss/v20201101/DescribeAbnormalProcessDetail.md +6 -1
  27. tccli/examples/tcss/v20201101/DescribeAccessControlDetail.md +5 -1
  28. tccli/examples/tcss/v20201101/DescribeAssetSyncLastTime.md +4 -2
  29. tccli/examples/tcss/v20201101/DescribeEscapeEventDetail.md +3 -1
  30. tccli/examples/tcss/v20201101/DescribeRiskDnsEventDetail.md +2 -0
  31. tccli/examples/tcss/v20201101/DescribeRiskSyscallDetail.md +6 -1
  32. tccli/examples/tcss/v20201101/DescribeVirusDetail.md +2 -0
  33. tccli/examples/tcss/v20201101/DescribeVulDefenceEventDetail.md +11 -1
  34. tccli/examples/trtc/v20190722/DescribeMixTranscodingUsage.md +1 -1
  35. tccli/examples/trtc/v20190722/DescribeRecordingUsage.md +1 -1
  36. tccli/examples/trtc/v20190722/DescribeRelayUsage.md +1 -1
  37. tccli/examples/trtc/v20190722/DescribeTrtcUsage.md +1 -1
  38. tccli/examples/vod/v20180717/SetVodDomainCertificate.md +18 -0
  39. tccli/services/cat/v20180409/api.json +4 -3
  40. tccli/services/cat/v20180409/examples.json +1 -1
  41. tccli/services/cls/v20201016/api.json +8 -8
  42. tccli/services/cwp/v20180228/api.json +2 -2
  43. tccli/services/cwp/v20180228/examples.json +1 -1
  44. tccli/services/domain/v20180808/api.json +1 -1
  45. tccli/services/dsgc/v20190723/api.json +92 -47
  46. tccli/services/dsgc/v20190723/examples.json +41 -53
  47. tccli/services/ecm/v20190719/api.json +2 -1
  48. tccli/services/ess/v20201111/api.json +1 -1
  49. tccli/services/essbasic/essbasic_client.py +53 -0
  50. tccli/services/essbasic/v20210526/api.json +53 -0
  51. tccli/services/essbasic/v20210526/examples.json +8 -0
  52. tccli/services/hunyuan/v20230901/api.json +2 -2
  53. tccli/services/iotvideo/iotvideo_client.py +53 -0
  54. tccli/services/iotvideo/v20211125/api.json +90 -0
  55. tccli/services/iotvideo/v20211125/examples.json +8 -0
  56. tccli/services/scf/v20180416/api.json +33 -0
  57. tccli/services/tcss/v20201101/api.json +304 -74
  58. tccli/services/tcss/v20201101/examples.json +8 -8
  59. tccli/services/trtc/v20190722/api.json +8 -8
  60. tccli/services/trtc/v20190722/examples.json +4 -4
  61. tccli/services/vod/v20180717/api.json +42 -0
  62. tccli/services/vod/v20180717/examples.json +8 -0
  63. tccli/services/vod/vod_client.py +53 -0
  64. tccli/services/vpc/v20170312/api.json +10 -0
  65. tccli/services/waf/v20180125/api.json +1 -1
  66. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/RECORD +70 -67
  68. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/license_files/LICENSE +0 -0
@@ -610,7 +610,7 @@
610
610
  },
611
611
  {
612
612
  "disabled": false,
613
- "document": "指标类型,指标查询默认传gauge",
613
+ "document": "指标类型(counter、gauge以及histogram),指标查询默认传gauge",
614
614
  "example": "gauge",
615
615
  "member": "string",
616
616
  "name": "MetricType",
@@ -619,7 +619,7 @@
619
619
  },
620
620
  {
621
621
  "disabled": false,
622
- "document": "指标详细字段,可以传递传具体的指标也可以对指标进行聚合查询例如:\"avg(ping_time)\"代表整体时延(ms)",
622
+ "document": "指标详细字段,可以传递传具体的指标也可以对指标进行聚合查询例如:\"avg(ping_time)\"代表整体时延(ms);不同的任务类型支持不同的field查询,以及聚合规则,详情可联系云拨测。",
623
623
  "example": "avg(ping_time)",
624
624
  "member": "string",
625
625
  "name": "Field",
@@ -647,7 +647,7 @@
647
647
  {
648
648
  "disabled": false,
649
649
  "document": "多条件过滤,支持多个过滤条件组合查询\n例如:[\"\"host\" = 'www.test.com'\", \"time >= now()-1h\"]",
650
- "example": "\"\"host\" = 'https://test.com'\", \"time >= now()-1h\"]",
650
+ "example": "[\"host\" = 'https://test.com'\", \"time >= now()-1h\"]",
651
651
  "member": "string",
652
652
  "name": "Filters",
653
653
  "required": false,
@@ -665,6 +665,7 @@
665
665
  "example": "\"\"",
666
666
  "member": "string",
667
667
  "name": "MetricSet",
668
+ "output_required": true,
668
669
  "type": "string",
669
670
  "value_allowed_null": false
670
671
  },
@@ -50,7 +50,7 @@
50
50
  {
51
51
  "document": "请求浏览数据",
52
52
  "input": "POST / HTTP/1.1\nHost: cat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProbeMetricData\n<公共请求参数>\n\n{\n \"AnalyzeTaskType\": \"AnalyzeTaskType_Browse\",\n \"MetricType\": \"gauge\",\n \"Field\": \"avg(\\\"count\\\")\",\n \"GroupBy\": \"time(30d), \\\"operator\\\"\",\n \"Filters\": [\n \"\\\"host\\\" = 'default-host'\",\n \"time >= now()-3h\"\n ]\n}",
53
- "output": "{\n \"Response\": {\n \"MetricSet\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
53
+ "output": "{\n \"Response\": {\n \"MetricSet\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
54
54
  "title": "请求浏览数据"
55
55
  }
56
56
  ],
@@ -400,7 +400,7 @@
400
400
  "status": "online"
401
401
  },
402
402
  "DescribeMachines": {
403
- "document": "获取制定机器组下的机器状态",
403
+ "document": "获取指定机器组下的机器状态",
404
404
  "input": "DescribeMachinesRequest",
405
405
  "name": "获取机器状态",
406
406
  "output": "DescribeMachinesResponse",
@@ -6539,7 +6539,7 @@
6539
6539
  "example": "0 ",
6540
6540
  "member": "MachineInfo",
6541
6541
  "name": "Machines",
6542
- "required": true,
6542
+ "output_required": true,
6543
6543
  "type": "list",
6544
6544
  "value_allowed_null": false
6545
6545
  },
@@ -6549,7 +6549,7 @@
6549
6549
  "example": "0",
6550
6550
  "member": "int64",
6551
6551
  "name": "AutoUpdate",
6552
- "required": true,
6552
+ "output_required": true,
6553
6553
  "type": "int",
6554
6554
  "value_allowed_null": false
6555
6555
  },
@@ -6559,7 +6559,7 @@
6559
6559
  "example": "00:00:00 ",
6560
6560
  "member": "string",
6561
6561
  "name": "UpdateStartTime",
6562
- "required": true,
6562
+ "output_required": true,
6563
6563
  "type": "string",
6564
6564
  "value_allowed_null": false
6565
6565
  },
@@ -6569,7 +6569,7 @@
6569
6569
  "example": "01:00:00 ",
6570
6570
  "member": "string",
6571
6571
  "name": "UpdateEndTime",
6572
- "required": true,
6572
+ "output_required": true,
6573
6573
  "type": "string",
6574
6574
  "value_allowed_null": false
6575
6575
  },
@@ -6579,7 +6579,7 @@
6579
6579
  "example": "2.2.0",
6580
6580
  "member": "string",
6581
6581
  "name": "LatestAgentVersion",
6582
- "required": true,
6582
+ "output_required": true,
6583
6583
  "type": "string",
6584
6584
  "value_allowed_null": false
6585
6585
  },
@@ -6589,7 +6589,7 @@
6589
6589
  "example": "true",
6590
6590
  "member": "bool",
6591
6591
  "name": "ServiceLogging",
6592
- "required": true,
6592
+ "output_required": true,
6593
6593
  "type": "bool",
6594
6594
  "value_allowed_null": false
6595
6595
  },
@@ -6680,7 +6680,7 @@
6680
6680
  },
6681
6681
  {
6682
6682
  "disabled": false,
6683
- "document": "<li>srcTopicName按照【源日志主题名称】进行过滤,模糊匹配,类型:String必选:否<br><li>dstTopicName按照【目标日志主题名称】进行过滤,模糊匹配,类型:String必选:否<br><li>srcTopicId按照【源日志主题ID】进行过滤。类型:String必选:否<br><li>dstTopicId按照【目标日志主题ID】进行过滤。类型:String必选:否<br><li>bizType按照【主题类型】进行过滤,0日志主题1指标主题,,。类型:String必选:否<br><li>status按照【任务状态】进行过滤。类型:String必选:否<br><li>taskName按照【任务名称】进行过滤,模糊匹配,。类型:String必选:否<br><li>taskId按照【任务ID】进行过滤,模糊匹配,。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。",
6683
+ "document": "<li>srcTopicName按照【源日志主题名称】进行过滤,模糊匹配,类型:String必选:否</li>\n<li>dstTopicName按照【目标日志主题名称】进行过滤,模糊匹配,类型:String必选:否</li>\n<li>srcTopicId按照【源日志主题ID】进行过滤。类型:String必选:否</li>\n<li>dstTopicId按照【目标日志主题ID】进行过滤。类型:String必选:否</li>\n<li>bizType按照【主题类型】进行过滤,0日志主题1指标主题,。类型:String必选:否</li>\n<li>status按照【任务状态】进行过滤。类型:String必选:否</li>\n<li>taskName按照【任务名称】进行过滤,模糊匹配,。类型:String必选:否</li>\n<li>taskId按照【任务ID】进行过滤,模糊匹配,。类型:String必选:否</li>\n",
6684
6684
  "example": "无",
6685
6685
  "member": "Filter",
6686
6686
  "name": "Filters",
@@ -26679,7 +26679,7 @@
26679
26679
  "example": "2",
26680
26680
  "member": "int64",
26681
26681
  "name": "TotalCount",
26682
- "required": true,
26682
+ "output_required": true,
26683
26683
  "type": "int",
26684
26684
  "value_allowed_null": false
26685
26685
  },
@@ -26689,7 +26689,7 @@
26689
26689
  "example": "无",
26690
26690
  "member": "ExportInfo",
26691
26691
  "name": "Exports",
26692
- "required": true,
26692
+ "output_required": true,
26693
26693
  "type": "list",
26694
26694
  "value_allowed_null": false
26695
26695
  },
@@ -1760,7 +1760,7 @@
1760
1760
  {
1761
1761
  "document": "",
1762
1762
  "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogExports\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
1763
- "output": "{\n \"Response\": {\n \"Exports\": [\n {\n \"ExportId\": \"export-4b905654-7af5-43c1-a111-04c89e029c2a\",\n \"Query\": \"*\",\n \"FileName\": \"log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz\",\n \"FileSize\": 97805,\n \"Order\": \"desc\",\n \"Format\": \"json\",\n \"Count\": 2240,\n \"Status\": \"Completed\",\n \"StartTime\": 1656464537652,\n \"EndTime\": 1656466337652,\n \"CosPath\": \"https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220629/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz?q-sign-algorithm=sha1&q-ak=AKID6DUgxBhSTRExeZrF1fBdvFPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=e491e72e50fdbe45afa225876a0497d3ce88a23c\",\n \"CreateTime\": \"2022-06-29 09:35:00\"\n },\n {\n \"ExportId\": \"export-9a5f89fc-986b-4b5e-a511-168646949685\",\n \"Query\": \"*\",\n \"FileName\": \"log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz\",\n \"FileSize\": 9815,\n \"Order\": \"desc\",\n \"Format\": \"json\",\n \"Count\": 121,\n \"Status\": \"Completed\",\n \"StartTime\": 1656408311641,\n \"EndTime\": 1656410111641,\n \"CosPath\": \"https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220628/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz?q-sign-algorithm=sha1&q-ak=AKID6DUgxBhSTRExeZrF1fBdvFPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=b338dbd1685e5ea3f37ff35dc2a1081dd7e0e542\",\n \"CreateTime\": \"2022-06-28 19:19:46\"\n }\n ],\n \"RequestId\": \"05db17be-ba35-467f-b903-51f66d2d1def\",\n \"TotalCount\": 2\n }\n}",
1763
+ "output": "{\n \"Response\": {\n \"Exports\": [\n {\n \"ExportId\": \"export-4b905654-7af5-43c1-a111-04c89e029c2a\",\n \"Query\": \"*\",\n \"FileName\": \"log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz\",\n \"FileSize\": 97805,\n \"Order\": \"desc\",\n \"Format\": \"json\",\n \"Count\": 2240,\n \"Status\": \"Completed\",\n \"StartTime\": 1656464537652,\n \"EndTime\": 1656466337652,\n \"CosPath\": \"https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220629/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz?q-sign-algorithm=sha1&q-ak=xxxxxxxxxxxxPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=e491e72e50afa2258\",\n \"CreateTime\": \"2022-06-29 09:35:00\"\n },\n {\n \"ExportId\": \"export-9a5f89fc-986b-4b5e-a511-168646949685\",\n \"Query\": \"*\",\n \"FileName\": \"log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz\",\n \"FileSize\": 9815,\n \"Order\": \"desc\",\n \"Format\": \"json\",\n \"Count\": 121,\n \"Status\": \"Completed\",\n \"StartTime\": 1656408311641,\n \"EndTime\": 1656410111641,\n \"CosPath\": \"https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220628/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz?q-sign-algorithm=sha1&q-ak=xxxxxxxxBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=b338dbd1685e5ea3f\",\n \"CreateTime\": \"2022-06-28 19:19:46\"\n }\n ],\n \"RequestId\": \"05db17be-ba35-467f-b903-51f66d2d1def\",\n \"TotalCount\": 2\n }\n}",
1764
1764
  "title": "示例"
1765
1765
  }
1766
1766
  ],
@@ -3232,7 +3232,7 @@
3232
3232
  "example": "xxxxx",
3233
3233
  "member": "string",
3234
3234
  "name": "AccessUrl",
3235
- "required": true,
3235
+ "output_required": true,
3236
3236
  "type": "string",
3237
3237
  "value_allowed_null": false
3238
3238
  },