Interface IOrganizationsSummaryTop
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface IOrganizationsSummaryTop
Methods
GetOrganizationSummaryTopAppliancesByUtilizationAsync(string, string?, string?, double?, string?, string?, string?, int?, string?, string?, CancellationToken)
Return the top 10 appliances sorted by utilization over given time range.
[Get("/organizations/{organizationId}/summary/top/appliances/byUtilization")]
Task<List<ApplianceUtilizationSummary>> GetOrganizationSummaryTopAppliancesByUtilizationAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkTag = null, string? deviceTag = null, string? networkId = null, int? quantity = null, string? ssidName = null, string? usageUplink = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
networkTagstringMatch result to an exact network tag
deviceTagstringMatch result to an exact device tag
networkIdstringMatch result to an exact network id
quantityint?Set number of desired results to return. Default is 10.
ssidNamestringFilter results by ssid name
usageUplinkstringFilter results by usage uplink
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationSummaryTopClientsByUsageAsync(string, string?, string?, double?, CancellationToken)
Return metrics for organization's top 10 clients by data usage (in mb) over given time range.
[Get("/organizations/{organizationId}/summary/top/clients/byUsage")]
Task<List<ClientUsageSummary>> GetOrganizationSummaryTopClientsByUsageAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationSummaryTopClientsManufacturersByUsageAsync(string, string?, string?, double?, string?, string?, string?, int?, string?, string?, CancellationToken)
Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer.
[Get("/organizations/{organizationId}/summary/top/clients/manufacturers/byUsage")]
Task<List<ClientManufacturersSummary>> GetOrganizationSummaryTopClientsManufacturersByUsageAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkTag = null, string? deviceTag = null, string? networkId = null, int? quantity = null, string? ssidName = null, string? usageUplink = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
networkTagstringMatch result to an exact network tag
deviceTagstringMatch result to an exact device tag
networkIdstringMatch result to an exact network id
quantityint?Set number of desired results to return. Default is 10.
ssidNamestringFilter results by ssid name
usageUplinkstringFilter results by usage uplink
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationSummaryTopDevicesByUsageAsync(string, string?, string?, double?, string?, string?, string?, int?, string?, string?, CancellationToken)
Return metrics for organization's top 10 devices sorted by data usage over given time range. Default unit is megabytes.
[Get("/organizations/{organizationId}/summary/top/devices/byUsage")]
Task<List<DeviceUsageSummary>> GetOrganizationSummaryTopDevicesByUsageAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkTag = null, string? deviceTag = null, string? networkId = null, int? quantity = null, string? ssidName = null, string? usageUplink = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
networkTagstringMatch result to an exact network tag
deviceTagstringMatch result to an exact device tag
networkIdstringMatch result to an exact network id
quantityint?Set number of desired results to return. Default is 10.
ssidNamestringFilter results by ssid name
usageUplinkstringFilter results by usage uplink
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationSummaryTopDevicesModelsByUsageAsync(string, string?, string?, double?, string?, string?, string?, int?, string?, string?, CancellationToken)
Return metrics for organization's top 10 device models sorted by data usage over given time range. Default unit is megabytes.
[Get("/organizations/{organizationId}/summary/top/devices/models/byUsage")]
Task<List<DeviceModelUsageSummary>> GetOrganizationSummaryTopDevicesModelsByUsageAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkTag = null, string? deviceTag = null, string? networkId = null, int? quantity = null, string? ssidName = null, string? usageUplink = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
networkTagstringMatch result to an exact network tag
deviceTagstringMatch result to an exact device tag
networkIdstringMatch result to an exact network id
quantityint?Set number of desired results to return. Default is 10.
ssidNamestringFilter results by ssid name
usageUplinkstringFilter results by usage uplink
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationSummaryTopSsidsByUsageAsync(string, string?, string?, double?, string?, string?, string?, int?, string?, string?, CancellationToken)
Return metrics for organization's top 10 ssids by data usage over given time range. Default unit is megabytes.
[Get("/organizations/{organizationId}/summary/top/ssids/byUsage")]
Task<List<SsidUsageSummary>> GetOrganizationSummaryTopSsidsByUsageAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkTag = null, string? deviceTag = null, string? networkId = null, int? quantity = null, string? ssidName = null, string? usageUplink = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
networkTagstringMatch result to an exact network tag
deviceTagstringMatch result to an exact device tag
networkIdstringMatch result to an exact network id
quantityint?Set number of desired results to return. Default is 10.
ssidNamestringFilter results by ssid name
usageUplinkstringFilter results by usage uplink
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationSummaryTopSwitchesByEnergyUsageAsync(string, string?, string?, double?, string?, string?, string?, int?, string?, string?, CancellationToken)
Return metrics for organization's top 10 switches by energy usage over given time range. Default unit is joules.
[Get("/organizations/{organizationId}/summary/top/switches/byEnergyUsage")]
Task<List<EnergyUsageSummary>> GetOrganizationSummaryTopSwitchesByEnergyUsageAsync(string organizationId, string? t0 = null, string? t1 = null, double? timespan = null, string? networkTag = null, string? deviceTag = null, string? networkId = null, int? quantity = null, string? ssidName = null, string? usageUplink = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
t0stringThe beginning of the timespan for the data.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespandouble?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
networkTagstringMatch result to an exact network tag
deviceTagstringMatch result to an exact device tag
networkIdstringMatch result to an exact network id
quantityint?Set number of desired results to return. Default is 10.
ssidNamestringFilter results by ssid name
usageUplinkstringFilter results by usage uplink
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call