Init a volume
Initialize with a remote source
POST /volumes/initialize HTTP/1.1
Content-Type: application/json
{
"Volume": [
{
"Name": "vol1",
"Source": "https://raw.githubusercontent.com/hyperhq/hypercli/master/README.md"
}
]
}HTTP/1.1 200 OKInitialize with a local source
Ask to initialize
Upload data
Finish initialize
Last updated