Florian Nègre - Hi team,We have issue with /sy...

Hi team, We have issue with /system/banner API to know if maintenance is in progress, because the current response of /api/rest/2.0/system/banner is {"message": "This system is functioning normally. No maintenance is in progress."} But in doc https://developers.thoughtspot.com/docs/tse-cluster#_rest_v2_api_request response should be :
{"banner_text":"This system is functioning normally. No maintenance is in progress.","under_maintenance":false}
{"banner_text":"This system is functioning normally. No maintenance is in progress.","under_maintenance":false}
or
{"banner_text":"This system is currently being upgraded and is in ephemeral mode. You can continue to use it to visualize data. Any objects you create or modify during this period will be lost when the upgrade is complete.","under_maintenance":true}
{"banner_text":"This system is currently being upgraded and is in ephemeral mode. You can continue to use it to visualize data. Any objects you create or modify during this period will be lost when the upgrade is complete.","under_maintenance":true}
Do you know if it's a regression or if the API response has changed ? (miss the expected attribute under_maintenance that we use to know if a maintenance is in progress, and banner_text is now named message) our cluster version : 10.9.0.cl-65 Thank you 🙏
Cluster maintenance and upgrade
If you are using a ThoughtSpot Cloud cluster in the economy mode in your embedded deployments, use the APIs to restart an inactive cluster.
Solution:
Hello @Florian Nègre : Got an update from the team and they are working on the fix. Will update this thread once it is resolved.
Jump to solution
4 Replies
sandeep
sandeep4mo ago
Hello @Florian Nègre : We are checking this internally and will get back to you
Solution
sandeep
sandeep4mo ago
Hello @Florian Nègre : Got an update from the team and they are working on the fix. Will update this thread once it is resolved.
Florian Nègre
Florian NègreOP3mo ago
It's fixed in our clusters, thank you
sandeep
sandeep3mo ago
Thanks for confirming @Florian Nègre .

Did you find this page helpful?