openapi: 3.2.0 info: description: 'Clear Threats and Vulnerabilities API allows the user to delete the ThreatContext and Threat events that are associated with the given MAC Address.
| Revision # | Resource Version | Cisco ISE Version | Description |
| 0 | 1.0 | 2.1 | Initial Cisco ISE Version |
| Attribute | Type | Required | Description | Example Values |
| name | String | Yes | Resource Name | |
| id | String | Yes | Resource UUID value | |
| macAddresses | String | Yes | One or more endpoint MAC addresses | [ "00:00:00:00:00:F2", "00:00:00:00:00:F3" ] |
This API allows the client to delete the ThreatContext and Threat events that are associated with the given MAC Address.
parameters: - in: header name: HTTP ERS-Media-Type Header description: Example:- irf.threat.1.0 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: The Token value from the GET X-CSRF-TOKEN fetch request schema: type: string responses: 200: description: OK requestBody: content: application/json: schema: $ref: '#/components/schemas/threat' application/xml: schema: $ref: '#/components/schemas/threat' /ers/config/threat/versioninfo: get: tags: - clearthreatsandvulneribilities summary: Get clear threats and vulneribilities version information description:This API helps to retrieve the version information related to the clear threats and vulneribilities.
responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/VersionInfo' components: schemas: ERSIrfThreatContext: type: object properties: macAddresses: type: string example: - 00:00:00:00:00:F2 - 00:00:00:00:00:F3 threat: type: object properties: ERSIrfThreatContext: $ref: '#/components/schemas/ERSIrfThreatContext' VersionInfo: type: object properties: VersionInfo: $ref: '#/components/schemas/version' version: type: object properties: currentServerVersion: type: string example: '1.0' supportedVersions: type: string example: '1.0' link: $ref: '#/components/schemas/link1' link1: type: object properties: rel: type: string example: self href: type: string example: https://