Interface IOrganizationsClientOverview
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface IOrganizationsClientOverview
Methods
GetOrganizationClientsOverviewAsync(string, string, string, int, CancellationToken)
Return summary information around client data usage (in kb) across the given organization.
[Get("/organizations/{organizationId}/clients/overview")]
Task<ClientOverview> GetOrganizationClientsOverviewAsync(string organizationId, string t0, string t1, int timespan = 1, 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.
timespanintThe 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