Skip to content

Commit ce7d0d2

Browse files
committed
Add repositories metering API links
1 parent 15d00f0 commit ce7d0d2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveRequest.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ import { long } from '@_types/Numeric'
2929
* @availability serverless stability=experimental visibility=private
3030
* @cluster_privileges monitor, manage
3131
* @doc_tag cluster
32+
* @doc_id clear-repositories-metering-archive-api
3233
*/
3334
export interface Request extends RequestBase {
3435
path_parts: {
3536
/**
3637
* Comma-separated list of node IDs or names used to limit returned information.
37-
* All the nodes selective options are explained [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster.html#cluster-nodes).
38+
* @ext_doc_id cluster-nodes
3839
*/
3940
node_id: NodeIds
4041
/**
41-
* Specifies the maximum [archive_version](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-repositories-metering-api.html#get-repositories-metering-api-response-body) to be cleared from the archive.
42+
* Specifies the maximum `archive_version` to be cleared from the archive.
4243
*/
4344
max_archive_version: long
4445
}

specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ import { Name } from '@_types/common'
2424

2525
export class ResponseBase extends NodesResponseBase {
2626
/**
27-
* Name of the cluster. Based on the [Cluster name setting](https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#cluster-name).
27+
* Name of the cluster. Based on the `cluster.name` setting.
28+
* @ext_doc_id cluster-name
2829
*/
2930
cluster_name: Name
3031
/**

specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { NodeIds } from '@_types/common'
3030
* @availability serverless stability=experimental visibility=private
3131
* @cluster_privileges monitor, manage
3232
* @doc_tag cluster
33+
* @doc_id get-repositories-metering-api
3334
*/
3435
export interface Request extends RequestBase {
3536
path_parts: {

specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Name } from '@_types/common'
2424

2525
export class ResponseBase extends NodesResponseBase {
2626
/**
27-
* Name of the cluster. Based on the [Cluster name setting](https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#cluster-name).
27+
* Name of the cluster. Based on the `cluster.name` setting.
2828
*/
2929
cluster_name: Name
3030
/**

0 commit comments

Comments
 (0)