Reference Guide

Table Of Contents
"$metadata#Collection(DeviceService.SubSystemHealthFaultModel)",
"@odata.count": 8,
"value": [
{
"SubSystem": "System",
"RollupStatus": "1000"
},
{
"SubSystem": "SEL/Misc",
"RollupStatus": "2000"
},
{
"SubSystem": "Battery",
"RollupStatus": "1000"
},
{
"SubSystem": "Voltage",
"RollupStatus": "1000"
},
{
"SubSystem": "Current",
"RollupStatus": "1000"
},
{
"SubSystem": "Processor",
"RollupStatus": "2000"
},
{
"SubSystem": "Memory",
"RollupStatus": "2000"
},
{
"SubSystem": "Temperature",
"RollupStatus": "1000"
}
]
}
/api/DeviceService/Devices(Id)/RecentActivity
This URI represents the recent activities for a specific device.
GET method for RecentActivity
This method returns the recent activities for a specific device.
Description
Returns the recent activities for a specific device.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context":
"$metadata#Collection(DeviceService.ExecutionHistoryDetailModel)",
"@odata.count": 2,
"value": [
{
"Id": 953,
"Progress": "100",
"StartTime": "2017-09-06 05:12:29.650",
"EndTime": "2017-09-06 05:12:30.847",
"TaskStatusId": 2060,
"Key": "WIN-02GODDHDJTC",
Devices 317