Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 1.45 KB

reference_element_api_enablebmccoldreset.adoc

File metadata and controls

80 lines (63 loc) · 1.45 KB
permalink sidebar keywords summary
api/reference_element_api_enablebmccoldreset.html
sidebar
BMC cold reset,BMC reset,enable BMC
You can use the EnableBmcColdReset method to enable a background task that periodically resets the Baseboard Management Controller \(BMC\) for all nodes in the cluster.

EnableBmcColdReset

You can use the EnableBmcColdReset method to enable a background task that periodically resets the Baseboard Management Controller (BMC) for all nodes in the cluster.

Parameter

This method has the following input parameter:

Name Description Type Default value Required

timeout

The time between BMC reset operations, in minutes.

integer

20160 minutes

No

Return values

This method has the following return value:

Name Description Type

cBmcResetDurationMinutes

Returns the time between reset intervals. The interval should always be 0 after the command completes.

integer

Request example

Requests for this method are similar to the following example:

{
    "method": "EnableBmcColdReset",
    "params": {
                "timeout": 36000
    },
    "id": 1
}

Response example

This method returns a response similar to the following example:

{
    "id": 1,
    "result": {
        "cBmcResetDurationMinutes": 36000
    }
}

New since version

12.0