Returns the Azure vhd url for the specified vhd location
GET/v1/clouds/azure/vhds/:vhd/url
Returns the Azure vhd url for the specified vhd location
Request
Path Parameters
vhd stringrequired
vhd location for which Azure vhd url is requested
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
namestring
The name of the resource
urlstring
The url of the Azure Vhd
{
"name": "string",
"url": "string"
}
Loading...