GET
/
api
/
utm-open-ports
[
  {
    "id": 123,
    "scanId": 123,
    "port": 123,
    "tcp": "<string>",
    "udp": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

criteria
object
required
pageable
object
required

Response

200 - */*
OK
id
integer
scanId
integer
port
integer
tcp
string
udp
string