You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Zhiting Guo (Jira)" <ji...@apache.org> on 2023/07/18 02:04:00 UTC

[jira] [Created] (KYLIN-5643) Add public api for batch delete index

Zhiting Guo created KYLIN-5643:
----------------------------------

             Summary: Add public api for batch delete index
                 Key: KYLIN-5643
                 URL: https://issues.apache.org/jira/browse/KYLIN-5643
             Project: Kylin
          Issue Type: Improvement
          Components: Metadata
    Affects Versions: 5.0-alpha
            Reporter: Zhiting Guo
             Fix For: 5.0-alpha


Move the "kylin/api/index_plans/index" DELETE API from NIndexPlanController to OpenIndexPlanController as a public api.

demo:
curl --location --request DELETE 'http://127.0.0.1:9099/kylin/api/index_plans/index?project=project1&model_name=abc&index_ids=20000000001' \ --header 'Accept: application/vnd.apache.kylin-v4-public+json' \ --header 'Authorization: Basic YWRtaW46S1lMSU4='
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)