Skip to main content

POST– Memory Instance

Dependence

These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.

Request

POST https://{{ip}}/redfish/v1/Systems/{{Systems_instance}}/Memory/{{memory_instance}}/Actions/AmiBios.ChangeState
Content-Type: application/json

POST Action for Memory Instance AmiBios.ChangeState will be available only with HostInterface support in Redfish.

Request body

{
"State": "Disabled"
}

If all the memory instances are disabled, the Host System will not bootup in the next boot.

Response

The response status is 204 with no body. For Error Responses, please refer to Error Response.