File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4324,6 +4324,10 @@ opensearch:
43244324 type : string
43254325 pattern : ^[^\r\n]*$
43264326 _secure : true
4327+ readonly :
4328+ title : Whether the repository is read-only.
4329+ type : boolean
4330+ default : false
43274331 restore_global_state :
43284332 title : Restore the cluster state or not
43294333 description : If true, restore the cluster state. Defaults to false
@@ -4394,6 +4398,10 @@ opensearch:
43944398 type : string
43954399 pattern : ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
43964400 example : metrics*,logs*,data-20240823
4401+ readonly :
4402+ title : Whether the repository is read-only.
4403+ type : boolean
4404+ default : false
43974405 restore_global_state :
43984406 title : Restore the cluster state or not
43994407 description : If true, restore the cluster state. Defaults to false
@@ -5495,6 +5503,10 @@ opensearch:
54955503 type : string
54965504 pattern : ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
54975505 example : metrics*,logs*,data-20240823
5506+ readonly :
5507+ title : Whether the repository is read-only.
5508+ type : boolean
5509+ default : false
54985510 region :
54995511 title : S3 region
55005512 type : string
You can’t perform that action at this time.
0 commit comments