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 #40 background imageLoading...
Page #40 background image
Viewing Session Service
Request:
curl -GET https://10.10.10.10/redfish/v1/SessionService -k -u
admin:Admin123
{
"@odata.type":"#SessionService.1.0.0",
"@odata.id":"/redfish/v1/SessionService",
"Sessions":{
"@odata.id":"/redfish/v1/SessionService/Sessions"
},
"Name":"Session Service",
"@odata.context":"/redfish/v1/$metadata#SessionService"
}
Sessions
Request:
curl -GET https://10.10.10.10/redfish/v1/SessionService/Sessions -k -u
admin:Admin123
{
"Members":[],
"@odata.type":"#SessionCollection.1.0.0.SessionCollection",
"@odata.id":"/redfish/v1/SessionService/Sessions",
"Name":"Session Collection",
"Members@odata.count":0,
"@odata.context":"/redfish/v1/$metadata#SessionService/Sessions"
}
Viewing Server ID
Request:
curl -GET https://10.10.10.10/redfish/v1/Systems -k -u admin:Admin123
{
"Members":[{
"@odata.id":"/redfish/v1/Systems/FCH2005V1EN"
}],
"@odata.type":"#Cisco_ComputerSystemCollection",
"@odata.id":"/redfish/v1/Systems",
"Name":"Computer System Collection",
"@odata.context":"/redfish/v1/$metadata#Systems"
}
Viewing Specific System information
Request:
curl -GET https://10.10.10.10/redfish/v1/Systems/FCH2005V1EN -k -u
admin:Admin123
{
"SerialNumber":"FCH2005V1EN",
"Boot":{
"BootSourceOverrideEnabled":"Disabled",
"BootSourceOverrideTarget":"None"
},
"Id":"FCH2005V1EN",
Cisco UCS C-Series Servers REST API Programmer's Guide
34
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