PUT
/
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

Body

application/json
id
integer
scanId
integer
port
integer
tcp
string
udp
string

Response

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