Skip to main content
PATCH
cURL

Path Parameters

discoveryId
string<uuid>
required

The ID of the discovery configuration

Body

application/json
name
string

Name of the discovery configuration

Required string length: 1 - 100
description
string | null

Description of the discovery configuration

Maximum string length: 500
targetConfig
object

Target configuration for discovery scans

isAutoScanEnabled
boolean

Enable automatic scheduled scans

scanIntervalDays
number | null

Interval in days between automatic scans

Required range: 1 <= x <= 365
gatewayId
string<uuid> | null

Gateway ID for scanning private networks

gatewayPoolId
string<uuid> | null

Gateway pool ID for scanning private networks

isActive
boolean

Whether the discovery configuration is active

Response

Default Response

id
string<uuid>
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string | null
discoveryType
string
default:network
targetConfig
any
isAutoScanEnabled
boolean
default:false
scanIntervalDays
number | null
gatewayId
string<uuid> | null
isActive
boolean
default:true
lastScanStatus
string | null
lastScanJobId
string | null
lastScanMessage
string | null
lastScannedAt
string<date-time> | null
gatewayPoolId
string<uuid> | null