Skip to main content
 print this page

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 access
  • tenants — update tenant metadata
  • wlm — update a workload management queue

For cluster type os:

  • reindex — rebuild the catalog OpenSearch indexes
  • delete — 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

Update accepted/completed.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers