Table of Contents

Interface IInsightApplication

Namespace
Meraki.Api.Interfaces.Products.Insight
Assembly
Meraki.Api.dll

Represents a collection of functions to interact with the API endpoints

public interface IInsightApplication

Methods

GetOrganizationInsightApplicationsAsync(string, CancellationToken)

List all Insight tracked applications

[Get("/organizations/{organizationId}/insight/applications")]
Task<List<InsightApplication>> GetOrganizationInsightApplicationsAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

cancellationToken CancellationToken

Returns

Task<List<InsightApplication>>

Exceptions

ApiException

Thrown when fails to make API call