curl --request POST \
--url https://dev.startree.ai/instances/{instanceName}/updateBrokerResource \
--header 'Authorization: <api-key>'
Broker resource should be updated when a new broker instance is added, or the tags for an existing broker are changed. Updating broker resource requires reading all the table configs, which can be costly for large cluster. Consider updating broker resource for each table individually.
curl --request POST \
--url https://dev.startree.ai/instances/{instanceName}/updateBrokerResource \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Instance name
Was this page helpful?