API Guide

Table Of Contents
HTTP response
codes
200
Example
Input:
/api/DeviceService/Devices(25004)/InventoryDetails('deviceSoftware')
Output:
{
"@odata.context": "/api/$metadata#DeviceService.InventoryDetail/
$entity",
"@odata.type": "#DeviceService.InventoryDetail",
"@odata.id": "/api/DeviceService/Devices(25009)/
InventoryDetails('deviceSoftware')",
"InventoryType": "deviceSoftware",
"InventoryInfo":
[
{"Version": "0.3.0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "BIOS",},
{"Version": "3.20.20.20", "InstallationDate":
"2017-07-13T00:00:00Z", "Status": "Installed",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "3.36", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "FRMW",},
{"Version": "3.20.20.20", "InstallationDate":
"2017-07-13T00:00:00Z", "Status": "Installed",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "0.2.5", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "FRMW",}
]
}
/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
Input:
{
"SettingType":"ReplicableChassisConfigurations",
"Configurations":[
{
"Type":"AlertDestination",
"Replicate":true
},
{
"Type":"TimeConfigurations",
"Replicate":true
188 Devices