Add UI to select number of non-current versions subject to ILM expiry rule (#3088)
This commit is contained in:
@@ -5067,6 +5067,9 @@ definitions:
|
||||
noncurrent_expiration_days:
|
||||
type: integer
|
||||
format: int64
|
||||
newer_noncurrent_expiration_versions:
|
||||
type: integer
|
||||
format: int64
|
||||
|
||||
transitionResponse:
|
||||
type: object
|
||||
@@ -5154,6 +5157,11 @@ definitions:
|
||||
type: integer
|
||||
format: int32
|
||||
default: 0
|
||||
newer_noncurrentversion_expiration_versions:
|
||||
description: Non required, can be set in case of expiration is enabled
|
||||
type: integer
|
||||
format: int32
|
||||
default: 0
|
||||
noncurrentversion_transition_storage_class:
|
||||
description: Non required, can be set in case of transition is enabled
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user