Skip to main content

IpServiceResponse

{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "string",
  "description": "string",
  "networkItemId": "string",
  "type": "IP_SOURCE",
  "networkItemType": "NETWORK",
  "routes": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "parentRouteId": "00000000-0000-0000-0000-000000000000",
      "type": "IP_V4",
      "subnet": "string"
    }
  ],
  "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

type

string

false

none

none

networkItemType

string

false

none

none

routes

[IpRouteResponse]

false

none

none

config

ServiceConfigResponse

false

none

none

Enumerated Values

Property

Value

type

IP_SOURCE

type

SERVICE_DESTINATION

networkItemType

NETWORK

networkItemType

HOST