Skip to content

Commit f1bb1a0

Browse files
committed
Adds an external link to Cluster allocation explain API spec.
1 parent 291ffd3 commit f1bb1a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ clear-repositories-metering-archive-api,https://www.elastic.co/docs/api/doc/elas
8787
clear-scroll-api,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-clear-scroll
8888
clear-trained-model,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-clear-trained-model-deployment-cache
8989
cluster-allocation-explain,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-allocation-explain
90+
cluster-allocation-explain-examples,https://www.elastic.co/docs/troubleshoot/elasticsearch/cluster-allocation-api-examples
9091
cluster-get-settings,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-get-settings
9192
cluster-health,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-health
9293
cluster-info,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-info

specification/cluster/allocation_explain/ClusterAllocationExplainRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { Duration } from '@_types/Time'
3232
* @availability stack since=5.0.0 stability=stable
3333
* @availability serverless stability=stable visibility=private
3434
* @doc_id cluster-allocation-explain
35+
* @ext_doc_id cluster-allocation-explain-examples
3536
* @doc_tag cluster
3637
*/
3738
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)