45 lines
988 B
JSON
45 lines
988 B
JSON
{
|
|
"servers":[
|
|
{
|
|
"id":1234,
|
|
"name":"sample-server",
|
|
"imageId":1,
|
|
"flavorId":1,
|
|
"hostId":"e4d909c290d0fb1ca068ffaddf22cbd0",
|
|
"status":"BUILD",
|
|
"progress":60,
|
|
"addresses":{
|
|
"public":[
|
|
"67.23.10.132",
|
|
"67.23.10.131"
|
|
],
|
|
"private":[
|
|
"10.176.42.16"
|
|
]
|
|
},
|
|
"metadata":{
|
|
"Server Label":"Web Head 1",
|
|
"Image Version":"2.1"
|
|
}
|
|
},
|
|
{
|
|
"id":5678,
|
|
"name":"sample-server2",
|
|
"imageId":1,
|
|
"flavorId":1,
|
|
"hostId":"9e107d9d372bb6826bd81d3542a419d6",
|
|
"status":"ACTIVE",
|
|
"addresses":{
|
|
"public":[
|
|
"67.23.10.133"
|
|
],
|
|
"private":[
|
|
"10.176.42.17"
|
|
]
|
|
},
|
|
"metadata":{
|
|
"Server Label":"DB 1"
|
|
}
|
|
}
|
|
]
|
|
} |