Skip to content

Commit

Permalink
DOC-2719-open-api (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchis123 authored Feb 3, 2025
1 parent c575b31 commit f5522c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ content:
recommendationsPercentile:
type: integer
example: 85
recommendationsMemoryPercentile:
type: integer
example: 85
kind:
example: "mcs:ocean:rightSizing:clusterConfiguration"
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ required:
properties:
config:
type: object
required:
- recommendationsPercentile
minProperties: 1
properties:
recommendationsPercentile:
recommendationsCpuPercentile:
type: integer
description: Change the percentile that the right-sizing recommendations calculation will take into account.
description: Change the cpu percentile that the right-sizing recommendations calculation will take into account.
example: 85
enum: [ 85, 90, 95, 99 ]
enum: [ 85, 90, 95, 99 ]
recommendationsMemoryPercentile:
type: integer
description: Change the memory percentile that the right-sizing recommendations calculation will take into account.
example: 85
enum: [ 85, 90, 95, 100 ]

0 comments on commit f5522c2

Please sign in to comment.