summaryrefslogtreecommitdiff
path: root/apidocs/src/resources/samples/db-mgmt-get-account-details-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/src/resources/samples/db-mgmt-get-account-details-response.json')
-rw-r--r--apidocs/src/resources/samples/db-mgmt-get-account-details-response.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/apidocs/src/resources/samples/db-mgmt-get-account-details-response.json b/apidocs/src/resources/samples/db-mgmt-get-account-details-response.json
deleted file mode 100644
index 8080f2e..0000000
--- a/apidocs/src/resources/samples/db-mgmt-get-account-details-response.json
+++ /dev/null
@@ -1,24 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: application/json
-Content-Length: 280
-Date: Tue, 24 Jul 2012 19:48:33 GMT
-
-{
- "account": {
- "id": "1234",
- "instances": [
- {
- "host": "hostname",
- "id": "6e038c18-902f-4a41-b2a2-5f46fa62fc1b",
- "name": "json_rack_instance",
- "status": "ACTIVE"
- },
- {
- "host": "hostname",
- "id": "72eed896-134e-4212-9f25-f81b4e0795e2",
- "name": "xml_rack_instance",
- "status": "ACTIVE"
- }
- ]
- }
-}