Table of Contents

Class LiveToolsCableTestRequest

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

Live Tools Cable Test Request

[DataContract]
public class LiveToolsCableTestRequest
Inheritance
LiveToolsCableTestRequest
Inherited Members

Properties

Ports

A list of ports for which to perform the cable test.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<string> Ports { get; set; }

Property Value

List<string>

Serial

Device serial number

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

Property Value

string