-
Notifications
You must be signed in to change notification settings - Fork 2
Container Schema
johndavidge edited this page Oct 18, 2013
·
4 revisions
{
"container": {
"name": "Example",
"routers": [
{
"name: "Router 1",
"temp_id": "1",
"endpoint": true,
"networks": [
{
"temp_id": "1"
}
]
}
],
"networks": [
{
"name": "Network 1",
"cidr": "random",
"temp_id": "2",
"endpoint": false
}
],
"vms": [
{
"temp_id": "3",
"name": "Database",
"endpoint": false,
"image name": "cirros-0.3.0-x86_64-uec",
"image id": "bfeb60d6-8ac8-4fc3-9aef-88939aa7578b",
"flavor": "1",
"networks": [
{
"temp_id": "1"
}
]
}
],
"containers": [
{
"temp_id": "1",
"endpoints": [
{
"endpoint_id": "1",
"connected_id": "2"
}
]
}
]
}
}