From 5197e43396f65bab9f9bf54edf8e2b899b1c1b69 Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Mon, 3 Mar 2025 19:04:01 +0000 Subject: [PATCH] pageserver: add recurse flag to layer download spec (#11068) I missed updating the open api spec in the original PR. We need this so that the cplane auto-generated client sees the flag. --- pageserver/src/http/openapi_spec.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 12252739fd..0fb9a240d5 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -842,6 +842,12 @@ paths: required: false schema: type: integer + - name: recurse + description: When set, will recurse with the downloads into ancestor timelines + in: query + required: false + schema: + type: boolean post: description: | Download all layers in the specified timeline's heatmap. The `tenant_shard_id` parameter