Networks

Module: Networks

Methods

(static) createNetwork(orgId, data)

Create a network

Parameters
Name Type Description
orgId *
data *

(static) deleteNetwork(netId)

Delete a network

Parameters
Name Type Description
netId *

(static) getAccessPolicies(netId)

Return access policies for a network of switches

Parameters
Name Type Description
netId *

(static) getAirmarshal(netId, timespan)

Return Air Marshal scan results from a network

Parameters
Name Type Description
netId *
timespan *

(static) getBluetoothSettings(netId)

Return the bluetooth settings for a network (MR)

Parameters
Name Type Description
netId *

(static) getNetwork(netId)

Return a network

Parameters
Name Type Description
netId *

(static) getTraffic(netId, timespan)

Return traffic for a network

Parameters
Name Type Description
netId *
timespan *

(static) updateBluetoothSettings(netId)

Update the bluetooth settings for a network (MR)

Parameters
Name Type Description
netId *

(static) updateNetwork(netId, data)

Update a network

Parameters
Name Type Description
netId *
data *