Proxy HTTP POST requestedit
Proxies the HTTP POST request to the cluster. You must specify the X-Management-Request
HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.
Requestedit
POST /api/v1/clusters/kibana/{cluster_id}/proxy/{kibana_path}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The Kibana deployment identifier |
|
|
Y |
The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status |
Headersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
When set to |
Request bodyedit
(string
) The JSON payload that is used to proxy the Kibana deployment.
Responsesedit
-
200
-
The request has been processed successfully through the proxy
-
404
-
(
BasicFailedReply
) The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XPOST {{hostname}}/api/v1/clusters/kibana/{cluster_id}/proxy/{kibana_path} \ -u $CLOUD_USER:$CLOUD_KEY \ -H X-Management-Request: string