{ "opencollection": "1.0.0", "info": { "name": "Veeam Backup for AWS public API 1.0 Agents Policies API", "version": "1.0-rev0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "PoliciesGetAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "SearchPattern", "value": "", "type": "query" }, { "name": "VirtualMachineId", "value": "", "type": "query" }, { "name": "LastPolicySessionStatus", "value": "", "type": "query" }, { "name": "PolicyStatus", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" }, { "name": "Usn", "value": "", "type": "query" }, { "name": "RepositoryId", "value": "", "type": "query" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" } ] } }, { "info": { "name": "CreatePolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PoliciesGetOneById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies/:policyId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "UpdatePolicy", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/policies/:policyId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeletePolicy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/policies/:policyId", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "PoliciesGetSelectedItemsById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies/:policyId/selectedItems", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "SearchPattern", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" } ] } }, { "info": { "name": "PoliciesGetRegionsById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies/:policyId/regions", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "SearchPattern", "value": "", "type": "query" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" } ] } }, { "info": { "name": "PoliciesGetExcludedItemsById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies/:policyId/excludedItems", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" }, { "name": "SearchPattern", "value": "", "type": "query" }, { "name": "Sort", "value": "", "type": "query" } ] } }, { "info": { "name": "EnablePolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/:policyId/enable", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "DisablePolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/:policyId/disable", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "StartPolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/:policyId/start", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "StopPolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/:policyId/stop", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "ExportPolicy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies/:policyId/export", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "ImportPolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/import", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/validate", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PolicyOrderPriorityOfPolicies", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/orderPriorities", "headers": [ { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ExportPolicies", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/policies/export", "headers": [ { "name": "x-api-version", "value": "" } ] } }, { "info": { "name": "GetPolicyCost", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/policies/:policyId/cost", "headers": [ { "name": "x-api-version", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }