API Guide

Table Of Contents
/api/DeviceService/DeviceSettingsMetadata
This URI represents the settings metadata.
GET method for DeviceSettingsMetadata
This method returns a list of device-settings metadata.
Description Returns a list of settings metadata.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context":
"$metadata#Collection(DeviceService.DeviceSettingsMetadata)",
"@odata.count": 19,
"value": [
{
"Id": 1000,
"Property": "redundancyPolicy",
"Key": "NO_REDUNDANCY",
"Value": "No Redundancy",
"Description": "Redundancy policy type is No redundancy"
},
{
"Id": 2000,
"Property": "redundancyPolicy",
"Key": "GRID_REDUNDANCY",
"Value": "GRID Redundancy",
"Description": "Redundancy policy type is GRID redundancy"
},
{
"Id": 3000,
"Property": "duplexMode",
"Key": "HALF",
"Value": "Half",
"Description": "Duplex Mode is half."
},
{
"Id": 4000,
"Property": "duplexMode",
"Key": "FULL",
"Value": "Full",
"Description": "Duplex Mode is full."
},
{
"Id": 5000,
"Property": "dhcpProvisioning",
"Key": "DISABLED",
"Value": "Disabled",
"Description": "Dhcp Provisioning is disable"
},
{
"Id": 6000,
"Property": "dhcpProvisioning",
"Key": "ENABLE_ONCE",
"Value": "Enable Once",
"Description": "Dhcp Provisioning is enable once"
},
{
"Id": 7000,
"Property": "dhcpProvisioning",
208
Devices