{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens CVE Protections lookup API", "version": "2" }, "items": [ { "info": { "name": "CVE Protections lookup", "type": "folder" }, "items": [ { "info": { "name": "List CVEs", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/cves", "params": [ { "name": "modifiedAfter", "value": "", "type": "query", "description": "Filters CVEs by `modifiedDate`, returning all CVEs modified after that time." }, { "name": "accountSwitchKey", "value": "", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "List CVEs currently in Akamai's CVE catalog. The catalog contains only CVEs the Akamai Threat Research team is aware of. App & API Protector can identify and block attacks related to the active exploitation of many more CVEs and attacks without associated known vulnerabilities." }, { "info": { "name": "Subscribe to CVEs", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/cves/subscribe", "params": [ { "name": "accountSwitchKey", "value": "", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to notifications for specific CVEs." }, { "info": { "name": "List subscribed CVEs", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/cves/subscribed", "params": [ { "name": "accountSwitchKey", "value": "", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "List the CVEs you are subscribed to. To add or remove CVEs, run [Subscribe to CVEs](https://techdocs.akamai.com/application-security/docs/post-subscribe) or [Unsubscribe from CVEs](https://techdocs.akamai.com/application-security/docs/post-unsubscribe) accordingly." }, { "info": { "name": "Unsubscribe from CVEs", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/cves/unsubscribe", "params": [ { "name": "all", "value": "", "type": "query", "description": "Whether to unsubscribe from all CVEs, `false` by default." }, { "name": "accountSwitchKey", "value": "", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unsubscribe from notifications about all CVEs, or specific CVEs." }, { "info": { "name": "Get a CVE", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/cves/:cveId", "params": [ { "name": "cveId", "value": "", "type": "path", "description": "A unique identifier for each CVE." }, { "name": "accountSwitchKey", "value": "", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "Get details for a specific CVE." }, { "info": { "name": "Get CVE coverage", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/cves/:cveId/security-coverage", "params": [ { "name": "cveId", "value": "", "type": "path", "description": "A unique identifier for each CVE." }, { "name": "accountSwitchKey", "value": "", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "The coverages provided by your configurations, attack groups, and rules." } ] } ], "bundled": true }