Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Bytes Components #569

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions spec/namespaces/cat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ components:
in: query
description: The unit in which to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
cat.all_pit_segments::query.format:
name: format
in: query
Expand Down Expand Up @@ -1164,7 +1164,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.allocation::query.cluster_manager_timeout:
name: cluster_manager_timeout
Expand Down Expand Up @@ -1374,7 +1374,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.fielddata::query.fields:
in: query
Expand Down Expand Up @@ -1503,7 +1503,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.indices::query.cluster_manager_timeout:
name: cluster_manager_timeout
Expand Down Expand Up @@ -1754,7 +1754,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.nodes::query.cluster_manager_timeout:
name: cluster_manager_timeout
Expand Down Expand Up @@ -1924,7 +1924,7 @@ components:
in: query
description: The unit in which to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
cat.pit_segments::query.format:
name: format
in: query
Expand Down Expand Up @@ -2062,7 +2062,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.recovery::query.detailed:
in: query
Expand Down Expand Up @@ -2233,7 +2233,7 @@ components:
in: query
description: The unit in which to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
cat.segment_replication::query.completed_only:
name: completed_only
in: query
Expand Down Expand Up @@ -2365,7 +2365,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.segments::query.cluster_manager_timeout:
name: cluster_manager_timeout
Expand Down Expand Up @@ -2444,7 +2444,7 @@ components:
name: bytes
description: The unit used to display byte values.
schema:
$ref: '../schemas/_common.yaml#/components/schemas/StorageType'
$ref: '../schemas/_common.yaml#/components/schemas/ByteUnit'
style: form
cat.shards::query.cluster_manager_timeout:
name: cluster_manager_timeout
Expand Down
4 changes: 2 additions & 2 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2385,10 +2385,10 @@ components:
items:
$ref: '../schemas/indices.data_streams_stats.yaml#/components/schemas/DataStreamsStatsItem'
total_store_sizes:
$ref: '../schemas/_common.yaml#/components/schemas/StorageSize'
$ref: '../schemas/_common.yaml#/components/schemas/HumanReadableByteCount'
total_store_size_bytes:
description: Total size, in bytes, of all shards for the selected data streams.
$ref: '../schemas/_common.yaml#/components/schemas/Bytes'
$ref: '../schemas/_common.yaml#/components/schemas/ByteCount'
required:
- _shards
- backing_indices
Expand Down
Loading
Loading