Table of Contents

Class LiveToolsThroughputTestCallbackPayloadMessage

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

Live Tools Throughput Test Callback Payload Message

[DataContract]
public class LiveToolsThroughputTestCallbackPayloadMessage
Inheritance
LiveToolsThroughputTestCallbackPayloadMessage
Inherited Members

Properties

Error

Description of the error.

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

Property Value

string

Request

The parameters of the throughput test request

[DataMember(Name = "request")]
public LiveToolsThroughputTestCallbackPayloadMessageRequest? Request { get; set; }

Property Value

LiveToolsThroughputTestCallbackPayloadMessageRequest

Result

Result of the throughput test request

[DataMember(Name = "result")]
public LiveToolsThroughputTestCallbackPayloadMessageResult? Result { get; set; }

Property Value

LiveToolsThroughputTestCallbackPayloadMessageResult

Status

Status of the throughput test request

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

Property Value

string

ThroughputId

ID of throughput test job

[DataMember(Name = "throughputTestId")]
public string? ThroughputId { get; set; }

Property Value

string

Url

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

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

Property Value

string