Skip to main content

Create a new network application

Body parameter
{
  "name": "string",
  "description": "string",
  "routes": [
    {
      "value": "string",
      "allowEmbeddedIp": true
    }
  ],
  "config": {
    "serviceTypes": [
      "ANY"
    ],
    "customServiceTypes": [
      {
        "protocol": "TCP",
        "port": [
          {
            "value": 0,
            "lowerValue": 0,
            "upperValue": 0
          }
        ],
        "icmpType": [
          {
            "value": 0,
            "lowerValue": 0,
            "upperValue": 0
          }
        ]
      }
    ]
  }
}

Parameters

Name

In

Type

Required

Description

networkId

query

string

true

none

body

body

ApplicationRequest

true

none

» name

body

string

false

none

» description

body

string

false

none

» routes

body

[ApplicationRouteRequest]

false

none

»» value

body

string

false

none

»» allowEmbeddedIp

body

boolean

false

none

» config

body

ServiceConfigRequest

false

none

»» serviceTypes

body

[string]

false

none

»» customServiceTypes

body

[CustomServiceTypeRequest]

false

none

»»» protocol

body

string

false

none

»»» port

body

[RangeInteger]

false

none

»»»» value

body

integer(int32)

false

none

»»»» lowerValue

body

integer(int32)

false

none

»»»» upperValue

body

integer(int32)

false

none

»»» icmpType

body

[RangeInteger]

false

none

Enumerated Values

Parameter

Value

»» serviceTypes

ANY

»» serviceTypes

CUSTOM

»» serviceTypes

BGP

»» serviceTypes

DHCP

»» serviceTypes

DNS

»» serviceTypes

FTP

»» serviceTypes

HTTP

»» serviceTypes

HTTPS

»» serviceTypes

IMAP

»» serviceTypes

IMAPS

»» serviceTypes

NTP

»» serviceTypes

POP3

»» serviceTypes

POP3S

»» serviceTypes

SMTP

»» serviceTypes

SMTPS

»» serviceTypes

SNMP

»» serviceTypes

SSH

»» serviceTypes

TELNET

»» serviceTypes

TFTP

»»» protocol

TCP

»»» protocol

UDP

»»» protocol

ICMP

Responses

Status

Meaning

Description

Schema

201

Created

Created

ApplicationResponse

To perform this operation, you must be authenticated by means of one of the following methods: oauth