Reputation: 7
I got the 200 response succes but cannot able to get the response of my query. i want to show the data base available in the TDengine cloud account. And my query is SHOW DATABASES. Anyone hlep me to get the data from the TDeninge cloud using the postman tool I am facing this issue
i am tried in postman and i want to get the data base list
Upvotes: -1
Views: 37
Reputation: 125
I don't know to convert to postman input but I use curl with proper parameters and seems it works good with TDengine cloud.
curl -i -N -d "show databases" https://gw.us-east.azure.cloud.tdengine.com/rest/sql?token=MYTOKEN
Upvotes: 0