{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Services API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "Get Associated Services", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/services", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of services to skip." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of services to return." }, { "name": "orderColumn", "value": "", "type": "query", "description": "Sorts services by one of the service parameters." }, { "name": "orderAsc", "value": "", "type": "query", "description": "Sorts services in the ascending order by the `orderColumn` parameter." }, { "name": "nameFilter", "value": "", "type": "query", "description": "Filters services by the `nameFilter` pattern. The pattern can match any service 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/services` path allows you to get associated services for integration with Veeam Backup & Replication." } ] } ], "bundled": true }