... | ... | @@ -8,3 +8,11 @@ rm -rf configuration/startup |
|
|
|
|
|
### opendaylight neutron api examples
|
|
|
https://wiki.openstack.org/wiki/Neutron/APIv2-specification#Show_Network
|
|
|
|
|
|
### 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
|
|
|
```
|
|
|
|
|
|
|
|
|
\ No newline at end of file |