forked from rackspace/php-opencloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbinstance-create.json
More file actions
36 lines (36 loc) · 995 Bytes
/
dbinstance-create.json
File metadata and controls
36 lines (36 loc) · 995 Bytes
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
{
"instance": {
"status": "BUILD",
"updated": "2012-09-06T15:25:38",
"name": "TestInstance",
"links": [
{
"href": "https:\/\/dfw.databases.api.rackspacecloud.com\/v1.0\/9999\/instances\/728d80e6-9999-4649-abb5-a482091eaaaa",
"rel": "self"
},
{
"href": "https:\/\/dfw.databases.api.rackspacecloud.com\/instances\/728d80e6-9999-4649-abb5-a482091eaaaa",
"rel": "bookmark"
}
],
"created": "2012-09-06T15:25:38",
"hostname": "a1ebbbbbb30960e431975ca0e06f860cc5a794cf.rackspaceclouddb.com",
"volume": {
"size": 1
},
"flavor": {
"id": "1",
"links": [
{
"href": "https:\/\/dfw.databases.api.rackspacecloud.com\/v1.0\/9999\/flavors\/1",
"rel": "self"
},
{
"href": "https:\/\/dfw.databases.api.rackspacecloud.com\/flavors\/1",
"rel": "bookmark"
}
]
},
"id": "728d80e6-9999-4649-abb5-a482091eaaaa"
}
}