云服务器内容精选

  • 响应参数 状态码: 200 表2 响应Body参数 参数 参数类型 描述 configurations Object 集群参数配置列表。该对象中key值以具体获取为准,value拥有以下属性。 id: 参数配置ID。 key: 参数名称。 vlaue: 参数值。 defaultValue: 参数默认值。 regex: 参数约束限制。 desc: 参数中文描述。 type: 参数类型描述。 moduleDesc: 参数功能中文描述。 modifyEnable: 参数是否可修改 true: 可以修改。 false:不可修改。 enableValue: 参数支持修改的值。 fileName: 参数存在的文件名称。默认为elasticsearch.yml。 version: 版本信息。 descENG: 参数英文描述。 moduleDescENG: 参数功能英文描述。
  • 响应示例 状态码: 200 请求已成功。 { "configurations" : { "http.cors.allow-credentials" : { "id" : "b462d13c-294b-4e0f-91d3-58be2ad02b99", "key" : "http.cors.allow-credentials", "value" : "false", "defaultValue" : "false", "regex" : "^(true|false)$", "desc" : "跨域访问是否返回头部的Access-Control-Allow-Credentials,布尔类型,包括true和false", "type" : "Boolean", "moduleDesc" : "跨域访问", "modifyEnable" : "true", "enableValue" : "true,false", "fileName" : "elasticsearch.yml", "version" : null, "descENG" : "Whether to return the Access-Control-Allow-Credentials of the header during cross-domain access. The value is a Boolean value and the options are true and false.", "moduleDescENG" : "Cross-domain Access" } }}