Table of Contents

Class SmShutdownRequest

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

SmShutdownRequest

[DataContract]
public class SmShutdownRequest
Inheritance
SmShutdownRequest
Inherited Members

Constructors

SmShutdownRequest()

public SmShutdownRequest()

Properties

Ids

The ids of the endpoints to be shutdown.

[DataMember(Name = "ids")]
public List<string>? Ids { get; set; }

Property Value

List<string>

Scope

The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the endpoints to be shutdown.

[DataMember(Name = "scope")]
public List<string>? Scope { get; set; }

Property Value

List<string>

Serials

The serials of the endpoints to be shutdown.

[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }

Property Value

List<string>

WifiMacs

The wifiMacs of the endpoints to be shutdown.

[DataMember(Name = "wifiMacs")]
public List<string>? WifiMacs { get; set; }

Property Value

List<string>