Skip to main content

ApplicationResponse

{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "string",
  "description": "string",
  "networkItemId": "string",
  "networkItemType": "NETWORK",
  "routes": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "type": "DOMAIN",
      "domain": "string",
      "allowEmbeddedIp": true
    }
  ],
  "config": {
    "serviceTypes": [
      "ANY"
    ],
    "customServiceTypes": [
      {
        "protocol": "TCP",
        "port": [
          {
            "value": 0,
            "lowerValue": 0,
            "upperValue": 0
          }
        ],
        "icmpType": [
          {
            "value": 0,
            "lowerValue": 0,
            "upperValue": 0
          }
        ]
      }
    ]
  }
}

Properties

Name

Type

Required

Restrictions

Description

id

string

false

none

none

name

string

false

none

none

description

string

false

none

none

networkItemId

string

false

none

none

networkItemType

string

false

none

none

routes

[DomainRouteResponse]

false

none

none

config

ServiceConfigResponse

false

none

none

Enumerated Values

Property

Value

networkItemType

NETWORK

networkItemType

HOST