Table of Contents

Class LiveToolsThroughputTestCreateResponse

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

Live Tools Throughput Test Create Response

[DataContract]
public class LiveToolsThroughputTestCreateResponse
Inheritance
LiveToolsThroughputTestCreateResponse
Inherited Members

Properties

Callback

Information for callback used to send back results

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

Property Value

LiveToolsThroughputTestCreateResponseCallback

Error

Description of the error.

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

Property Value

string

Id

ID of throughput test job

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

Property Value

string

Request

The parameters of the throughput test request

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

Property Value

LiveToolsThroughputTestCreateResponseRequest

Result

Information for callback used to send back results

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

Property Value

LiveToolsThroughputTestCreateResponseResult

Status

Status of the throughput test 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 throughput test request

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

Property Value

string