Configuring Power Modes
Configuring Power Supply Redundancy Mode As Combined (Forced)
Configuring Power Supply Redundancy Mode As Combined (Forced)
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "comb-force"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>comb-force</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
power redundancy-mode combined force
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Power Supply Redundancy Mode As Combined (Forced)
Deleting Power Supply Redundancy Mode As Combined (Forced)
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no power redundancy-mode combined force
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Power Supply Redundancy Mode As Combined
Configuring Power Supply Redundancy Mode As Combined
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "comb"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>comb</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
power redundancy-mode combined
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Power Supply Redundancy Mode As Combined
Deleting Power Supply Redundancy Mode As Combined
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no power redundancy-mode combined
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Power Supply Redundancy Mode As Input Source Redundant
Configuring Power Supply Redundancy Mode As Input Source Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "insrc-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>insrc-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
power redundancy-mode insrc-redundant
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Power Supply Redundancy Mode Configured As Input Source Redundant
Deleting Power Supply Redundancy Mode Configured As Input Source Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no power redundancy-mode insrc-redundant
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Power Supply Redundancy Mode As PS Redundant
Configuring Power Supply Redundancy Mode As PS Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
power redundancy-mode ps-redundant
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Power Supply Redundancy Mode As PS Redundant
Deleting Power Supply Redundancy Mode As PS Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no power redundancy-mode ps-redundant
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/media/dme/index.html
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html