Table of Contents

Class ActionBatchCreationRequest

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

CreateOrganizationActionBatch

[DataContract]
public class ActionBatchCreationRequest
Inheritance
ActionBatchCreationRequest
Inherited Members

Properties

Actions

A set of changes to make as part of this action (<a href='https://developer.cisco.com/meraki/api/#/rest/guides/action-batches/'>more details</a>)

[DataMember(Name = "actions")]
public List<Action> Actions { get; set; }

Property Value

List<Action>

A set of changes to make as part of this action (<a href='https://developer.cisco.com/meraki/api/#/rest/guides/action-batches/'>more details</a>)

Callback

Details for the callback. Please include either an httpServerId OR url and sharedSecret

[DataMember(Name = "callback")]
public ActionBatchCreationRequestCallback? Callback { get; set; }

Property Value

ActionBatchCreationRequestCallback

Confirmed

Set to true for immediate execution. Set to false if the action should be previewed before executing. This property cannot be unset once it is true. Defaults to false.

[DataMember(Name = "confirmed")]
public bool? Confirmed { get; set; }

Property Value

bool?

Set to true for immediate execution. Set to false if the action should be previewed before executing. This property cannot be unset once it is true. Defaults to false.

Synchronous

Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch. Defaults to false.

[DataMember(Name = "synchronous")]
public bool? Synchronous { get; set; }

Property Value

bool?

Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch. Defaults to false.