Skip to content

Commit 1ca6e0c

Browse files
committed
Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorVersion.
1 parent 934ef7b commit 1ca6e0c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

cms-20190101/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-11-14 Version: 4.0.5
2+
- Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorVersion.
3+
4+
15
2025-11-13 Version: 4.0.4
26
- Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorStatus.
37

cms-20190101/core/Models/DescribeMonitoringAgentStatusesResponseBody.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ public class DescribeMonitoringAgentStatusesResponseBodyNodeStatusListNodeStatus
8686
[Validation(Required=false)]
8787
public string LoongCollectorStatus { get; set; }
8888

89+
[NameInMap("LoongCollectorVersion")]
90+
[Validation(Required=false)]
91+
public string LoongCollectorVersion { get; set; }
92+
8993
/// <summary>
9094
/// <para>Indicates whether the SysAK monitoring feature is enabled.`` Valid values:</para>
9195
/// <list type="bullet">

cms-20190101/core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("2b59e6d0-c089-11f0-93fe-15bd1e263d42")]
23+
[assembly: Guid("55bed2c0-c17c-11f0-802b-833b1d38bfb0")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("4.0.3.0")]
33-
[assembly: AssemblyFileVersion("4.0.4.0")]
32+
[assembly: AssemblyVersion("4.0.4.0")]
33+
[assembly: AssemblyFileVersion("4.0.5.0")]

cms-20190101/core/cms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AssemblyName>AlibabaCloud.SDK.Cms20190101</AssemblyName>
10-
<Version>4.0.4</Version>
10+
<Version>4.0.5</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud Cloud Monitor (20190101) SDK Library for .NET</Description>

0 commit comments

Comments
 (0)