... | @@ -12,7 +12,8 @@ https://wiki.openstack.org/wiki/Neutron/APIv2-specification#Show_Network |
... | @@ -12,7 +12,8 @@ https://wiki.openstack.org/wiki/Neutron/APIv2-specification#Show_Network |
|
### curl example
|
|
### curl example
|
|
|
|
|
|
```
|
|
```
|
|
curl --user "admin":"admin" -H "Accept: application/json" -H "Content-type: application/json" -X PUT -d '{"port": {"name": "port1 updated"}}' http://sdncontrol:8080/controller/nb/v2/neutron/port/86D29754-4779-11E3-8F96-0800200C9A66
|
|
curl --user "admin":"admin" -H "Accept: application/json" -H "Content-type: application/json" \
|
|
|
|
-X PUT -d '{"port": {"name": "port1 updated"}}' http://sdncontrol:8080/controller/nb/v2/neutron/port/86D29754-4779-11E3-8F96-0800200C9A66
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file |