Developers Guide

Table Of Contents
/api/DeviceService/Actions/DeviceService/
Devices(Id)Actions/DeviceService.GetComputeIPs
This API represents the IPv4 and IPv6 details for the specified compute device ID.
POST method for /api/DeviceService/Actions/DeviceService/
Devices(Id)Actions/DeviceService.GetComputeIPs
This method represents the IPv4 and IPv6 details for the specified compute device ID.
Description Returns details of a job type.
Privilege VIEW
HTTP response
codes
201
Example
response body
{
"OperationName": "GET_IDRAC_CURRENT_IP_ADDRESSES",
"ResponseKey": "SERVER_IP_ADDRESSES_MAP"
}
/api/DeviceService/DeviceSummary
This URI represents the summary of the devices statuses. In the response, devices of the same type are grouped.
GET method for DeviceSummary
This method returns the summary of device statuses.
Description
Returns the summary of device statuses.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(DeviceService.DeviceSummary)",
"@odata.count": 6,
"value": [
{
"@odata.id": "/api/DeviceService/DeviceSummary(1000)",
"DeviceType": 1000,
"TotalCount": 2,
"DeviceStatusSummary": [
{
"StatusType": 1000,
"Count": 1
},
{
"StatusType": 2000,
"Count": 0
},
{
"StatusType": 3000,
"Count": 0
},
{
Devices 355