added
Tenable One API Available
2 days ago by Lance Duvall
Tenable is pleased to announce the new Tenable One API, featuring several new beta endpoints that enable you to search exposure view cards, query software inventory, and retrieve tag information from your environment. Additional Tenable One endpoints will be released in July.
For detailed information about these features, see the following resources in the Tenable Exposure Management User Guide:
Caution
These endpoints are currently in beta and may change as we refine and enhance the data models. Use with caution in production environments.
The new endpoints are described in the following table:
Endpoint | Name | Description |
---|---|---|
GET /api/v1/t1/exposure-view/cards | Search cards | Returns a list of exposure view cards based on your search criteria. |
GET /api/v1/t1/exposure-view/cards/{card_id} | Get card details | Retrieves details for the specified exposure view card. By default, the response includes SLA efficiency and trend data for the past 30 days. You can modify the time frame using optional parameters. |
POST /api/v1/t1/inventory/software/search | Search software | Returns a list of software installed on your assets based on your search criteria. |
GET /api/v1/t1/inventory/software/properties | List software properties | Returns a list of software properties that can be used for filters on endpoints that support them. For example, the properties that are returned by this endpoint can be used as filters for the Search software endpoint. |
POST /api/v1/t1/tags/search | Search tags | Returns a list of tags in your organization based on your search criteria. |
GET /api/v1/t1/tags/properties | List tag properties | Returns a list of tag properties that can be used for filters on endpoints that support them. For example, the properties that are returned by this endpoint can be used as filters for the Search tags endpoint. |