Getting Dhcp And Ntp In Managernetworkprotocol; Retrieving Memory Collection - 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

Getting DHCP and NTP in ManagerNetworkProtocol

Request:
curl -k -u admin:password https://10.10.10.10/redfish/v1/Managers/CIMC/ManagerNetworkProtocol
Response:
{
"FQDN":"svbu-qa-blr-dn1-103-bmc",
"SNMP":{
"ProtocolEnabled":false,
"Port":161
},
"Id":"ManagerNetworkProtocol",
"@odata.context":"/redfish/v1/$metadata#Managers/Members/$entity/ManagerNetworkProtocol",
"HostName":"svbu-qa-blr-dn1-103-bmc",
"VirtualMedia":{
"ProtocolEnabled":true,
"Port":2068
},
"Description":"Manager Network Service",
"KVMIP":{
"ProtocolEnabled":true,
"Port":2068
},
"HTTP":{
"ProtocolEnabled":true,
"Port":80
},
"DHCP":{
"ProtocolEnabled":false,
"Port":"null"
},
"HTTPS":{
"ProtocolEnabled":true,
"Port":443
},
"SSH":{
"ProtocolEnabled":true,
"Port":22
},
"@odata.type":"#ManagerNetworkProtocol.1.0.0",
"IPMI":{
"ProtocolEnabled":true,
"Port":623
},
"Name":"Manager Network Protocol",
"@odata.id":"/redfish/v1/Managers/CIMC/ManagerNetworkProtocol",
"NTP":{
"ProtocolEnabled":false,
"Port":123,
"NTPServers":[" "," "," "," "]
}
}

Retrieving Memory Collection

Request:
Cisco UCS C-Series Servers REST API Programmer's Guide
Examples of Server Tasks for 3.1(3)
71

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents