admin api: implement PreviewClusterLayoutChanges

This commit is contained in:
Alex Auvolat
2025-03-06 17:26:28 +01:00
parent e4881e62f1
commit 913e6da41b
5 changed files with 116 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ impl AdminApiRequest {
// Layout endpoints
GET GetClusterLayout (),
POST UpdateClusterLayout (body),
POST PreviewClusterLayoutChanges (),
POST ApplyClusterLayout (body),
POST RevertClusterLayout (),
// API key endpoints