Table of Contents

Interface IOrganizationsInsight

Namespace
Meraki.Api.Interfaces.General.Organizations
Assembly
Meraki.Api.dll

I Organizations Insight

public interface IOrganizationsInsight

Methods

GetOrganizationInsightSpeedTestResultsAsync(string, CancellationToken)

List the speed tests for the given devices under this organization. Only valid for organizations with Meraki Insight.

[Get("/organizations/{organizationId}/insight/speedTestResults")]
Task<List<OrganizationsInsightSpeedTestResult>> GetOrganizationInsightSpeedTestResultsAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationsInsightSpeedTestResult>>

Exceptions

ApiException

Thrown when fails to make API call