tccli 3.0.1328.1__py2.py3-none-any.whl → 3.0.1331.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.
- tccli/__init__.py +1 -1
- tccli/services/autoscaling/v20180419/api.json +3 -3
- tccli/services/autoscaling/v20180419/examples.json +1 -1
- tccli/services/btoe/v20210514/api.json +26 -26
- tccli/services/cbs/v20170312/api.json +13 -13
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +105 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdn/v20180606/api.json +3 -3
- tccli/services/cdn/v20180606/examples.json +4 -4
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +9 -0
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/dbbrain/v20210527/api.json +1 -0
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +509 -2
- tccli/services/dnspod/v20210323/examples.json +17 -1
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +13 -4
- tccli/services/essbasic/v20210526/api.json +15 -6
- tccli/services/essbasic/v20210526/examples.json +3 -3
- tccli/services/faceid/v20180301/api.json +49 -4
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +62 -9
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/hai/hai_client.py +110 -4
- tccli/services/hai/v20230812/api.json +105 -0
- tccli/services/hai/v20230812/examples.json +16 -0
- tccli/services/ioa/ioa_client.py +106 -0
- tccli/services/ioa/v20220601/api.json +428 -0
- tccli/services/ioa/v20220601/examples.json +22 -0
- tccli/services/iotexplorer/v20190423/api.json +61 -10
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/lke_client.py +383 -12
- tccli/services/lke/v20231130/api.json +950 -24
- tccli/services/lke/v20231130/examples.json +60 -4
- tccli/services/lowcode/v20210108/api.json +41 -1
- tccli/services/lowcode/v20210108/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/ocr/ocr_client.py +532 -320
- tccli/services/ocr/v20181119/api.json +651 -74
- tccli/services/ocr/v20181119/examples.json +32 -0
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +29 -2
- tccli/services/ssl/v20191205/api.json +79 -0
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tcss/tcss_client.py +57 -4
- tccli/services/tcss/v20201101/api.json +79 -0
- tccli/services/tcss/v20201101/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +59 -1
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/tke/v20220501/api.json +61 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/trtc/trtc_client.py +216 -4
- tccli/services/trtc/v20190722/api.json +430 -1
- tccli/services/trtc/v20190722/examples.json +32 -0
- tccli/services/vm/v20210922/api.json +16 -20
- tccli/services/vod/v20180717/api.json +25 -13
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +4144 -447
- tccli/services/wedata/v20210820/examples.json +52 -10
- tccli/services/wedata/wedata_client.py +403 -85
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/RECORD +73 -73
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/license_files/LICENSE +0 -0
@@ -35,6 +35,13 @@
|
|
35
35
|
"output": "DescribeDLPFileDetectResultResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
|
+
"DescribeDeviceHardwareInfoList": {
|
39
|
+
"document": "查询满足条件的查询终端硬件信息列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceHardwareInfoList",
|
40
|
+
"input": "DescribeDeviceHardwareInfoListRequest",
|
41
|
+
"name": "查询终端硬件信息列表",
|
42
|
+
"output": "DescribeDeviceHardwareInfoListResponse",
|
43
|
+
"status": "online"
|
44
|
+
},
|
38
45
|
"DescribeDevices": {
|
39
46
|
"document": "查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices",
|
40
47
|
"input": "DescribeDevicesRequest",
|
@@ -62,6 +69,13 @@
|
|
62
69
|
"name": "按终端查看软件统计信息",
|
63
70
|
"output": "DescribeSoftCensusListByDeviceResponse",
|
64
71
|
"status": "online"
|
72
|
+
},
|
73
|
+
"DescribeSoftwareInformation": {
|
74
|
+
"document": "查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation",
|
75
|
+
"input": "DescribeSoftwareInformationRequest",
|
76
|
+
"name": "查看软件详情列表",
|
77
|
+
"output": "DescribeSoftwareInformationResponse",
|
78
|
+
"status": "online"
|
65
79
|
}
|
66
80
|
},
|
67
81
|
"metadata": {
|
@@ -810,6 +824,262 @@
|
|
810
824
|
],
|
811
825
|
"type": "object"
|
812
826
|
},
|
827
|
+
"DescribeDeviceHardwareInfoItem": {
|
828
|
+
"document": "终端硬件信息列表Item数据",
|
829
|
+
"members": [
|
830
|
+
{
|
831
|
+
"disabled": false,
|
832
|
+
"document": "设备ID",
|
833
|
+
"example": "1",
|
834
|
+
"member": "int64",
|
835
|
+
"name": "Id",
|
836
|
+
"output_required": true,
|
837
|
+
"type": "int",
|
838
|
+
"value_allowed_null": false
|
839
|
+
},
|
840
|
+
{
|
841
|
+
"disabled": false,
|
842
|
+
"document": "设备唯一标识符",
|
843
|
+
"example": "10527BB0BE025F40B5E8A7D00B5E13E268243DBB",
|
844
|
+
"member": "string",
|
845
|
+
"name": "Mid",
|
846
|
+
"output_required": true,
|
847
|
+
"type": "string",
|
848
|
+
"value_allowed_null": false
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"disabled": false,
|
852
|
+
"document": "OS平台 0 Windows 1 Linux 2 macOS 4 Android 5 iOS",
|
853
|
+
"example": "0",
|
854
|
+
"member": "int64",
|
855
|
+
"name": "OsType",
|
856
|
+
"output_required": false,
|
857
|
+
"type": "int",
|
858
|
+
"value_allowed_null": false
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"disabled": false,
|
862
|
+
"document": "终端名",
|
863
|
+
"example": "MAGICTONG-PC4",
|
864
|
+
"member": "string",
|
865
|
+
"name": "Name",
|
866
|
+
"output_required": false,
|
867
|
+
"type": "string",
|
868
|
+
"value_allowed_null": false
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"disabled": false,
|
872
|
+
"document": "终端用户名",
|
873
|
+
"example": "magic",
|
874
|
+
"member": "string",
|
875
|
+
"name": "UserName",
|
876
|
+
"output_required": false,
|
877
|
+
"type": "string",
|
878
|
+
"value_allowed_null": false
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"disabled": false,
|
882
|
+
"document": "授权状态( 4未授权 5已授权)",
|
883
|
+
"example": "5",
|
884
|
+
"member": "int64",
|
885
|
+
"name": "Status",
|
886
|
+
"output_required": false,
|
887
|
+
"type": "int",
|
888
|
+
"value_allowed_null": false
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"disabled": false,
|
892
|
+
"document": "设备所属分组ID",
|
893
|
+
"example": "1578",
|
894
|
+
"member": "int64",
|
895
|
+
"name": "GroupId",
|
896
|
+
"output_required": false,
|
897
|
+
"type": "int",
|
898
|
+
"value_allowed_null": false
|
899
|
+
},
|
900
|
+
{
|
901
|
+
"disabled": false,
|
902
|
+
"document": "设备所属分组名",
|
903
|
+
"example": "未分组终端",
|
904
|
+
"member": "string",
|
905
|
+
"name": "GroupName",
|
906
|
+
"output_required": false,
|
907
|
+
"type": "string",
|
908
|
+
"value_allowed_null": false
|
909
|
+
},
|
910
|
+
{
|
911
|
+
"disabled": false,
|
912
|
+
"document": "设备所属分组路径",
|
913
|
+
"example": "全网终端.未分组终端",
|
914
|
+
"member": "string",
|
915
|
+
"name": "GroupNamePath",
|
916
|
+
"output_required": false,
|
917
|
+
"type": "string",
|
918
|
+
"value_allowed_null": false
|
919
|
+
},
|
920
|
+
{
|
921
|
+
"disabled": false,
|
922
|
+
"document": "最近登录账户的姓名",
|
923
|
+
"example": "张三",
|
924
|
+
"member": "string",
|
925
|
+
"name": "AccountName",
|
926
|
+
"output_required": false,
|
927
|
+
"type": "string",
|
928
|
+
"value_allowed_null": false
|
929
|
+
},
|
930
|
+
{
|
931
|
+
"disabled": false,
|
932
|
+
"document": "出口IP",
|
933
|
+
"example": "113.108.77.50",
|
934
|
+
"member": "string",
|
935
|
+
"name": "Ip",
|
936
|
+
"output_required": false,
|
937
|
+
"type": "string",
|
938
|
+
"value_allowed_null": false
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"disabled": false,
|
942
|
+
"document": "MAC地址",
|
943
|
+
"example": "00:0C:29:DD:00:06",
|
944
|
+
"member": "string",
|
945
|
+
"name": "MacAddr",
|
946
|
+
"output_required": false,
|
947
|
+
"type": "string",
|
948
|
+
"value_allowed_null": false
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"disabled": false,
|
952
|
+
"document": "CPU品牌型号",
|
953
|
+
"example": "Intel(R) Core(TM) i7-10700 CPU @ 2.90GH",
|
954
|
+
"member": "string",
|
955
|
+
"name": "Cpu",
|
956
|
+
"output_required": false,
|
957
|
+
"type": "string",
|
958
|
+
"value_allowed_null": false
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"disabled": false,
|
962
|
+
"document": "内存信息",
|
963
|
+
"example": "4 GB",
|
964
|
+
"member": "string",
|
965
|
+
"name": "Memory",
|
966
|
+
"output_required": false,
|
967
|
+
"type": "string",
|
968
|
+
"value_allowed_null": false
|
969
|
+
},
|
970
|
+
{
|
971
|
+
"disabled": false,
|
972
|
+
"document": "硬盘信息",
|
973
|
+
"example": "VMware, VMware Virtual S SCSI Disk Device 1 GB",
|
974
|
+
"member": "string",
|
975
|
+
"name": "HardDiskSize",
|
976
|
+
"output_required": false,
|
977
|
+
"type": "string",
|
978
|
+
"value_allowed_null": false
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"disabled": false,
|
982
|
+
"document": "显示器品牌型号",
|
983
|
+
"example": "Parallels Vu",
|
984
|
+
"member": "string",
|
985
|
+
"name": "Monitor",
|
986
|
+
"output_required": false,
|
987
|
+
"type": "string",
|
988
|
+
"value_allowed_null": false
|
989
|
+
}
|
990
|
+
],
|
991
|
+
"usage": "out"
|
992
|
+
},
|
993
|
+
"DescribeDeviceHardwareInfoListRequest": {
|
994
|
+
"document": "DescribeDeviceHardwareInfoList请求参数结构体",
|
995
|
+
"members": [
|
996
|
+
{
|
997
|
+
"disabled": false,
|
998
|
+
"document": "【必填】设备分组id(需要和OsType匹配),下面是私有化场景下默认id:id-名称-操作系统1\t全网终端\tWin2\t未分组终端\tWin30000000\t服务器\tWin40000101\t全网终端\tLinux40000102\t未分组终端\tLinux40000103\t服务器\tLinux40000201\t全网终端\tmacOS40000202\t未分组终端\tmacOS40000203\t服务器\tmacOS40000401\t全网终端\tAndroid40000402\t未分组终端\tAndroid40000501\t全网终端\tiOS40000502\t未分组终端\tiOSSaaS需要调用分组接口DescribeDeviceChildGroups获取对应分组id",
|
999
|
+
"example": "93",
|
1000
|
+
"member": "int64",
|
1001
|
+
"name": "GroupId",
|
1002
|
+
"required": true,
|
1003
|
+
"type": "int"
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
"disabled": false,
|
1007
|
+
"document": "【必填】操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配",
|
1008
|
+
"example": "0",
|
1009
|
+
"member": "int64",
|
1010
|
+
"name": "OsType",
|
1011
|
+
"required": true,
|
1012
|
+
"type": "int"
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"disabled": false,
|
1016
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
1017
|
+
"example": "1",
|
1018
|
+
"member": "string",
|
1019
|
+
"name": "DomainInstanceId",
|
1020
|
+
"required": false,
|
1021
|
+
"type": "string"
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"disabled": false,
|
1025
|
+
"document": "过滤条件参数(字段含义请参考接口返回值) - Name, 类型String,支持操作:【eq,like,ilike】,支持排序 - UserName, 类型String,支持操作:【eq,like,ilike】,支持排序 - IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序 - MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序 - Ip, 类型String,支持操作:【eq,like,ilike】,支持排序 - Mid, 类型String,支持操作:【eq,like,ilike】,支持排序 ,支持排序分页参数 - PageNum 从1开始,小于等于0时使用默认参数 - PageSize 最大值5000,最好不超过100",
|
1026
|
+
"example": "\"Condition\":{\"Filters\":[],\"Sort\":{\"Field\":\"Id\",\"Order\":\"desc\"},\"PageSize\":10,\"PageNum\":1}",
|
1027
|
+
"member": "Condition",
|
1028
|
+
"name": "Condition",
|
1029
|
+
"required": false,
|
1030
|
+
"type": "object"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"type": "object"
|
1034
|
+
},
|
1035
|
+
"DescribeDeviceHardwareInfoListResponse": {
|
1036
|
+
"document": "DescribeDeviceHardwareInfoList返回参数结构体",
|
1037
|
+
"members": [
|
1038
|
+
{
|
1039
|
+
"disabled": false,
|
1040
|
+
"document": "分页的data数据",
|
1041
|
+
"example": "无",
|
1042
|
+
"member": "DescribeDeviceHardwareInfoListRspData",
|
1043
|
+
"name": "Data",
|
1044
|
+
"output_required": true,
|
1045
|
+
"type": "object",
|
1046
|
+
"value_allowed_null": false
|
1047
|
+
},
|
1048
|
+
{
|
1049
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1050
|
+
"member": "string",
|
1051
|
+
"name": "RequestId",
|
1052
|
+
"type": "string"
|
1053
|
+
}
|
1054
|
+
],
|
1055
|
+
"type": "object"
|
1056
|
+
},
|
1057
|
+
"DescribeDeviceHardwareInfoListRspData": {
|
1058
|
+
"document": "终端硬件信息列表响应详情",
|
1059
|
+
"members": [
|
1060
|
+
{
|
1061
|
+
"disabled": false,
|
1062
|
+
"document": "分页数据",
|
1063
|
+
"example": "无",
|
1064
|
+
"member": "Paging",
|
1065
|
+
"name": "Page",
|
1066
|
+
"output_required": true,
|
1067
|
+
"type": "object",
|
1068
|
+
"value_allowed_null": false
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"disabled": false,
|
1072
|
+
"document": "终端硬件信息数据数组",
|
1073
|
+
"example": "无",
|
1074
|
+
"member": "DescribeDeviceHardwareInfoItem",
|
1075
|
+
"name": "Items",
|
1076
|
+
"output_required": true,
|
1077
|
+
"type": "list",
|
1078
|
+
"value_allowed_null": false
|
1079
|
+
}
|
1080
|
+
],
|
1081
|
+
"usage": "out"
|
1082
|
+
},
|
813
1083
|
"DescribeDevicesPageRsp": {
|
814
1084
|
"document": "分页的data数据",
|
815
1085
|
"members": [
|
@@ -1516,6 +1786,78 @@
|
|
1516
1786
|
],
|
1517
1787
|
"type": "object"
|
1518
1788
|
},
|
1789
|
+
"DescribeSoftwareInformationPageData": {
|
1790
|
+
"document": "业务响应数据",
|
1791
|
+
"members": [
|
1792
|
+
{
|
1793
|
+
"disabled": false,
|
1794
|
+
"document": "软件详情响应对象集合",
|
1795
|
+
"example": "[{\"CorpName\":\"\",\"Id\":19396,\"InstallDate\":\"2025/04/03\",\"Mid\":\"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\"Name\":\"微信\",\"PiracyRisk\":0,\"SoftwareId\":19396,\"Version\":\"3.9.12.51\"}]",
|
1796
|
+
"member": "SoftwareInformationData",
|
1797
|
+
"name": "Items",
|
1798
|
+
"output_required": false,
|
1799
|
+
"type": "list",
|
1800
|
+
"value_allowed_null": false
|
1801
|
+
},
|
1802
|
+
{
|
1803
|
+
"disabled": false,
|
1804
|
+
"document": "分页公共对象",
|
1805
|
+
"example": "{\"PageCount\":1,\"PageNum\":1,\"PageSize\":1000,\"Total\":1}",
|
1806
|
+
"member": "Paging",
|
1807
|
+
"name": "Page",
|
1808
|
+
"output_required": false,
|
1809
|
+
"type": "object",
|
1810
|
+
"value_allowed_null": false
|
1811
|
+
}
|
1812
|
+
],
|
1813
|
+
"usage": "out"
|
1814
|
+
},
|
1815
|
+
"DescribeSoftwareInformationRequest": {
|
1816
|
+
"document": "DescribeSoftwareInformation请求参数结构体",
|
1817
|
+
"members": [
|
1818
|
+
{
|
1819
|
+
"disabled": false,
|
1820
|
+
"document": "终端唯一标识Mid",
|
1821
|
+
"example": "B454307F6CA03B56E0CFEC44EABF93BB67E56D6F",
|
1822
|
+
"member": "string",
|
1823
|
+
"name": "Mid",
|
1824
|
+
"required": false,
|
1825
|
+
"type": "string"
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
"disabled": false,
|
1829
|
+
"document": "过滤条件、分页参数\n<li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>",
|
1830
|
+
"example": "{\"PageSize\":100,\"PageNum\":1}",
|
1831
|
+
"member": "Condition",
|
1832
|
+
"name": "Condition",
|
1833
|
+
"required": false,
|
1834
|
+
"type": "object"
|
1835
|
+
}
|
1836
|
+
],
|
1837
|
+
"type": "object"
|
1838
|
+
},
|
1839
|
+
"DescribeSoftwareInformationResponse": {
|
1840
|
+
"document": "DescribeSoftwareInformation返回参数结构体",
|
1841
|
+
"members": [
|
1842
|
+
{
|
1843
|
+
"disabled": false,
|
1844
|
+
"document": "业务响应数据",
|
1845
|
+
"example": "{\"Items\":[{\"CorpName\":\"\",\"Id\":19396,\"InstallDate\":\"2025/04/03\",\"Mid\":\"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\"Name\":\"微信\",\"PiracyRisk\":0,\"SoftwareId\":19396,\"Version\":\"3.9.12.51\"}],\"Page\":{\"PageCount\":1,\"PageNum\":1,\"PageSize\":100,\"Total\":1}}",
|
1846
|
+
"member": "DescribeSoftwareInformationPageData",
|
1847
|
+
"name": "Data",
|
1848
|
+
"output_required": true,
|
1849
|
+
"type": "object",
|
1850
|
+
"value_allowed_null": false
|
1851
|
+
},
|
1852
|
+
{
|
1853
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1854
|
+
"member": "string",
|
1855
|
+
"name": "RequestId",
|
1856
|
+
"type": "string"
|
1857
|
+
}
|
1858
|
+
],
|
1859
|
+
"type": "object"
|
1860
|
+
},
|
1519
1861
|
"DeviceDetail": {
|
1520
1862
|
"document": "业务响应数据",
|
1521
1863
|
"members": [
|
@@ -2411,6 +2753,92 @@
|
|
2411
2753
|
],
|
2412
2754
|
"usage": "both"
|
2413
2755
|
},
|
2756
|
+
"SoftwareInformationData": {
|
2757
|
+
"document": "软件详情响应对象集合",
|
2758
|
+
"members": [
|
2759
|
+
{
|
2760
|
+
"disabled": false,
|
2761
|
+
"document": "软件名称",
|
2762
|
+
"example": "Google Chrome",
|
2763
|
+
"member": "string",
|
2764
|
+
"name": "Name",
|
2765
|
+
"output_required": true,
|
2766
|
+
"type": "string",
|
2767
|
+
"value_allowed_null": false
|
2768
|
+
},
|
2769
|
+
{
|
2770
|
+
"disabled": false,
|
2771
|
+
"document": "安装时间",
|
2772
|
+
"example": "2025/04/16",
|
2773
|
+
"member": "string",
|
2774
|
+
"name": "InstallDate",
|
2775
|
+
"output_required": false,
|
2776
|
+
"type": "string",
|
2777
|
+
"value_allowed_null": false
|
2778
|
+
},
|
2779
|
+
{
|
2780
|
+
"disabled": false,
|
2781
|
+
"document": "软件列表id(只支持32位)",
|
2782
|
+
"example": "23532",
|
2783
|
+
"member": "int64",
|
2784
|
+
"name": "SoftwareId",
|
2785
|
+
"output_required": true,
|
2786
|
+
"type": "int",
|
2787
|
+
"value_allowed_null": false
|
2788
|
+
},
|
2789
|
+
{
|
2790
|
+
"disabled": false,
|
2791
|
+
"document": "唯一标识Mid",
|
2792
|
+
"example": "B454307F6CA03B56E0CFEC44EABF93BB67E56D6F",
|
2793
|
+
"member": "string",
|
2794
|
+
"name": "Mid",
|
2795
|
+
"output_required": true,
|
2796
|
+
"type": "string",
|
2797
|
+
"value_allowed_null": false
|
2798
|
+
},
|
2799
|
+
{
|
2800
|
+
"disabled": false,
|
2801
|
+
"document": "软件版本",
|
2802
|
+
"example": "135.0.7049.95",
|
2803
|
+
"member": "string",
|
2804
|
+
"name": "Version",
|
2805
|
+
"output_required": false,
|
2806
|
+
"type": "string",
|
2807
|
+
"value_allowed_null": false
|
2808
|
+
},
|
2809
|
+
{
|
2810
|
+
"disabled": false,
|
2811
|
+
"document": "公司名",
|
2812
|
+
"example": "\"\" //废弃",
|
2813
|
+
"member": "string",
|
2814
|
+
"name": "CorpName",
|
2815
|
+
"output_required": false,
|
2816
|
+
"type": "string",
|
2817
|
+
"value_allowed_null": false
|
2818
|
+
},
|
2819
|
+
{
|
2820
|
+
"disabled": false,
|
2821
|
+
"document": "列表Id(只支持32位)",
|
2822
|
+
"example": "23532",
|
2823
|
+
"member": "int64",
|
2824
|
+
"name": "Id",
|
2825
|
+
"output_required": true,
|
2826
|
+
"type": "int",
|
2827
|
+
"value_allowed_null": false
|
2828
|
+
},
|
2829
|
+
{
|
2830
|
+
"disabled": false,
|
2831
|
+
"document": "盗版风险(0:未支持,1:风险,2:未发现,3:未开启)",
|
2832
|
+
"example": "0",
|
2833
|
+
"member": "int64",
|
2834
|
+
"name": "PiracyRisk",
|
2835
|
+
"output_required": false,
|
2836
|
+
"type": "int",
|
2837
|
+
"value_allowed_null": false
|
2838
|
+
}
|
2839
|
+
],
|
2840
|
+
"usage": "out"
|
2841
|
+
},
|
2414
2842
|
"Sort": {
|
2415
2843
|
"document": "Sort 排序字段",
|
2416
2844
|
"members": [
|
@@ -58,6 +58,14 @@
|
|
58
58
|
"title": "检测成功示例"
|
59
59
|
}
|
60
60
|
],
|
61
|
+
"DescribeDeviceHardwareInfoList": [
|
62
|
+
{
|
63
|
+
"document": "查询终端硬件信息列表",
|
64
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceHardwareInfoList\n<公共请求参数>\n\n{\n \"GroupId\": 11668614,\n \"OsType\": 0,\n \"DomainInstanceId\": \"1\"\n}",
|
65
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"AccountName\": \"\",\n \"Cpu\": \"12th Gen Intel(R) Core(TM) i7-12700H\",\n \"GroupId\": 11668615,\n \"GroupName\": \"未分组终端\",\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"HardDiskSize\": \"VMware Virtual NVMe Disk 44 GB\",\n \"Id\": 288665,\n \"Ip\": \"113.108.77.52\",\n \"MacAddr\": \"00:0C:29:96:E6:DE\",\n \"Memory\": \"4 GB\",\n \"Mid\": \"0A811A6ECD8D6F4CA516AB56B1C2ECFC68104148\",\n \"Monitor\": \"\",\n \"Name\": \"PC-20240705KXXE\",\n \"OsType\": 0,\n \"Status\": 5,\n \"UserName\": \"Administrator\"\n },\n {\n \"AccountName\": \"\",\n \"Cpu\": \"Intel Pentium III Xeon 处理器\",\n \"GroupId\": 11668634,\n \"GroupName\": \"dddd\",\n \"GroupNamePath\": \"全网终端.dddd\",\n \"HardDiskSize\": \"VMware, VMware Virtual S SCSI Disk Device 14 GB\",\n \"Id\": 288664,\n \"Ip\": \"113.108.77.52\",\n \"MacAddr\": \"B0:DC:EF:E7:37:EE\",\n \"Memory\": \"1024 MB\",\n \"Mid\": \"489C698CAECC13B1B7C44E59443F5CBB676B7F33\",\n \"Monitor\": \"\",\n \"Name\": \"cs-207addad83ae\",\n \"OsType\": 0,\n \"Status\": 5,\n \"UserName\": \"Administrator\"\n },\n {\n \"AccountName\": \"\",\n \"Cpu\": \"12th Gen Intel(R) Core(TM) i7-12700H\",\n \"GroupId\": 11668637,\n \"GroupName\": \"本地ip\",\n \"GroupNamePath\": \"全网终端.本地ip\",\n \"HardDiskSize\": \"SAMSUNG MZVL41T0HBLB-00BL7 953 GB\",\n \"Id\": 288663,\n \"Ip\": \"119.147.10.192\",\n \"MacAddr\": \"B0:DC:EF:E7:37:EA\",\n \"Memory\": \"32 GB\",\n \"Mid\": \"8314BF3FD3FD738410C4FBB0DDDA48786800AB00\",\n \"Monitor\": \"\",\n \"Name\": \"STEVENSSHE-NBIR\",\n \"OsType\": 0,\n \"Status\": 5,\n \"UserName\": \"Administrator\"\n },\n {\n \"AccountName\": \"\",\n \"Cpu\": \"\",\n \"GroupId\": 11668634,\n \"GroupName\": \"dddd\",\n \"GroupNamePath\": \"全网终端.dddd\",\n \"HardDiskSize\": \"\",\n \"Id\": 288662,\n \"Ip\": \"119.147.10.202\",\n \"MacAddr\": \"\",\n \"Memory\": \"\",\n \"Mid\": \"7EBWA5184BEC838B96B29CE8105EC66167F8D1B2\",\n \"Monitor\": \"\",\n \"Name\": \"lucal_win-PC7\",\n \"OsType\": 0,\n \"Status\": 5,\n \"UserName\": \"lucal_win\"\n },\n {\n \"AccountName\": \"\",\n \"Cpu\": \"\",\n \"GroupId\": 11668634,\n \"GroupName\": \"dddd\",\n \"GroupNamePath\": \"全网终端.dddd\",\n \"HardDiskSize\": \"\",\n \"Id\": 288661,\n \"Ip\": \"119.147.10.202\",\n \"MacAddr\": \"\",\n \"Memory\": \"\",\n \"Mid\": \"1EBWA5184BEC838B96B29CE8105EC66167F8CFBD\",\n \"Monitor\": \"\",\n \"Name\": \"lucal_win-PC\",\n \"OsType\": 0,\n \"Status\": 5,\n \"UserName\": \"lucal_win\"\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 20,\n \"Total\": 5\n }\n },\n \"RequestId\": \"e00b7ba5-f534-4067-9fda-83012521919d\"\n }\n}",
|
66
|
+
"title": "查询终端硬件信息列表"
|
67
|
+
}
|
68
|
+
],
|
61
69
|
"DescribeDevices": [
|
62
70
|
{
|
63
71
|
"document": "获取租户满足条件:最近登录账号包含\\'cc\\'(不区分大小写)的设备列表详情",
|
@@ -89,6 +97,20 @@
|
|
89
97
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"GroupId\": 11668634,\n \"SoftNum\": 0,\n \"IoaUserName\": \"\",\n \"MacAddr\": \"\",\n \"PiracyRisk\": 2,\n \"Mid\": \"1EBWA5184BEC838B96B29CE8105EC66167F8CFBD\",\n \"GroupName\": \"dddd\",\n \"Name\": \"lucal_win-PC\",\n \"Ip\": \"119.147.10.202\",\n \"Id\": 288661,\n \"GroupNamePath\": \"全网终端.dddd\",\n \"UserName\": \"lucal_win\"\n },\n {\n \"GroupId\": 11668615,\n \"SoftNum\": 161,\n \"IoaUserName\": \"\",\n \"MacAddr\": \"B0:DC:EF:E7:37:EA\",\n \"PiracyRisk\": 2,\n \"Mid\": \"8314BF3FD3FD738410C4FBB0DDDA48786800AB00\",\n \"GroupName\": \"未分组终端\",\n \"Name\": \"STEVENSSHE-NBIR\",\n \"Ip\": \"119.147.10.192\",\n \"Id\": 288663,\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"UserName\": \"Administrator\"\n },\n {\n \"GroupId\": 11668615,\n \"SoftNum\": 0,\n \"IoaUserName\": \"\",\n \"MacAddr\": \"B0:DC:EF:E7:37:EE\",\n \"PiracyRisk\": 2,\n \"Mid\": \"489C698CAECC13B1B7C44E59443F5CBB676B7F33\",\n \"GroupName\": \"未分组终端\",\n \"Name\": \"cs-207addad83ae\",\n \"Ip\": \"113.108.77.70\",\n \"Id\": 288664,\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"UserName\": \"Administrator\"\n }\n ],\n \"Page\": {\n \"PageSize\": 10,\n \"PageNum\": 1,\n \"PageCount\": 1,\n \"Total\": 3\n }\n },\n \"RequestId\": \"8104e997-1a80-4697-afeb-cb2154bb0235\"\n }\n}",
|
90
98
|
"title": "按终端查看软件统计"
|
91
99
|
}
|
100
|
+
],
|
101
|
+
"DescribeSoftwareInformation": [
|
102
|
+
{
|
103
|
+
"document": "",
|
104
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSoftwareInformation\n<公共请求参数>\n\n{\n \"Mid\": \"123\"\n}",
|
105
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ada4c0d5-2e2d-4264-93b9-c067a4ddb62e\",\n \"Data\": {\n \"Items\": [],\n \"Page\": {\n \"Total\": 0,\n \"PageCount\": 0,\n \"PageSize\": 1000,\n \"PageNum\": 1\n }\n }\n }\n}",
|
106
|
+
"title": "查看软件详情列表"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"document": "获取设备安装的软件数据",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSoftwareInformation\n<公共请求参数>\n\n{\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"CorpName\": \"\",\n \"Id\": 19396,\n \"InstallDate\": \"2025/04/03\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19396,\n \"Version\": \"3.9.12.51\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23532,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Google Chrome\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23532,\n \"Version\": \"135.0.7049.95\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23452,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Firefox (x64 zh-CN)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23452,\n \"Version\": \"137.0.2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19198,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Adobe Acrobat Reader DC MUI\",\n \"PiracyRisk\": 2,\n \"SoftwareId\": 19198,\n \"Version\": \"15.007.20033\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19639,\n \"InstallDate\": \"2025/04/01\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19639,\n \"Version\": \"4.1.36.6004\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19197,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Java 8 Update 441\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19197,\n \"Version\": \"8.0.4410.7\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19059,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"运维审计系统 单点登录组件 2.0\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19059,\n \"Version\": \"2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18422,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"软件管理\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18422,\n \"Version\": \"3.1.1442.301\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18595,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"腾讯 iOA\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18595,\n \"Version\": \"210.3.25981.62001\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 21450,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"向日葵远程控制\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 21450,\n \"Version\": \"15.8.3.19819\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18725,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业版软件管家\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18725,\n \"Version\": \"101.1.169.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19057,\n \"InstallDate\": \"2024/03/19\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Wireshark 3.4.6 64-bit\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19057,\n \"Version\": \"3.4.6\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19195,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"ToDesk\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19195,\n \"Version\": \"4.7.6.3\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19055,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"TeamViewer\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19055,\n \"Version\": \"15.46.5\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19054,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"SangforVNC\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19054,\n \"Version\": \"7,1,0,2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19053,\n \"InstallDate\": \"2024/08/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"RayLink 8.1.0.9\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19053,\n \"Version\": \"8.1.0.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19052,\n \"InstallDate\": \"2024/12/17\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python Launcher\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19052,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19051,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python 3.13.1 (64-bit)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19051,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19050,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Npcap 0.9982\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19050,\n \"Version\": \"0.9982\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19049,\n \"InstallDate\": \"2024/01/24\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Notepad++ (32-bit x86)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19049,\n \"Version\": \"8.1.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18414,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"NGNClient-TAP 1.1\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18414,\n \"Version\": \"1.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18411,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Maintenance Service\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18411,\n \"Version\": \"136.0.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19048,\n \"InstallDate\": \"2024/03/14\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.28.29910\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19048,\n \"Version\": \"14.28.29910.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18949,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.21005\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18949,\n \"Version\": \"12.0.21005.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 22978,\n \"InstallDate\": \"2025/04/12\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Edge WebView2 Runtime\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 22978,\n \"Version\": \"135.0.3179.73\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19046,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"EasyConnect\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19046,\n \"Version\": \"7,6,7,201\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19045,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"DACS版本2023H1(43989)S\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19045,\n \"Version\": \"2023H1(43989)S\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18806,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Cloudbase-Init 1.1.2\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18806,\n \"Version\": \"1.1.2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 6786,\n \"InstallDate\": \"2024/01/30\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"7-Zip 23.01 (x64)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 6786,\n \"Version\": \"23.01\"\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 1000,\n \"Total\": 29\n }\n },\n \"RequestId\": \"fc18a581-36b5-4904-90c0-a206583251d9\"\n }\n}",
|
112
|
+
"title": "获取设备安装软件信息"
|
113
|
+
}
|
92
114
|
]
|
93
115
|
},
|
94
116
|
"version": "1.0"
|