Table of Contents

Class OrganizationsInsightSection

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

Provides access to organizations insight API endpoints

public class OrganizationsInsightSection
Inheritance
OrganizationsInsightSection
Inherited Members

Constructors

OrganizationsInsightSection()

public OrganizationsInsightSection()

Properties

Applications

Add an Insight tracked application

public IOrganizationsInsightApplications Applications { get; }

Property Value

IOrganizationsInsightApplications

WebApps

Lists all default web applications rules with counter set rule ids

public IOrganizationsInsightWebApps WebApps { get; }

Property Value

IOrganizationsInsightWebApps

Methods

GetOrganizationInsightSpeedTestResultsAsync(string, CancellationToken)

public Task<List<OrganizationsInsightSpeedTestResult>> GetOrganizationInsightSpeedTestResultsAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationsInsightSpeedTestResult>>