Developers Guide

Table Of Contents
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#DeviceService.InventoryDetail",
"@odata.type": "#DeviceService.InventoryDetail",
"@odata.id": "/api/DeviceService/Devices(12458)/
InventoryDetails('deviceManagement')",
"InventoryType": "deviceManagement",
"InventoryInfo": [
{
"ManagementId": 7353,
"IpAddress": "100.69.115.107",
"MacAddress": "d0:94:66:2a:00:6a",
"ManagementType": {
"Name": "PUBLIC",
"Description": "Public Management Interface",
"ManagementType": 2
},
"InstrumentationName": "WIN-02GODDHDJTC",
"DnsName": "iDRAC-SJSTN01",
"EndPointAgents": [
{
"ManagementProfileId": 7393,
"ProfileId": "",
"AgentName": "iDRAC",
"HasCreds": 2,
"Version": "3.20.20.20",
"ManagementURL": "https://100.69.115.107:443",
"Status": 1000,
"StatusDateTime": "09-28-2020 15:00:00.000"
}
]
}
]
}
/api/DeviceService/Devices(Id)/
Settings('ReplicableChassisConfigurations')
This URI retrieves the chassis time and alert destination settings and applies the settings to the IOM.
PUT method to retrieve chassis time and alert destination settings
This method retrieves the chassis and alert destinations settings.
Description
Retrieves the chassis and alert destinations settings and applies the settings to the IOMs.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example request
body
{
"SettingType":"ReplicableChassisConfigurations",
"Configurations":[
{
"Type":"AlertDestination",
"Replicate":true
},
{
334 Devices