{ "opencollection": "1.0.0", "info": { "name": "AWS Backup Backup Jobs Recovery Points API", "version": "2018-11-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Recovery Points", "type": "folder" }, "items": [ { "info": { "name": "List recovery points in a vault", "type": "http" }, "http": { "method": "GET", "url": "https://backup.{region}.amazonaws.com/backup-vaults/:backupVaultName/recovery-points", "params": [ { "name": "backupVaultName", "value": "", "type": "path" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "List recovery points in a vault" }, { "info": { "name": "Describe a recovery point", "type": "http" }, "http": { "method": "GET", "url": "https://backup.{region}.amazonaws.com/backup-vaults/:backupVaultName/recovery-points/:recoveryPointArn", "params": [ { "name": "backupVaultName", "value": "", "type": "path" }, { "name": "recoveryPointArn", "value": "", "type": "path" } ] }, "docs": "Describe a recovery point" }, { "info": { "name": "Delete a recovery point", "type": "http" }, "http": { "method": "DELETE", "url": "https://backup.{region}.amazonaws.com/backup-vaults/:backupVaultName/recovery-points/:recoveryPointArn", "params": [ { "name": "backupVaultName", "value": "", "type": "path" }, { "name": "recoveryPointArn", "value": "", "type": "path" } ] }, "docs": "Delete a recovery point" } ] } ], "bundled": true }