File tree Expand file tree Collapse file tree
source/includes/cloudstack Expand file tree Collapse file tree Original file line number Diff line number Diff 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
212212Update 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
237237Delete 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
267267Replace the [ network ACL] ( #cloudstack-network-acls ) for a VPC subnet.
268268<aside class =" caution " >
Original file line number Diff line number Diff 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
4646Retrieve a list of all NICs.
4747
Original file line number Diff line number Diff 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
159159Destroy an existing data volume. A volume can only be deleted if it's not attached to an [ instance] ( #cloudstack-instances ) .
160160
You can’t perform that action at this time.
0 commit comments