rest_networks_UUID(self,
*args,
**kw)
|
|
If the request method is POST, we update the specified network. If
the request method is GET, we return the specified network. If the
request method is DELETE, we delete the specified network.
URL Format:
/rest/networks/<UUID>/
- Parameters:
self (enomalism2.REST.rest) - The method class.
name (String) - The network name.
description (String) - The network description.
bridge (String) - The network bridge.
cluster (String.) - The network cluster.
- Returns: Dictionary
- A dictionary containing the result of the action.
- Decorators:
@register_extension('networks/*', allowed_methods= ['GET', 'POST', 'DELETE'])
- Raises:
None - No exceptions are raised by this method.
|