{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Rules API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rules", "type": "folder" }, "items": [ { "info": { "name": "List Falco Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/secure/falco/v2/rules" }, "docs": "Retrieve all Falco security rules." }, { "info": { "name": "Create Falco Rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/secure/falco/v2/rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new custom Falco rule." }, { "info": { "name": "Get Falco Rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/secure/falco/v2/rules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "Unique identifier of the Falco rule" } ] }, "docs": "Retrieve a specific Falco rule by ID." }, { "info": { "name": "Update Falco Rule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us1.sysdig.com/api/secure/falco/v2/rules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "Unique identifier of the Falco rule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Falco rule." }, { "info": { "name": "Delete Falco Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us1.sysdig.com/api/secure/falco/v2/rules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "Unique identifier of the Falco rule" } ] }, "docs": "Delete a custom Falco rule." } ] } ], "bundled": true }