| 1 | { |
| 2 | "volumes": [ |
| 3 | { |
| 4 | "durable-id": "V001", |
| 5 | "volume-name": "prod-db-01", |
| 6 | "health": "OK", |
| 7 | "health-numeric": 0, |
| 8 | "total-size": "2.0TB", |
| 9 | "owner-numeric": 0 |
| 10 | }, |
| 11 | { |
| 12 | "durable-id": "V002", |
| 13 | "volume-name": "prod-app-01", |
| 14 | "health": "OK", |
| 15 | "health-numeric": 0, |
| 16 | "total-size": "500.0GB", |
| 17 | "owner-numeric": 1 |
| 18 | }, |
| 19 | { |
| 20 | "durable-id": "V003", |
| 21 | "volume-name": "test-backup", |
| 22 | "health": "OK", |
| 23 | "health-numeric": 0, |
| 24 | "total-size": "1.0TB", |
| 25 | "owner-numeric": 0 |
| 26 | } |
| 27 | ], |
| 28 | "status": [ |
| 29 | { |
| 30 | "response-type": "Success", |
| 31 | "response": "Command completed successfully.", |
| 32 | "return-code": 0, |
| 33 | "response-type-numeric": 0 |
| 34 | } |
| 35 | ] |
| 36 | } |