Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com> Co-authored-by: Vineet Pruthi <Vineet.Pruthi@t-systems.com> Co-committed-by: Vineet Pruthi <Vineet.Pruthi@t-systems.com>
11 KiB
Configuring the ES Listener
Function
This API is used to configure the ES listener.
URI
POST /v1.0/{project_id}/clusters/{cluster_id}/es-listeners
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
cluster_id |
Yes |
String |
ID of the target cluster |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
protocol |
Yes |
String |
Protocol type. HTTP and HTTPS are supported. |
protocol_port |
Yes |
Integer |
Port |
server_cert_id |
No |
String |
Server certificate ID. This parameter is mandatory when protocol is set to HTTPS. |
ca_cert_id |
No |
String |
CA certificate ID. This parameter is mandatory when protocol is set to HTTPS and bidirectional authentication is used. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
|---|---|---|
elb_id |
String |
Load balancer ID |
Request Example
POST /v1.0/6204a5bd270343b5885144cf9c8c158d/clusters/4f3deec3-efa8-4598-bf91-560aad1377a3/es-listeners
{
"protocol" : "HTTPS",
"protocol_port" : "9200",
"server_cert_id" : "1b74ae4afad741e6bc9497429d3d0838",
"ca_cert_id" : "2a7b050f598e4ea8a61cffbe2bdb312f"
}
Response Example
Status code: 200
The request is processed.
{
"elb_id" : "56a83547-a55a-407a-8245-7f9b3a0606c0"
}
Status Codes
Status Code |
Description |
|---|---|
200 |
The request is processed. |
400 |
Invalid request. Modify the request instead of retrying. |
409 |
The request cannot be processed due to a conflict. This status code indicates that the resource that the client attempts to create already exists, or the request fails to be processed because of the update of the conflict request. |
412 |
The server does not meet one of the requirements that the requester puts on the request. |
Error Codes
See Error Codes.