{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Schedules API", "version": "v1" }, "items": [ { "info": { "name": "Schedules", "type": "folder" }, "items": [ { "info": { "name": "Get Schedules", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/schedules", "params": [ { "name": "index", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "page-token", "value": "", "type": "query" } ] }, "docs": "Get a page of Schedules, based on supplied pagination parameters.
The default sort for Schedules is \"name\" (ascending); for a full list of sortable properties, refer to the Search Catalog detailed in the Search API.
" }, { "info": { "name": "Create Schedule", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/schedules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Schedule" }, { "info": { "name": "Get Schedule", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/schedules/:schedule-id", "params": [ { "name": "schedule-id", "value": "", "type": "path" } ] }, "docs": "Get a Schedule" }, { "info": { "name": "Update Schedule", "type": "http" }, "http": { "method": "PUT", "url": "https://[region].api.insight.rapid7.com/ias/v1/schedules/:schedule-id", "params": [ { "name": "schedule-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Schedule" }, { "info": { "name": "Delete Schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://[region].api.insight.rapid7.com/ias/v1/schedules/:schedule-id", "params": [ { "name": "schedule-id", "value": "", "type": "path" } ] }, "docs": "Delete an existing Schedule" } ] } ], "bundled": true }