summaryrefslogtreecommitdiff
path: root/apidocs/src/resources/samples/db-instances-index-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/src/resources/samples/db-instances-index-response.json')
-rw-r--r--apidocs/src/resources/samples/db-instances-index-response.json71
1 files changed, 0 insertions, 71 deletions
diff --git a/apidocs/src/resources/samples/db-instances-index-response.json b/apidocs/src/resources/samples/db-instances-index-response.json
deleted file mode 100644
index 5a885c7..0000000
--- a/apidocs/src/resources/samples/db-instances-index-response.json
+++ /dev/null
@@ -1,71 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: application/json
-Content-Length: 1150
-Date: Tue, 19 Jun 2012 19:53:04 GMT
-
-{
- "instances": [
- {
- "flavor": {
- "id": "1",
- "links": [
- {
- "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1",
- "rel": "self"
- },
- {
- "href": "https://ord.databases.api.rackspacecloud.com/flavors/1",
- "rel": "bookmark"
- }
- ]
- },
- "id": "28d1b8f3-172a-4f6d-983d-36021508444a",
- "links": [
- {
- "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/28d1b8f3-172a-4f6d-983d-36021508444a",
- "rel": "self"
- },
- {
- "href": "https://ord.databases.api.rackspacecloud.com/instances/28d1b8f3-172a-4f6d-983d-36021508444a",
- "rel": "bookmark"
- }
- ],
- "name": "json_rack_instance",
- "status": "ACTIVE",
- "volume": {
- "size": 2
- }
- },
- {
- "flavor": {
- "id": "1",
- "links": [
- {
- "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1",
- "rel": "self"
- },
- {
- "href": "https://ord.databases.api.rackspacecloud.com/flavors/1",
- "rel": "bookmark"
- }
- ]
- },
- "id": "8fb081af-f237-44f5-80cc-b46be1840ca9",
- "links": [
- {
- "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/8fb081af-f237-44f5-80cc-b46be1840ca9",
- "rel": "self"
- },
- {
- "href": "https://ord.databases.api.rackspacecloud.com/instances/8fb081af-f237-44f5-80cc-b46be1840ca9",
- "rel": "bookmark"
- }
- ],
- "name": "xml_rack_instance",
- "status": "ACTIVE",
- "volume": {
- "size": 2
- }
- }
- ]
-}