EasyManuals Logo

Cisco UCS C Series Programmer's Guide

Cisco UCS C Series
138 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #55 background imageLoading...
Page #55 background image
< https/1.1 200 OK
< Server: Monkey
< Date: Wed, 24 Aug 2016 06:12:36 GMT
< Transfer-Encoding: Chunked
< X-Auth-Token: a81a53a75544d448d7544775d355840d
< Status: 201
< Content-Type: application/json
< Content-Length:143
<
{
"@odata.id":"/redfish/v1/SessionService/Sessions/117",
"Description":"Session of user: admin",
"Name":"User Session #117",
"Id":117
}
Accessing the Session Details
Request:
curl -GET https://10.10.10.10/redfish/v1/SessionService/Sessions --header 'Authorization:
OAuth
a81a53a75544d448d7544775d355840d' –insecure
{
"Members":[{
"@odata.id":"/redfish/v1/SessionService/Sessions/117"
},{
"@odata.id":"/redfish/v1/SessionService/Sessions/116"
},{
"@odata.id":"/redfish/v1/SessionService/Sessions/115"
},{
"@odata.id":"/redfish/v1/SessionService/Sessions/114"
}],
"@odata.type":"#SessionCollection.1.0.0.SessionCollection",
"@odata.id":"/redfish/v1/SessionService/Sessions",
"Name":"Session Collection",
"Members@odata.count":4,
"@odata.context":"/redfish/v1/$metadata#SessionService/Sessions"
}
Accessing Details of a Particular Session
Request:
curl -GET https://10.10.10.10/redfish/v1/SessionService/Sessions/117 --header 'Authorization:
OAuth
a81a53a75544d448d7544775d355840d' --insecure
{
"Id":"117",
"Name":"User Session #117",
"@odata.context":"/redfish/v1/$metadata#SessionService/Sessions/Member
s/$entity",
"Oem":{
"SessionType":"redfish",
"RemoteIP":"10.10.10.10"
},
"@odata.type":"#Session.1.0.0",
"UserName":"admin",
"@odata.id":"/redfish/v1/SessionService/Sessions/117",
"Description":"redfish session for user admin"
Cisco UCS C-Series Servers REST API Programmer's Guide
49
Cisco IMC REST API Examples
Examples of Server Tasks

Table of Contents

Other manuals for Cisco UCS C Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco UCS C Series and is the answer not in the manual?

Cisco UCS C Series Specifications

General IconGeneral
ProcessorIntel Xeon Scalable Processors
ManagementCisco Integrated Management Controller (CIMC)
MemoryDDR4
StorageNVMe
RAID SupportYes
NetworkMultiple Gigabit Ethernet and 10 Gigabit Ethernet options
Power SupplyRedundant power supply options
Operating System SupportVMware, Microsoft Windows, Linux
Form FactorRack Server

Related product manuals