alibabacloud-nis20211216 2.1.0__tar.gz → 2.2.1__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.
- alibabacloud_nis20211216-2.2.1/ChangeLog.md +46 -0
- alibabacloud_nis20211216-2.2.1/PKG-INFO +65 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/README-CN.md +1 -1
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/README.md +1 -1
- alibabacloud_nis20211216-2.2.1/alibabacloud_nis20211216/__init__.py +1 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216/client.py +1834 -572
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216/models.py +4254 -2127
- alibabacloud_nis20211216-2.2.1/alibabacloud_nis20211216.egg-info/PKG-INFO +65 -0
- alibabacloud_nis20211216-2.2.1/alibabacloud_nis20211216.egg-info/requires.txt +4 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/setup.py +4 -4
- alibabacloud_nis20211216-2.1.0/ChangeLog.md +0 -22
- alibabacloud_nis20211216-2.1.0/PKG-INFO +0 -64
- alibabacloud_nis20211216-2.1.0/alibabacloud_nis20211216/__init__.py +0 -1
- alibabacloud_nis20211216-2.1.0/alibabacloud_nis20211216.egg-info/PKG-INFO +0 -64
- alibabacloud_nis20211216-2.1.0/alibabacloud_nis20211216.egg-info/requires.txt +0 -4
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/LICENSE +0 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/MANIFEST.in +0 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/SOURCES.txt +0 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/dependency_links.txt +0 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/top_level.txt +0 -0
- {alibabacloud_nis20211216-2.1.0 → alibabacloud_nis20211216-2.2.1}/setup.cfg +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
2024-08-26 Version: 2.2.0
|
|
2
|
+
- Support API DeleteNisInspectionReport.
|
|
3
|
+
- Support API DeleteNisInspectionTask.
|
|
4
|
+
- Support API DescribeNisInspectionRecommendationResources.
|
|
5
|
+
- Support API DescribeNisInspectionReportCheckItems.
|
|
6
|
+
- Support API DescribeNisInspectionReportStatus.
|
|
7
|
+
- Support API DescribeNisInspectionReportSummary.
|
|
8
|
+
- Support API DescribeNisInspectionTask.
|
|
9
|
+
- Support API ListNisInspectionResourceType.
|
|
10
|
+
- Support API ListNisInspectionTaskReports.
|
|
11
|
+
- Support API ListNisInspectionTasks.
|
|
12
|
+
- Support API StartNisInspectionTask.
|
|
13
|
+
- Support API UpdateNisInspectionTask.
|
|
14
|
+
- Update API GetNisNetworkMetrics: update param MetricName.
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
2024-07-04 Version: 2.1.0
|
|
18
|
+
- Support API GetNisNetworkMetrics.
|
|
19
|
+
- Support API GetNisNetworkRanking.
|
|
20
|
+
- Update API GetInternetTuple: update param BeginTime.
|
|
21
|
+
- Update API GetInternetTuple: update param EndTime.
|
|
22
|
+
- Update API GetInternetTuple: update param OrderBy.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
2024-04-10 Version: 2.0.2
|
|
26
|
+
- Update API GetInternetTuple: add param CloudIpList.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
2024-03-21 Version: 2.0.1
|
|
30
|
+
- Update API DeleteNetworkPath: update response param.
|
|
31
|
+
- Update API DeleteNetworkReachableAnalysis: update response param.
|
|
32
|
+
- Update API GetInternetTuple: update param OrderBy.
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
2023-12-08 Version: 2.0.0
|
|
36
|
+
- Generated python 2021-12-16 for nis.
|
|
37
|
+
|
|
38
|
+
2023-08-31 Version: 1.2.0
|
|
39
|
+
- Generated python 2021-12-16 for nis.
|
|
40
|
+
|
|
41
|
+
2023-08-09 Version: 1.1.0
|
|
42
|
+
- Generated python 2021-12-16 for nis.
|
|
43
|
+
|
|
44
|
+
2023-03-02 Version: 1.0.0
|
|
45
|
+
- Ini V2 SDK .
|
|
46
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_nis20211216
|
|
3
|
+
Version: 2.2.1
|
|
4
|
+
Summary: Alibaba Cloud nis (20211216) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,nis20211216
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud nis SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.7
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_nis20211216
|
|
42
|
+
pip install alibabacloud_nis20211216
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/nis-20211216/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.2.1'
|