NAT Port Forwarding

Allowed HTTP methods

Method

Description

GET

get / list object/s

POST

create new object/s

DELETE

delete object/s

List single port forward

GET /portforwards/{portforward_uuid}/

Gets detailed information on a port forward identified by portforward_uuid.

statuscode 200:

no error

Example request:

Example response:

Creating

POST /portforwards/

Creates a new port forward.

statuscode 201:

object created

Example request:

Example response:

Deleting

DELETE /portforwards/{portforward_uuid}/

Deletes a single port forward identified by portforward_uuid.

statuscode 204:

No content, object deletion started.

Example request:

Example response:

Schema