All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apispec.cluster.configs.Commands.json Maven / Gradle / Ivy

There is a newer version: 9.8.1
Show newest version
{
  "documentation": "https://lucene.apache.org/solr/guide/configsets-api.html",
  "description": "Create ConfigSets.",
  "methods": [
    "POST"
  ],
  "url": {
    "paths": [
      "/cluster/configs"]
  },
  "commands": {
    "create": {
      "type" :"object",
      "description": "Create a ConfigSet, based on another ConfigSet already in ZooKeeper.",
      "documentation": "https://lucene.apache.org/solr/guide/configsets-api.html#configsets-create",
      "properties": {
        "name" :{
          "type" :"string",
          "description" : "The name of the ConfigSet to be created."
        },
        "baseConfigSet":{
          "type" : "string",
          "description" :"The existing ConfigSet to copy as the basis for the new one."
        },
        "properties" : {
          "type":"object",
          "description": "Additional key-value pairs, in the form of 'ConfigSetProp.=', as needed. These properties will override the same properties in the base ConfigSet.",
          "additionalProperties" : true
        }
      },
      "required" : ["name", "baseConfigSet"]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy