3.19.3. Update cloudpipe

 
MethodURIDescription
POST/v2/{tenant_id}/os-cloudpipe/configure-project

Updates the virtual private network (VPN) IP address and port for a specified cloudpipe instance.

Normal response codes: 202

 3.19.3.1. Request

This table shows the header parameters for the update cloudpipe request:

NameTypeDescription

vpn_ip

​String

(Required)

The VPN IP address.

vpn_port

​String

(Required)

The VPN port.

This table shows the URI parameters for the update cloudpipe request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

 

Example 3.157. Update cloudpipe: JSON request

{
    "configure_project": {
        "vpn_ip": "192.168.1.1",
        "vpn_port": "2000"
    }
}

 

Example 3.158. Update cloudpipe: XML request

<?xml version='1.0' encoding='UTF-8'?>
<configure_project>
  <vpn_ip>192.168.1.1</vpn_ip>
  <vpn_port>2000</vpn_port>
</configure_project>

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...