Table of Contents

Class DeviceLiveToolsDhcpLeaseGetResponse

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

Device Live Tools DHCP Lease Get Response

[DataContract]
public class DeviceLiveToolsDhcpLeaseGetResponse
Inheritance
DeviceLiveToolsDhcpLeaseGetResponse
Inherited Members

Constructors

DeviceLiveToolsDhcpLeaseGetResponse()

public DeviceLiveToolsDhcpLeaseGetResponse()

Properties

DhcpLeases

Results of the DHCP leases request

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpLeases")]
public List<DeviceLiveToolsDhcpLeaseGetResponseDhcpLease> DhcpLeases { get; set; }

Property Value

List<DeviceLiveToolsDhcpLeaseGetResponseDhcpLease>

DhcpLeasesId

Id of the DHCP leases request. Used to check the status of the request.

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

Property Value

string

Error

An error message for a failed execution

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

Property Value

string

Request

DHCP leases request parameters

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

Property Value

DeviceLiveToolsDhcpLeaseGetResponseRequest

Status

Status of the DHCP leases request. enum = ["complete", "failed", "new", "ready", "running", ...]

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

Property Value

string

Url

GET this url to check the status of your DHCP leases request.

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

Property Value

string