Call the InstallAckOperator to install Elasticsearch Operator. on the specified Alibaba Cloud Container Service for Kubernetes ACK(Container Service for Kubernetes) cluster

Note Before installing the collector on the ACK cluster, you need to call this interface and install the Elasticsearch Operator. on the target cluster.

Debugging

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

Request header

This operation uses only the common request header. For more information, see Common request parameters.

Request structure


     POST /openapi/ack-clusters/[ClusterId]/operator HTTP/1.1 
   

Request parameters

Parameter Type Position Required Example Description
ClusterId String Path Yes c79acd3fbf462423fb6450e513bb6****

The ID of the cluster from which you want to detach tags.

ClientToken String Query No 5A2CFF0E-5718-45B5-9D4D-70B3FF****

This parameter is used to ensure the idempotence of the request. The value of this parameter is generated by the client and is unique among different requests. The maximum length is 64 ASCII characters.

Response parameters

Parameter Type Example Description
RequestId String EFA88951-7A6F-4A8E-AB8F-2BB7132BA751

The ID of the request.

Result Boolean true

Indicates whether SQL audit was disabled for the DRDS database. Then, you can perform the following operations:

  • true: The installation is successful.
  • false: Installation failed

Examples

Sample requests


     POST /openapi/ack-clusters/c79acd3fbf462423fb6450e513bb6 ****/operator HTTP/1.1 public request header 
   

Sample success responses

JSON format


     { "Result": true, "RequestId": "EFA88951-7A6F-4A8E-AB8F-2BB7132BA751" } 
   

Error codes

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