All Products
Search
Document Center

Elasticsearch:DisableKibanaPvlNetwork

Last Updated:Mar 15, 2024

Call DisableKibanaPvlNetwork to close the Kibana intranet connection.

This API supports only cloud-native instances. For instances of the old architecture, use the TriggerNetwork method.

Debug

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 for different SDKs.

Request headers

This operation does not have operation-specific request headers and uses only common request headers. For more information, see Common request parameters.

Request syntax

POST /openapi/instances/{InstanceId}/actions/disable-kibana-private HTTP/1.1

Request parameters

Parameter

Type

Position

Required

Sample value

Description

InstanceId String Path Yes es-cn-vo93ngti8000a****

The ID of instance N.

Response parameters

Parameter

Type

Sample value

Description

RequestId String 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1DERFG

The request ID.

Result Boolean true

The following result is returned:

  • true
  • false

Examples

Sample requests

POST /openapi/instances/es-cn-vo93ngti8000a****/actions/disable-kibana-private 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

<DisableKibanaPvlNetworkResponse>
    <RequestId>5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1DERFG</RequestId>
    <Result>true</Result>
</DisableKibanaPvlNetworkResponse>

JSON format

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

{
  "RequestId" : "5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1DERFG",
  "Result" : true
}

Common error codes

For a list of error codes, see Service error codes.