Skip to content

Commit e104625

Browse files
committed
Update _networks.md, _nics.md, and _volumes.md
1 parent 6f308b9 commit e104625

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/includes/cloudstack/_networks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ curl -X PUT \
207207
}
208208
```
209209

210-
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/9572d2ea-a60d-478a-a75e-8ed31f2641f1</code>
210+
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/:id</code>
211211

212212
Update an existing network in an [environment](#administration-environments)
213213

@@ -232,7 +232,7 @@ curl -X DELETE \
232232
"https://cloudmc_endpoint/v1/services/compute-on/test_area/networks/9572d2ea-a60d-478a-a75e-8ed31f2641f1"
233233
```
234234

235-
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/9572d2ea-a60d-478a-a75e-8ed31f2641f1</code>
235+
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/:id</code>
236236

237237
Delete an existing network in an [environment](#administration-environments) To delete a network, you must first delete all the [instances](#cloudstack-instances) in the network.
238238

@@ -262,7 +262,7 @@ curl -X POST \
262262
}
263263
```
264264

265-
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/9572d2ea-a60d-478a-a75e-8ed31f2641f1?operation=replace</code>
265+
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/:id?operation=replace</code>
266266

267267
Replace the [network ACL](#cloudstack-network-acls) for a VPC subnet.
268268
<aside class="caution">

source/includes/cloudstack/_nics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ curl -X GET \
4141
}
4242
```
4343

44-
<code>GET <a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/portforwardingrules</code>
44+
<code>GET <a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/nics</code>
4545

4646
Retrieve a list of all NICs.
4747

source/includes/cloudstack/_volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ curl -X DELETE \
154154
"https://cloudmc_endpoint/v1/services/compute-on/test_area/volumes/e922e5fc-8fee-4688-ad93-c9ef5d7eb685"
155155
```
156156

157-
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/vpcs/:id</code>
157+
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/volumes/:id</code>
158158

159159
Destroy an existing data volume. A volume can only be deleted if it's not attached to an [instance](#cloudstack-instances).
160160

0 commit comments

Comments
 (0)