diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index c1aa107af3..b4fcad6a5a 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1,4 +1,11 @@ # variables in header +image_location: + description: | + The image location URL of the image or backup created, HTTP header + "Location: " will be returned. + in: header + required: true + type: string tag_location: description: | The location of the tag. It's individual tag URL which can be used for diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index ce22f10eef..2c77dfca2b 100644 --- a/api-ref/source/servers-actions.inc +++ b/api-ref/source/servers-actions.inc @@ -271,7 +271,9 @@ Request Response -------- -If successful, this method does not return content in the response body. +.. rest_parameters:: parameters.yaml + + - image_location: image_location Lock Server (lock Action) diff --git a/api-ref/source/servers-admin-action.inc b/api-ref/source/servers-admin-action.inc index 5e90eaeb9d..1110a49104 100644 --- a/api-ref/source/servers-admin-action.inc +++ b/api-ref/source/servers-admin-action.inc @@ -55,8 +55,9 @@ Request Response -------- -If successful, the header 'Location' : -will be returned. No response body is returned. +.. rest_parameters:: parameters.yaml + + - image_location: image_location Inject Network Information (injectNetworkInfo Action)