{ "opencollection": "1.0.0", "info": { "name": "Eon accounts dashboard API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "dashboard", "type": "folder" }, "items": [ { "info": { "name": "Get Daily Storage Summaries", "type": "http" }, "http": { "method": "GET", "url": "/v1/projects/:projectId/dashboard/daily-storage-summary", "params": [ { "name": "projectId", "value": "f9304613-dddb-52fe-b883-f5e671a868a3", "type": "path", "description": "ID of the project whose daily storage summaries you want to retrieve.\nYou can get your project ID from the [API Credentials](https://console.eon.io/global-management/api-credentials) page in your global management console.\n" }, { "name": "startDate", "value": "", "type": "query", "description": "First day of the date range in `YYYY-MM-DD` format." }, { "name": "endDate", "value": "", "type": "query", "description": "Last day of the date range in `YYYY-MM-DD` format." } ] }, "docs": "Description: Retrieves a list of snapshot storage sizes per day for the given date range." } ] } ], "bundled": true }