Fix JSON api examples

Some syntax errors in JSON make it unparsable for tools like `jq`

Change-Id: Idd3ba27933868a3eaa53f9ce8c8db94a49558e74
This commit is contained in:
Winicius Silva
2025-05-16 10:08:28 -03:00
parent 3ccbf2ea5c
commit f00448f09e
5 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
"floating_ip_address": "172.24.4.102", "floating_ip_address": "172.24.4.102",
"reservable": true, "reservable": true,
"created_at": "2019-01-28 08:08:22", "created_at": "2019-01-28 08:08:22",
"updated_at": null, "updated_at": null
} }
] ]
} }

View File

@@ -51,7 +51,7 @@
], ],
"events": [ "events": [
{ {
"id": "188a8584-f832-4df9-9a4a-51e6364420ff" "id": "188a8584-f832-4df9-9a4a-51e6364420ff",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"event_type": "start_lease", "event_type": "start_lease",
@@ -69,7 +69,7 @@
"updated_at": null "updated_at": null
}, },
{ {
"id": "f583af71-ca21-4b66-87de-52211d118029" "id": "f583af71-ca21-4b66-87de-52211d118029",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"time": "2017-12-27T11:00:00.000000", "time": "2017-12-27T11:00:00.000000",

View File

@@ -51,7 +51,7 @@
], ],
"events": [ "events": [
{ {
"id": "188a8584-f832-4df9-9a4a-51e6364420ff" "id": "188a8584-f832-4df9-9a4a-51e6364420ff",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"event_type": "start_lease", "event_type": "start_lease",
@@ -69,7 +69,7 @@
"updated_at": null "updated_at": null
}, },
{ {
"id": "f583af71-ca21-4b66-87de-52211d118029" "id": "f583af71-ca21-4b66-87de-52211d118029",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"time": "2017-12-27T11:00:00.000000", "time": "2017-12-27T11:00:00.000000",

View File

@@ -52,7 +52,7 @@
], ],
"events": [ "events": [
{ {
"id": "188a8584-f832-4df9-9a4a-51e6364420ff" "id": "188a8584-f832-4df9-9a4a-51e6364420ff",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"event_type": "start_lease", "event_type": "start_lease",
@@ -70,7 +70,7 @@
"updated_at": null "updated_at": null
}, },
{ {
"id": "f583af71-ca21-4b66-87de-52211d118029" "id": "f583af71-ca21-4b66-87de-52211d118029",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"time": "2017-12-27T11:00:00.000000", "time": "2017-12-27T11:00:00.000000",

View File

@@ -51,7 +51,7 @@
], ],
"events": [ "events": [
{ {
"id": "188a8584-f832-4df9-9a4a-51e6364420ff" "id": "188a8584-f832-4df9-9a4a-51e6364420ff",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"event_type": "start_lease", "event_type": "start_lease",
@@ -69,7 +69,7 @@
"updated_at": null "updated_at": null
}, },
{ {
"id": "f583af71-ca21-4b66-87de-52211d118029" "id": "f583af71-ca21-4b66-87de-52211d118029",
"lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466", "lease_id": "6ee55c78-ac52-41a6-99af-2d2d73bcc466",
"status": "UNDONE", "status": "UNDONE",
"time": "2017-12-27T11:00:00.000000", "time": "2017-12-27T11:00:00.000000",