added

Tenable One API Available

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:

EndpointNameDescription
GET /api/v1/t1/exposure-view/cardsSearch cardsReturns a list of exposure view cards based on your search criteria.
GET /api/v1/t1/exposure-view/cards/{card_id}Get card detailsRetrieves 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/searchSearch softwareReturns a list of software installed on your assets based on your search criteria.
GET /api/v1/t1/inventory/software/propertiesList software propertiesReturns 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/searchSearch tagsReturns a list of tags in your organization based on your search criteria.
GET /api/v1/t1/tags/propertiesList tag propertiesReturns 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.