
This change adds a new microversion to expose virtual device tags for volumes and ports attached to a server. Implements blueprint expose-virtual-device-tags-in-rest-api Change-Id: I09420ff7134874dfe4dc399931c7740e81ecc2d0
9 lines
260 B
JSON
9 lines
260 B
JSON
{
|
|
"volumeAttachment": {
|
|
"device": "/dev/sdd",
|
|
"id": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
|
|
"serverId": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
|
|
"tag": "foo",
|
|
"volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f803"
|
|
}
|
|
} |