File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1990,6 +1990,37 @@ paths:
19901990 schema :
19911991 $ref : ' #/components/schemas/PodList'
19921992 description : The list of Cloud Pods associated with a given identity
1993+ post :
1994+ description : Loads a pod state from a zip file and restores its services.
1995+ tags :
1996+ - pro
1997+ - pods
1998+ requestBody :
1999+ required : true
2000+ content :
2001+ multipart/form-data :
2002+ schema :
2003+ type : object
2004+ properties :
2005+ pod :
2006+ type : string
2007+ format : binary
2008+ required :
2009+ - pod
2010+ application/octet-stream :
2011+ schema :
2012+ type : string
2013+ format : binary
2014+ responses :
2015+ ' 201 ' :
2016+ description : Pod state loaded successfully.
2017+ headers :
2018+ Content-Length :
2019+ description : Length of the pod in bytes.
2020+ schema :
2021+ type : integer
2022+ ' 400 ' :
2023+ description : Bad request.
19932024 /_localstack/pods/environment :
19942025 get :
19952026 description : |
@@ -2154,37 +2185,6 @@ paths:
21542185 description : The size of the pod file in bytes.
21552186 schema :
21562187 type : integer
2157- post :
2158- description : Loads a pod state from a zip file and restores its services.
2159- tags :
2160- - pro
2161- - pods
2162- requestBody :
2163- required : true
2164- content :
2165- multipart/form-data :
2166- schema :
2167- type : object
2168- properties :
2169- pod :
2170- type : string
2171- format : binary
2172- required :
2173- - pod
2174- application/octet-stream :
2175- schema :
2176- type : string
2177- format : binary
2178- responses :
2179- ' 201 ' :
2180- description : Pod state loaded successfully.
2181- headers :
2182- Content-Length :
2183- description : Length of the pod in bytes.
2184- schema :
2185- type : integer
2186- ' 400 ' :
2187- description : Bad request.
21882188 /_localstack/pods/state/metamodel :
21892189 get :
21902190 description : Extract a metamodel representing the state of the current LocalStack
You can’t perform that action at this time.
0 commit comments