@@ -65,11 +65,11 @@ Retrieve a volume.
6565
6666Attributes |   ;
6767------- | -----------
68- ` id ` <br />* UUID* | The volume's id
69- ` name ` <br />* string* | The volume name
70- ` description ` <br />* string* | The volume's description
71- ` sizeInGB ` <br />* integer* | The volume's size in GB
72- ` state ` <br />* string* | The volume's state
68+ ` id ` <br />* UUID* | The volume's id.
69+ ` name ` <br />* string* | The volume name.
70+ ` description ` <br />* string* | The volume's description.
71+ ` sizeInGB ` <br />* integer* | The volume's size in GB.
72+ ` state ` <br />* string* | The volume's state.
7373` instanceId ` <br />* string* | The instance id to which the volume is attached.
7474` instanceName ` <br />* string* | The instance name to which the volume is attached.
7575` device ` <br />* string* | The device under which the volume is The volume's state.
@@ -98,9 +98,9 @@ Create a volume.
9898
9999Required attributes | Description
100100---------------------------------- | -----------------------------------
101- ` name ` <br />* string* | The volume name
102- ` description ` <br />* string* | The volume description
103- ` sizeInGB ` <br />* integer* | The volume's size in GB
101+ ` name ` <br />* string* | The volume name.
102+ ` description ` <br />* string* | The volume description.
103+ ` sizeInGB ` <br />* integer* | The volume's size in GB.
104104
105105#### Delete a volume
106106
@@ -126,7 +126,7 @@ curl -X POST \
126126```
127127``` json
128128{
129- "instanceId" : " 449efafc-0a6f-4f9e-9602-4b9ac2400abd" ,
129+ "instanceId" : " 449efafc-0a6f-4f9e-9602-4b9ac2400abd"
130130}
131131```
132132
@@ -136,7 +136,7 @@ Attach a volume to an instance.
136136
137137Required attributes | Description
138138---------------------------------- | -----------------------------------
139- ` instanceId ` <br />* UUID* | The instance id
139+ ` instanceId ` <br />* UUID* | The instance id.
140140
141141#### Detach a volume from an instance
142142
@@ -162,7 +162,7 @@ curl -X POST \
162162```
163163``` json
164164{
165- "sizeInGB" : 40 ,
165+ "sizeInGB" : 40
166166}
167167```
168168
0 commit comments