{ "opencollection": "1.0.0", "info": { "name": "Eon accounts jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "jobs", "type": "folder" }, "items": [ { "info": { "name": "List Backup Jobs", "type": "http" }, "http": { "method": "POST", "url": "/v1/projects/:projectId/backup-jobs", "params": [ { "name": "projectId", "value": "6b3ea428-f6a4-5bb5-8fb2-e4d5d2d920ce", "type": "path", "description": "ID of the project whose restore jobs you want to retrieve.\nYou can get your project ID from the [API Credentials](https://console.eon.io/global-management/api-credentials) page in your global management console.\n" }, { "name": "pageToken", "value": "Yjk3ODZjNjktZTIwZC00NjAxLWE1MzktZjg2NGExM2IxYTZlfDE=", "type": "query", "description": "Cursor that points to the first record of the next page of results.\nGet this value from the previous response.\nTo preserve the results in the same order, use the same sorting and filters in the first request as all subsequent requests.\n" }, { "name": "pageSize", "value": "10", "type": "query", "description": "Maximum number of items to return in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Description: Retrieves a list of backup jobs for the given project." }, { "info": { "name": "Get Backup Job", "type": "http" }, "http": { "method": "GET", "url": "/v1/projects/:projectId/backup-jobs/:jobId", "params": [ { "name": "projectId", "value": "1ee34dc5-0a7c-4e56-a820-917371e05c8d", "type": "path", "description": "ID of the project the job is in.\nYou can get your project ID from the [API Credentials](https://console.eon.io/global-management/api-credentials) page in your global management console.\n" }, { "name": "jobId", "value": "806f6781-1d66-4c7d-9f0e-e7da04e12541", "type": "path", "description": "ID of the job to retrieve." } ] }, "docs": "Description: Retrieves a backup job by ID." }, { "info": { "name": "List Restore Jobs", "type": "http" }, "http": { "method": "POST", "url": "/v1/projects/:projectId/restore-jobs", "params": [ { "name": "projectId", "value": "6b3ea428-f6a4-5bb5-8fb2-e4d5d2d920ce", "type": "path", "description": "ID of the project whose restore jobs you want to retrieve.\nYou can get your project ID from the [API Credentials](https://console.eon.io/global-management/api-credentials) page in your global management console.\n" }, { "name": "pageToken", "value": "Yjk3ODZjNjktZTIwZC00NjAxLWE1MzktZjg2NGExM2IxYTZlfDE=", "type": "query", "description": "Cursor that points to the first record of the next page of results.\nGet this value from the previous response.\nTo preserve the results in the same order, use the same sorting and filters in the first request as all subsequent requests.\n" }, { "name": "pageSize", "value": "10", "type": "query", "description": "Maximum number of items to return in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Description: Retrieves a list of restore jobs for the given project.\n" }, { "info": { "name": "Get Restore Job", "type": "http" }, "http": { "method": "GET", "url": "/v1/projects/:projectId/restore-jobs/:jobId", "params": [ { "name": "projectId", "value": "1ee34dc5-0a7c-4e56-a820-917371e05c8d", "type": "path", "description": "ID of the project the job is in.\nYou can get your project ID from the [API Credentials](https://console.eon.io/global-management/api-credentials) page in your global management console.\n" }, { "name": "jobId", "value": "806f6781-1d66-4c7d-9f0e-e7da04e12541", "type": "path", "description": "ID of the job to retrieve." } ] }, "docs": "Description: Retrieves a restore job by ID." } ] } ], "bundled": true }