{
"host": {
"ip": "string",
"password": "string",
"username": "string"
}
}
curl --location --request POST 'https://example.com:30888/hosts/validate-ipmi' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"ip": "string",
"password": "string",
"username": "string"
}
}'
{
"host": {
"ipmi_system_info": null,
"is_redfish_supported": true,
"redfish_system_info": {
"info": null,
"path": "string"
}
}
}