{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Framework API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Framework", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a Custom Framework", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/custom_frameworks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a custom framework." }, { "info": { "name": "Datadog Get a Custom Framework", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/custom_frameworks/:handle/:version", "params": [ { "name": "handle", "value": "", "type": "path", "description": "The framework handle" }, { "name": "version", "value": "", "type": "path", "description": "The framework version" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a custom framework." }, { "info": { "name": "Datadog Update a Custom Framework", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/custom_frameworks/:handle/:version", "params": [ { "name": "handle", "value": "", "type": "path", "description": "The framework handle" }, { "name": "version", "value": "", "type": "path", "description": "The framework version" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update a custom framework." }, { "info": { "name": "Datadog Delete a Custom Framework", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/custom_frameworks/:handle/:version", "params": [ { "name": "handle", "value": "", "type": "path", "description": "The framework handle" }, { "name": "version", "value": "", "type": "path", "description": "The framework version" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a custom framework." } ] } ], "bundled": true }