/api/tree/notmatched
Note
Calling this endpoint without a list of one or more TSUIDs will return all non-matched TSUIDs in the tree. If you have a large number of timeseries in your system, the response can potentially be very large. Thus it is best to use this endpoint with specific TSUIDs.
Note
If is disabled for the tree, this endpoint will not return any data. Not Matched entries will still appear in the TSD’s logs.
The following fields are used for this endpoint
A successful response will return a map of key/value pairs where the unrecorded TSUID as the key and a message about which rule failed to match as the value. The response will only return not matched entries that were found. If one or more of the TSUIDs requested did not result in a not matched entry, it will not be returned with the result. This may mean that the TSMeta has not been processed yet. Note that if no failed matches have occurred or the tree hasn’t processed any data yet, the result set will be empty. If the requested tree did not exist in the system, a will be returned with an error message. If invalid data was supplied a error will be returned.