In order to use the ReST API, you will first need to obtain a authorization token, which will need to be passed in for each request using the X-Auth-Token header. The following example demonstrates how to use cURL to obtain the authorization token and the URL of the storage system.


The storage URL and authentication token are returned in the headers of the response. After authentication, you can use cURL to perform HEAD, GET, DELETE, POST and PUT requests on the storage services.