28f0b01717
A change from Oleg highlighted that the current snapshot create stub is broken because it passes a full volume for the volume_id paramter. Fix the stub and the api_samples output, but also add unit test checks which would have caught this. Change-Id: Id006e3995c7696aa8f061a2b96123ea27e4b6d3f Co-authored-by: Oleg Bondarev <obondarev@mirantis.com>
11 lines
289 B
JSON
11 lines
289 B
JSON
{
|
|
"snapshot": {
|
|
"createdAt": "2013-02-25T16:27:54.680544",
|
|
"displayDescription": "Daily backup",
|
|
"displayName": "snap-001",
|
|
"id": 100,
|
|
"size": 100,
|
|
"status": "available",
|
|
"volumeId": "521752a6-acf6-4b2d-bc7a-119f9148cd8c"
|
|
}
|
|
} |