Description
This is a similar cleanup as to what was done to the plugin SDK APIs. There's a similar API for communicating with the traffic_manager, and all APIs there are prefixed INK*. We should rename these to TS*, so that we can expose these management APIs as a clean interface.
Additionally, it'd be a big bonus to refactor the code so that we can move all these management APIs into a shared object (.so), which gets installed together with the include file (and properly versioned for the ATS release version, e.g. libtsmgmt.so.3.0.0).