Retrieving Details Of A Specific Sel Entry - 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
}
},
"ServiceEntryPointUUID":"5C67BE5B-DA03-4067-A9DD-1DC9128A8E18",
"DateTime":"Sat Jan 20 18:26:34 2018",
"@odata.type":"#Manager.1.0.0.Manager",
"GraphicalConsole":{
"MaxConcurrentSessions":4,
"ConnectTypesSupported":["KVMIP","WebUI"],
"ServiceEnabled":false
},
"CommandShell":{
"MaxConcurrentSessions":4,
"ConnectTypesSupported":["SSH","IPMI","XML API"],
"ServiceEnabled":true
},
"SerialConsole":{
"MaxConcurrentSessions":4,
"ConnectTypesSupported":["SSH","IPMI","XML API"],
"ServiceEnabled":true
},
"Model":"UCSC-C220-M5SX",
"EthernetInterfaces":{
"@odata.id":"/redfish/v1/Managers/CIMC/EthernetInterfaces"
}
}

Retrieving Details of a Specific SEL Entry

Request:
curl -k -u admin:xxxx https://10.10.10.10/redfish/v1/Managers/CIMC/LogServices/SEL/Entries/1
Response:
{
"EntryCode":"State Asserted",
"EventTimestamp":"2018-07-17 23:38:32 ",
"Id":"1",
"EntryType":"SEL",
"Name":"Log Entry 1",
"@odata.context":"/redfish/v1/$metadata#Managers/Members/$entity/LogServices/Members/$entity/Entries/Members/$entity",
"EventType":"StatusChange",
"@odata.type":"#LogEntry.1.0.0",
"EventId":"1",
"Message":"FRU_RAM SEL_FULLNESS: Event Log sensor for FRU_RAM, Log Area Reset/Cleared was
asserted",
"Description":"Log Entry 1",
"Severity":"Normal",
"@odata.id":"/redfish/v1/Managers/CIMC/LogServices/SEL/Entries/1",
"Created":"2018-07-17 23:38:32 "
}
"Protocol@Redfish.AllowableValues":["TFTP","SCP","SFTP","FTP","HTTP"],
"Target":"/redfish/v1/Managers/CIMC/Actions/Oem.BmcTechSupportExport",
"RemoteUsername@Redfish.AllowableValues":["Remote Server Username"],
"RemotePath@Redfish.AllowableValues":["Valid Remote Share Path"],
"RemoteHostname@Redfish.AllowableValues":["Valid Hostname/IP Address"],
"RemotePassword@Redfish.AllowableValues":["Remote Server Password"]
Cisco UCS C-Series Servers REST API Programmer's Guide
Examples of Server Tasks for 3.1(3)
57

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents