Property
ipmi
| Property Name | Type | Description | Required |
|---|---|---|---|
| level | array of string | ||
| oemid | integer | ||
| password_auth | array of string | ||
| user_auth | array of string | ||
| version | string |
↑ TopSearch Queries
↑ TopExample
{
"user_auth": [
"md5",
"md2"
],
"version": "IPMI-2.0",
"password_auth": [
"auth_user",
"non_null_user"
],
"level": [
"1.5",
"2.0"
]
}