Table of Contents

Interface ILiveToolsAclHitCount

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

I Live Tools Acl Hit Count

public interface ILiveToolsAclHitCount

Methods

CreateDeviceLiveToolsAclHitCountAsync(string, LiveToolsAclHitCountCreate, CancellationToken)

Enqueue a job to perform an ACL hit count for the device. This endpoint has a sustained rate limit of one request every five seconds per device, with an allowed burst of five requests.

[Post("/devices/{serial}/liveTools/aclHitCount")]
Task<LiveToolsAclHitCountPostResponse> CreateDeviceLiveToolsAclHitCountAsync(string serial, LiveToolsAclHitCountCreate request, CancellationToken cancellationToken = default)

Parameters

serial string
request LiveToolsAclHitCountCreate
cancellationToken CancellationToken

Returns

Task<LiveToolsAclHitCountPostResponse>

Exceptions

ApiException

Thrown when fails to make API call

GetDeviceLiveToolsAclHitCountAsync(string, string, CancellationToken)

Return an ACL hit count live tool job.

[Get("/devices/{serial}/liveTools/aclHitCount/{id}")]
Task<LiveToolsAclHitCountGetResponse> GetDeviceLiveToolsAclHitCountAsync(string id, string serial, CancellationToken cancellationToken = default)

Parameters

id string
serial string
cancellationToken CancellationToken

Returns

Task<LiveToolsAclHitCountGetResponse>

Exceptions

ApiException

Thrown when fails to make API call