Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

OpenManage Enterprise Version 3.4 and OpenManage Enterprise - Modular Edition Version 1.20.00 RESTful API Guide

PDF

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 response body

{
    "@odata.context": "/api/$metadata#Collection(DeviceService.DeviceSettingsMetadata)",
    "@odata.count": 24,
    "value": [
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 1000,
            "Property": "redundancyPolicy",
            "Key": "NO_REDUNDANCY",
            "Value": "No Redundancy",
            "Description": "Redundancy policy type is No redundancy"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 2000,
            "Property": "redundancyPolicy",
            "Key": "GRID_REDUNDANCY",
            "Value": "GRID Redundancy",
            "Description": "Redundancy policy type is GRID redundancy"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 5000,
            "Property": "dhcpProvisioning",
            "Key": "DISABLED",
            "Value": "Disabled",
            "Description": "Dhcp Provisioning is disable"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 6000,
            "Property": "dhcpProvisioning",
            "Key": "ENABLE_ONCE",
            "Value": "Enable Once",
            "Description": "Dhcp Provisioning is enable once"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 7000,
            "Property": "dhcpProvisioning",
            "Key": "ENABLE_ONCE_AFTER_RESET",
            "Value": "Enable Once After Reset",
            "Description": "Dhcp Provisioning is enable once after reset"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 8000,
            "Property": "networkSpeed",
            "Key": "10_MB",
            "Value": "10 MB",
            "Description": "Network speed is 10 MB"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 9000,
            "Property": "networkSpeed",
            "Key": "100_MB",
            "Value": "100 MB",
            "Description": "Network speed is 100 MB"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 11000,
            "Property": "quickSyncAccess",
            "Key": "DISABLED",
            "Value": "Disabled",
            "Description": "QuickSyncAccess is disabled"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 12000,
            "Property": "quickSyncAccess",
            "Key": "READ_ONLY",
            "Value": "Read Only",
            "Description": "QuickSyncAccess is read only"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 13000,
            "Property": "quickSyncAccess",
            "Key": "READ_WRITE",
            "Value": "Read-Write",
            "Description": "QuickSyncAccess is read write"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 14000,
            "Property": "timeoutLimitUnit",
            "Key": "SECONDS",
            "Value": "Seconds",
            "Description": "Time out limit unit is seconds"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 15000,
            "Property": "timeoutLimitUnit",
            "Key": "MINUTES",
            "Value": "Minutes",
            "Description": "Time out limit unit is minutes"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 16000,
            "Property": "lcdAccess",
            "Key": "DISABLED",
            "Value": "Disabled",
            "Description": "LCD access is disabled"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 17000,
            "Property": "lcdAccess",
            "Key": "VIEW_ONLY",
            "Value": "View Only",
            "Description": "LCD access is view only"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 18000,
            "Property": "lcdAccess",
            "Key": "VIEW_AND_MODIFY",
            "Value": "View and Modify",
            "Description": "LCD access is view and modify"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19000,
            "Property": "redundancyPolicy",
            "Key": "PSU_REDUNDANCY",
            "Value": "PSU Redundancy",
            "Description": "Redundancy policy type is PSU redundancy"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19001,
            "Property": "rapidOnPrimaryGrid",
            "Key": "GRID_1",
            "Value": "Grid 1",
            "Description": "Primary Grid 1"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19002,
            "Property": "rapidOnPrimaryGrid",
            "Key": "GRID_2",
            "Value": "Grid 2",
            "Description": "Primary Grid 2"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19003,
            "Property": "lcdLanguage",
            "Key": "en",
            "Value": "English",
            "Description": "English"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19004,
            "Property": "lcdLanguage",
            "Key": "fr",
            "Value": "French",
            "Description": "French"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19005,
            "Property": "lcdLanguage",
            "Key": "de",
            "Value": "German",
            "Description": "German"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19006,
            "Property": "lcdLanguage",
            "Key": "es",
            "Value": "Spanish",
            "Description": "Spanish"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19007,
            "Property": "lcdLanguage",
            "Key": "ja",
            "Value": "Japanese",
            "Description": "Japanese"
        },
        {
            "@odata.type": "#DeviceService.DeviceSettingsMetadata",
            "Id": 19008,
            "Property": "lcdLanguage",
            "Key": "zh",
            "Value": "Chinese",
            "Description": "Chinese"
        }
    ]
}

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\