Retrieve the Layer-2 Fallback status for any current device or device group on the
SMS.
Definition
deviceAdmin/getFallback
Parameters
| Parameter | Type | Description |
| deviceName | string | Required. Device that will return the Layer-2 Fallback status. |
| deviceGroupName | string | Optional. Device group name that will return a comma-delimited list that shows the Layer-2 Fallback status for each device in the device group. |
Example
curl -k --header "X-SMS-API-KEY: <string>" "https://<sms_server>/deviceAdmin/ getFallback?deviceGroupName=exampleDeviceGroupName"
