Table of Contents

Class LiveToolsCableTestCreate

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

Live Tools Cable Test Create

[DataContract]
public class LiveToolsCableTestCreate
Inheritance
LiveToolsCableTestCreate
Inherited Members

Properties

Callback

Details for the callback. Please include either an httpServerId OR url and sharedSecret

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

Property Value

LiveToolsCableTestCreateCallback

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>