Skip to content

Commit

Permalink
Updarted collector model
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Nov 11, 2024
1 parent 6bfd836 commit 5cb4ae2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LogicMonitor.Api/Collectors/Collector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@ public class Collector : DescribedItem, IHasCustomProperties, IHasEndpoint
[DataMember(Name = "inSDT")]
public bool InSdt { get; set; }

/// <summary>
/// Whether the collector is running as an admin account
/// </summary>
[DataMember(Name = "isAdminAccount")]
public bool IsAdminAccount { get; set; }

/// <summary>
/// Whether the collector is down
/// </summary>
Expand Down

0 comments on commit 5cb4ae2

Please sign in to comment.