summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/db-instances-index-pagination-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/db-instances-index-pagination-response.json')
-rw-r--r--api-ref/source/samples/db-instances-index-pagination-response.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/api-ref/source/samples/db-instances-index-pagination-response.json b/api-ref/source/samples/db-instances-index-pagination-response.json
deleted file mode 100644
index 85569350..00000000
--- a/api-ref/source/samples/db-instances-index-pagination-response.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "instances": [
- {
- "datastore": {
- "type": "mysql",
- "version": "5.5"
- },
- "flavor": {
- "id": "1",
- "links": [
- {
- "href": "https://troveapi.org/v1.0/1234/flavors/1",
- "rel": "self"
- },
- {
- "href": "https://troveapi.org/flavors/1",
- "rel": "bookmark"
- }
- ]
- },
- "hostname": "e09ad9a3f73309469cf1f43d11e79549caf9acf2.troveexampledb.com",
- "id": "43a6ea86-e959-4735-9e46-a6a5d4a2d80f",
- "links": [
- {
- "href": "https://troveapi.org/v1.0/1234/instances/43a6ea86-e959-4735-9e46-a6a5d4a2d80f",
- "rel": "self"
- },
- {
- "href": "https://troveapi.org/instances/43a6ea86-e959-4735-9e46-a6a5d4a2d80f",
- "rel": "bookmark"
- }
- ],
- "name": "The Third Instance",
- "region": "RegionOne",
- "status": "ACTIVE",
- "volume": {
- "size": 2
- }
- },
- {
- "datastore": {
- "type": "mysql",
- "version": "5.5"
- },
- "flavor": {
- "id": "1",
- "links": [
- {
- "href": "https://troveapi.org/v1.0/1234/flavors/1",
- "rel": "self"
- },
- {
- "href": "https://troveapi.org/flavors/1",
- "rel": "bookmark"
- }
- ]
- },
- "hostname": "e09ad9a3f73309469cf1f43d11e79549caf9acf2.troveexampledb.com",
- "id": "44b277eb-39be-4921-be31-3d61b43651d7",
- "links": [
- {
- "href": "https://troveapi.org/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7",
- "rel": "self"
- },
- {
- "href": "https://troveapi.org/instances/44b277eb-39be-4921-be31-3d61b43651d7",
- "rel": "bookmark"
- }
- ],
- "name": "json_rack_instance",
- "region": "RegionOne",
- "status": "ACTIVE",
- "volume": {
- "size": 2
- }
- }
- ]
-}