Skip to main content
PATCH
Update an asset service.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required
service_uuid
string<uuid>
required

Body

application/json
asset_uuid
string<uuid>
confidence
number
Required range: 0 <= x <= 1
discovery_channel
string | null
Maximum string length: 256
discovery_provider
string | null
Maximum string length: 256
endpoint
string | null
Maximum string length: 2048
first_seen_at
string<date-time>
hostname
string | null
Maximum string length: 256
http_status_code
integer | null
Required range: 100 <= x <= 599
http_title
string | null
Maximum string length: 256
ip
string | null
last_observed_at
string<date-time> | null
last_seen_at
string<date-time>
metadata
object
port
integer | null
Required range: 1 <= x <= 65535
product
string | null
Maximum string length: 256
protocol
string
service_key
string
service_name
string | null
Maximum string length: 256
source_kind
enum<string>
Available options:
manual,
auto_discovered,
import,
api,
integration
source_name
string | null
Maximum string length: 256
source_ref
string | null
Maximum string length: 256
technologies
string[]
Maximum string length: 256
tls_certificate_asset_uuid
string<uuid> | null
tls_enabled
boolean
transport
enum<string>
Available options:
tcp,
udp
url
string | null
Maximum string length: 2048
version
string | null
Maximum string length: 256

Response

Asset service updated.

service
object
required