Skip to content

Commit

Permalink
additional counters in _clusters response
Browse files Browse the repository at this point in the history
  • Loading branch information
piergm committed Oct 2, 2023
1 parent 0fb6d8e commit 05d5b5c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 24 deletions.
81 changes: 57 additions & 24 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions specification/_types/Stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export class ClusterStatistics {
skipped: integer
successful: integer
total: integer
running: integer
partial: integer
failed: integer
details?: Dictionary<ClusterAlias, ClusterDetails>
}

Expand Down

0 comments on commit 05d5b5c

Please sign in to comment.