tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1407.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +31 -21
  5. tccli/services/cdn/v20180606/api.json +1 -1
  6. tccli/services/cloudhsm/v20191112/api.json +10 -10
  7. tccli/services/cls/v20201016/api.json +40 -31
  8. tccli/services/cls/v20201016/examples.json +8 -2
  9. tccli/services/ctem/v20231128/api.json +30 -0
  10. tccli/services/dbbrain/v20210527/api.json +17 -7
  11. tccli/services/dbbrain/v20210527/examples.json +1 -1
  12. tccli/services/dts/v20211206/api.json +16 -6
  13. tccli/services/emr/v20190103/api.json +9 -0
  14. tccli/services/es/es_client.py +57 -4
  15. tccli/services/es/v20250101/api.json +133 -0
  16. tccli/services/es/v20250101/examples.json +8 -0
  17. tccli/services/ess/ess_client.py +212 -0
  18. tccli/services/ess/v20201111/api.json +508 -24
  19. tccli/services/ess/v20201111/examples.json +41 -3
  20. tccli/services/essbasic/v20210526/api.json +12 -3
  21. tccli/services/essbasic/v20210526/examples.json +2 -2
  22. tccli/services/gwlb/gwlb_client.py +53 -0
  23. tccli/services/gwlb/v20240906/api.json +80 -0
  24. tccli/services/gwlb/v20240906/examples.json +8 -0
  25. tccli/services/hunyuan/v20230901/api.json +2 -2
  26. tccli/services/ioa/ioa_client.py +220 -8
  27. tccli/services/ioa/v20220601/api.json +559 -0
  28. tccli/services/ioa/v20220601/examples.json +38 -0
  29. tccli/services/iotexplorer/iotexplorer_client.py +220 -8
  30. tccli/services/iotexplorer/v20190423/api.json +959 -12
  31. tccli/services/iotexplorer/v20190423/examples.json +68 -0
  32. tccli/services/lcic/v20220817/api.json +2 -2
  33. tccli/services/lke/v20231130/api.json +1 -1
  34. tccli/services/lke/v20231130/examples.json +2 -2
  35. tccli/services/lkeap/v20240522/api.json +1 -1
  36. tccli/services/lkeap/v20240522/examples.json +7 -1
  37. tccli/services/monitor/monitor_client.py +53 -0
  38. tccli/services/monitor/v20180724/api.json +248 -0
  39. tccli/services/monitor/v20180724/examples.json +8 -0
  40. tccli/services/mps/v20190612/api.json +384 -2
  41. tccli/services/mqtt/v20240516/api.json +10 -0
  42. tccli/services/mqtt/v20240516/examples.json +3 -9
  43. tccli/services/nlp/v20190408/api.json +6 -6
  44. tccli/services/oceanus/oceanus_client.py +110 -4
  45. tccli/services/oceanus/v20190422/api.json +152 -8
  46. tccli/services/oceanus/v20190422/examples.json +16 -0
  47. tccli/services/ocr/v20181119/api.json +10 -0
  48. tccli/services/privatedns/privatedns_client.py +641 -58
  49. tccli/services/privatedns/v20201028/api.json +923 -12
  50. tccli/services/privatedns/v20201028/examples.json +88 -0
  51. tccli/services/redis/v20180412/api.json +1 -1
  52. tccli/services/teo/v20220901/api.json +206 -66
  53. tccli/services/teo/v20220901/examples.json +32 -8
  54. tccli/services/tione/v20211111/api.json +1 -1
  55. tccli/services/tke/v20180525/api.json +23 -14
  56. tccli/services/tke/v20180525/examples.json +1 -1
  57. tccli/services/trtc/v20190722/api.json +9 -9
  58. tccli/services/trtc/v20190722/examples.json +1 -1
  59. tccli/services/tse/v20201207/api.json +30 -1
  60. tccli/services/vpc/v20170312/api.json +11 -2
  61. tccli/services/wedata/v20210820/api.json +1281 -601
  62. tccli/services/wedata/v20210820/examples.json +127 -157
  63. tccli/services/wedata/v20250806/api.json +480 -18
  64. tccli/services/wedata/v20250806/examples.json +38 -6
  65. tccli/services/wedata/wedata_client.py +216 -4
  66. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateDLPFileDetectTask": {
4
+ "document": "创建文件鉴定任务,私有化调用path为:capi/DlpOpenApi/CreateDLPFileDetectTask",
5
+ "input": "CreateDLPFileDetectTaskRequest",
6
+ "name": "创建文件鉴定任务",
7
+ "output": "CreateDLPFileDetectTaskResponse",
8
+ "status": "online"
9
+ },
3
10
  "CreateDLPFileDetectionTask": {
4
11
  "document": "提交送检任务",
5
12
  "input": "CreateDLPFileDetectionTaskRequest",
@@ -56,6 +63,20 @@
56
63
  "output": "DescribeAggrSoftDeviceListResponse",
57
64
  "status": "online"
58
65
  },
66
+ "DescribeDLPEdgeNodeGroups": {
67
+ "document": "查询边缘节点分组,私有化调用path为:capi/Connectors/DescribeDLPEdgeNodeGroups",
68
+ "input": "DescribeDLPEdgeNodeGroupsRequest",
69
+ "name": "查询DLP边缘节点分组",
70
+ "output": "DescribeDLPEdgeNodeGroupsResponse",
71
+ "status": "online"
72
+ },
73
+ "DescribeDLPEdgeNodes": {
74
+ "document": "查询边缘节点列表,私有化调用path为:capi/DlpOpenApi/DescribeDLPEdgeNodes",
75
+ "input": "DescribeDLPEdgeNodesRequest",
76
+ "name": "查询边缘节点列表",
77
+ "output": "DescribeDLPEdgeNodesResponse",
78
+ "status": "online"
79
+ },
59
80
  "DescribeDLPFileDetectResult": {
60
81
  "document": "webservice查询文件检测结果",
61
82
  "input": "DescribeDLPFileDetectResultRequest",
@@ -63,6 +84,13 @@
63
84
  "output": "DescribeDLPFileDetectResultResponse",
64
85
  "status": "online"
65
86
  },
87
+ "DescribeDLPFileDetectTaskResult": {
88
+ "document": "查询文件鉴定任务结果",
89
+ "input": "DescribeDLPFileDetectTaskResultRequest",
90
+ "name": "查询文件鉴定任务结果",
91
+ "output": "DescribeDLPFileDetectTaskResultResponse",
92
+ "status": "online"
93
+ },
66
94
  "DescribeDeviceChildGroups": {
67
95
  "document": "查询设备组子分组详情,私有化调用path为:capi/Assets/Device/DescribeDeviceChildGroups",
68
96
  "input": "DescribeDeviceChildGroupsRequest",
@@ -581,6 +609,113 @@
581
609
  ],
582
610
  "usage": "both"
583
611
  },
612
+ "CreateDLPFileDetectTaskData": {
613
+ "document": "文件鉴定任务分页数据",
614
+ "members": [
615
+ {
616
+ "disabled": false,
617
+ "document": "任务请求唯一Id",
618
+ "example": "[\"35dfsdfaserwvead\"]",
619
+ "member": "string",
620
+ "name": "TaskRequestId",
621
+ "output_required": false,
622
+ "type": "list",
623
+ "value_allowed_null": false
624
+ }
625
+ ],
626
+ "usage": "out"
627
+ },
628
+ "CreateDLPFileDetectTaskRequest": {
629
+ "document": "CreateDLPFileDetectTask请求参数结构体",
630
+ "members": [
631
+ {
632
+ "disabled": false,
633
+ "document": "文件下载Url",
634
+ "example": "https://www.cos.com/downloadurl",
635
+ "member": "string",
636
+ "name": "DownloadUrl",
637
+ "required": true,
638
+ "type": "string"
639
+ },
640
+ {
641
+ "disabled": false,
642
+ "document": "文件名",
643
+ "example": "test.txt",
644
+ "member": "string",
645
+ "name": "FileName",
646
+ "required": true,
647
+ "type": "string"
648
+ },
649
+ {
650
+ "disabled": false,
651
+ "document": "文件Md5",
652
+ "example": "xavdaeraveageacaegeav",
653
+ "member": "string",
654
+ "name": "FileMd5",
655
+ "required": true,
656
+ "type": "string"
657
+ },
658
+ {
659
+ "disabled": false,
660
+ "document": "负载类型 1 从GroupId中选一节点 鉴定 2使用所有SelectNodeIds节点鉴定",
661
+ "example": "1",
662
+ "member": "int64",
663
+ "name": "BalanceType",
664
+ "required": true,
665
+ "type": "int"
666
+ },
667
+ {
668
+ "disabled": false,
669
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
670
+ "example": "1",
671
+ "member": "string",
672
+ "name": "DomainInstanceId",
673
+ "required": false,
674
+ "type": "string"
675
+ },
676
+ {
677
+ "disabled": false,
678
+ "document": "选中节点唯一Id列表,BalanceType=2时必填",
679
+ "example": "[\"lolocdsacsss\",\"dlocelodeead\"]",
680
+ "member": "string",
681
+ "name": "SelectNodeIds",
682
+ "required": false,
683
+ "type": "list"
684
+ },
685
+ {
686
+ "disabled": false,
687
+ "document": "节点组唯一Id,BalanceType=1时必填",
688
+ "example": "caitealddaaveasf",
689
+ "member": "string",
690
+ "name": "GroupId",
691
+ "required": false,
692
+ "type": "string"
693
+ }
694
+ ],
695
+ "type": "object"
696
+ },
697
+ "CreateDLPFileDetectTaskResponse": {
698
+ "document": "CreateDLPFileDetectTask返回参数结构体",
699
+ "members": [
700
+ {
701
+ "disabled": false,
702
+ "document": "创建文件鉴定任务数据",
703
+ "example": "无",
704
+ "member": "CreateDLPFileDetectTaskData",
705
+ "name": "Data",
706
+ "output_required": false,
707
+ "type": "object",
708
+ "value_allowed_null": false
709
+ },
710
+ {
711
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
712
+ "member": "string",
713
+ "name": "RequestId",
714
+ "type": "string"
715
+ }
716
+ ],
717
+ "type": "object"
718
+ },
584
719
  "CreateDLPFileDetectionTaskData": {
585
720
  "document": "提交送检任务相应数据",
586
721
  "members": [
@@ -1569,6 +1704,328 @@
1569
1704
  ],
1570
1705
  "type": "object"
1571
1706
  },
1707
+ "DescribeDLPEdgeNodeGroupsRequest": {
1708
+ "document": "DescribeDLPEdgeNodeGroups请求参数结构体",
1709
+ "members": [
1710
+ {
1711
+ "disabled": false,
1712
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
1713
+ "example": "1",
1714
+ "member": "string",
1715
+ "name": "DomainInstanceId",
1716
+ "required": false,
1717
+ "type": "string"
1718
+ },
1719
+ {
1720
+ "disabled": false,
1721
+ "document": "过滤条件",
1722
+ "example": "无",
1723
+ "member": "Condition",
1724
+ "name": "Condition",
1725
+ "required": false,
1726
+ "type": "object"
1727
+ }
1728
+ ],
1729
+ "type": "object"
1730
+ },
1731
+ "DescribeDLPEdgeNodeGroupsResponse": {
1732
+ "document": "DescribeDLPEdgeNodeGroups返回参数结构体",
1733
+ "members": [
1734
+ {
1735
+ "disabled": false,
1736
+ "document": "业务响应数据",
1737
+ "example": "无",
1738
+ "member": "DescribeDLPEdgeNodeGroupsRspData",
1739
+ "name": "Data",
1740
+ "output_required": true,
1741
+ "type": "object",
1742
+ "value_allowed_null": false
1743
+ },
1744
+ {
1745
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1746
+ "member": "string",
1747
+ "name": "RequestId",
1748
+ "type": "string"
1749
+ }
1750
+ ],
1751
+ "type": "object"
1752
+ },
1753
+ "DescribeDLPEdgeNodeGroupsRspData": {
1754
+ "document": "业务响应数据",
1755
+ "members": [
1756
+ {
1757
+ "disabled": false,
1758
+ "document": "分组信息",
1759
+ "example": "无",
1760
+ "member": "DescribeDLPEdgeNodeGroupsRspItem",
1761
+ "name": "Items",
1762
+ "output_required": true,
1763
+ "required": false,
1764
+ "type": "list",
1765
+ "value_allowed_null": false
1766
+ },
1767
+ {
1768
+ "disabled": false,
1769
+ "document": "分页信息",
1770
+ "example": "无",
1771
+ "member": "Paging",
1772
+ "name": "Page",
1773
+ "output_required": false,
1774
+ "required": false,
1775
+ "type": "object",
1776
+ "value_allowed_null": false
1777
+ }
1778
+ ],
1779
+ "usage": "both"
1780
+ },
1781
+ "DescribeDLPEdgeNodeGroupsRspItem": {
1782
+ "document": "节点分组信息",
1783
+ "members": [
1784
+ {
1785
+ "disabled": false,
1786
+ "document": "自增id,数据库中唯一",
1787
+ "example": "1",
1788
+ "member": "int64",
1789
+ "name": "Id",
1790
+ "output_required": true,
1791
+ "required": false,
1792
+ "type": "int",
1793
+ "value_allowed_null": false
1794
+ },
1795
+ {
1796
+ "disabled": false,
1797
+ "document": "节点分组名称",
1798
+ "example": "saaskb",
1799
+ "member": "string",
1800
+ "name": "GroupName",
1801
+ "output_required": true,
1802
+ "required": false,
1803
+ "type": "string",
1804
+ "value_allowed_null": false
1805
+ },
1806
+ {
1807
+ "disabled": false,
1808
+ "document": "节点分组id",
1809
+ "example": "ct9at4pgiv8f3vdmk9s0",
1810
+ "member": "string",
1811
+ "name": "GroupId",
1812
+ "output_required": true,
1813
+ "required": false,
1814
+ "type": "string",
1815
+ "value_allowed_null": false
1816
+ },
1817
+ {
1818
+ "disabled": false,
1819
+ "document": "包含边缘节点数量",
1820
+ "example": "8",
1821
+ "member": "int64",
1822
+ "name": "EdgeCount",
1823
+ "output_required": true,
1824
+ "required": false,
1825
+ "type": "int",
1826
+ "value_allowed_null": false
1827
+ }
1828
+ ],
1829
+ "usage": "both"
1830
+ },
1831
+ "DescribeDLPEdgeNodesPageData": {
1832
+ "document": "业务响应数据",
1833
+ "members": [
1834
+ {
1835
+ "disabled": false,
1836
+ "document": "分页信息",
1837
+ "example": "无",
1838
+ "member": "Paging",
1839
+ "name": "Page",
1840
+ "output_required": true,
1841
+ "type": "object",
1842
+ "value_allowed_null": false
1843
+ },
1844
+ {
1845
+ "disabled": false,
1846
+ "document": "节点列表",
1847
+ "example": "无",
1848
+ "member": "DescribeDLPEdgeNodesRspItem",
1849
+ "name": "Items",
1850
+ "output_required": false,
1851
+ "type": "list",
1852
+ "value_allowed_null": false
1853
+ }
1854
+ ],
1855
+ "usage": "out"
1856
+ },
1857
+ "DescribeDLPEdgeNodesRequest": {
1858
+ "document": "DescribeDLPEdgeNodes请求参数结构体",
1859
+ "members": [
1860
+ {
1861
+ "disabled": false,
1862
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
1863
+ "example": "1",
1864
+ "member": "string",
1865
+ "name": "DomainInstanceId",
1866
+ "required": false,
1867
+ "type": "string"
1868
+ },
1869
+ {
1870
+ "disabled": false,
1871
+ "document": "过滤条件、分页参数<li>EdgeNodeName - string - 是否必填:否 - 操作符: ilike - 排序支持:否- 按节点名称过滤。</li>",
1872
+ "example": "无",
1873
+ "member": "Condition",
1874
+ "name": "Condition",
1875
+ "required": false,
1876
+ "type": "object"
1877
+ }
1878
+ ],
1879
+ "type": "object"
1880
+ },
1881
+ "DescribeDLPEdgeNodesResponse": {
1882
+ "document": "DescribeDLPEdgeNodes返回参数结构体",
1883
+ "members": [
1884
+ {
1885
+ "disabled": false,
1886
+ "document": "业务响应数据",
1887
+ "example": "无",
1888
+ "member": "DescribeDLPEdgeNodesPageData",
1889
+ "name": "Data",
1890
+ "output_required": true,
1891
+ "type": "object",
1892
+ "value_allowed_null": false
1893
+ },
1894
+ {
1895
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1896
+ "member": "string",
1897
+ "name": "RequestId",
1898
+ "type": "string"
1899
+ }
1900
+ ],
1901
+ "type": "object"
1902
+ },
1903
+ "DescribeDLPEdgeNodesRspItem": {
1904
+ "document": "边缘节点信息",
1905
+ "members": [
1906
+ {
1907
+ "disabled": false,
1908
+ "document": "自增id,数据库中唯一",
1909
+ "example": "22",
1910
+ "member": "int64",
1911
+ "name": "Id",
1912
+ "output_required": false,
1913
+ "type": "int",
1914
+ "value_allowed_null": false
1915
+ },
1916
+ {
1917
+ "disabled": false,
1918
+ "document": "节点分组唯一id",
1919
+ "example": "cl6uga713okpvh4bp5mg",
1920
+ "member": "string",
1921
+ "name": "GroupId",
1922
+ "output_required": false,
1923
+ "type": "string",
1924
+ "value_allowed_null": false
1925
+ },
1926
+ {
1927
+ "disabled": false,
1928
+ "document": "节点id",
1929
+ "example": "2XybyThLH1JXG1s2KQYLoI8wokH",
1930
+ "member": "string",
1931
+ "name": "EdgeNodeId",
1932
+ "output_required": false,
1933
+ "type": "string",
1934
+ "value_allowed_null": false
1935
+ },
1936
+ {
1937
+ "disabled": false,
1938
+ "document": "节点名称",
1939
+ "example": "默认节点名称",
1940
+ "member": "string",
1941
+ "name": "EdgeNodeName",
1942
+ "output_required": false,
1943
+ "type": "string",
1944
+ "value_allowed_null": false
1945
+ },
1946
+ {
1947
+ "disabled": false,
1948
+ "document": "是否活跃/连通",
1949
+ "example": "true",
1950
+ "member": "bool",
1951
+ "name": "IsActive",
1952
+ "output_required": false,
1953
+ "type": "bool",
1954
+ "value_allowed_null": false
1955
+ },
1956
+ {
1957
+ "disabled": false,
1958
+ "document": "节点分组名称",
1959
+ "example": "默认专线分组",
1960
+ "member": "string",
1961
+ "name": "GroupName",
1962
+ "output_required": false,
1963
+ "type": "string",
1964
+ "value_allowed_null": false
1965
+ },
1966
+ {
1967
+ "disabled": false,
1968
+ "document": "节点IP",
1969
+ "example": "10.100.8.89",
1970
+ "member": "string",
1971
+ "name": "Ip",
1972
+ "output_required": false,
1973
+ "type": "string",
1974
+ "value_allowed_null": false
1975
+ },
1976
+ {
1977
+ "disabled": false,
1978
+ "document": "节点版本",
1979
+ "example": "2109.8.20016.62000",
1980
+ "member": "string",
1981
+ "name": "Version",
1982
+ "output_required": false,
1983
+ "type": "string",
1984
+ "value_allowed_null": false
1985
+ },
1986
+ {
1987
+ "disabled": false,
1988
+ "document": "是否支持升级连接器",
1989
+ "example": "false",
1990
+ "member": "bool",
1991
+ "name": "IsUpgradeEnable",
1992
+ "output_required": false,
1993
+ "type": "bool",
1994
+ "value_allowed_null": false
1995
+ },
1996
+ {
1997
+ "disabled": false,
1998
+ "document": "升级状态: 0(升级中) , 1(升级失败) 或 2(升级成功)",
1999
+ "example": "0",
2000
+ "member": "int64",
2001
+ "name": "UpgradeStatus",
2002
+ "output_required": false,
2003
+ "type": "int",
2004
+ "value_allowed_null": false
2005
+ },
2006
+ {
2007
+ "disabled": false,
2008
+ "document": "升级状态描述",
2009
+ "example": "升级中...",
2010
+ "member": "string",
2011
+ "name": "UpgradeDescription",
2012
+ "output_required": false,
2013
+ "type": "string",
2014
+ "value_allowed_null": false
2015
+ },
2016
+ {
2017
+ "disabled": false,
2018
+ "document": "规则版本",
2019
+ "example": "354821568",
2020
+ "member": "string",
2021
+ "name": "RuleVersion",
2022
+ "output_required": false,
2023
+ "type": "string",
2024
+ "value_allowed_null": false
2025
+ }
2026
+ ],
2027
+ "usage": "out"
2028
+ },
1572
2029
  "DescribeDLPFileDetectResultData": {
1573
2030
  "document": "查询文件检测结果响应数据",
1574
2031
  "members": [
@@ -1661,6 +2118,108 @@
1661
2118
  ],
1662
2119
  "type": "object"
1663
2120
  },
2121
+ "DescribeDLPFileDetectTaskResult": {
2122
+ "document": "查询文件检测结果响应数据",
2123
+ "members": [
2124
+ {
2125
+ "disabled": false,
2126
+ "document": "提交任务时的文件md5",
2127
+ "example": "dtsveastedfsdvaefadfsdad",
2128
+ "member": "string",
2129
+ "name": "FileMd5",
2130
+ "output_required": false,
2131
+ "type": "string",
2132
+ "value_allowed_null": false
2133
+ },
2134
+ {
2135
+ "disabled": false,
2136
+ "document": "提交任务时的文件名",
2137
+ "example": "产品交易订单.docx",
2138
+ "member": "string",
2139
+ "name": "FileName",
2140
+ "output_required": false,
2141
+ "type": "string",
2142
+ "value_allowed_null": false
2143
+ },
2144
+ {
2145
+ "disabled": false,
2146
+ "document": "检测执行状态:0未执行 1等待执行 2执行中 3执行失败 4执行完成 ",
2147
+ "example": "4",
2148
+ "member": "int64",
2149
+ "name": "Status",
2150
+ "output_required": false,
2151
+ "type": "int",
2152
+ "value_allowed_null": false
2153
+ },
2154
+ {
2155
+ "disabled": false,
2156
+ "document": " FileAbstract:文件摘要\n FileAttr:文件属性\n FileCategory:命中分级分类 array\n FileContent:命中信息json(array)\n\t RuleId:规则Id\n\t\t\t\tRuleName:规则名称\n\t\t\t\tRuleLevel:规则等级\n\t\t\t\tHits:命中词库内容\n\t\t\t\t LibraryId:词库Id\n\t\t\t\t\tLibraryType:词库类型\n\t\t\t\t\tLibraryName:词库名称\n\t\t\t\t\tAttribute: 命中属性 doc.Content文件内容|doc.FileSize文件大小|doc.Name文件名|doc.Type文件类型\n\t\t\t\t\tString 待匹配内容\n\t\t\t\t\tContent 命中内容\n HitsTotal 规则命中次数\n FileMd5 文件ND5\n FileName 文件名\n FileSize 文件大小\n FileType 文件后缀\n FileTypeName 文件类型名称\n FinalDataLevel 命中最高等级\n NodeId 节点唯一Id\n NodeIp 节点IP\n NodeName 节点名称\n OperateTime 文件操作时间\n Url 文件下载Url",
2157
+ "example": "(内容过长:见示例)",
2158
+ "member": "string",
2159
+ "name": "DetectResult",
2160
+ "output_required": false,
2161
+ "type": "string",
2162
+ "value_allowed_null": false
2163
+ },
2164
+ {
2165
+ "disabled": false,
2166
+ "document": "检测执行状态描述",
2167
+ "example": "task:d3jhnmbjsehhr3dhnji0检测成功",
2168
+ "member": "string",
2169
+ "name": "Message",
2170
+ "output_required": false,
2171
+ "type": "string",
2172
+ "value_allowed_null": false
2173
+ }
2174
+ ],
2175
+ "usage": "out"
2176
+ },
2177
+ "DescribeDLPFileDetectTaskResultRequest": {
2178
+ "document": "DescribeDLPFileDetectTaskResult请求参数结构体",
2179
+ "members": [
2180
+ {
2181
+ "disabled": false,
2182
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
2183
+ "example": "1",
2184
+ "member": "string",
2185
+ "name": "DomainInstanceId",
2186
+ "required": false,
2187
+ "type": "string"
2188
+ },
2189
+ {
2190
+ "disabled": false,
2191
+ "document": "任务请求Id",
2192
+ "example": "dfsvadfs121312asdaf",
2193
+ "member": "string",
2194
+ "name": "TaskRequestId",
2195
+ "required": false,
2196
+ "type": "string"
2197
+ }
2198
+ ],
2199
+ "type": "object"
2200
+ },
2201
+ "DescribeDLPFileDetectTaskResultResponse": {
2202
+ "document": "DescribeDLPFileDetectTaskResult返回参数结构体",
2203
+ "members": [
2204
+ {
2205
+ "disabled": false,
2206
+ "document": "文件鉴定任务结果数据。详情查看具体数据结构",
2207
+ "example": "无",
2208
+ "member": "DescribeDLPFileDetectTaskResult",
2209
+ "name": "Data",
2210
+ "output_required": false,
2211
+ "type": "object",
2212
+ "value_allowed_null": false
2213
+ },
2214
+ {
2215
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2216
+ "member": "string",
2217
+ "name": "RequestId",
2218
+ "type": "string"
2219
+ }
2220
+ ],
2221
+ "type": "object"
2222
+ },
1664
2223
  "DescribeDeviceChildGroupsRequest": {
1665
2224
  "document": "DescribeDeviceChildGroups请求参数结构体",
1666
2225
  "members": [
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateDLPFileDetectTask": [
4
+ {
5
+ "document": "直接指定节点鉴定文件",
6
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDLPFileDetectTask\n<公共请求参数>\n\n{\n \"DownloadUrl\": \"https://test.docx\",\n \"FileName\": \"test.docx\",\n \"FileMd5\": \"68D9AD663AC025E51A59AA488DFFAF91\",\n \"BalanceType\": 2,\n \"SelectNodeIds\": [\n \"7043A9128D2111111111111111\"\n ]\n}",
7
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"TaskRequestId\": [\n \"d3d56tbjsehhqaaaaaa\"\n ]\n },\n \"RequestId\": \"7f6a43a2-d23c-49bd-884e-ae5e0f5609e9\"\n }\n}",
8
+ "title": "选择指定节点唯一Id"
9
+ },
10
+ {
11
+ "document": "选中分组中一个节点进行鉴定",
12
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDLPFileDetectTask\n<公共请求参数>\n\n{\n \"DownloadUrl\": \"http://159.75.26.5:27800/store/CommonResource/TemplateFile/38u4ea7u54c1u4ea4u6613u8ba2u5355.docx\",\n \"FileName\": \"38u4ea7u54c1u4ea4u6613u8ba2u5355.docx\",\n \"FileMd5\": \"68D9AD663AC025E51A59AA488DFFAF91\",\n \"BalanceType\": 1,\n \"GroupId\": \"ioa_default_group_id\"\n}",
13
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"TaskRequestId\": [\n \"d3jha93jsehqamfdn7fg\"\n ]\n },\n \"RequestId\": \"5c85b62f-1b85-442e-900a-13896c078ca8\"\n }\n}",
14
+ "title": "指定分组唯一Id"
15
+ }
16
+ ],
3
17
  "CreateDLPFileDetectionTask": [
4
18
  {
5
19
  "document": "提交文件送检,之后可用查询文件检测结果接口DescribeDLPFileDetectResult,或在控制台日志上查询结果",
@@ -82,6 +96,22 @@
82
96
  "title": "~"
83
97
  }
84
98
  ],
99
+ "DescribeDLPEdgeNodeGroups": [
100
+ {
101
+ "document": "",
102
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDLPEdgeNodeGroups\n<公共请求参数>\n\n{}",
103
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"EdgeCount\": 0,\n \"GroupId\": \"d2hhqff7sdjjc675mp9g\",\n \"GroupName\": \"测试_6\",\n \"Id\": 11\n },\n {\n \"EdgeCount\": 0,\n \"GroupId\": \"d2hhqdv7sdjjc675mp90\",\n \"GroupName\": \"测试_5\",\n \"Id\": 10\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Total\": 9\n }\n },\n \"RequestId\": \"0f420f64-418a-42d1-900d-7620408f0aa6\"\n }\n}",
104
+ "title": "查询分组"
105
+ }
106
+ ],
107
+ "DescribeDLPEdgeNodes": [
108
+ {
109
+ "document": "查询指定分组的边缘节点",
110
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDLPEdgeNodes\n<公共请求参数>\n\n{\n \"Condition\": {\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Filters\": [\n {\n \"Field\": \"GroupId\",\n \"Operator\": \"eq\",\n \"Values\": [\n \"ioa_default_group_id\"\n ]\n }\n ],\n \"Sort\": {\n \"Field\": \"UTime\",\n \"Order\": \"desc\"\n }\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"EdgeNodeId\": \"d2hi48v7sdjjc675mpc0\",\n \"EdgeNodeName\": \"深圳节点3\",\n \"GroupId\": \"d2hhpaf7sdjjc675mp5g\",\n \"GroupName\": \"深圳节点\",\n \"Id\": 6,\n \"Ip\": \"1.1.1.3\"\n },\n {\n \"EdgeNodeId\": \"d2hi47f7sdjjc675mpbg\",\n \"EdgeNodeName\": \"深圳节点2\",\n \"GroupId\": \"d2hhpaf7sdjjc675mp5g\",\n \"GroupName\": \"深圳节点\",\n \"Id\": 5,\n \"Ip\": \"1.1.1.2\"\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Total\": 5\n }\n },\n \"RequestId\": \"e853fda5-34fb-42e2-8c72-b8bbcc9e8906\"\n }\n}",
112
+ "title": "查询边缘节点"
113
+ }
114
+ ],
85
115
  "DescribeDLPFileDetectResult": [
86
116
  {
87
117
  "document": "查询检测结果,结果失败",
@@ -96,6 +126,14 @@
96
126
  "title": "检测成功示例"
97
127
  }
98
128
  ],
129
+ "DescribeDLPFileDetectTaskResult": [
130
+ {
131
+ "document": "查询文件鉴定任务结果",
132
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDLPFileDetectTaskResult\n<公共请求参数>\n\n{\n \"TaskRequestId\": \"d3nlqa3jsehkhn9frk5g\"\n}",
133
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"DetectResult\": \"{\\\"DLPFileDetectionTaskID\\\":\\\"d3nlqa3jsehkhn9frk5g\\\",\\\"DataLevel\\\":\\\"S4\\\",\\\"DetectSource\\\":0,\\\"FileAbstract\\\":\\\"{\\\\\\\"FileAbstract\\\\\\\":\\\\\\\"时间:2023年9月付款方式:现金订单编号:121698231 金额:56r \\\\\\\\n\\\\\\\"}\\\",\\\"FileAttr\\\":[\\\"TXT\\\",\\\"PARSE\\\"],\\\"FileCategory\\\":[\\\"产品交易订单\\\",\\\"终端\\\"],\\\"FileContent\\\":\\\"[{\\\\\\\"RuleId\\\\\\\":\\\\\\\"352327\\\\\\\",\\\\\\\"RuleName\\\\\\\":\\\\\\\"产品交易订单\\\\\\\",\\\\\\\"RuleLevel\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Hits\\\\\\\":[{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5133\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Keyword\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"时间\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"时间\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"时间:2023年9月付款方式:现金订\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5004\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Keyword\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"付款\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"付款\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"时间:2023年9月付款方式:现金订单编号:121698\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5477\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Keyword\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"订单编号\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"订单编号\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"间:2023年9月付款方式:现金订单编号:121698231 金额:56\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5091\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Keyword\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"金额\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"金额\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"金订单编号:121698231 金额:56r \\\\\\\\n\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5002\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Keyword\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"交易订单\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Name\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"交易订单\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"38产品交易订单.docx\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"43\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Regex\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"Word文档\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Type\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\".docx\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\".docx\\\\\\\"}],\\\\\\\"HitsTotal\\\\\\\":6,\\\\\\\"HitsUniqueTotal\\\\\\\":0,\\\\\\\"HitsLibKWTotal\\\\\\\":[{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5133\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"时间\\\\\\\",\\\\\\\"Count\\\\\\\":1,\\\\\\\"UniqueCount\\\\\\\":0},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5004\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"付款\\\\\\\",\\\\\\\"Count\\\\\\\":1,\\\\\\\"UniqueCount\\\\\\\":0},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5477\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"订单编号\\\\\\\",\\\\\\\"Count\\\\\\\":1,\\\\\\\"UniqueCount\\\\\\\":0},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5091\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"金额\\\\\\\",\\\\\\\"Count\\\\\\\":1,\\\\\\\"UniqueCount\\\\\\\":0},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5002\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"交易订单\\\\\\\",\\\\\\\"Count\\\\\\\":1,\\\\\\\"UniqueCount\\\\\\\":0},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"43\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"Word文档\\\\\\\",\\\\\\\"Count\\\\\\\":1,\\\\\\\"UniqueCount\\\\\\\":0}]},{\\\\\\\"RuleId\\\\\\\":\\\\\\\"384077\\\\\\\",\\\\\\\"RuleName\\\\\\\":\\\\\\\"终端\\\\\\\",\\\\\\\"RuleLevel\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Hits\\\\\\\":[{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"2887690\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Dict\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"iao手册\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"时间\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"时间:2023年9月付款方式:现金订\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"2887690\\\\\\\",\\\\\\\"LibraryType\\\\\\\":\\\\\\\"Dict\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"iao手册\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"方式\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"时间:2023年9月付款方式:现金订单编号:12169823\\\\\\\"}],\\\\\\\"HitsTotal\\\\\\\":2,\\\\\\\"HitsUniqueTotal\\\\\\\":0,\\\\\\\"HitsLibKWTotal\\\\\\\":[{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"2887690\\\\\\\",\\\\\\\"LibraryName\\\\\\\":\\\\\\\"iao手册\\\\\\\",\\\\\\\"Count\\\\\\\":2,\\\\\\\"UniqueCount\\\\\\\":0}]}]\\\",\\\"FileMd5\\\":\\\"68d9ad663ac025e51a59aa488dffaf91\\\",\\\"FileName\\\":\\\"38产品交易订单.docx\\\",\\\"FilePath\\\":\\\"\\\",\\\"FileSize\\\":12595,\\\"FileSource\\\":0,\\\"FileType\\\":\\\".docx\\\",\\\"FileTypeName\\\":\\\"Word文档\\\",\\\"FinalDataLevel\\\":\\\"S4\\\",\\\"Guid\\\":\\\"\\\",\\\"Intercept\\\":0,\\\"InterceptLog\\\":0,\\\"InterceptStatus\\\":0,\\\"NodeId\\\":\\\"4A7757D6984411F087815254003FE2DD68D23A50\\\",\\\"NodeIp\\\":\\\"172.16.16.12\\\",\\\"NodeName\\\":\\\"207\\\",\\\"OperateTime\\\":\\\"2025-10-15 16:36:56\\\",\\\"PolicyId\\\":\\\"\\\",\\\"PolicyName\\\":\\\"\\\",\\\"RandomPath\\\":\\\"\\\",\\\"ReportTime\\\":\\\"1760517417\\\",\\\"RiskChan\\\":\\\"\\\",\\\"RiskLevel\\\":0,\\\"RiskType\\\":\\\"\\\",\\\"TaskFileMd5\\\":\\\"\\\",\\\"TaskFileName\\\":\\\"38产品交易订单.docx\\\",\\\"TenantId\\\":\\\"251272654\\\",\\\"UploadFileName\\\":\\\"\\\",\\\"Url\\\":\\\"http://159.75.26.5:27800/store/CommonResource/TemplateFile/38产品交易订单.docx\\\",\\\"ZipFileCount\\\":0}\",\n \"FileMd5\": \"\",\n \"FileName\": \"38产品交易订单.docx\",\n \"Message\": \"task:d3nlqa3jsehkhn9frk5g检测成功\",\n \"Status\": 4\n },\n \"RequestId\": \"9e7751f3-eb9e-4e7e-9d3e-dc69ab6ba322\"\n }\n}",
134
+ "title": "查询文件鉴定任务结果"
135
+ }
136
+ ],
99
137
  "DescribeDeviceChildGroups": [
100
138
  {
101
139
  "document": "测试",