MSFT OCS ChassisManager v2.0 REST API client https://github.com/MSOpenTech/ChassisManager
Bases: object
Returns whether a blade’s chipset is receiving power (soft-power).
Parameters: | blade_id – the blade id |
---|---|
Returns: | one of: POWER_STATUS_ON, POWER_STATUS_OFF |
Raises: | MSFTOCSClientApiException |
Returns the next boot device configured for a given blade.
Parameters: | blade_id – the blade id |
---|---|
Returns: | one of: BOOT_TYPE_UNKNOWN, BOOT_TYPE_NO_OVERRIDE, BOOT_TYPE_FORCE_PXE, BOOT_TYPE_FORCE_DEFAULT_HDD, BOOT_TYPE_FORCE_INTO_BIOS_SETUP, BOOT_TYPE_FORCE_FLOPPY_OR_REMOVABLE |
Raises: | MSFTOCSClientApiException |
Shuts down a given blade (soft-power state).
Parameters: | blade_id – the blade id |
---|---|
Raises: | MSFTOCSClientApiException |
Supplies power to a blade chipset (soft-power state).
Parameters: | blade_id – the blade id |
---|---|
Raises: | MSFTOCSClientApiException |
Performs a soft reboot of a given blade.
Parameters: |
|
---|---|
Raises: | MSFTOCSClientApiException |
Sets the next boot device for a given blade.
Parameters: |
|
---|---|
Raises: | MSFTOCSClientApiException |