Table of Contents

Class LiveToolsThroughputTest

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

Live Tools Throughput Test

[DataContract]
public class LiveToolsThroughputTest
Inheritance
LiveToolsThroughputTest
Inherited Members

Properties

Error

Description of the error.

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

Property Value

string

Request

The parameters of the throughput test request

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

Property Value

LiveToolsThroughputTestRequest

Result

Result of the throughput test request

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "result")]
public LiveToolsThroughputTestResult Result { get; set; }

Property Value

LiveToolsThroughputTestResult

Status

Status of the throughput test request

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

Property Value

string

ThroughputTestId

ID of throughput test job

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

Property Value

string

Url

GET this url to check the status of your throughput test request

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

Property Value

string