Views:
Place a device or device group into or out of Layer-2 Fallback.

Definition

deviceAdmin/setFallback

Parameters

Parameter Type Description
deviceName string Required. Name of the device that will be put into or out of Layer-2 Fallback status.
deviceGroupName string Optional. Comma-delimited list that contains the names of the devices within the device group that will be put into or out of Layer-2 Fallback.
L2FB boolean Required. Represents the Layer-2 Fallback status that the device or device group will be set to.
  • true
  • false

Example

curl -X POST -k --header "X-SMS-API-KEY: <string>" "https://<sms_server>/deviceAdmin/setFallback?
deviceName=exampleTpsDevice&L2FB=true"