added
Cloud Security: New csv_format Query Parameter for List Violations
over 2 years ago by Lance Duvall
A new parameter is now available for the Tenable Cloud Security List violations endpoint that allows you to return the violations data in CSV format rather than JSON format. The csv_format
query parameter can be specified with a value of true to return the violations data in CSV format.
The new parameter:
Parameter | Type | Description |
---|---|---|
csv_format | Query | Indicates whether or not to return the violations data in CSV format rather than JSON format. |
This update affects the following endpoint:
API Endpoint | Description | Change |
---|---|---|
GET /cns/api/v1/violations | List violations | Added the csv_format query parameter. |