File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-14 Version: 4.0.5
2+ - Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorVersion.
3+
4+
152025-11-13 Version: 4.0.4
26- Update API DescribeMonitoringAgentStatuses: add response parameters Body.NodeStatusList.$.LoongCollectorStatus.
37
Original file line number Diff line number Diff 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">
Original file line number Diff line number Diff line change 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//
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" ) ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments