{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Get All Recovery Tokens", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/agents/recoveryTokens", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of recovery tokens to skip." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of recovery tokens to return." }, { "name": "orderColumn", "value": "", "type": "query", "description": "Sorts recovery tokens by one of the parameters." }, { "name": "orderAsc", "value": "", "type": "query", "description": "Sorts recovery tokens in the ascending order by the `orderColumn` parameter." }, { "name": "nameFilter", "value": "", "type": "query", "description": "Filters recovery tokens by the `nameFilter` pattern. The pattern can match any repository parameter. To substitute one or more characters, use the asterisk (*) character at the beginning, at the end or both." } ] }, "docs": "The HTTP GET request to the `/api/v1/agents/recoveryTokens` path allows you to get an array of all recovery tokens." }, { "info": { "name": "Create Recovery Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/agents/recoveryTokens", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The HTTP POST request to the `/api/v1/agents/recoveryTokens` path allows you to create a new recovery token." }, { "info": { "name": "Get Recovery Token", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/agents/recoveryTokens/:id", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the recovery token." } ] }, "docs": "The HTTP GET request to the `/api/v1/agents/recoveryTokens/{id}` path allows you to get a recovery token that has the specified `id`." }, { "info": { "name": "Edit Recovery Token", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/agents/recoveryTokens/:id", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the recovery token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The HTTP PUT request to the `/api/v1/agents/recoveryTokens/{id}` path allows you to edit settings of a recovery token that has the specified `id`." }, { "info": { "name": "Delete Recovery Token", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/agents/recoveryTokens/:id", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the recovery token." } ] }, "docs": "The HTTP DELETE request to the `/api/v1/agents/recoveryTokens/{id}` path allows you to delete a recovery token that has the specified `id`." } ] } ], "bundled": true }