Is there anyway to add a new entity to the API?
we're having an issue querying the interfacetraffic table from the API - SWIS just can't process all the data and throws SQL into an asyn_network_io wait state waiting on SWIS which never completes. (this is for the previous hour's worth of data for all interfaces - a lot of data I know, but really will only ever be about ~127,000 records)
I want to know if we can add another entity thats exposed to the API so that the interfacetraffic entity isn't so dang big. Would simply adding another view in SQL expose it via the API?