{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center Data Sanitization API", "version": "1.0" }, "items": [ { "info": { "name": "Data Sanitization", "type": "folder" }, "items": [ { "info": { "name": "Get list of Sanitization Schedules that are associated with an Availability Machine", "type": "http" }, "http": { "method": "GET", "url": "{server}/availability-machines/:id/sanitization-schedules", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Availability Machine" }, { "name": "name", "value": "", "type": "query", "description": "Filter the result based on Sanitization Schedule name" }, { "name": "load-acls", "value": "", "type": "query", "description": "Load ACL information" }, { "name": "page-size", "value": "", "type": "query", "description": "Page size for get query" }, { "name": "page-offset", "value": "", "type": "query", "description": "Page offset for get query" }, { "name": "time-zone", "value": "", "type": "query", "description": "Timezone for return data" } ] }, "docs": "Get list of Sanitization Schedules that are associated with an Availability Machine" }, { "info": { "name": "Create a new Sanitization Schedule for an Availability Machine", "type": "http" }, "http": { "method": "POST", "url": "{server}/availability-machines/:id/sanitization-schedules", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Availability Machine" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Sanitization Schedule for an Availability Machine" }, { "info": { "name": "Get details about a Sanitization Schedule", "type": "http" }, "http": { "method": "GET", "url": "{server}/availability-machines/:availabilityMachineId/sanitization-schedules/:sanitizationScheduleId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "availabilityMachineId", "value": "", "type": "path", "description": "ID of the Availability Machine" }, { "name": "sanitizationScheduleId", "value": "", "type": "path", "description": "ID of the Sanitization Schedule" }, { "name": "load-acls", "value": "", "type": "query", "description": "Load ACL information" }, { "name": "time-zone", "value": "", "type": "query", "description": "Timezone for return data" } ] }, "docs": "Get details about a Sanitization Schedule" }, { "info": { "name": "Update a Sanitization `Schedule`", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/availability-machines/:availabilityMachineId/sanitization-schedules/:sanitizationScheduleId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "availabilityMachineId", "value": "", "type": "path", "description": "ID of the Availability Machine" }, { "name": "sanitizationScheduleId", "value": "", "type": "path", "description": "ID of the Sanitization Schedule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Sanitization `Schedule`" }, { "info": { "name": "Submit a request to delete the Sanitization Schedule", "type": "http" }, "http": { "method": "DELETE", "url": "{server}/availability-machines/:availabilityMachineId/sanitization-schedules/:sanitizationScheduleId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "availabilityMachineId", "value": "", "type": "path", "description": "ID of the Availability Machine" }, { "name": "sanitizationScheduleId", "value": "", "type": "path", "description": "ID of the Sanitization Schedule" } ] }, "docs": "Submit a request to delete the Sanitization Schedule" } ] } ], "bundled": true }