"PowerControl":[
{
"PowerLimit":{
"CorrectionInMs":2000,
"LimitInWatts":350,
"LimitException":"LogEventOnly"
}
}]
}'
Setting DHCPv4 Attributes
This is not applicable for S3260 M5 servers.
Note
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
This is not applicable for S3260 M5 servers.
Note
Request:
curl -XPATCH -k -u admin https://10.10.10.10/redfish/v1/Managers/CIMC/EthernetInterfaces/NICs
-d'
{"DHCPv6": {
"OperatingMode": "Stateful",
"UseDNSServers": true
}
}
Setting IPv6 Attributes
This is not applicable for S3260 M5 servers.
Note
Cisco UCS C-Series Servers REST API Programmer's Guide
128
Cisco IMC REST API Examples
Examples of Server Tasks for 4.0(4)