UNPKG

on-http-y1

Version:
37 lines (36 loc) 1.15 kB
{ "title": "dell-wsman-obm-service", "definitions": { "Obm": { "description": "DELL WSMAN OBM settings", "type": "object", "properties": { "nodeId": { "type": "string" }, "service": { "type": "string" }, "config": { "type": "object", "properties": { "host": { "description": "iDRAC address", "type": "string" }, "user": { "description": "iDRAC username", "type": "string" }, "password": { "description": "iDRAC password", "type": "string" } }, "required": ["host", "user", "password"] } }, "required": ["service", "config"] } } }