summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/db-backups-by-instance-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/db-backups-by-instance-response.json')
-rw-r--r--api-ref/source/samples/db-backups-by-instance-response.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/api-ref/source/samples/db-backups-by-instance-response.json b/api-ref/source/samples/db-backups-by-instance-response.json
deleted file mode 100644
index 0ede6314..00000000
--- a/api-ref/source/samples/db-backups-by-instance-response.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "backups": [
- {
- "created": "2014-10-30T12:30:00",
- "datastore": {
- "type": "mysql",
- "version": "5.5",
- "version_id": "b00000b0-00b0-0b00-00b0-000b000000bb"
- },
- "description": "My Backup",
- "id": "a9832168-7541-4536-b8d9-a8a9b79cf1b4",
- "instance_id": "44b277eb-39be-4921-be31-3d61b43651d7",
- "locationRef": "http://localhost/path/to/backup",
- "name": "snapshot",
- "parent_id": null,
- "size": 0.14,
- "status": "COMPLETED",
- "updated": "2014-10-30T12:30:00"
- },
- {
- "created": "2014-10-30T12:30:00",
- "datastore": {
- "type": "mysql",
- "version": "5.5",
- "version_id": "b00000b0-00b0-0b00-00b0-000b000000bb"
- },
- "description": "My Incremental Backup",
- "id": "2e351a71-dd28-4bcb-a7d6-d36a5b487173",
- "instance_id": "44b277eb-39be-4921-be31-3d61b43651d7",
- "locationRef": "http://localhost/path/to/backup",
- "name": "Incremental Snapshot",
- "parent_id": "a9832168-7541-4536-b8d9-a8a9b79cf1b4",
- "size": 0.14,
- "status": "COMPLETED",
- "updated": "2014-10-30T12:30:00"
- }
- ]
-}