added
Cloud Security: New has_violation Query Parameter for List Violations
over 1 year ago by Lance Duvall
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:
Parameter | Type | Description |
---|---|---|
has_violation | Query | Indicates 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 Endpoint | Description | Change |
---|---|---|
GET /cns/api/v1/violations | List violations | Added the has_violation query parameter. |