site_name: Deltacloud API title: Working with cURL

<h3 id="command">Working with cURL as a command line client</h3>

<p> The <a href="http://curl.haxx.se/docs/">cURL documentation</a> is pretty comprehensive, but the following are some general points to remember for using cURL against Deltacloud. All the examples on this page assume the deltacloud server is running at localhost:3001: </p>
<ul class="nav nav-list well">
  <li class="nav-header">cURL as a deltacloud client</li>
  <li class="active"><a href="#instances">Work with instances</a></li>
  <li><a href="#images">Work with images</a></li>
  <li><a href="#hardware_profiles">Work with hardware profiles</a></li>
  <li><a href="#realms">Work with realms</a></li>
  <li><a href="#keys">Work with keys</a></li>
  <li><a href="#firewalls">Work with firewalls</a></li>
  <li><a href="#addresses">Work with addresses</a></li>
  <li><a href="#load_balancers">Work with load balancers</a></li>
  <li><a href="#buckets">Work with buckets</a></li>
  <li><a href="#storage_volumes">Work with storage volumes</a></li>
  <li><a href="#storage_snapshots">Work with storage snapshots</a></li>
</ul>

Alternatively and if you prefer you can manually specify the Accept header: