Skip to content

Commit

Permalink
Fix various errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored Dec 20, 2024
1 parent 0f2e5cb commit 91908f1
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions spec/namespaces/cat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ paths:
operationId: cat.aliases.0
x-operation-group: cat.aliases
x-version-added: '1.0'
description: Shows information about currently configured aliases to indexes including filter and routing info.
description: Shows information about currently configured aliases to indexes including filter and routing information.
externalDocs:
url: https://opensearch.org/docs/latest/api-reference/cat/cat-aliases/
parameters:
Expand Down Expand Up @@ -139,7 +139,7 @@ paths:
operationId: cat.count.1
x-operation-group: cat.count
x-version-added: '1.0'
description: Provides quick access to the document count of the entire cluster, or individual indexes.
description: Provides quick access to the document count of the entire cluster or individual indexes.
externalDocs:
url: https://opensearch.org/docs/latest/api-reference/cat/cat-count/
parameters:
Expand Down Expand Up @@ -215,7 +215,7 @@ paths:
operationId: cat.indices.0
x-operation-group: cat.indices
x-version-added: '1.0'
description: 'Returns information about indexes: number of primaries and replicas, document counts, disk size, ...'
description: Lists information related to indexes, that is, how much disk space they are using, how many shards they have, their health status, and so on.
externalDocs:
url: https://opensearch.org/docs/latest/api-reference/cat/cat-indices/
parameters:
Expand Down Expand Up @@ -438,7 +438,7 @@ paths:
operationId: cat.recovery.1
x-operation-group: cat.recovery
x-version-added: '1.0'
description: Returns all completed and ongoing index shard recoveries.
description: Returns all completed and ongoing index and shard recoveries.
externalDocs:
url: https://opensearch.org/docs/latest/api-reference/cat/cat-plugins/
parameters:
Expand Down Expand Up @@ -512,7 +512,9 @@ paths:
operationId: cat.segment_replication.1
x-operation-group: cat.segment_replication
x-version-added: '2.6'
description: Returns information about active and last completed segment replication events on each replica shard, including related shard-level metrics. These metrics provide information about how far behind the primary shard the replicas are lagging.
description: |-
Returns information about active and last completed segment replication events on each replica shard, including related shard-level metrics.
These metrics provide information about how far behind the primary shard the replicas are lagging.
externalDocs:
url: https://opensearch.org/docs/latest/api-reference/cat/cat-segment-replication/
parameters:
Expand Down Expand Up @@ -1143,7 +1145,7 @@ components:
cat.all_pit_segments::query.h:
name: h
in: query
description: A A comma-separated list of column names to display.
description: A comma-separated list of column names to display.
style: form
schema:
type: array
Expand Down Expand Up @@ -1173,11 +1175,11 @@ components:
cat.all_pit_segments::query.v:
name: v
in: query
description: Enables verbose mode, which displays column headers.
description: Enables verbose mode, which displays column headers.
schema:
type: boolean
default: false
description: Enables verbose mode, which displays column headers.
description: Enables verbose mode, which displays column headers.
cat.allocation::path.node_id:
in: path
name: node_id
Expand Down Expand Up @@ -1210,13 +1212,13 @@ components:
cat.allocation::query.h:
name: h
in: query
description: A A comma-separated list of column names to display.
description: A comma-separated list of column names to display.
style: form
schema:
type: array
items:
type: string
description: A A comma-separated list of column names to display.
description: A comma-separated list of column names to display.
explode: true
cat.allocation::query.help:
name: help
Expand Down Expand Up @@ -1866,11 +1868,11 @@ components:
cat.nodes::query.v:
name: v
in: query
description: Enables verbose mode, which displays column headers.
description: Enables verbose mode, which displays column headers.
schema:
type: boolean
default: false
description: Enables verbose mode, which displays column headers.
description: Enables verbose mode, which displays column headers.
cat.pending_tasks::query.cluster_manager_timeout:
name: cluster_manager_timeout
in: query
Expand Down

0 comments on commit 91908f1

Please sign in to comment.