Queries the configuration of Kibana.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request headers

This operation uses only common request headers. For more information, see Common request headers.

Request syntax

GET /openapi/instances/{InstanceId}/kibana-settings HTTP/1.1

Request parameters

Parameter Type Position Required Example Description
InstanceId String Path Yes es-cn-n6w1o1x0w001c****

The ID of instance.

Response parameters

Parameter Type Example Description
Result Map

Some configurable Kibana settings information. For more information, see Kibana settings.

RequestId String F99407AB-2FA9-489E-A259-40CF6D*****

The ID of the request.

Examples

Sample requests

GET /openapi/instances/es-cn-n6w1o1x0w001c****/kibana-settings HTTP/1.1
Host:elasticsearch.aliyuncs.com
Content-Type:application/json

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeKibanaSettingsResponse>
    <RequestId>F99407AB-2FA9-489E-A259-40CF6D*****</RequestId>
</DescribeKibanaSettingsResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Result" : {
    "map.includeElasticMapsService" : "false",
    "server.ssl.cert" : "/home/admin/packages/kibana/config/cert/client.crt",
    "server.ssl.enabled" : "true",
    "server.ssl.key" : "/home/admin/packages/kibana/config/cert/client.key",
    "xpack.reporting.capture.browser.chromium.disableSandbox" : "true"
  },
  "RequestId" : "131834B6-AE89-45D4-878B-D2F46A8C****"
}

Error codes

For a list of error codes, visit the API Error Center.