3.31.3. Add network

 
MethodURIDescription
POST/v2/{tenant_id}/os-networks/add

Adds a specified network to a project.

Normal response codes: 202

 3.31.3.1. Request

This table shows the URI parameters for the add network request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{id}

​Uuid

The UUID of the network to add to the project. Specify None to choose a random available network.

 

Example 3.258. Add network: JSON request

{"id": "1"}

 

Example 3.259. Add network: XML request

<id>1</id>

This operation does not require a request body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...