tccli 3.0.1376.1__py2.py3-none-any.whl → 3.0.1378.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/bi/bi_client.py +53 -0
- tccli/services/bi/v20220105/api.json +101 -0
- tccli/services/bi/v20220105/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +16 -6
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/cls/v20201016/api.json +19 -17
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/csip/v20221121/api.json +12 -12
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/cynosdb/v20190107/api.json +12 -12
- tccli/services/dc/v20180410/api.json +18 -0
- tccli/services/dlc/v20210125/api.json +28 -9
- tccli/services/dlc/v20210125/examples.json +2 -2
- tccli/services/dts/dts_client.py +79 -26
- tccli/services/dts/v20211206/api.json +34 -0
- tccli/services/dts/v20211206/examples.json +8 -0
- tccli/services/ess/ess_client.py +106 -0
- tccli/services/ess/v20201111/api.json +267 -11
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/essbasic/v20210526/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +106 -0
- tccli/services/ioa/v20220601/api.json +498 -0
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +261 -1
- tccli/services/iotexplorer/v20190423/examples.json +86 -6
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lkeap/v20240522/api.json +17 -7
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mongodb/v20190725/api.json +22 -10
- tccli/services/mps/v20190612/api.json +112 -2
- tccli/services/mqtt/mqtt_client.py +265 -0
- tccli/services/mqtt/v20240516/api.json +480 -0
- tccli/services/mqtt/v20240516/examples.json +40 -0
- tccli/services/ocr/v20181119/api.json +5 -5
- tccli/services/partners/v20180321/api.json +15 -15
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +156 -1
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tione/v20211111/api.json +200 -20
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/tke/v20220501/api.json +20 -2
- tccli/services/trtc/v20190722/api.json +22 -11
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +11 -2
- {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/RECORD +58 -58
- {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/license_files/LICENSE +0 -0
@@ -5297,7 +5297,7 @@
|
|
5297
5297
|
},
|
5298
5298
|
{
|
5299
5299
|
"disabled": false,
|
5300
|
-
"document": "本token
|
5300
|
+
"document": "本token收费次数。(说明:一次核身过程用户可能会重试多次,因此一个biztoken可能会对应多次计费,如需配置重试上限,请[联系我们](https://cloud.tencent.com/document/product/1007/56130)配置。)",
|
5301
5301
|
"example": "0",
|
5302
5302
|
"member": "uint64",
|
5303
5303
|
"name": "ChargeCount",
|
tccli/services/ioa/ioa_client.py
CHANGED
@@ -173,6 +173,58 @@ def doDescribeVirtualDevices(args, parsed_globals):
|
|
173
173
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
174
174
|
|
175
175
|
|
176
|
+
def doDescribeAggrSoftCategorySoftList(args, parsed_globals):
|
177
|
+
g_param = parse_global_arg(parsed_globals)
|
178
|
+
|
179
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
180
|
+
cred = credential.CVMRoleCredential()
|
181
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
182
|
+
cred = credential.STSAssumeRoleCredential(
|
183
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
184
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
185
|
+
)
|
186
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
187
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
188
|
+
else:
|
189
|
+
cred = credential.Credential(
|
190
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
191
|
+
)
|
192
|
+
http_profile = HttpProfile(
|
193
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
194
|
+
reqMethod="POST",
|
195
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
196
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
197
|
+
)
|
198
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
199
|
+
if g_param[OptionsDefine.Language]:
|
200
|
+
profile.language = g_param[OptionsDefine.Language]
|
201
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
202
|
+
client = mod.IoaClient(cred, g_param[OptionsDefine.Region], profile)
|
203
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
204
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
205
|
+
model = models.DescribeAggrSoftCategorySoftListRequest()
|
206
|
+
model.from_json_string(json.dumps(args))
|
207
|
+
start_time = time.time()
|
208
|
+
while True:
|
209
|
+
rsp = client.DescribeAggrSoftCategorySoftList(model)
|
210
|
+
result = rsp.to_json_string()
|
211
|
+
try:
|
212
|
+
json_obj = json.loads(result)
|
213
|
+
except TypeError as e:
|
214
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
215
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
216
|
+
break
|
217
|
+
cur_time = time.time()
|
218
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
219
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
220
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
221
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
222
|
+
else:
|
223
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
224
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
225
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
226
|
+
|
227
|
+
|
176
228
|
def doDescribeDevices(args, parsed_globals):
|
177
229
|
g_param = parse_global_arg(parsed_globals)
|
178
230
|
|
@@ -745,6 +797,58 @@ def doDescribeDLPFileDetectResult(args, parsed_globals):
|
|
745
797
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
746
798
|
|
747
799
|
|
800
|
+
def doDescribeDeviceChildGroups(args, parsed_globals):
|
801
|
+
g_param = parse_global_arg(parsed_globals)
|
802
|
+
|
803
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
804
|
+
cred = credential.CVMRoleCredential()
|
805
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
806
|
+
cred = credential.STSAssumeRoleCredential(
|
807
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
808
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
809
|
+
)
|
810
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
811
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
812
|
+
else:
|
813
|
+
cred = credential.Credential(
|
814
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
815
|
+
)
|
816
|
+
http_profile = HttpProfile(
|
817
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
818
|
+
reqMethod="POST",
|
819
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
820
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
821
|
+
)
|
822
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
823
|
+
if g_param[OptionsDefine.Language]:
|
824
|
+
profile.language = g_param[OptionsDefine.Language]
|
825
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
826
|
+
client = mod.IoaClient(cred, g_param[OptionsDefine.Region], profile)
|
827
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
828
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
829
|
+
model = models.DescribeDeviceChildGroupsRequest()
|
830
|
+
model.from_json_string(json.dumps(args))
|
831
|
+
start_time = time.time()
|
832
|
+
while True:
|
833
|
+
rsp = client.DescribeDeviceChildGroups(model)
|
834
|
+
result = rsp.to_json_string()
|
835
|
+
try:
|
836
|
+
json_obj = json.loads(result)
|
837
|
+
except TypeError as e:
|
838
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
839
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
840
|
+
break
|
841
|
+
cur_time = time.time()
|
842
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
843
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
844
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
845
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
846
|
+
else:
|
847
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
848
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
849
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
850
|
+
|
851
|
+
|
748
852
|
def doCreateDeviceTask(args, parsed_globals):
|
749
853
|
g_param = parse_global_arg(parsed_globals)
|
750
854
|
|
@@ -863,6 +967,7 @@ ACTION_MAP = {
|
|
863
967
|
"CreateDeviceVirtualGroup": doCreateDeviceVirtualGroup,
|
864
968
|
"DescribeLocalAccounts": doDescribeLocalAccounts,
|
865
969
|
"DescribeVirtualDevices": doDescribeVirtualDevices,
|
970
|
+
"DescribeAggrSoftCategorySoftList": doDescribeAggrSoftCategorySoftList,
|
866
971
|
"DescribeDevices": doDescribeDevices,
|
867
972
|
"DescribeDeviceVirtualGroups": doDescribeDeviceVirtualGroups,
|
868
973
|
"CreateDLPFileDetectionTask": doCreateDLPFileDetectionTask,
|
@@ -874,6 +979,7 @@ ACTION_MAP = {
|
|
874
979
|
"ModifyVirtualDeviceGroups": doModifyVirtualDeviceGroups,
|
875
980
|
"DescribeRootAccountGroup": doDescribeRootAccountGroup,
|
876
981
|
"DescribeDLPFileDetectResult": doDescribeDLPFileDetectResult,
|
982
|
+
"DescribeDeviceChildGroups": doDescribeDeviceChildGroups,
|
877
983
|
"CreateDeviceTask": doCreateDeviceTask,
|
878
984
|
"DescribeAccountGroups": doDescribeAccountGroups,
|
879
985
|
|
@@ -35,6 +35,13 @@
|
|
35
35
|
"output": "DescribeAccountGroupsResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
|
+
"DescribeAggrSoftCategorySoftList": {
|
39
|
+
"document": "聚合的分类软件列表",
|
40
|
+
"input": "DescribeAggrSoftCategorySoftListRequest",
|
41
|
+
"name": "软件分类的聚合软件列表查询",
|
42
|
+
"output": "DescribeAggrSoftCategorySoftListResponse",
|
43
|
+
"status": "online"
|
44
|
+
},
|
38
45
|
"DescribeDLPFileDetectResult": {
|
39
46
|
"document": "webservice查询文件检测结果",
|
40
47
|
"input": "DescribeDLPFileDetectResultRequest",
|
@@ -42,6 +49,13 @@
|
|
42
49
|
"output": "DescribeDLPFileDetectResultResponse",
|
43
50
|
"status": "online"
|
44
51
|
},
|
52
|
+
"DescribeDeviceChildGroups": {
|
53
|
+
"document": "查询设备组子分组详情,私有化调用path为:capi/Assets/Device/DescribeDeviceChildGroups",
|
54
|
+
"input": "DescribeDeviceChildGroupsRequest",
|
55
|
+
"name": "查询设备组子分组",
|
56
|
+
"output": "DescribeDeviceChildGroupsResponse",
|
57
|
+
"status": "online"
|
58
|
+
},
|
45
59
|
"DescribeDeviceHardwareInfoList": {
|
46
60
|
"document": "查询满足条件的查询终端硬件信息列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceHardwareInfoList",
|
47
61
|
"input": "DescribeDeviceHardwareInfoListRequest",
|
@@ -120,6 +134,132 @@
|
|
120
134
|
"serviceShortName": "ioa"
|
121
135
|
},
|
122
136
|
"objects": {
|
137
|
+
"AggrCategorySoftDetailRow": {
|
138
|
+
"document": "按版本聚合后的软件列表",
|
139
|
+
"members": [
|
140
|
+
{
|
141
|
+
"disabled": false,
|
142
|
+
"document": "ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
143
|
+
"example": "无",
|
144
|
+
"member": "int64",
|
145
|
+
"name": "ID",
|
146
|
+
"output_required": false,
|
147
|
+
"type": "int",
|
148
|
+
"value_allowed_null": true
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"disabled": false,
|
152
|
+
"document": "软件名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
153
|
+
"example": "无",
|
154
|
+
"member": "string",
|
155
|
+
"name": "Name",
|
156
|
+
"output_required": true,
|
157
|
+
"type": "string",
|
158
|
+
"value_allowed_null": true
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"disabled": false,
|
162
|
+
"document": "盗版风险\n注意:此字段可能返回 null,表示取不到有效值。",
|
163
|
+
"example": "0=无风险;1=有风险;2=未开启检查",
|
164
|
+
"member": "int64",
|
165
|
+
"name": "PiracyRisk",
|
166
|
+
"output_required": true,
|
167
|
+
"type": "int",
|
168
|
+
"value_allowed_null": true
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"disabled": false,
|
172
|
+
"document": "系统平台\n注意:此字段可能返回 null,表示取不到有效值。",
|
173
|
+
"example": "0=未知;1=windows;2=mac;3=linux",
|
174
|
+
"member": "int64",
|
175
|
+
"name": "OsType",
|
176
|
+
"output_required": true,
|
177
|
+
"type": "int",
|
178
|
+
"value_allowed_null": true
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"disabled": false,
|
182
|
+
"document": "企业名\n注意:此字段可能返回 null,表示取不到有效值。",
|
183
|
+
"example": "无",
|
184
|
+
"member": "string",
|
185
|
+
"name": "CorpName",
|
186
|
+
"output_required": true,
|
187
|
+
"type": "string",
|
188
|
+
"value_allowed_null": true
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"disabled": false,
|
192
|
+
"document": "安装设备数量(只支持32位)\n注意:此字段可能返回 null,表示取不到有效值。",
|
193
|
+
"example": "无",
|
194
|
+
"member": "int64",
|
195
|
+
"name": "InstalledDeviceNum",
|
196
|
+
"output_required": true,
|
197
|
+
"type": "int",
|
198
|
+
"value_allowed_null": true
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"disabled": false,
|
202
|
+
"document": "盗版安装设备数\n注意:此字段可能返回 null,表示取不到有效值。",
|
203
|
+
"example": "无",
|
204
|
+
"member": "int64",
|
205
|
+
"name": "PiracyInstalledDeviceNum",
|
206
|
+
"output_required": true,
|
207
|
+
"type": "int",
|
208
|
+
"value_allowed_null": true
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"disabled": false,
|
212
|
+
"document": "已安装用户数\n注意:此字段可能返回 null,表示取不到有效值。",
|
213
|
+
"example": "无",
|
214
|
+
"member": "int64",
|
215
|
+
"name": "InstalledUserNum",
|
216
|
+
"output_required": true,
|
217
|
+
"type": "int",
|
218
|
+
"value_allowed_null": true
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"disabled": false,
|
222
|
+
"document": "盗版软件用户数\n注意:此字段可能返回 null,表示取不到有效值。",
|
223
|
+
"example": "无",
|
224
|
+
"member": "int64",
|
225
|
+
"name": "PiracyInstalledUserNum",
|
226
|
+
"output_required": true,
|
227
|
+
"type": "int",
|
228
|
+
"value_allowed_null": true
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"disabled": false,
|
232
|
+
"document": "授权总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
233
|
+
"example": "无",
|
234
|
+
"member": "int64",
|
235
|
+
"name": "AuthNum",
|
236
|
+
"output_required": true,
|
237
|
+
"type": "int",
|
238
|
+
"value_allowed_null": true
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"disabled": false,
|
242
|
+
"document": "正版率\n注意:此字段可能返回 null,表示取不到有效值。",
|
243
|
+
"example": "无",
|
244
|
+
"member": "float",
|
245
|
+
"name": "GenuineRate",
|
246
|
+
"output_required": true,
|
247
|
+
"type": "float",
|
248
|
+
"value_allowed_null": true
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"disabled": false,
|
252
|
+
"document": "有新版本可升级的设备数量",
|
253
|
+
"example": "0",
|
254
|
+
"member": "int64",
|
255
|
+
"name": "UpgradableDeviceNum",
|
256
|
+
"output_required": false,
|
257
|
+
"type": "int",
|
258
|
+
"value_allowed_null": false
|
259
|
+
}
|
260
|
+
],
|
261
|
+
"usage": "out"
|
262
|
+
},
|
123
263
|
"ComplexRule": {
|
124
264
|
"document": "自动划分规则数据",
|
125
265
|
"members": [
|
@@ -821,6 +961,79 @@
|
|
821
961
|
],
|
822
962
|
"type": "object"
|
823
963
|
},
|
964
|
+
"DescribeAggrSoftCategorySoftListData": {
|
965
|
+
"document": "业务响应数据",
|
966
|
+
"members": [
|
967
|
+
{
|
968
|
+
"disabled": false,
|
969
|
+
"document": "分页公共对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
970
|
+
"example": "无",
|
971
|
+
"member": "Paging",
|
972
|
+
"name": "Page",
|
973
|
+
"output_required": true,
|
974
|
+
"type": "object",
|
975
|
+
"value_allowed_null": true
|
976
|
+
},
|
977
|
+
{
|
978
|
+
"disabled": false,
|
979
|
+
"document": "总数(只支持32位)\n注意:此字段可能返回 null,表示取不到有效值。",
|
980
|
+
"example": "无",
|
981
|
+
"member": "int64",
|
982
|
+
"name": "Total",
|
983
|
+
"output_required": true,
|
984
|
+
"type": "int",
|
985
|
+
"value_allowed_null": true
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"disabled": false,
|
989
|
+
"document": "行数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
990
|
+
"example": "无",
|
991
|
+
"member": "AggrCategorySoftDetailRow",
|
992
|
+
"name": "AggrSoftCategorySoftList",
|
993
|
+
"output_required": false,
|
994
|
+
"type": "list",
|
995
|
+
"value_allowed_null": true
|
996
|
+
}
|
997
|
+
],
|
998
|
+
"usage": "out"
|
999
|
+
},
|
1000
|
+
"DescribeAggrSoftCategorySoftListRequest": {
|
1001
|
+
"document": "DescribeAggrSoftCategorySoftList请求参数结构体",
|
1002
|
+
"members": [
|
1003
|
+
{
|
1004
|
+
"disabled": false,
|
1005
|
+
"document": "os类别(只支持32位)",
|
1006
|
+
"example": "无",
|
1007
|
+
"member": "int64",
|
1008
|
+
"name": "OsType",
|
1009
|
+
"required": false,
|
1010
|
+
"type": "int"
|
1011
|
+
}
|
1012
|
+
],
|
1013
|
+
"type": "object"
|
1014
|
+
},
|
1015
|
+
"DescribeAggrSoftCategorySoftListResponse": {
|
1016
|
+
"document": "DescribeAggrSoftCategorySoftList返回参数结构体",
|
1017
|
+
"members": [
|
1018
|
+
{
|
1019
|
+
"disabled": false,
|
1020
|
+
"document": "数据",
|
1021
|
+
"example": "无",
|
1022
|
+
"member": "DescribeAggrSoftCategorySoftListData",
|
1023
|
+
"name": "Data",
|
1024
|
+
"output_required": false,
|
1025
|
+
"type": "object",
|
1026
|
+
"value_allowed_null": false
|
1027
|
+
},
|
1028
|
+
{
|
1029
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1030
|
+
"member": "string",
|
1031
|
+
"name": "RequestId",
|
1032
|
+
"type": "string"
|
1033
|
+
}
|
1034
|
+
],
|
1035
|
+
"type": "object"
|
1036
|
+
},
|
824
1037
|
"DescribeDLPFileDetectResultData": {
|
825
1038
|
"document": "查询文件检测结果响应数据",
|
826
1039
|
"members": [
|
@@ -913,6 +1126,87 @@
|
|
913
1126
|
],
|
914
1127
|
"type": "object"
|
915
1128
|
},
|
1129
|
+
"DescribeDeviceChildGroupsRequest": {
|
1130
|
+
"document": "DescribeDeviceChildGroups请求参数结构体",
|
1131
|
+
"members": [
|
1132
|
+
{
|
1133
|
+
"disabled": false,
|
1134
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
1135
|
+
"example": "1",
|
1136
|
+
"member": "string",
|
1137
|
+
"name": "DomainInstanceId",
|
1138
|
+
"required": false,
|
1139
|
+
"type": "string"
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"disabled": false,
|
1143
|
+
"document": "过滤条件参数(字段含义请参考接口返回值)\n- Name, 类型String,支持操作:【like,ilike】,支持排序\n\n\n\n\n分页参数\n- PageNum 从1开始,小于等于0时使用默认参数\n- PageSize 最大值5000,最好不超过100",
|
1144
|
+
"example": "无",
|
1145
|
+
"member": "Condition",
|
1146
|
+
"name": "Condition",
|
1147
|
+
"required": false,
|
1148
|
+
"type": "object"
|
1149
|
+
},
|
1150
|
+
{
|
1151
|
+
"disabled": false,
|
1152
|
+
"document": "父分组id,默认0:表示获取全网终端分组",
|
1153
|
+
"example": "0",
|
1154
|
+
"member": "int64",
|
1155
|
+
"name": "ParentId",
|
1156
|
+
"required": false,
|
1157
|
+
"type": "int"
|
1158
|
+
},
|
1159
|
+
{
|
1160
|
+
"disabled": false,
|
1161
|
+
"document": "操作系统类型(0:win,1:linux,2:mac,4:android,5:ios;默认0:系统win)",
|
1162
|
+
"example": "0",
|
1163
|
+
"member": "int64",
|
1164
|
+
"name": "OsType",
|
1165
|
+
"required": false,
|
1166
|
+
"type": "int"
|
1167
|
+
}
|
1168
|
+
],
|
1169
|
+
"type": "object"
|
1170
|
+
},
|
1171
|
+
"DescribeDeviceChildGroupsResponse": {
|
1172
|
+
"document": "DescribeDeviceChildGroups返回参数结构体",
|
1173
|
+
"members": [
|
1174
|
+
{
|
1175
|
+
"disabled": false,
|
1176
|
+
"document": "查询设备组子分组详情响应结构",
|
1177
|
+
"example": "无",
|
1178
|
+
"member": "DescribeDeviceChildGroupsRspData",
|
1179
|
+
"name": "Data",
|
1180
|
+
"output_required": false,
|
1181
|
+
"type": "object",
|
1182
|
+
"value_allowed_null": false
|
1183
|
+
},
|
1184
|
+
{
|
1185
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1186
|
+
"member": "string",
|
1187
|
+
"name": "RequestId",
|
1188
|
+
"type": "string"
|
1189
|
+
}
|
1190
|
+
],
|
1191
|
+
"type": "object"
|
1192
|
+
},
|
1193
|
+
"DescribeDeviceChildGroupsRspData": {
|
1194
|
+
"document": "查询设备组子分组详情响应结构",
|
1195
|
+
"members": [
|
1196
|
+
{
|
1197
|
+
"disabled": false,
|
1198
|
+
"document": "返回的数组列表",
|
1199
|
+
"example": "无",
|
1200
|
+
"member": "DeviceGroupDetail",
|
1201
|
+
"name": "Items",
|
1202
|
+
"output_required": false,
|
1203
|
+
"required": false,
|
1204
|
+
"type": "list",
|
1205
|
+
"value_allowed_null": false
|
1206
|
+
}
|
1207
|
+
],
|
1208
|
+
"usage": "both"
|
1209
|
+
},
|
916
1210
|
"DescribeDeviceHardwareInfoItem": {
|
917
1211
|
"document": "终端硬件信息列表Item数据",
|
918
1212
|
"members": [
|
@@ -2808,6 +3102,210 @@
|
|
2808
3102
|
],
|
2809
3103
|
"usage": "both"
|
2810
3104
|
},
|
3105
|
+
"DeviceGroupDetail": {
|
3106
|
+
"document": "返回的数组列表",
|
3107
|
+
"members": [
|
3108
|
+
{
|
3109
|
+
"disabled": false,
|
3110
|
+
"document": "设备组id",
|
3111
|
+
"example": "7",
|
3112
|
+
"member": "int64",
|
3113
|
+
"name": "Id",
|
3114
|
+
"output_required": true,
|
3115
|
+
"required": false,
|
3116
|
+
"type": "int",
|
3117
|
+
"value_allowed_null": false
|
3118
|
+
},
|
3119
|
+
{
|
3120
|
+
"disabled": false,
|
3121
|
+
"document": "设备组名称",
|
3122
|
+
"example": "分组1",
|
3123
|
+
"member": "string",
|
3124
|
+
"name": "Name",
|
3125
|
+
"output_required": true,
|
3126
|
+
"required": false,
|
3127
|
+
"type": "string",
|
3128
|
+
"value_allowed_null": false
|
3129
|
+
},
|
3130
|
+
{
|
3131
|
+
"disabled": false,
|
3132
|
+
"document": "设备组描述",
|
3133
|
+
"example": "1部门",
|
3134
|
+
"member": "string",
|
3135
|
+
"name": "Description",
|
3136
|
+
"output_required": false,
|
3137
|
+
"required": false,
|
3138
|
+
"type": "string",
|
3139
|
+
"value_allowed_null": false
|
3140
|
+
},
|
3141
|
+
{
|
3142
|
+
"disabled": false,
|
3143
|
+
"document": "父节点id",
|
3144
|
+
"example": "1",
|
3145
|
+
"member": "int64",
|
3146
|
+
"name": "ParentId",
|
3147
|
+
"output_required": false,
|
3148
|
+
"required": false,
|
3149
|
+
"type": "int",
|
3150
|
+
"value_allowed_null": false
|
3151
|
+
},
|
3152
|
+
{
|
3153
|
+
"disabled": false,
|
3154
|
+
"document": "基于id的节点路径",
|
3155
|
+
"example": "1.7",
|
3156
|
+
"member": "string",
|
3157
|
+
"name": "IdPath",
|
3158
|
+
"output_required": true,
|
3159
|
+
"required": false,
|
3160
|
+
"type": "string",
|
3161
|
+
"value_allowed_null": false
|
3162
|
+
},
|
3163
|
+
{
|
3164
|
+
"disabled": false,
|
3165
|
+
"document": "基于名称的节点路径",
|
3166
|
+
"example": "全网终端.分组1",
|
3167
|
+
"member": "string",
|
3168
|
+
"name": "NamePath",
|
3169
|
+
"output_required": true,
|
3170
|
+
"required": false,
|
3171
|
+
"type": "string",
|
3172
|
+
"value_allowed_null": false
|
3173
|
+
},
|
3174
|
+
{
|
3175
|
+
"disabled": false,
|
3176
|
+
"document": "分组锁定状态",
|
3177
|
+
"example": "0",
|
3178
|
+
"member": "int64",
|
3179
|
+
"name": "Locked",
|
3180
|
+
"output_required": false,
|
3181
|
+
"required": false,
|
3182
|
+
"type": "int",
|
3183
|
+
"value_allowed_null": false
|
3184
|
+
},
|
3185
|
+
{
|
3186
|
+
"disabled": false,
|
3187
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios )",
|
3188
|
+
"example": "0",
|
3189
|
+
"member": "int64",
|
3190
|
+
"name": "OsType",
|
3191
|
+
"output_required": false,
|
3192
|
+
"required": false,
|
3193
|
+
"type": "int",
|
3194
|
+
"value_allowed_null": false
|
3195
|
+
},
|
3196
|
+
{
|
3197
|
+
"disabled": false,
|
3198
|
+
"document": "排序",
|
3199
|
+
"example": "0",
|
3200
|
+
"member": "int64",
|
3201
|
+
"name": "Sort",
|
3202
|
+
"output_required": false,
|
3203
|
+
"required": false,
|
3204
|
+
"type": "int",
|
3205
|
+
"value_allowed_null": false
|
3206
|
+
},
|
3207
|
+
{
|
3208
|
+
"disabled": false,
|
3209
|
+
"document": "是否自动调整",
|
3210
|
+
"example": "0",
|
3211
|
+
"member": "int64",
|
3212
|
+
"name": "FromAuto",
|
3213
|
+
"output_required": false,
|
3214
|
+
"required": false,
|
3215
|
+
"type": "int",
|
3216
|
+
"value_allowed_null": false
|
3217
|
+
},
|
3218
|
+
{
|
3219
|
+
"disabled": false,
|
3220
|
+
"document": "子节点数量",
|
3221
|
+
"example": "2",
|
3222
|
+
"member": "int64",
|
3223
|
+
"name": "Count",
|
3224
|
+
"output_required": false,
|
3225
|
+
"required": false,
|
3226
|
+
"type": "int",
|
3227
|
+
"value_allowed_null": false
|
3228
|
+
},
|
3229
|
+
{
|
3230
|
+
"disabled": false,
|
3231
|
+
"document": "图标",
|
3232
|
+
"example": "空字符串",
|
3233
|
+
"member": "string",
|
3234
|
+
"name": "Icon",
|
3235
|
+
"output_required": false,
|
3236
|
+
"required": false,
|
3237
|
+
"type": "string",
|
3238
|
+
"value_allowed_null": false
|
3239
|
+
},
|
3240
|
+
{
|
3241
|
+
"disabled": false,
|
3242
|
+
"document": "是否有ip",
|
3243
|
+
"example": "0",
|
3244
|
+
"member": "int64",
|
3245
|
+
"name": "WithIp",
|
3246
|
+
"output_required": false,
|
3247
|
+
"required": false,
|
3248
|
+
"type": "int",
|
3249
|
+
"value_allowed_null": false
|
3250
|
+
},
|
3251
|
+
{
|
3252
|
+
"disabled": false,
|
3253
|
+
"document": "是否有组ip",
|
3254
|
+
"example": "false",
|
3255
|
+
"member": "bool",
|
3256
|
+
"name": "HasIp",
|
3257
|
+
"output_required": false,
|
3258
|
+
"required": false,
|
3259
|
+
"type": "bool",
|
3260
|
+
"value_allowed_null": false
|
3261
|
+
},
|
3262
|
+
{
|
3263
|
+
"disabled": false,
|
3264
|
+
"document": "是否是叶子节点",
|
3265
|
+
"example": "false",
|
3266
|
+
"member": "bool",
|
3267
|
+
"name": "IsLeaf",
|
3268
|
+
"output_required": false,
|
3269
|
+
"required": false,
|
3270
|
+
"type": "bool",
|
3271
|
+
"value_allowed_null": false
|
3272
|
+
},
|
3273
|
+
{
|
3274
|
+
"disabled": false,
|
3275
|
+
"document": "是否只读",
|
3276
|
+
"example": "false",
|
3277
|
+
"member": "bool",
|
3278
|
+
"name": "ReadOnly",
|
3279
|
+
"output_required": false,
|
3280
|
+
"required": false,
|
3281
|
+
"type": "bool",
|
3282
|
+
"value_allowed_null": false
|
3283
|
+
},
|
3284
|
+
{
|
3285
|
+
"disabled": false,
|
3286
|
+
"document": "对应绑定的账号id",
|
3287
|
+
"example": "8",
|
3288
|
+
"member": "int64",
|
3289
|
+
"name": "BindAccount",
|
3290
|
+
"output_required": false,
|
3291
|
+
"required": false,
|
3292
|
+
"type": "int",
|
3293
|
+
"value_allowed_null": false
|
3294
|
+
},
|
3295
|
+
{
|
3296
|
+
"disabled": false,
|
3297
|
+
"document": "绑定账号的用户名",
|
3298
|
+
"example": "张三",
|
3299
|
+
"member": "string",
|
3300
|
+
"name": "BindAccountName",
|
3301
|
+
"output_required": false,
|
3302
|
+
"required": false,
|
3303
|
+
"type": "string",
|
3304
|
+
"value_allowed_null": false
|
3305
|
+
}
|
3306
|
+
],
|
3307
|
+
"usage": "both"
|
3308
|
+
},
|
2811
3309
|
"DeviceNetworkInfo": {
|
2812
3310
|
"document": "分页的具体数据对象",
|
2813
3311
|
"members": [
|