Table of Contents

Interface IOrganizationsSecureConnectRemoteAccessLog

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

I Organizations Secure Connect Remote Access Log

public interface IOrganizationsSecureConnectRemoteAccessLog

Methods

GetOrganizationSecureConnectRemoteAccessLogAsync(string, CancellationToken)

List the latest 5000 events logged by remote access.

[Get("/organizations/{organizationId}/secureConnect/remoteAccessLog")]
Task<OrganizationSecureConnectRemoteAccessLog> GetOrganizationSecureConnectRemoteAccessLogAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<OrganizationSecureConnectRemoteAccessLog>

Exceptions

ApiException

Thrown when fails to make API call