Class OrganizationsSummarySection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations summary API endpoints
public class OrganizationsSummarySection
- Inheritance
-
OrganizationsSummarySection
- Inherited Members
Constructors
OrganizationsSummarySection()
public OrganizationsSummarySection()
Properties
SwitchPower
Returns the total PoE power draw for all switch ports in the organization over the requested timespan (by default the last 24 hours).
public IOrganizationsSummarySwitchPower SwitchPower { get; set; }
Property Value
Top
Return the top 10 appliances sorted by utilization over given time range.
public IOrganizationsSummaryTop Top { get; set; }