Skip to main content
GET
/
api
/
utm-open-ports
/
{id}
Error
A valid request URL is required to generate request examples
{
  "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

Path Parameters

id
integer<int64>
required

Response

200 - */*

OK

id
integer<int64>
scanId
integer<int64>
port
integer<int32>
tcp
string
udp
string