Table of Contents

Class OrganizationLicenseStateSystemsManagerCounts

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Aggregated license count data for Systems Manager

[DataContract]
public class OrganizationLicenseStateSystemsManagerCounts
Inheritance
OrganizationLicenseStateSystemsManagerCounts
Inherited Members

Properties

ActiveSeats

The number of Systems Manager seats in use

[DataMember(Name = "activeSeats")]
public int ActiveSeats { get; set; }

Property Value

int

OrgwideEnrolledDevices

The total number of enrolled Systems Manager devices

[DataMember(Name = "orgwideEnrolledDevices")]
public int OrgwideEnrolledDevices { get; set; }

Property Value

int

TotalSeats

The total number of Systems Manager seats

[DataMember(Name = "totalSeats")]
public int TotalSeats { get; set; }

Property Value

int

UnassignedSeats

The number of unused Systems Manager seats

[DataMember(Name = "unassignedSeats")]
public int UnassignedSeats { get; set; }

Property Value

int