d4233e52a9
This patch updates API reference to contain the changes made by the feature of exposing conductors. Story: 1724474 Task: 28064 Change-Id: I47dbea2cda1cc0ad73786fe3fe9b80850e1cf289
34 lines
777 B
JSON
34 lines
777 B
JSON
{
|
|
"conductors": [
|
|
{
|
|
"hostname": "compute1.localdomain",
|
|
"conductor_group": "",
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/conductors/compute1.localdomain",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:6385/conductors/compute1.localdomain",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"alive": false
|
|
},
|
|
{
|
|
"hostname": "compute2.localdomain",
|
|
"conductor_group": "",
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/conductors/compute2.localdomain",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:6385/conductors/compute2.localdomain",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"alive": true
|
|
}
|
|
]
|
|
} |