alibabacloud-nis20211216 2.2.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.0 → alibabacloud_nis20211216-2.2.1}/ChangeLog.md +16 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/PKG-INFO +2 -2
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/README-CN.md +1 -1
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/README.md +1 -1
- alibabacloud_nis20211216-2.2.1/alibabacloud_nis20211216/__init__.py +1 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216/models.py +12 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/PKG-INFO +2 -2
- alibabacloud_nis20211216-2.2.1/alibabacloud_nis20211216.egg-info/requires.txt +4 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/setup.py +3 -3
- alibabacloud_nis20211216-2.2.0/alibabacloud_nis20211216/__init__.py +0 -1
- alibabacloud_nis20211216-2.2.0/alibabacloud_nis20211216.egg-info/requires.txt +0 -4
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/LICENSE +0 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/MANIFEST.in +0 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216/client.py +0 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/SOURCES.txt +0 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/dependency_links.txt +0 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216.egg-info/top_level.txt +0 -0
- {alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/setup.cfg +0 -0
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
|
|
1
17
|
2024-07-04 Version: 2.1.0
|
|
2
18
|
- Support API GetNisNetworkMetrics.
|
|
3
19
|
- Support API GetNisNetworkRanking.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud_nis20211216
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Alibaba Cloud nis (20211216) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -29,7 +29,7 @@ English | [简体中文](README-CN.md)
|
|
|
29
29
|
|
|
30
30
|
## Requirements
|
|
31
31
|
|
|
32
|
-
- Python >= 3.
|
|
32
|
+
- Python >= 3.7
|
|
33
33
|
|
|
34
34
|
## Installation
|
|
35
35
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.2.1'
|
{alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216/models.py
RENAMED
|
@@ -1561,16 +1561,20 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListRecommendati
|
|
|
1561
1561
|
abnormality: str = None,
|
|
1562
1562
|
metadata: str = None,
|
|
1563
1563
|
reason: str = None,
|
|
1564
|
+
reason_code: str = None,
|
|
1564
1565
|
recommendation_code: str = None,
|
|
1565
1566
|
risk_level: str = None,
|
|
1566
1567
|
suggestion: str = None,
|
|
1568
|
+
suggestion_code: str = None,
|
|
1567
1569
|
):
|
|
1568
1570
|
self.abnormality = abnormality
|
|
1569
1571
|
self.metadata = metadata
|
|
1570
1572
|
self.reason = reason
|
|
1573
|
+
self.reason_code = reason_code
|
|
1571
1574
|
self.recommendation_code = recommendation_code
|
|
1572
1575
|
self.risk_level = risk_level
|
|
1573
1576
|
self.suggestion = suggestion
|
|
1577
|
+
self.suggestion_code = suggestion_code
|
|
1574
1578
|
|
|
1575
1579
|
def validate(self):
|
|
1576
1580
|
pass
|
|
@@ -1587,12 +1591,16 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListRecommendati
|
|
|
1587
1591
|
result['Metadata'] = self.metadata
|
|
1588
1592
|
if self.reason is not None:
|
|
1589
1593
|
result['Reason'] = self.reason
|
|
1594
|
+
if self.reason_code is not None:
|
|
1595
|
+
result['ReasonCode'] = self.reason_code
|
|
1590
1596
|
if self.recommendation_code is not None:
|
|
1591
1597
|
result['RecommendationCode'] = self.recommendation_code
|
|
1592
1598
|
if self.risk_level is not None:
|
|
1593
1599
|
result['RiskLevel'] = self.risk_level
|
|
1594
1600
|
if self.suggestion is not None:
|
|
1595
1601
|
result['Suggestion'] = self.suggestion
|
|
1602
|
+
if self.suggestion_code is not None:
|
|
1603
|
+
result['SuggestionCode'] = self.suggestion_code
|
|
1596
1604
|
return result
|
|
1597
1605
|
|
|
1598
1606
|
def from_map(self, m: dict = None):
|
|
@@ -1603,12 +1611,16 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListRecommendati
|
|
|
1603
1611
|
self.metadata = m.get('Metadata')
|
|
1604
1612
|
if m.get('Reason') is not None:
|
|
1605
1613
|
self.reason = m.get('Reason')
|
|
1614
|
+
if m.get('ReasonCode') is not None:
|
|
1615
|
+
self.reason_code = m.get('ReasonCode')
|
|
1606
1616
|
if m.get('RecommendationCode') is not None:
|
|
1607
1617
|
self.recommendation_code = m.get('RecommendationCode')
|
|
1608
1618
|
if m.get('RiskLevel') is not None:
|
|
1609
1619
|
self.risk_level = m.get('RiskLevel')
|
|
1610
1620
|
if m.get('Suggestion') is not None:
|
|
1611
1621
|
self.suggestion = m.get('Suggestion')
|
|
1622
|
+
if m.get('SuggestionCode') is not None:
|
|
1623
|
+
self.suggestion_code = m.get('SuggestionCode')
|
|
1612
1624
|
return self
|
|
1613
1625
|
|
|
1614
1626
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-nis20211216
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Alibaba Cloud nis (20211216) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -29,7 +29,7 @@ English | [简体中文](README-CN.md)
|
|
|
29
29
|
|
|
30
30
|
## Requirements
|
|
31
31
|
|
|
32
|
-
- Python >= 3.
|
|
32
|
+
- Python >= 3.7
|
|
33
33
|
|
|
34
34
|
## Installation
|
|
35
35
|
|
|
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
|
|
|
24
24
|
"""
|
|
25
25
|
setup module for alibabacloud_nis20211216.
|
|
26
26
|
|
|
27
|
-
Created on
|
|
27
|
+
Created on 18/04/2025
|
|
28
28
|
|
|
29
29
|
@author: Alibaba Cloud SDK
|
|
30
30
|
"""
|
|
@@ -38,8 +38,8 @@ URL = "https://github.com/aliyun/alibabacloud-python-sdk"
|
|
|
38
38
|
VERSION = __import__(PACKAGE).__version__
|
|
39
39
|
REQUIRES = [
|
|
40
40
|
"alibabacloud_tea_util>=0.3.13, <1.0.0",
|
|
41
|
-
"alibabacloud_tea_openapi>=0.3.
|
|
42
|
-
"alibabacloud_openapi_util>=0.2.
|
|
41
|
+
"alibabacloud_tea_openapi>=0.3.14, <1.0.0",
|
|
42
|
+
"alibabacloud_openapi_util>=0.2.2, <1.0.0",
|
|
43
43
|
"alibabacloud_endpoint_util>=0.0.3, <1.0.0"
|
|
44
44
|
]
|
|
45
45
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.2.0'
|
|
File without changes
|
|
File without changes
|
{alibabacloud_nis20211216-2.2.0 → alibabacloud_nis20211216-2.2.1}/alibabacloud_nis20211216/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|