Table of Contents

Class ThousandEyesNetworkCreateRequest

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

ThousandEyes Network Create Request

[DataContract]
public class ThousandEyesNetworkCreateRequest
Inheritance
ThousandEyesNetworkCreateRequest
Inherited Members

Constructors

ThousandEyesNetworkCreateRequest()

public ThousandEyesNetworkCreateRequest()

Properties

Enabled

Whether or not the ThousandEyes agent is enabled for the network.

[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

NetworkId

Network that will have the ThousandEyes agent installed on.

[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

Tests

An array of tests to be created

[DataMember(Name = "tests")]
public List<ThousandEyesTest>? Tests { get; set; }

Property Value

List<ThousandEyesTest>