From 0c76cb83e1f64889239728af2a43c241c8d33a95 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 5 Feb 2025 13:17:32 -0500 Subject: [PATCH] Docs: API: update raft snapshot config (#29508) - Ensure parameters are present for Ent backport - Update heading --- .../api-docs/system/storage/raftautosnapshots.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/website/content/api-docs/system/storage/raftautosnapshots.mdx b/website/content/api-docs/system/storage/raftautosnapshots.mdx index c9f23f3544..38d7fec215 100644 --- a/website/content/api-docs/system/storage/raftautosnapshots.mdx +++ b/website/content/api-docs/system/storage/raftautosnapshots.mdx @@ -140,16 +140,15 @@ parameters in the context of AWS EKS & S3 configuration. - `azure_account_name` `(string)` - Azure account name. +- `azure_auth_mode` `(string)` - One of `shared` or `managed`. + - `azure_account_key` `(string)` - Azure account key. Used for `shared` authentication. - `azure_client_id` `(string)` - Azure Client ID. Used for `managed` authentication. -- `azure_auth_mode` `(string)` - One of `shared` or `managed`. - - `azure_blob_environment` `(string)` - Azure blob environment. -- `azure_endpoint` `(string)` - Azure blob storage endpoint. This is typically - only set when using a non-Azure implementation like Azurite. +- `azure_endpoint` `(string)` - Azure blob storage endpoint. Set this when using a non-Azure implementation like Azurite. ### Sample payload @@ -173,7 +172,7 @@ $ curl \ http://127.0.0.1:8200/v1/sys/storage/raft/snapshot-auto/config/config1 ``` -## List automated snapshots configs +## List automated snapshots configuration **This endpoint requires sudo capability.**