added

Cloud Security: New has_violation Query Parameter for List Violations

A new parameter is now available for the Tenable Cloud Security List violations endpoint that allows you to filter ignored violations. Use a value of true if you want the results to match the user interface since the UI sends true by default.

The new parameter:

ParameterTypeDescription
has_violationQueryIndicates whether or not to filter ignored violations. Use true if you want the results to match the user interface since the UI sends true by default.

This update affects the following endpoint:

API EndpointDescriptionChange
GET /cns/api/v1/violationsList violationsAdded the has_violation query parameter.