Initial commit
This commit is contained in:
commit
1b51716d1b
72 changed files with 8204 additions and 0 deletions
9
tests/redfish_json/power_states_allowed.json
Normal file
9
tests/redfish_json/power_states_allowed.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Actions":{
|
||||
"#ComputerSystem.Reset":{
|
||||
"ResetType@Redfish.AllowableValues":[
|
||||
"On", "ForceOff", "ForceRestart", "GracefulShutdown", "PushPowerButton", "Nmi"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue