Shalin Shekhar Mangar created SOLR-10374:
--------------------------------------------

             Summary: Implement set-policy and remove-policy APIs
                 Key: SOLR-10374
                 URL: https://issues.apache.org/jira/browse/SOLR-10374
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
            Reporter: Shalin Shekhar Mangar
             Fix For: master (7.0)


Add {{set-policy}} and {{remove-policy}} APIs for adding, updating and deleting 
autoscaling policies from Zookeeper.

{code}
curl -H 'Content-type:application/json' -d '{
  "set-policy": {
    "default": {
      "preferences": [
        {
          "minimize": "replicas",
          "precision": 3
        },
        {
          "maximize": "freedisk",
          "precision": 100
        },
        {
          "minimize": "cpu",
          "precision": 10
        }
      ]
    }
  }
}' http://localhost:8983/solr/admin/autoscaling
{code}

This issue is only for the CRUD APIs. The actual implementation of these 
policies will be done in a separate issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to