c9f5ad3bcf
As discussed at summit, the version part of the URL is not really relevant, or a thing a user should be filling out themselves, this should instead be set by the service catalog and extracted from the token. This removes it's reference in all documented REST urls, and adds a new section describing how one gets the base URL for all calls. Change-Id: I4306b8c3de0225e54f3909dd8a1fb293c4e5944c
88 lines
1.7 KiB
ReStructuredText
88 lines
1.7 KiB
ReStructuredText
.. -*- rst -*-
|
|
.. needs:parameter_verification
|
|
.. needs:example_verification
|
|
.. needs:body_verification
|
|
|
|
==========================
|
|
Cloudpipe (os-cloudpipe)
|
|
==========================
|
|
|
|
Manages virtual VPNs for projects.
|
|
|
|
List Cloudpipes
|
|
===============
|
|
|
|
.. rest_method:: GET /os-cloudpipe
|
|
|
|
Lists cloudpipes.
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound (404)
|
|
|
|
Response
|
|
--------
|
|
|
|
**Example List Cloudpipes: JSON response**
|
|
|
|
.. literalinclude:: ../../doc/api_samples/os-cloudpipe/cloud-pipe-get-resp.json
|
|
:language: javascript
|
|
|
|
Create Cloudpipe
|
|
================
|
|
|
|
.. rest_method:: POST /os-cloudpipe
|
|
|
|
Creates a cloudpipe.
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: badRequest(400),unauthorized(401), forbidden(403)
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id
|
|
|
|
**Example Create Cloudpipe: JSON request**
|
|
|
|
.. literalinclude:: ../../doc/api_samples/os-cloudpipe/cloud-pipe-create-req.json
|
|
:language: javascript
|
|
|
|
Response
|
|
--------
|
|
|
|
**Example Create Cloudpipe: JSON response**
|
|
|
|
.. literalinclude:: ../../doc/api_samples/os-cloudpipe/cloud-pipe-create-resp.json
|
|
:language: javascript
|
|
|
|
Update Cloudpipe
|
|
================
|
|
|
|
.. rest_method:: POST /os-cloudpipe/configure-project
|
|
|
|
Updates the virtual private network (VPN) IP address and port for a cloudpipe instance.
|
|
|
|
Normal response codes: 202
|
|
|
|
Error response codes: badRequest(400), unauthorized(401), forbidden(403)
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- vpn_ip: vpn_ip
|
|
- vpn_port: vpn_port
|
|
|
|
**Example Update Cloudpipe: JSON request**
|
|
|
|
.. literalinclude:: ../../doc/api_samples/os-cloudpipe/cloud-pipe-update-req.json
|
|
:language: javascript
|
|
|
|
Response
|
|
--------
|