Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/am/erepos/1/templates/1/bundle/abc%2520abc

Steps for file names with spaces

If the file name contains spaces, in the cURL command, enclose the File option in quotation marks and shell escape the spaces.

For example, if the file name is new disk.vmdk, then in the cURL command, you should use -F "diskFile=@new\ disk.vmdk"

6. Replace the disk

In the following cURL, the base_url is the URL of the Abiquo API server, without the /api path. For example, https://abiquo.example.com.

...