From: NjeriChelimo <[email protected]>
---
site/output/cimi-curl/cimi-curl-volumes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/output/cimi-curl/cimi-curl-volumes.html
b/site/output/cimi-curl/cimi-curl-volumes.html
index 8fc2482..d70e5d5 100644
--- a/site/output/cimi-curl/cimi-curl-volumes.html
+++ b/site/output/cimi-curl/cimi-curl-volumes.html
@@ -250,7 +250,7 @@
<p>Create a Volume Template with XML body:</p>
- <pre>curl --user "mockuser:mockpassword" -H "Content-Type:
application/xml" -H "Accept: application/xml" -X POST -d '<VolumeTemplate
xmlns="http://schemas.dmtf.org/cimi/1"> <name> marios_vol_template
</name> <description> my first volume template </description>
<volumeConfig href="http://localhost:3001/cimi/volume_configurations/1">
</volumeConfig> <volumeImage
href="http://localhost:3001/cimi/volume_images/snap1"> </volumeImage>
</VolumeTemplate>' http://localhost:3001/cimi/volume_templates</pre>
+ <pre>curl -v --user "mockuser:mockpassword" -H "Content-Type:
application/xml" -H "Accept: application/xml" -X POST -d '<VolumeTemplate
xmlns="http://schemas.dmtf.org/cimi/1"> <name> marios_vol_template
</name> <description> my first volume template </description>
<volumeConfig href="http://localhost:3001/cimi/volume_configurations/1">
</volumeConfig> <volumeImage
href="http://localhost:3001/cimi/volume_images/snap1"> </volumeImage>
</VolumeTemplate>' http://localhost:3001/cimi/volume_templates</pre>
<p>Create a Volume Template with JSON body:</p>
--
1.7.9.5