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
stringThe organization id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call