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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
networkTag
stringMatch result to an exact network tag
deviceTag
stringMatch result to an exact device tag
networkId
stringMatch result to an exact network id
quantity
int?Set number of desired results to return. Default is 10.
ssidName
stringFilter results by ssid name
usageUplink
stringFilter results by usage uplink
cancellationToken
CancellationToken
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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
cancellationToken
CancellationToken
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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
networkTag
stringMatch result to an exact network tag
deviceTag
stringMatch result to an exact device tag
networkId
stringMatch result to an exact network id
quantity
int?Set number of desired results to return. Default is 10.
ssidName
stringFilter results by ssid name
usageUplink
stringFilter results by usage uplink
cancellationToken
CancellationToken
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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
networkTag
stringMatch result to an exact network tag
deviceTag
stringMatch result to an exact device tag
networkId
stringMatch result to an exact network id
quantity
int?Set number of desired results to return. Default is 10.
ssidName
stringFilter results by ssid name
usageUplink
stringFilter results by usage uplink
cancellationToken
CancellationToken
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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
networkTag
stringMatch result to an exact network tag
deviceTag
stringMatch result to an exact device tag
networkId
stringMatch result to an exact network id
quantity
int?Set number of desired results to return. Default is 10.
ssidName
stringFilter results by ssid name
usageUplink
stringFilter results by usage uplink
cancellationToken
CancellationToken
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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
networkTag
stringMatch result to an exact network tag
deviceTag
stringMatch result to an exact device tag
networkId
stringMatch result to an exact network id
quantity
int?Set number of desired results to return. Default is 10.
ssidName
stringFilter results by ssid name
usageUplink
stringFilter results by usage uplink
cancellationToken
CancellationToken
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
organizationId
stringThe organization id
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespan
double?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.
networkTag
stringMatch result to an exact network tag
deviceTag
stringMatch result to an exact device tag
networkId
stringMatch result to an exact network id
quantity
int?Set number of desired results to return. Default is 10.
ssidName
stringFilter results by ssid name
usageUplink
stringFilter results by usage uplink
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call