{ "opencollection": "1.0.0", "info": { "name": "Druva REST Accounts Schedules API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Schedules", "type": "folder" }, "items": [ { "info": { "name": "List backup schedules for an account", "type": "http" }, "http": { "method": "GET", "url": "https://apis.druva.com/organizations/:organization_id/accounts/:account_id/schedules", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List backup schedules for an account" }, { "info": { "name": "Create a backup schedule", "type": "http" }, "http": { "method": "POST", "url": "https://apis.druva.com/organizations/:organization_id/accounts/:account_id/schedules", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Create a backup schedule" } ] } ], "bundled": true }