shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_admin/backup/list <<EOF { } EOF HTTP/1.1 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "error" : false, "code" : 200, "result" : { "server" : "SNGL-79589957-6ee7-4479-a1ad-22231b316b27", "list" : { "2019-10-03T14.18.13Z_427fb383-186d-45f1-aa32-049a6127d281" : { "id" : "2019-10-03T14.18.13Z_427fb383-186d-45f1-aa32-049a6127d281", "version" : "3.5.1", "datetime" : "2019-10-03T14:18:13Z", "sizeInBytes" : 778853, "nrFiles" : 9, "nrDBServers" : 1, "available" : true, "nrPiecesPresent" : 1, "potentiallyInconsistent" : false }, "2019-10-03T14.18.13Z_f4be8fae-fa3d-4377-891c-f717857b7634" : { "id" : "2019-10-03T14.18.13Z_f4be8fae-fa3d-4377-891c-f717857b7634", "version" : "3.5.1", "datetime" : "2019-10-03T14:18:13Z", "sizeInBytes" : 529505, "nrFiles" : 8, "nrDBServers" : 1, "available" : true, "nrPiecesPresent" : 1, "potentiallyInconsistent" : false }, "2019-10-03T14.17.41Z_foo" : { "id" : "2019-10-03T14.17.41Z_foo", "version" : "3.5.1", "datetime" : "2019-10-03T14:17:41Z", "sizeInBytes" : 1855314, "nrFiles" : 6, "nrDBServers" : 1, "available" : true, "nrPiecesPresent" : 1, "potentiallyInconsistent" : false } } } }