Merge "Add description for Image location in snapshot"
This commit is contained in:
commit
b672f35de6
@ -1,4 +1,11 @@
|
||||
# variables in header
|
||||
image_location:
|
||||
description: |
|
||||
The image location URL of the image or backup created, HTTP header
|
||||
"Location: <image location URL>" 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
|
||||
|
@ -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)
|
||||
|
@ -55,8 +55,9 @@ Request
|
||||
Response
|
||||
--------
|
||||
|
||||
If successful, the header 'Location' : <image location URL>
|
||||
will be returned. No response body is returned.
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- image_location: image_location
|
||||
|
||||
|
||||
Inject Network Information (injectNetworkInfo Action)
|
||||
|
Loading…
x
Reference in New Issue
Block a user