tencentcloud-sdk-python-ioa 3.0.1207__tar.gz → 3.0.1209__tar.gz
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.
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/setup.py +1 -1
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud/ioa/v20220601/models.py +6 -5
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud_sdk_python_ioa.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ioa-3.0.1209/tencentcloud_sdk_python_ioa.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ioa-3.0.1207/tencentcloud_sdk_python_ioa.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/README.rst +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud/ioa/__init__.py +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud/ioa/v20220601/__init__.py +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud/ioa/v20220601/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud/ioa/v20220601/ioa_client.py +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud_sdk_python_ioa.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud_sdk_python_ioa.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1207 → tencentcloud-sdk-python-ioa-3.0.1209}/tencentcloud_sdk_python_ioa.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ioa',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1209"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ioa SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -628,7 +628,8 @@ class DescribeDevicesRequest(AbstractModel):
|
|
|
628
628
|
<li>PageNum 从1开始,小于等于0时使用默认参数。</li>
|
|
629
629
|
<li>PageSize 最大值5000,最好不超过100。</li>
|
|
630
630
|
:type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
|
|
631
|
-
:param _GroupId:
|
|
631
|
+
:param _GroupId: 【和GroupIds必须有一个填写】设备分组id(需要和OsType匹配)
|
|
632
|
+
id-名称-操作系统
|
|
632
633
|
1 全网终端 Win
|
|
633
634
|
2 未分组终端 Win
|
|
634
635
|
30000000 服务器 Win
|
|
@@ -643,17 +644,17 @@ class DescribeDevicesRequest(AbstractModel):
|
|
|
643
644
|
40000501 全网终端 iOS
|
|
644
645
|
40000502 未分组终端 iOS
|
|
645
646
|
:type GroupId: int
|
|
646
|
-
:param _OsType:
|
|
647
|
+
:param _OsType: 【必填】操作系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配
|
|
647
648
|
:type OsType: int
|
|
648
|
-
:param _OnlineStatus: 在线状态 2
|
|
649
|
+
:param _OnlineStatus: 在线状态 (2表示在线,0或者1表示离线)
|
|
649
650
|
:type OnlineStatus: int
|
|
650
651
|
:param _Filters: 过滤条件--兼容旧接口,参数同Condition
|
|
651
652
|
:type Filters: list of Filter
|
|
652
653
|
:param _Sort: 排序字段--兼容旧接口,参数同Condition
|
|
653
654
|
:type Sort: :class:`tencentcloud.ioa.v20220601.models.Sort`
|
|
654
|
-
:param _PageNum: 获取第几页--兼容旧接口,参数同Condition
|
|
655
|
+
:param _PageNum: 获取第几页--兼容旧接口,参数同Condition
|
|
655
656
|
:type PageNum: int
|
|
656
|
-
:param _PageSize: 每页获取数--兼容旧接口,参数同Condition
|
|
657
|
+
:param _PageSize: 每页获取数--兼容旧接口,参数同Condition
|
|
657
658
|
:type PageSize: int
|
|
658
659
|
:param _Status: 授权状态 4未授权 5已授权
|
|
659
660
|
:type Status: int
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1209
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1207
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|