blob: 435161697a658f3d41a1fab1e4c26371cfccc477 [file] [log] [blame]
{
"type": "object",
"required": [
"nodes"
],
"properties": {
"nodes": {
"type": "array",
"items": {
"type": "object",
"required": [
"hostname",
"type",
"managementIp",
"dataIp",
"integrationBridge"
],
"properties": {
"hostname": {
"type": "string",
"example": "host1"
},
"type": {
"type": "string",
"example": "GATEWAY"
},
"managementIp": {
"type": "string",
"example": "10.10.10.1"
},
"dataIp": {
"type": "string",
"example": "20.20.20.2"
},
"integrationBridge": {
"type": "string",
"example": "of:0000000000000001"
}
}
}
}
}
}