summaryrefslogtreecommitdiff
path: root/api-ref/source/v3/samples/volumes/volume-update-response.json
blob: 4a587f679d9e8f2950e682c84de682d7bd01d15d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "volume": {
        "attachments": [],
        "availability_zone": "nova",
        "bootable": "false",
        "consistencygroup_id": null,
        "created_at": "2018-11-29T06:59:23.679903",
        "description": "This is yet, another volume.",
        "encrypted": false,
        "id": "8b2459d1-0059-4e14-a89f-dfa73a452af6",
        "links": [
            {
                "href": "http://127.0.0.1:41467/v3/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/volumes/8b2459d1-0059-4e14-a89f-dfa73a452af6",
                "rel": "self"
            },
            {
                "href": "http://127.0.0.1:41467/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/volumes/8b2459d1-0059-4e14-a89f-dfa73a452af6",
                "rel": "bookmark"
            }
        ],
        "metadata": {
            "name": "metadata0"
        },
        "migration_status": null,
        "multiattach": false,
        "name": "vol-003",
        "replication_status": null,
        "size": 10,
        "snapshot_id": null,
        "source_volid": null,
        "status": "creating",
        "updated_at": null,
        "user_id": "c853ca26-e8ea-4797-8a52-ee124a013d0e",
        "volume_type": "__DEFAULT__"
    }
}