Table of Contents

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

organizationId string

The organization id

t0 string

The beginning of the timespan for the data.

t1 string

The end of the timespan for the data. t1 can be a maximum of 31 days after t0.

timespan int

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

Task<ClientOverview>

Exceptions

ApiException

Thrown when fails to make API call