API Guide

Table Of Contents
"Description": "Slot type is unknown."
},
{
"SlotType": 2000,
"SlotName": "Sled Slot",
"Description": "This is Sled Slot type."
},
{
"SlotType": 3000,
"SlotName": "Fan Slot",
"Description": "This is Fan Slot type."
},
{
"SlotType": 4000,
"SlotName": "IO Module Slot",
"Description": "This is IO Module Slot type."
},
{
"SlotType": 5000,
"SlotName": "Chassis Manager Slot",
"Description": "This is Chassis Manager Slot type."
},
{
"SlotType": 6000,
"SlotName": "PSU Slot",
"Description": "This is PSU Slot type."
}
]
}
/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
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",
Devices 281