curl -XGET https://<tatHostname>:<tatPort>/version
For Tat admin only.
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/count
Info about current instance of engine
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/instance
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/distribution
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/db/stats
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/db/serverStatus
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/db/replSetGetStatus
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/db/replSetGetConfig
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/db/collections
curl -XPUT \
-H "Content-Type: application/json" \
-H "Tat_username: admin" \
-H "Tat_password: passwordAdmin" \
https://<tatHostname>:<tatPort>/stats/db/slowestQueries
Return websocket-enabled
and username-from-email
parameters. See Tat Flags below.
curl -XGET https://<tatHostname>:<tatPort>/capabilities
curl -XGET https://<tatHostname>:<tatPort>/system/cache/clean
curl -XGET https://<tatHostname>:<tatPort>/system/cache/info