Retrieving Details Of A Specific Sel Entry; Retrieving Manager Details - Cisco UCS C Series Programmer's Manual

Rest api
Hide thumbs Also See for UCS C Series:
Table of Contents

Advertisement

Cisco IMC REST API Examples
{
"@odata.id":"/redfish/v1/Managers/1/LogSerivce/SEL/Entries/1202",
},{
"@odata.id":"/redfish/v1/Managers/1/LogSerivce/SEL/Entries/1201",
"@odata.id":"/redfish/v1/Chassis/1/LogServices/SEL/Entries",
}

Retrieving Details of a Specific SEL Entry

Request:
curl -GET
https://10.10.10.10/redfish/v1/Chassis/1/LogServices/SEL/Entries/120
1 -k -u admin:Admin123
{
"@odata.id":"/redfish/v1/Chassis/1/LogServices/SEL/Entries/1201",
"EntryType":"SEL",
"Message":"LED_PSU_STATUS: Platform sensor, GREEN was asserted",
"@odata.context":"/redfish/v1/$metadata#Chassis/Members/$entity/LogSer
vices/Members/$entity/Entries/Members/$entity",
"@odata.type":"#LogEntry.1.0.0",
"Severity":"Informational",
"Id":"1201",
"Created":"2016-04-08 05:21:44 "
}

Retrieving Manager Details

Request:
curl -GET https://10.10.10.10/redfish/v1/Managers -k -u admin:Admin123
{
"Members":[{
"@odata.id":"/redfish/v1/Managers/CIMC"
}],
"@odata.type":"#Manager.1.0.0.ManagerCollection",
"@odata.id":"/redfish/v1/Managers",
"Name":"Manager Collection",
"@odata.context":"/redfish/v1/$metadata#Managers"
}
.
"Id":"1202",
"EntryType":"SEL",
"Severity":"Normal",
"Message":"Node Manager: Operational Capabilities, Policy
Interface:Available Monitoring:Available Power Limiting:Available ",
"Created":"2016-08-23 02:07:29 "
"Id":"1201",
"EntryType":"SEL",
"Severity":"Informational",
"Message":"LED_HLTH_STATUS: Platform sensor, FAST BLINK event
was deasserted",
"Created":"2016-08-23 02:07:04 "
}],
"@odata.count":"1250",
"@odata.type":"#LogEntry.1.0.0.LogEntryCollection",
"@odata.context":"/redfish/v1/$metadata#Chassis/Members/$entity/LogSer
vices/Members/$entity/Entries"
Cisco UCS C-Series Servers REST API Programmer's Guide
Examples of Server Tasks
19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents