API Guide

Table Of Contents
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Body
unclaim_paylo
ad
required
unclaim_payload
Responses
HTTP
Code
Description Schema
200 The update was successful, return updated StorageVolume StorageVolume
204
The update was successful, no response content
Headers :
Location (string) : URI of unclaimed Storage Volume.
No Content
Example HTTP response
Response 200
104