New Error Condition for Tenable.io Dynamic Tags
over 5 years ago by Sian Jones
Tenable.io now returns a 400 response message if you submit a request to create or update a dynamic tag rule using an invalid parameter.
This 400 response message contains the following error condition:
The following filter types are not valid: {string}
This change affects the following endpoints:
Endpoint | Related Parameter |
---|---|
POST /tags/values | filters |
PUT /tags/values/{value_uuid} | filters |
Prior to this change, if you submitted a request to create or update a dynamic tag rule using an invalid parameter, Tenable.io returned a 200 response message indicating success, but Tenable.io could not match the tag to any assets because of the invalid parameter.