Update DWH user-access, tenant metadata, WLM queue, or trigger an OpenSearch reindex
PUT/clusters/:clustertype/:operations
For cluster type dwh:
user-access— enable or disable catalog table-view accesstenants— update tenant metadatawlm— update a workload management queue
For cluster type os:
reindex— rebuild the catalog OpenSearch indexesdelete— delete the catalog OpenSearch indexes
Note both OpenSearch operations are issued as PUT, including
delete; there is no HTTP DELETE route for them.
The os operations read no request body — anything sent is
ignored — and they are asynchronous. A 200 means the job was
triggered via a state machine, not that reindexing has finished; the
caller receives an email notification on completion. Poll
GET /clusters/os/indexhistory to see the operation recorded.
clustertype=rag is not supported on PUT and is rejected with
IPV-1004.
Request
Responses
- 200
- 400
- 500
Update accepted/completed.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Validation or auth failure.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Backend/generic failure.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers