redfish-cli/tests/redfish_json/power_states_allowed.json
2023-09-11 20:22:22 +10:00

9 lines
229 B
JSON

{
"Actions":{
"#ComputerSystem.Reset":{
"ResetType@Redfish.AllowableValues":[
"On", "ForceOff", "ForceRestart", "GracefulShutdown", "PushPowerButton", "Nmi"
]
}
}
}