File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/main/java/com/aliyun/cms20190101/models Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-14 Version: 9.0.5
2+ - Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorVersion.
3+
4+
152025-11-12 Version: 9.0.4
26- Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorStatus.
37
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.aliyun</groupId >
55 <artifactId >cms20190101</artifactId >
6- <version >9.0.4 </version >
6+ <version >9.0.5 </version >
77 <packaging >jar</packaging >
88 <name >cms20190101</name >
99 <description >Alibaba Cloud Cloud Monitor (20190101) SDK for Java
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ public static class DescribeMonitoringAgentStatusesResponseBodyNodeStatusListNod
138138 @ NameInMap ("LoongCollectorStatus" )
139139 public String loongCollectorStatus ;
140140
141+ @ NameInMap ("LoongCollectorVersion" )
142+ public String loongCollectorVersion ;
143+
141144 /**
142145 * <p>Indicates whether the SysAK monitoring feature is enabled.`` Valid values:</p>
143146 * <ul>
@@ -262,6 +265,14 @@ public String getLoongCollectorStatus() {
262265 return this .loongCollectorStatus ;
263266 }
264267
268+ public DescribeMonitoringAgentStatusesResponseBodyNodeStatusListNodeStatus setLoongCollectorVersion (String loongCollectorVersion ) {
269+ this .loongCollectorVersion = loongCollectorVersion ;
270+ return this ;
271+ }
272+ public String getLoongCollectorVersion () {
273+ return this .loongCollectorVersion ;
274+ }
275+
265276 public DescribeMonitoringAgentStatusesResponseBodyNodeStatusListNodeStatus setOsMonitorConfig (String osMonitorConfig ) {
266277 this .osMonitorConfig = osMonitorConfig ;
267278 return this ;
You can’t perform that action at this time.
0 commit comments