API Usage
View the following links for information about the APIs used by the JIRA plugin to collect and update vulnerabilities imported from Tenable applications.
Note: You can view and try out all of the supported Tenable API endpoints in the Tenable Developer Portal.
Tenable Vulnerability Management
The JIRA plugin uses the following APIs to collect open, reopen, and fix vulnerabilities:
- https://cloud.tenable.com/vulns/export
- https://cloud.tenable.com/vulns/export/{id}/status
- https://cloud.tenable.com/vulns/export/{id}/chunks/{chunk_id}
The JIRA plugin uses the following APIs to find assets that were terminated or deleted to close the related vulnerable issues for those assets:
- https://cloud.tenable.com/assets/export
- https://cloud.tenable.com/assets/export/{id}/status
- https://cloud.tenable.com/assets/export/{id}/chunks/{chunk_id}
Tenable Security Center
The JIRA plugin uses the Analysis API endpoint to collect open, reopen, and fix vulnerabilities.