Setting Dhcpv4 Attributes; Setting Dhcpv6 Attributes; Setting Ipv6 Attributes - Cisco UCS C Series Programmer's Manual

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

Advertisement

Examples of Server Tasks for 4.0(4)
"PowerControl":[
{
"PowerLimit":{
"CorrectionInMs":2000,
"LimitInWatts":350,
"LimitException":"LogEventOnly"
}
}]
}'

Setting DHCPv4 Attributes

Note
This is not applicable for S3260 M5 servers.
Request:
curl -XPATCH -k -u admin https://10.10.10.10/redfish/v1/Managers/CIMC/EthernetInterfaces/NICs
-d'
{
"DHCPv4": {
"UseDNSServers": false,
"UseGateway": false,
"DHCPEnabled": false,
"UseStaticRoutes": false
}
}

Setting DHCPv6 Attributes

Note
This is not applicable for S3260 M5 servers.
Request:
curl -XPATCH -k -u admin https://10.10.10.10/redfish/v1/Managers/CIMC/EthernetInterfaces/NICs
-d'
{"DHCPv6": {
}
}

Setting IPv6 Attributes

Note
This is not applicable for S3260 M5 servers.
Cisco UCS C-Series Servers REST API Programmer's Guide
128
"OperatingMode": "Stateful",
"UseDNSServers": true
Cisco IMC REST API Examples

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents