Table of Contents

Class LiveToolsAclHitCountPostResponse

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Live Tools ACL Hit Count

[DataContract]
public class LiveToolsAclHitCountPostResponse
Inheritance
LiveToolsAclHitCountPostResponse
Inherited Members

Constructors

LiveToolsAclHitCountPostResponse()

public LiveToolsAclHitCountPostResponse()

Properties

AclHitCountId

Id of the ACL hit count request. Used to check the status of the request.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "aclHitCountId")]
public string AclHitCountId { get; set; }

Property Value

string

Callback

Information for callback used to send back results

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsAclHitCountCallback Callback { get; set; }

Property Value

LiveToolsAclHitCountCallback

Request

ACL hit count request parameters

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public LiveToolsAclHitCountRequest Request { get; set; }

Property Value

LiveToolsAclHitCountRequest

Status

Status of the ACL hit count request.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string

Url

GET this url to check the status of your ACL hit count request.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }

Property Value

string